/* ##################################################################################################
	PRESTASHOP CSS
################################################################################################## */

@import url("grid_prestashop.css");

/* ****************************************************************************
      reset
**************************************************************************** */
html{color:#4a4744;background:#FFF;}
body{
	/*opacity: 0;*/
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0; color:#4a4744;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit}
del,ins{text-decoration:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:baseline}
sub{vertical-align:baseline}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit; color : #62605d;}
input,button,textarea,select{font-size:100%}
a {cursor:pointer}
.cms_content ul {
	padding-left: 12px;
}
.cms_content li {
	display : list-item;
	list-style-image: url(../img/puce.png);
}

.clearfix:before,
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}


/* ************************************************************************************************
      struture
************************************************************************************************ */
#page {}
	#header {}
	#columns {z-index:1}
		#center_column { position : relative; }
		#right_column {}
	#footer {}


/* ************************************************************************************************
      generic style
************************************************************************************************ */
body{
	font:normal 12px Arial, sans-serif;
	color:#858585;
	background: url('../img/background.jpg') repeat-x;
}

/* positionnement ****************************************************************************** */
.hidden {display:none}
.f_right {float:right}

/* title *************************************************************************************** */
h1 {
	margin-bottom:20px;
	font-size:24px;
	line-height: 22px
}
h2 {
	padding-bottom:20px;
	font-size:18px
}
h3 {
	padding-bottom:20px;
	font-size:16px
}
h4 {
	padding-bottom:20px;
	font-size:14px
}

/* text **************************************************************************************** */
p {padding-bottom:20px}

.warning {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 2px solid #E65555;
	font-size: 13px;
	font-weight: bold;
	background: white;	
}
.error {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #990000;
	font-size:13px;
	background:#ffcccc
}
.error ol {margin-left:20px}
.error p.lnk {
	margin-top:20px;
	padding:0;
	font-size:11px
}
.required {color:#990000}

/* link **************************************************************************************** */
a, a:active, a:visited {
	color:#565350;
	text-decoration:none
}
	a:hover {text-decoration:underline}

/*buttons ************************************************************************************** */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	position:relative;
	display:inline-block;
	padding:5px 7px;
	border: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
	color:white;
	background: rgb(255,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiODIwMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTNjYmYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/
	background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(184,32,32,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(100%,rgba(184,32,32,1)), color-stop(100%,rgba(83,203,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b82020',GradientType=0 );   /* IE6-8 */
	cursor: pointer;
}
*:first-child+html input.button_mini, *:first-child+html input.button_small, *:first-child+html input.button, *:first-child+html input.button_large,
*:first-child+html input.button_mini_disabled, *:first-child+html input.button_small_disabled, *:first-child+html input.button_disabled, *:first-child+html input.button_large_disabled,
*:first-child+html input.exclusive_mini, *:first-child+html input.exclusive_small, *:first-child+html input.exclusive, *:first-child+html input.exclusive_large,
*:first-child+html input.exclusive_mini_disabled, *:first-child+html input.exclusive_small_disabled, *:first-child+html input.exclusive_disabled, *:first-child+html input.exclusive_large_disabled {
	border:none
}


/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	/*padding-bottom: 2px*/
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	/*background-position: left -36px;
	cursor: default;
	color: #888!important*/
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	/*color: white!important*/
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	/*color: #488c40!important*/
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	text-decoration:none;
	background-position: left -50px
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	/*color: white!important*/
}

/* active button */
input.button_mini:active, input.button_small:active, input.button:active, input.button_large:active,
input.exclusive_mini:active, input.exclusive_small:active, input.exclusive:active, input.exclusive_large:active,
a.button_mini:active, a.button_small:active, a.button:active, a.button_large:active,
a.exclusive_mini:active, a.exclusive_small:active, a.exclusive:active, a.exclusive_large:active {
	background-position: left -100px
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	/*width: 30px;
	background-image: url('../img/button-mini.png')*/
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	/*width: 60px;
	background-image: url('../img/button-small.png')*/
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	/*width: 120px;
	background-image: url('../img/button-medium.png')*/
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	/*width: 180px;
	background-image: url('../img/button-large.png')*/
}

/* exclusive button */
/*input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.png') }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif') }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') }*/

/* form **************************************************************************************** */
form.std fieldset {
   margin:20px 0;
   border:1px solid #ccc
}

/* table *************************************************************************************** */
table.std,
table.table_block {
	width:100%;
	/*border:1px solid #999;*/
	border-bottom:none;
	background: white;
}
/*
table.std th,
table.table_block th {
	padding:14px 12px;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 1px 0 #000;
	background:url(../img/bg_table_th.png) repeat-x 0 0 #999
}

table.std tr.alternate_item,
table.table_block tr.alternate_item {background-color: #f3f3f3}
table.std  td,
table.table_block  td {
	padding:12px;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	font-size:12px;
	vertical-align:top
}
*/
/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:20px}
#footer .block {margin-bottom:0}
	.block h4 {
		padding:6px 11px;
		font-size:12px;
		color:#fff;
		text-shadow:0 1px 0 #000;
		text-transform:uppercase;
		background:#383838
	}
		.block h4 a {color:#fff}
	.block ul {list-style-type:none}
		.block li.last {	border:none}
			.block li a {
				display:block;
				color:#333
			}

/* BLOCK .products_block *********************************************************************** */
.products_block {}
	.products_block li {float:left
}
	.products_block li img {border:1px solid #d1d1d1}

/* BLOCK customer privacy ******************************************************************* */
.account_creation label{
   float:left;
   padding-top:5px;
   width:80%;
   text-align:left;
   cursor:pointer
}

/* BLOCK .footer_links (cms pages) ************************************************************* */
ul.footer_links {
	list-style-type:none;
	margin-bottom:20px
}
ul.footer_links li {float:left}
ul.footer_links li.f_right {float:right}
ul.footer_links li .icon {
	position:relative;
	top:6px;
	left:0
}

/* barre comparaison / tri ********************************************************************* */
.content_sortPagiBar {margin:7px 0;}
#center_column .sortPagiBar {
	padding:10px;
	font:normal 11px Arial, Verdana, sans-serif;
	color:#666;
	background:url('../img/filtres.png') no-repeat;
	width : 707px;
}
#center_column .sortPagiBar .nb_products{
	padding-left: 30px;
	padding-top:15px;
	font:normal 18px Arial, Verdana, sans-serif;
	color:#666;
}
#center_column .sortPagiBar .nb_products .nb {	
	color:red;
}
	#center_column .sortPagiBar strong {color:#000;}
#center_column .sortPagiBar p {padding:0;}
#center_column .sortPagiBar form {display:inline-block;}

.sortPagiBar #productsSortForm {float:right;}
	.sortPagiBar select#selectPrductSort {
		margin:0 0 0 10px;
		color:#000;
		border:1px solid #ccc
	}
.sortPagiBar ul.sort {
	padding-top: 5px;
	float: right;
}
.sortPagiBar ul.sort li {
	display: inline;
	font-size: 12px;
	color: #565350;
}
.sortPagiBar ul.sort li a {
	margin-right: 20px;
}
.sortPagiBar ul.sort li span {
	margin-right: 20px;
}
.sortPagiBar #bt_compare {
	padding:3px 7px;
	border:none;
	color:#fff;
	text-shadow:0 1px 0 #000;
	background:url(../img/bg_bt_compare.gif) repeat-x 0 0 #111;
}

.sortPagiBar #nbrItemPage {margin-left:40px;}

.sortPagiBar .PrductSort {float:left;}
	
.sortPagiBar .nbrProduct {
	display:inline-block;
	padding:0 10px;
}

.sortPagiBar #nb_item {border:1px solid #ccc}

/* pagination ********************************************************************************** */
div.pagination {
	margin-bottom:10px;
	text-align: center;
	float: right;
}
ul.pagination {list-style-type:none}
ul.pagination li {
	display: inline;	
	border-right:1px solid #eee;
}
ul.pagination li:first-child {	
	border-right:none;
	margin-right: 10px;
	color: #565350;
}
ul.pagination a, ul.pagination span {
	display:inline-block;
	height:24px;
	width:24px;
    font:11px/24px Arial,Verdana,sans-serif;
    color:#565350;
}
ul.pagination a {
	text-align:center;
}
ul.pagination .current span {
	color:#f32020;
	font-weight : bold;	
}
ul.pagination li.disabled span {color:#ccc}

#pagination_previous a, #pagination_previous span,
#pagination_next a, #pagination_next span {
	padding:0 8px;
	width:auto;
}

#pagination_previous{
	background: url(../img/leftPagination.jpg) no-repeat;
}
#pagination_next{
	background: url(../img/rightPagination.jpg) no-repeat;
}
#pagination_next a:hover,#pagination_previous a:hover{
	text-decoration : none;
}

/* CART steps *********************************************************************** */
.link-add-product {
    color: #fff !important;
    display: block;
    float: right;
    background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(184,32,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(100%,rgba(184,32,32,1)), color-stop(100%,rgba(83,203,241,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* W3C */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 15px 0px 15px;
    line-height: 1.3em;
    font-size: 17px;
}

.link-add-product:hover {
    text-decoration: none;
}

ul#order_step {
	background: url(../img/barre_rouge.png);
	width: 724px;
	height: 41px;
}
ul.step {
   list-style-type:none;
	margin-bottom:10px;
   height:52px;
   width:757px
}
ul.step li {
   float:left;
   height:42px;
   width:144px;
   text-align:center;
	padding-top:14px;
	color: white;
}
ul.step li a, ul.step li.step_current span {
	display:inline-block;
}
ul.step li.step_current {	
   font-weight:bold;
   /*background:url(../img/step_current.gif) no-repeat center bottom transparent*/
}
ul.step li.step_todo span {
	display:inline-block;
}
ul.step li.step_done {
   font-weight:bold;
   /*background:url(../img/step_done.gif) no-repeat center bottom transparent*/
}
ul.step li.step_done a {
	color: white;
	font-weight: normal;
}
ul.step li#step_end {/*background:url(../img/step_end.gif) no-repeat center bottom transparent*/}

/* module productcomments ********************************************************************** */
.rating {
	clear: both;
	display: block;
	margin: 2em;
	cursor: pointer;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	overflow: hidden;
	float: left;
	margin:0 1px 0 0;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right; 
	margin-right: 3px; 
	font-size: 12px
}
.confirmation {
   margin: 0 0 10px;
   padding: 10px;
   border: 1px solid #e6db55;
   font-size: 13px;
	background: none repeat scroll 0 0 #ffffe0;
}
#page .rte { background: transparent none repeat scroll 0 0 }

.listcomment {
	list-style-type:none;
	margin:0 0 20px 0 !important;
}
.listcomment li {
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	color:#666
}
.listcomment .titlecomment {
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#333
}
.listcomment .txtcomment {
	display:block;
	padding:5px 0;
	color:#333
}
.listcomment .authorcomment {}


/* ************************************************************************************************
      HEADER
************************************************************************************************ */
#header {	}
#header_logo {
	float:left;
	display:block
}

#header_right {
	position:relative;
   float: right
}


/* ************************************************************************************************
      BREADCRUMB
************************************************************************************************ */
.breadcrumb {
	margin-bottom:20px;
	font-size:12px
}
.breadcrumb .navigation-pipe {margin:0 3px 0 5px}


/* ************************************************************************************************
      FOOTER
************************************************************************************************ */
#footer {
	color:#fff;
}
	.blockcategories_footer,
	#footer .myaccount ,
	#block_various_links_footer,
	#social_block,
	#block_contact_infos {
		float:left;
		width:175px
	}
	.blockcategories_footer {margin-left:0}
	.block_various_links {padding:15px 10px}
#footer h4 {
	padding-bottom: 10px;
	text-transform:uppercase
}
#footer h4,
#footer h4 a {
	font-weight:normal;
	font-size:14px;
	color:#fff
}
#footer a:hover {text-decoration:underline}
#footer ul {list-style-type:none}


/* ************************************************************************************************
      HOMEPAGE
************************************************************************************************ */
/* BLOCK HOME FEATURED ************************************************************************* */
#featured-products_block_center li {
	margin-right:10px;
	padding:10px 0;
	width:126px;
}
#featured-products_block_center li.last_item_of_line  {margin-right:0;}
#featured-products_block_center h5 {
	padding-top:5px;
	height:30px;
	font-size:12px;
	color:#222
}

#featured-products_block_center .product_image {
	display:block;
	position:relative;
	overflow:hidden
}
#featured-products_block_center .product_image span.new {
	display: block;
	position: absolute;
	top: 15px;
	right:-30px;
	padding: 1px 4px;
	width: 101px;
	font-size:10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #990000
}

#featured-products_block_center .product_desc {height:45px}
#featured-products_block_center .product_desc,
#featured-products_block_center .product_desc a {
	color:#666
}
#featured-products_block_center .lnk_more {
	display:inline;
	padding-right:10px;
	font-weight:bold;
	font-size:10px;
	color:#0088cc;
	background:url(../img/arrow_right_1.png) no-repeat 100% 3px;
}
#featured-products_block_center .price_container {
	margin-top:10px;
	padding:0;
}
#featured-products_block_center .price {
	font-weight:bold;
	font-size:14px;
	color:#990000
}
/*#featured-products_block_center li .ajax_add_to_cart_button {display:none;}*/
/*#featured-products_block_center li span.exclusive {display:none;}*/

/* ************************************************************************************************
      PRODUCT PAGE
************************************************************************************************ */

/* BLOCK idTabs ******************************************************************************** */
.idTabs {
   list-style-type: none;
   margin-top: 20px;
   padding:0 5px;
   border-bottom: 8px solid #f7b900
}
ul.idTabs li {
   float: left;
   margin-right: 1px
}
.idTabs a {
   display:block;
   padding:10px 10px 7px 10px;
   font-weight:bold;
   text-decoration:none;
   color:#fff;
   background:#000
}
.idTabs .selected {
   color:#000;
   background: url(../img/bg_li_idTabs.png) repeat-x 0 0
}

#more_info_sheets {padding-top:10px}
#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl {margin-left:20px}

.block_hidden_only_for_screen {display:none;}


/* ************************************************************************************************
      PAGE AUTHENTIFICATION
************************************************************************************************ */
#authentication #left_column {}
#authentication #center_column{width:727px}


/* ************************************************************************************************
      PAIMENT - PAGE ORDER
************************************************************************************************ */

/* nav bottom ********************************************************************************** */
/*#order #left_column {display:none}*/
#order #center_column{width:727px}
.cart_navigation {
	margin-top: 20px;
}
.cart_navigation .next {
	background: url(../img/commande_next.png);
	width: 274px;
	height: 42px;
	display: block;
	float: right;
}
#total_price_ttc .previous {
	display: block;
	padding-top: 15px;
	text-align: left;
	color: #565350;
}
#total_price_ttc .previous img {
	float: left;
	margin-top: -1px;
}

/* step 1 - cart ******************************************************************************* */
.cart_last_product {display:none}

#order-detail-content {margin-bottom:20px}
/*
table#cart_summary  th {
	padding:14px 12px;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 1px 0 #000;
	background:url(../img/bg_table_th.png) repeat-x 0 0 #999
}
*/
table#cart_summary  th {
	padding:14px 12px;
}
table#cart_summary  th.cart_product {text-align:center}
table#cart_summary  td:first-child {
	padding:5px 10px 5px 10px;
}
table#cart_summary  td {
	padding:10px 10px 10px 10px;
	/*border-right:1px solid #e9e9e9;*/
	border-top:1px solid #e9e9e9;
	font-weight:bold;
	font-size:12px;
	vertical-align:top
}
table#cart_summary td.cart_discount_name {
	padding-top: 10px;
}
table#cart_summary td.cart_discount_price img{
	float: right;
	margin-top: 2px;
	margin-right: 30px;
}
table#cart_summary tr.cart_total_price .price-discount-text {
	font-weight: normal;
	text-align: right;
	padding-top: 20px;
}
table#cart_summary tr.cart_total_price .price-discount {
	color: red;
	padding-top: 20px;
}
table#cart_summary tr:nth-child(odd),
table#cart_summary tr.cart_total_delivery,
table#cart_summary tr.cart_total_price {
  background-color: #fff
}

table#cart_summary tr#total_price_ttc td {
	vertical-align: middle;
	padding: 10px 10px 0px 10px;	
	text-align: right;
	color: red;
}
table#cart_summary p {
	padding: 0px;
}
table#cart_summary  .cart_product {
	width:80px;
	text-align:center
}
table#cart_summary  .cart_availability {
	min-width: 50px;
}
table#cart_summary  .cart_description {
	width:300px;
	font-weight:normal
}
table#cart_summary  .cart_unit {
	font-weight: normal;
	width:130px;
}
table#cart_summary  .cart_unit .price {
	font-size: 18px;
	color: red;
	font-family: 'Questrial', Arial;
}
.cart_quantity .cart_quantity_input {
	float: left;
	width: 25px;
	background:#f5f4f4;
	border:0;
	text-align: center;
}
.cart_quantity #cart_quantity_button {
	float:left;
	position: relative;
    top: 5px;
	left:0px;
}


.plusmoins{
	background: url(../img/plusmoins.jpg) no-repeat;
}
.plusmoins .plus {
	width : 25px;
	height : 22px;
	display : block;
}
.plusmoins .moins {
	width : 25px;
	height : 19px;
	display : block;
}

table#cart_summary  .cart_total {width:150px;}
table#cart_summary  .cart_total .price{color: red;font-size: 18px;font-weight: normal; font-family: 'Questrial', Arial;}
table#cart_summary  .cart_delete {	
	text-align:center
}
.cart_delete a.cart_quantity_delete {
	background: url('../img/delete_cart.png');
	width: 33px;
	height: 71px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.cart_delete a.cart_quantity_delete:hover {
	text-decoration: none;
}
.cart_total_tax {display:none}

.cart_total_delivery #total_shipping,
.cart_total_price #total_price {
	border-right:none
}

table#cart_summary .cart_total_price td.cart_voucher {
	padding-top: 15px;
	padding-bottom: 15px;
}
#cart_voucher h4, 
#cart_voucher p {float:left;}
#cart_voucher h4 {
	margin-right:12px;
	padding:5px 0;
	font-size:13px
}
#cart_voucher p {padding-bottom:0;}
#cart_voucher h4 {font-weight: normal;}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 16px;
	color:#666;
	font-weight:normal
}
.cart_voucher #display_cart_vouchers .title_offers {margin-top:10px}
#cart_voucher input#discount_name {
	padding-left: 5px;
	height:28px;
	width:184px;/* 180 */
	border:0px;
	font-weight:normal;
	background:url(../img/input_code_reduction.png);
}
#cart_voucher .submit input[type="submit"] {
	margin-top: 9px;
	margin-left: 5px;
	cursor: pointer;
	border: 0px;
	background:url(../img/voucher_ok.png);
	width: 27px;
	height: 9px;
}

.cart_total_price #total_price {
	padding:0;
	border-bottom:1px solid #999;
}
#total_price .price {
	font-weight: normal;
	text-align: right;
}
#total_price_ttc .price {
	text-align: right;	
}
#total_price_ttc .price p {
	color: red;
	padding-top: 10px;
}
#total_price_ttc span {
	font-weight: normal;
	font-size: 25px;
	color: red;
	font-family: 'Questrial', Arial;
}
.cart_total_price #total_price p {
	display:block;
	padding:8px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	background:#333
}
.cart_total_price #total_price span {
	display:block;
	padding:15px;
	font-weight:bold;
	font-size:18px;
	text-align:center
}

#order_carrier {
	clear:both;
	margin-top:20px;
	border:1px solid #999;
	background:#fff
}
#order_carrier h4 {
	padding:0 15px;
	height: 29px;
   font-weight: bold;
   line-height:29px;
   color:#fff;
	text-transform:uppercase;
   background:url(../img/bg_address_title.png) repeat-x 0 0 #989898
}
#order_carrier span {
	display:block;
	padding:15px;
	font-weight:bold
}

/* step 2 - authentification ******************************************************************* */
#create-account_form, #authentication #login_form {
   clear: none;
   float: left;
   height: 20em;
   width: 49%;
}
#create-account_form {margin-right: 11px;}

#authentication #create-account_form fieldset, 
#authentication #login_form fieldset {
	height: 200px
}

#authentication #create-account_form .form_content,
#authentication #login_form .form_content {
	background: white;
	padding:15px 10px
}
#authentication #login_form .form_content p {
	padding-bottom: 15px;
}
#authentication #login_form .form_content p.lost_password {
	padding-bottom: 0px;
}

#authentication #order_step{
	display: none;
}

#create-account_form h3,
#authentication #login_form h3 {
	padding:8px;
   border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	background: rgb(255,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiODIwMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTNjYmYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/
	background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(184,32,32,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(100%,rgba(184,32,32,1)), color-stop(100%,rgba(83,203,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b82020',GradientType=0 ); /* IE6-8 */
}
#create-account_form h4 {
	padding-bottom:22px;
	font-size:11px;
	color:#333
}

#create-account_form label,
#login_form label {
	display:inline-block;
	width:110px;
	color:#666
}

#order-opc #login_form_content label {
	display:block;
	margin:0 0 10px 0
}

#create-account_form #email_create,
#login_form #email,
#login_form #passwd,
#login_form #login_email {
	padding:0 5px;
	height:20px;
	width:220px;/* 230 */
	border:1px solid #ccc;
	color:#666;
	background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff
}

#create-account_form #SubmitCreate,
#login_form #SubmitLogin {
	float:right
}

.lost_password {
	float:left;
	width:200px
}
.lost_password a {color:#666}

#order-opc .lost_password {
	display:block;
	float:none;
	margin:5px 0 10px;
	width:auto;
	font-size:11px;
	color:#666
}

#ordermsg p {padding-bottom:0}
#ordermsg p.txt {
	float:left;
	width:200px	
}
#ordermsg .textarea {float:right}
#ordermsg .textarea textarea {
	height:90px;
	width:475px;
	border:1px solid #ccc
}

/* step 4 - paiement ************************************************************************** */
.order_carrier_content {
	padding:15px;
   border:1px solid #ccc;
	font-size:12px;
	color:#000;
   background:#f8f8f8
}
.order_carrier_content h3 {
	padding:15px 0 10px 0;
	font-size:13px;
	color:#000
}
.order_carrier_content h3.carrier_title {padding-top:0}
.order_carrier_content input {
	position:relative;
	top:1px
}

#carrierTable {
	border:1px solid #999;
	border-bottom:none;
	background:#fff
}

#carrierTable tbody{
	border-bottom:1px solid #999;
}
#carrierTable  th {
	padding:0 15px;
	height: 29px;
   font-weight: bold;
   line-height:29px;
   color:#fff;
	text-transform:uppercase;
   background: rgb(255,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiODIwMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTNjYmYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/
	background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(184,32,32,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(100%,rgba(184,32,32,1)), color-stop(100%,rgba(83,203,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgba(184,32,32,1) 100%,rgba(83,203,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b82020',GradientType=0 ); /* IE6-8 */
}
#carrierTable  td {
	padding:15px;
	font-weight:bold;
	border-right:1px solid #e9e9e9
}
#carrierTable  td.carrier_price {border:none}

#gift_div {
	display:none;
	padding-bottom:10px
}
#gift_div label {
	display:block;
	margin-bottom:5px
}
#gift_div #gift_message {
	height:50px;
	width:720px;
	border:1px solid #999
}

a.iframe {font-weight:bold}

/* step 5 - paiement ************************************************************************** */
.paiement_block {
	padding:15px;
   border:1px solid #ccc;
	font-size:12px;
	color:#000;
   background:white;
	overflow: hidden;
}

.payment_module {
	float: left;
	width: 100%;
   position:relative;
   padding-top:20px;
	border-top:1px dotted #ccc;
}
.payment_module a {display:block;}
.payment_module img {
	float:left;
	margin-right:10px
}
/*.payment_module span {
	position:absolute;
	top:50px;
	left:145px
}*/

.payment_module:before,
.payment_module:after {
   content: ".";
   display: block;
   height: 0;
   overflow: hidden
}
.payment_module:after {clear: both}
.payment_module {zoom: 1}


/* ************************************************************************************************
      PAGE ORDER-OPC
************************************************************************************************ */
#order-opc #left_column {display:none}
#order-opc #center_column{width:757px}


#order-opc h2 {}
#order-opc h2 span {
	display:inline-block;
	padding:5px 7px;
	color:#fff;
	background:#333;
}

#order-opc #login_form fieldset {
	background: none repeat scroll 0 0 #FFFFE0;
    border: 1px solid #E6DB55;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 10px;
}
#order-opc #login_form fieldset p {padding:0}
#order-opc #login_form fieldset p a {padding:0}

#order-opc #new_account_form p.submit {
	margin-right: 120px;
	text-align:right
}
#order-opc #new_account_form p.opc-required {margin-left:20px}

#order-opc .addresses {margin-bottom:20px}

#order-opc #opc_delivery_methods h3 {margin-top:20px;}
#order-opc #opc_delivery_methods textarea {
	height:60px;
	width:725px;
	border:1px solid #ccc
}

#order-opc #opc_payment_methods {margin-bottom:20px}
#order-opc #opc_payment_methods #opc_payment_methods-content p{margin:0}


/* ************************************************************************************************
   express checkout
************************************************************************************************ */
#new_account_form {clear:both;margin-bottom: 20px}
#new_account_form h3 {
	margin-bottom:20px;
	padding:8px;
   border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:url(../img/bg_form_h3.png) repeat-x 0 0 #989898
}
#center_column #new_account_form p {
   margin:0;
   padding:0 0 10px 0
}
#new_account_form p.required {color:#222}
#new_account_form p.required sup {color:#990000}
#new_account_form p.radio span, 
#new_account_form p.text label, 
#new_account_form p.password label, 
#new_account_form p.select label, 
#new_account_form p.select span, 
#new_account_form p.textarea label {
	display: inline-block;
   padding: 6px 15px;
   width: 230px;
   font-size: 14px;
   text-align: right
}
#new_account_form p.radio label {
   float:none;
   padding-right:10px;
   width:auto;
   font-size:14px;
}
#new_account_form p.checkbox label {
   float: none;
   width: auto;
   font-size: 12px;
}
#new_account_form p.text input,
#new_account_form p.password input,
#new_account_form p.select input {
   height:22px;
   padding:0 5px;
   width:360px;
   border:1px solid #ccc;
   font-size:12px;
   color:#666
}
#new_account_form p.checkbox input {margin-left: 260px;}

#new_account_form #submitGuestAccount {float: right}

/* ************************************************************************************************ */

/* ************************************************************************************************
      paiment - CONFIRMATION
************************************************************************************************ */
/*#order-confirmation #left_column {display:none}*/
#order-confirmation #center_column{width:727px}



/* ************************************************************************************************
      PAGE PASSWORD
************************************************************************************************ */
#form_forgotpassword fieldset {
   padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
   border-radius: 3px;
   background: #eee
}
#form_forgotpassword  p.text label {
   display: inline-block;
   padding-right: 10px;
   width: 174px;
   font-weight: bold;
   font-size: 12px;
   text-align: right
}
#form_forgotpassword  p.text input {
   padding: 0 5px;
   height: 20px;
   width: 288px;
   border: 1px solid #ccc;
   background: url(../img/bg_input.png) repeat-x 0 0 #fff
}
#form_forgotpassword p.submit {
	margin-right:25px;
	padding-bottom:5px;
	text-align:right
}

#password .icon {
	position:relative;
	top:6px;
}


/* ************************************************************************************************
      PAGE ADRESSES
************************************************************************************************ */
/*#addresses #left_column {display:none}*/
#addresses #center_column{width:727px}


/* ************************************************************************************************
      PAGE ADD ADRESS
************************************************************************************************ */
/*#address #left_column {display:none}*/
#address #center_column{width:727px}

form#add_adress {}
#add_adress fieldset {
   margin:0;
   border:1px solid #ccc;
   background:#F8F8F8
}
#add_adress h3 {
   margin:0 0 15px 0;
   padding:8px;
   font-size:14px;
   color:#fff;
   text-transform:uppercase;
   background:url(../img/bg_form_h3.png) repeat-x 0 0 #989898
}
#center_column #add_adress p {margin:0; padding:0 0 10px 0}
#add_adress p.required {color:#222}
#add_adress p.required  sup {color:#990000}

#add_adress p.text label,
#add_adress p.password label,
#add_adress p.select label,
#add_adress p.select span,
#add_adress p.textarea label {
	display:inline-block;
	padding:6px 15px;
	width:230px;/* 260 */
	font-size:14px;
	text-align:right
}
#add_adress p.text input,
#add_adress p.password input,
#add_adress p.select input {
	padding:0 5px;
	height:22px;
	width:360px;/* 370 */
	border:1px solid #ccc;
	font-size: 12px;
	color:#666
}
#add_adress p.checkbox input {
	margin-left:260px;
}
#add_adress p.select select {
	margin-right:10px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#666
}
#add_adress p.textarea label {vertical-align:top}
#add_adress p.textarea textarea {
	height:80px;
	width:370px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#666
}
#center_column  #add_adress p.submit2 {
	margin-top:20px;
	text-align:right
}

#add_adress span.form_info,
#add_adress span.inline-infos {
	display:block;
	margin:5px 0 0 265px;
	color:#666
}


/* ************************************************************************************************
      PAGE ORDER-SPLIP
************************************************************************************************ */
/*#order-slip #left_column {display:none}*/
#order-slip #center_column{width:727px}

#order-slip #order-list {border-bottom:1px solid #999}
#order-slip #order-list td {
	border-top: 1px solid #ccc;
	border-bottom:none
}
#order-slip #order-list td.history_invoice {border-right:none}


/* ************************************************************************************************
      PAGE DISCOUNT
************************************************************************************************ */
/*#discount #left_column {display:none}*/
#discount #center_column{width:727px}

#discount .table_block tr.last_item td {border-bottom:1px solid #999}
#discount .table_block td.discount_expiration_date {border-right:1px solid #999}
#discount .table_block td.discount_value {white-space:nowrap}


/* ************************************************************************************************
      PAGE ORDER FOLLOW
************************************************************************************************ */
/*#order-follow #left_column {display:none}*/
#order-follow #center_column{width:727px}


/* ************************************************************************************************
      PAGE NEW-PRODUCTS
************************************************************************************************ */
#new-products .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
      PAGE BEST SALES
************************************************************************************************ */
#best-sales .sortPagiBar {margin-bottom:20px}

/* ************************************************************************************************
      PAGE PRICES DROP SALES
************************************************************************************************ */
#prices-drop .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
      PAGE MANUFACTURER
************************************************************************************************ */
#manufacturer .nbrmanufacturer {
   margin: 15px 0 10px;
   padding: 8px 7px;
	font-size:12px;
   color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}

#manufacturer #product_list {margin-top:15px}

ul#manufacturers_list {list-style-type:none}
ul#manufacturers_list li {
   margin-bottom: 14px;
   padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
   border-radius:3px;
}
ul#manufacturers_list li a.lnk_img {
   display: block;
   float: left;
}
ul#manufacturers_list li img {
   display: block;
   float: left;
   margin-right: 14px;
   border: 1px solid #ccc;
   vertical-align: bottom
}
ul#manufacturers_list li h3 {
   padding: 0 0 10px;
   font-size: 13px;
   color: #000
}
ul#manufacturers_list li .description {
   overflow: hidden;
   padding: 0;
	font-size:12px;
	color:#666
}
ul#manufacturers_list li .right_side {float:right;}


/* ************************************************************************************************
      PAGE SUPPLIER
************************************************************************************************ */
#supplier .nbrmanufacturer {
   margin: 15px 0 10px;
   padding: 8px 7px;
	font-size:12px;
   color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}
ul#suppliers_list {list-style-type:none}
ul#suppliers_list li {
   margin-bottom: 14px;
   padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
   border-radius:3px;
}
ul#suppliers_list li a.lnk_img {
   display: block;
   float: left;
}
ul#suppliers_list li img {
   display: block;
   float: left;
   margin-right: 14px;
   border: 1px solid #ccc;
   vertical-align: bottom
}
ul#suppliers_list li h3 {
   padding: 0 0 10px;
   font-size: 13px;
   color: #000
}
ul#suppliers_list li .description {
   overflow: hidden;
   padding: 0;
	font-size:12px;
	color:#666
}
ul#suppliers_list li .right_side {float:right;}


/* ************************************************************************************************
      PAGE SEARCH
************************************************************************************************ */
#search h3.nbresult {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 2px solid #E65555;
	font-size: 13px;
	font-weight: bold;
	background: white;
}
#search ul.product_list {margin-top:15px}


/* ************************************************************************************************
      PAGE 404
************************************************************************************************ */
#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {display:none}

#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {display:none}

#pagenotfound #center_column {width:940px;}

#pagenotfound .pagenotfound {
	padding:30px 300px 0 0;
	height:330px;
	font-size:14px;
	background:url(../img/bg_404.png) no-repeat 100% 0
}
#pagenotfound h3 {
	font-weight:normal;
	font-size:14px
}
#pagenotfound fieldset {border:none}
#pagenotfound fieldset label {color:#333}
#pagenotfound  #search_query {
	-moz-border-bottom-colors: none;
   -moz-border-image: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
   border-bottom: 1px solid #666;
   border-left: 1px solid #666;
   border-right: 1px solid #fff !important;
   border-top: 1px solid #666;
   padding: 0 5px;
   height: 24px;
   width: 200px;
   color: #ccc;
   background: url(../../../img/bg_search_input.png) repeat-x scroll 0 0 #fff
}
#pagenotfound .button_small {
	padding: 4px 7px;
   border: medium none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
   border-radius:0;
   color: #fff;
   text-transform: uppercase;
	background: url("../../../img/bg_search_submit.png") repeat-x scroll 0 0 #101010
}
#pagenotfound .pagenotfound a {
	font-weight:bold;
	color:#333
}
#pagenotfound .pagenotfound .icon {
	position:relative;
	top:3px
}


/* ************************************************************************************************
      addons payment cheque
************************************************************************************************ */
/*#module-cheque-payment #left_column {display:none}*/
#module-cheque-payment #center_column{width:727px}


/* ************************************************************************************************
      addons payment bankwire
************************************************************************************************ */
/*#module-bankwire-payment #left_column {display:none}*/
#module-bankwire-payment #center_column{width:727px}


/* ************************************************************************************************
      addons google checkout
************************************************************************************************ */
/*#module-gcheckout-payment #left_column {display:none}*/
#module-gcheckout-payment #center_column{width:727px}

/* ************************************************************************************************
      addons paypal
************************************************************************************************ */
/*#module-paypal-payment-submit #left_column {display:none}*/
#module-paypal-payment-submit #center_column{width:727px}


/* ************************************************************************************************
      addons cashondelivery validation
************************************************************************************************ */
/*#module-cashondelivery-validation #left_column {display:none}*/
#module-cashondelivery-validation #center_column{width:727px}


/* ************************************************************************************************
      addon RerversoForm
************************************************************************************************ */
#account-creation_form fieldset.reversoform {padding:10px !important}
#account-creation_form fieldset.reversoform  .text label{
	display:block;
	padding:0 0 10px 0;
	width:100%;
	text-align:left;
}
#account-creation_form fieldset.reversoform .infos-sup {
	padding:0 !important;
	font-size:10px;
	font-style:italic;
	text-align:right
}
/* ************************************************************************************************
		addon customer privacy
************************************************************************************************ */
#account-creation_form fieldset.customerprivacy label{
	padding-bottom:0;
	font-size:14px;
	text-align:left;
	cursor:pointer
}

/* ************************************************************************************************
      addon referralprogram
************************************************************************************************ */
#module-referralprogram-referralprogram-program #left_column {display:none}
#module-referralprogram-referralprogram-program #center_column{width:757px}

#footer .myaccount li.referralprogram img {display:none}

#module-referralprogram-referralprogram-program .sheets {padding-top:10px}

#module-referralprogram-referralprogram-program form p.checkbox {font-weight:bold}
#module-referralprogram-referralprogram-program form p.checkbox a {text-decoration:underline}
#module-referralprogram-referralprogram-program form p.submit {text-align:right}
#module-referralprogram-referralprogram-program form p.see_email {
	padding-left:10px;
   color: #0088cc;
	background:url(../img/arrow_right_1.png) no-repeat 0 4px;
	/*background:url(../img/arrow_right_2.png) no-repeat 0 4px;*/
}
#module-referralprogram-referralprogram-program form p.see_email a {
	color: #0088cc;
	text-decoration:underline
}

/* ************************************************************************************************
      addon loyalty
************************************************************************************************ */
#module-loyalty-loyalty-program #left_column {display:none}
#module-loyalty-loyalty-program #center_column{width:757px}

#product p#loyalty {
	margin:20px 0;
	padding:5px 0 0 20px;
	background:url(../img/icon/info.png) no-repeat 0 2px
}

#footer .myaccount li.loyalty img {display:none}


/* ************************************************************************************************
      addon Livezilla
************************************************************************************************ */
#livezilla_lnk  {
	margin:10px 0;
	text-align: right
}
#livezilla_lnk a {
   display:inline-block;
   padding:6px 8px 8px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
   border-radius:3px;
   font:bold 10px Arial,Verdana,sans-serif;
   color:#fff;
   text-shadow: 0 -1px 0 #000;
	background: url(../img/bg_bt_compare.gif) repeat-x scroll 0 0 #000
}
#livezilla_lnk a:hover {text-decoration:none}

/* ************************************************************************************************
      addons comments products
************************************************************************************************ */

/* FORM ADD COMMENT **************************************************************************** */
form#sendComment {position:relative; z-index:1}
form#sendComment  fieldset{
	padding:10px;
	border:1px solid #ccc;
	background:#eee
}
form#sendComment h3 {font-size:14px;}
#new_comment_form p.text {
    margin-bottom: 0;
    padding-bottom: 0;
}
#sendComment p.text label,
#sendComment p.textarea label {
   display: block;
   margin: 12px 0 4px;
   font-weight: bold;
   font-size: 12px;
}
#sendComment p.text input {
   padding: 0 5px;
   height: 28px;
   width: 498px;
   border: 1px solid #ccc;
   background: url(../img/bg_input.png) repeat-x 0 0 #fff;
}
#sendComment p.textarea textarea {
   height:80px;
   width:508px;
   border:1px solid #ccc;
}
#sendComment p.submit {
	padding:0;
	text-align:right
}

#sendComment .closeform {
	/*float:right;*/
	z-index:10;
	position:absolute;
	top:10px;
	right:10px;
	padding:0;
	height:12px;
	width:12px;
	text-indent:-5000px;
	background:url(../img/icon/delete.gif) no-repeat 0 0
}

.star {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.star, .star a { background: url(../img/star.gif) no-repeat 0 0 }
div.star_on a { background-position: 0 -12px }
div.star_hover a, div.star a:hover { background-position: 0 -24px }


/* TAB COMMENTS ******************************************************************************** */
#product_comments_block_tab {margin:0 0 20px 0}

#product_comments_block_tab div.comment {
	margin:0 0 10px 0;
	padding: 5px;
	border-bottom: 1px dotted #ccc
}

#product_comments_block_tab div.comment div.comment_author {
	float: left;
	padding-right:25px;
	width: 140px;/* 165 */
	line-height:18px
}
#product_comments_block_tab div.comment div.comment_author span {font-weight:bold;}
#product_comments_block_tab div.comment div.comment_author span,
#product_comments_block_tab div.comment .star_content {
	float:left;
}
#product_comments_block_tab div.comment .star_content {margin: 0 0 0 5px}
#product_comments_block_tab div.star,
#product_comments_block_tab div.star_on {
	background: url(../img/star.gif) no-repeat 0 0 transparent
}
#product_comments_block_tab div.star_on {background-position:0 -12px}
#product_comments_block_tab div.cancel a:hover {background-position:0 -16px !important}
#product_comments_block_tab .comment_author_infos {margin-top:10px}
#product_comments_block_tab .comment_author_infos em {color:#999}

#product_comments_block_tab div.comment div.comment_details {
	float: left;
	overflow:hidden;
	width: 360px
}
#product_comments_block_tab div.comment_details h4 {padding-bottom:10px}
#product_comments_block_tab div.comment_details p {padding-bottom:10px}
#product_comments_block_tab div.comment_details ul {
	list-style-type:none;
	margin:0
}
#product_comments_block_tab div.comment_details li {
	padding:2px 0 2px 12px;
	background:url(img/bg_li.png) no-repeat 1px 45% #fff
}

#product_comments_block_tab a {
	text-decoration: none;
	font-weight: bold
}

#product_comments_block_tab a:hover {text-decoration: underline}

#product_comments_block_tab button.usefulness_btn {
   cursor: pointer;
	margin:0 0 0 5px;
   display: inline-block;
   padding: 0 2px;
   border: 1px solid #CC9900;
   border-radius: 3px 3px 3px 3px;
   color: #000;
   font-weight: bold;
	background: url(img/bg_bt.gif) repeat-x 0 0 #f4b61b
}
#product_comments_block_tab button.usefulness_btn:hover {background-position: left -50px}
#product_comments_block_tab button.usefulness_btn:active {background-position: left -100px}

#product_comments_block_tab span.report_btn {cursor: pointer}
#product_comments_block_tab span.report_btn:hover {text-decoration:underline}


/* ************************************************************************************************
      xxxxx
************************************************************************************************ */

#header .logo_container {
	padding-left : 16px;
	padding-top : 20px;
	width  : 330px;
	height  : 135px;
	background : url('../img/headerBack.jpg') no-repeat;
	float : left;
}
#header .links{
	padding-left : 15px;
	padding-top : 70px;
	float : left;
	height : 30px;
}
#header .links a{
	color : #3e3d3c;
	float : left;
	display : block;
}

#header .cms_content_block{
	float : left;
	width : 255px;
	height : 150px;
	padding-left: 40px; 
	text-align : right;
}
#header .cms_content_block .text{
	text-align : justify;	
}
#header .cms_content_block a.moreinfos{
	padding-right : 20px;
	background : url('../img/puceTransparent.png') no-repeat 76px -2px;
}
#header .links .separator{
	padding-left : 5px;
	padding-right : 5px;
	font-weight : bold;
	float : left;
	display : block;
}
#header .links .telephone{
	padding: 0 5px;
	font-weight : bold;
	float : left;
	display : block;
	color : #ef1e1e;
	border: 0;
}
#header_user {
	width : 200px;
	height : 100px;
	background : url('../img/cart.jpg') no-repeat right top;
	float : right;
}

#header_user #shopping_cart a.normal{
	color : #f21b1b;
	font-size : 18px;
	width : 150px;
	height : 30px;
	text-align : right;
	padding-right : 50px;
	padding-top : 30px;
	display : block;
	font-family: 'Questrial', sans-serif;
}

#header_user #shopping_cart .price_type{
	font-size : 8px;
}

.myaccount {
	width : 232px;
	height : 193px;
	background : url('../img/my_account.png') no-repeat;
}
.myaccount .title{
	height : 44px;
	width : 100%;
	display : block;
}
.myaccount .field{
	padding-top: 13px;
	padding-left: 14px;
	float: left;
	width: 182px;
}
.myaccount .field input{
	border: 0;
	width: 180px;
	height: 26px;
	padding-left: 5px;
}
.myaccount .submit{
	float : left;
	margin-bottom : 15px;
	margin-left: 7px;
}

.myaccount_logged {
	padding-top: 5px;
	padding-left: 20px;
	background: url('../img/my_account_logged.png');
	width: 212px;
	height: 226px;
}
.myaccount_logged .icon {
	display: none;
}
.myaccount_logged .user {
	color: red;
	font-weight: bold;
}
.myaccount_logged .bullet{
	margin-left: 7px;
	border-bottom: 1px solid white;
	width: 90%;
	padding-bottom: 6px;
	margin-bottom: 4px;
}
.myaccount_logged .bullet li{
	margin-top: 6px;
	background: url('../img/fpuce.jpg') no-repeat 0  5px;
	padding-left: 15px;
}
.myaccount_logged .logout{
	background: url('../img/logout.png') no-repeat 7px 5px;
	padding-left: 22px;
}
.button_login {
	background : url('../img/connect.jpg') no-repeat;
	float : left;
	width : 21px;
	height : 28px;
	margin-top : 14px;
	border : 0;
	cursor: pointer;
}
#left_column {
/*	background : white;*/
}
.rpuce {
	height : 17px;
	display : block;
	padding-left : 40px;
	background : url('../img/bpuce.jpg') no-repeat 25px 1px;
}

.services_informations {
	background : url('../img/services.jpg') no-repeat;
	width : 725px;
	height : 91px;
	padding-top : 63px;
}
.services_informations li{
	width : 169px;
	height : 32px;
	float : left;
	padding-left : 70px;
	background-position : 35px center;
}
.nous_choisir {
	margin-top : 10px;
	background : url('../img/choisir.jpg') no-repeat;
	width : 970px;
	padding-top : 95px;
}
.nous_choisir .red,.nous_choisir .red a{
	color : #e51717;
}
.nous_choisir .text{
	float: left;
	width: 220px;
	height: 50px;
	padding-left: 14px;
	padding-right: 10px;
}
.underfooter {
	background : #f0efee;
	width : 100%;
	padding-top : 20px;
	padding-bottom: 20px;
}
.underfooter {
	margin-top: 10px;
	background : #f0efee;
	width : 100%;
	padding-top : 20px;
}
.underfooter .text {
	width : 228px;
	float : left;
	padding-left : 15px;
	border-right : 1px solid #d6d4d1;
}
.underfooter .text .title{
	height : 30px;
	text-transform : uppercase;
	font-size : 14px;
	padding-left : 13px;
}
.underfooter .text ul,.underfooter .text li {
	list-style : none;
}
.underfooter .text li{
	height : 15px;
	padding-left : 12px;
	background : url('../img/fpuce.jpg') no-repeat 0px 5px;
}
.underfooter .last_text {
	border: 0px;
}
#order .h1{
	float: left;
	width: 100%;
}
#order .h1 img {
	float: left;
}
#order .h1 h1 {
	padding-top: 12px;
	margin-left: 55px;
}
#order .h1 .keep-cart {
	color: red;
	margin-left: 20px;
	font-weight: bold;
}

.mini_slider {
	float :left;
	margin-bottom : 14px;
}
.mini_slider .bullet{
	width : 315px;
	height : 81px;
}

.mini_slider .anythingSlider .anythingWindow{
	border : 0;
}
.mini_slider .anythingSlider .back{
	background-position : 8px -13px;	
}
.mini_slider .anythingSlider .forward{
	background-position : -8px -13px;
}

.slider2 {
	margin-right: 8px;
	float : right;
	height : 225px;
	position : relative;
}
.slider2 .bullet{
	width : 641px;
	height : 268px;
}

.slider2 .anythingSlider .anythingWindow{
	border : 0;
	margin-top : -46px;
}
.slider2 .anythingSlider .back a,
.slider2 .anythingSlider .forward a{
	display : none;
}
.slider3 {
	margin-right: 7px;
	float : left;
	height : 170px;
}
.slider3 .bullet{
	width : 396px;
	height : 167px;
}

.slider3 .anythingSlider .anythingWindow{
	border : 0;
}
.slider3 .anythingSlider .back{
	background : url('../img/leftSliderHome.png') no-repeat 10px 75px;	
}
.slider3 .anythingSlider .forward{
	background : url('../img/rightSliderHome.png') no-repeat 0px 72px;	
}

.breadcrumb {
	position : absolute;
	top : -35px;
	z-index : 41;
	color : #565350;
}

.navigation-pipe {
	background : url('../img/puceBC.jpg') no-repeat 0px 5px;
	padding-left : 10px;
}
#links_block_home {
	background : url('../img/blocLink2.png') no-repeat 0px 0px;
	float : left;
	margin-left : 6px;
	color : white;
	width : 190px;
	height : 117px;
	padding-left : 125px;
	padding-top : 50px;
	margin-bottom: 15px;
}
#footer  #links_block_home{
	margin-left : 10px;	
}
#links_block_home a{
	color : white;
	font-weight : bold;
	background : url('../img/whitePuce.png') no-repeat 1px -1px;
	padding-left : 22px;
	font-weight : bold;
}
#links_block_footer{
	background : url('../img/backServiceBox.jpg') no-repeat 0 0;
	float : left;
	margin-right : 10px;
	width : 167px;
	height : 112px;
	padding-left : 65px;
	padding-top : 52px;	
}
#links_block_footer li{
	height : 30px;
}
.category_home {
	width : 727px;
}
.category_home li {
	float : left;
	list-style : none;
	width : 230px;
	height : 100px;
	margin-right : 11px;
	margin-bottom : 7px;
	border-top: 1px solid #d9d7d4;
}
.category_home li.category_home_0,
.category_home li.category_home_1,
.category_home li.category_home_2 {
	border: 0px;
}
#view_wishlist li {
	list-style-type: none;
}
#view_wishlist .address{
	float: left;
	margin-right: 20px;
}
#cart_summary .cart_free_shipping .desc_free_shipping {
	padding: 10px 10px 5px 10px;
}
#order .print_estimate {
	float: right;
	position: absolute;
	right: 5px;
	top: 60px;
}
#order .print {
	cursor: pointer;
	width: 205px;
	height: 33px;
	background: url(../img/imprimer_devis.png);
	border: 0px;
	text-align: left;
	padding-left: 35px;
	font-weight: bold;
}

#moreInfoManufacturers {
	padding-right : 27px;
	padding-top : 5px;
	text-align : right;
	width : 207px;
	display : block;
	background : url('../img/puceTransparent.png') no-repeat 205px 3px;
}
.desc .content_price #old_price_display {
	float: right;
	position: absolute;
	top: -15px;
	right: 0px;
	text-decoration: line-through;
}
h1 {
	font-family: 'Questrial', Arial;
	color: #666666;
	font-size: 30px;
	font-weight: normal;
}
#cms #center_column .cms_content,
#news #center_column #synonews{
	padding-left: 30px;
	padding-right: 30px;
}
#SynoCrossCateg .categoryContent h4 a {
	font-size : 18px;
	color : #4a4744;
	display : block;
	width : 130px;
	font-weight:normal;
	padding-left : 105px;
	overflow : hidden;
	font-family: 'Questrial', Arial;
}

.blockcategories_home .tree li h3.homeh3 a
{font-weight:normal;
	font-size : 18px;
	color : #4a4744;
	display : block;
	width : 130px;
	padding-left : 105px;
	overflow : hidden;
	font-family: 'Questrial', Arial;
}

.blockcategories_home .tree li a,#SynoCrossCateg .categoryContent a {
	font-size : 18px;
	color : #4a4744;
	display : block;
	width : 130px;
	padding-left : 105px;
	overflow : hidden;
	font-family: 'Questrial', Arial;
}
.blockcategories_home .tree li a.categories_name_spec_categ,#SynoCrossCateg .categoryContent a.categories_name_spec_categ {
	color : #e40000;
}
.categoryContent {
	height : 100px;
}
.nous_choisir .last_item{
	width: 100%;
	height: 100%;
	margin-top: 30px;
}
.nous_choisir .last_item p{
	padding: 0;
}
h1.homecc
{
font-size:13px; margin:0px; line-height:11px;
}

.homecc_h2
{
font-size:12px; margin:0px; font-weight:normal; text-align:left;
}

h3.cyber_nostyle {
    margin:0px;
    padding:0px;
    text-align:left;
    color: #4a4744;
    display: block;
    font-family: 'Questrial',Arial;
    font-size: 18px;
    overflow: hidden;
}

h3.cyber_nostyle a{
    margin:0px;
    padding:0px;
   text-indent:0px;
}
h2#product_reference, span#product_reference
{
font-size:12px; font-weight:normal; display:block;
margin-bottom:15px;
}
.footmenucc
{
width:949px; margin:auto; margin-top:20px; text-align:center;
}

.carrier_infos .see_more {
    float: right;
    color: red;
}

/* Cybercité PAge plan */
div#listing_sp {
    margin-top: 30px;
}
#listing_sp ul {
    width: 100%;
    height: auto;
    margin-bottom: 2%;
}