/*
	PrestaShop CSS
	18 used colors : 
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
*/


/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
	html, body, form, fieldset {
		margin: 0;
		padding: 0;
		font: 100%/120% "Lucida grande", Helvetica, Arial, sans-serif;
	}

/* Neutralize styling: 
Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin:0;
	padding: 0;
}

/* Apply left margin:
Only to the few elements that need it: */
li, dd, blockquote {
	margin:-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}


body {
	background-color: white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #1e292e;
	text-align:center;
}

#tinymce{
	text-align:left;
	background:#FFF none;
	padding:4px;
}
/* Top nav bar */
#top_nav_bar{
	position:absolute;
	top:0;
	left:0;
	height:24px;
	width:100%;
	background:transparent url(../images/bg-rassurance.png) top left repeat-x;
}
#top_nav_bar ul{
	width:920px;
	margin:0 auto;
}
#top_nav_bar ul li{
	float:left;
	list-style:none;
	margin-right:0px;
	height:24px;
}	
#top_nav_bar ul li:hover{
	background:transparent url(../images/bg_top_nav_hover.png) top left repeat-x;
}
#top_nav_bar ul li a{
	font-size:0.9em;
	color: #FFFFFF;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
	text-shadow:0 0 2px #222;
}	

/* Structures */
HTML{
	background:#006397 url(../images/bg-html.png) top left repeat-x;
}
form html{
	background:none;
}
BODY{
	background:none;
	overflow-x:hidden;
	padding-bottom:34px;
}
/* Menu */
#menu{
	width:940px;
	background:transparent url(../images/bg-menu-left.png) top left no-repeat;
	height:35px;
	clear:both;
	margin-top:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 auto;
	position:relative;
	z-index:100;
}
#menu ul.niveau1{
	background:transparent url(../images/bg-menu-right.png) top right no-repeat;
	height:35px;
}
	#menu LI{
		float:left;
		/*border-right:1px solid #327ba2;*/
		position:relative;
		z-index:1000;
		
	}
	#menu LI A{
		color:#E6F3FA;
    display:block;
    font:12px "Gill sans",Arial;
    margin-top:1px;
    padding:8px 7px;
    text-decoration:none;
    text-transform:uppercase;
	}
		#menu LI.sousmenu UL.niveau2{
			display:none;
			position:absolute;
			top:35px;
			left:0;
			background:#26547a;
			border-top:none;
			width:150px;
			-moz-border-radius-bottomleft:4px;
			-moz-border-radius-bottomright:4px;
			-webkit-border-bottom-left-radius:4px;
			-webkit-border-bottom-right-radius:4px;
			padding:5px;
			z-index:1000;
		}

			#menu LI.sousmenu UL.niveau2 LI{
				border:none;
				margin:0;
				padding:0;
				float:none;
				position:relative;
				border-bottom:solid 1px #2e5d84;
  			
				clear:both;
			}
			#menu LI.sousmenu UL.niveau2 LI:last-child{
			  border:none;
			}  
			
				#menu LI.sousmenu UL.niveau2 LI A{
					color:#FFFFFF;
          display:block;
          font:12px Arial;
          letter-spacing:-0.02em;
          margin:0 0 0;
          padding:5px 6px;
          text-transform:none;
          width:138px;
				}
				#menu LI.sousmenu UL.niveau2 LI.subMenu A{
					background:transparent url(../images/bg-menu-submenu.png) center right no-repeat;
				}
					#menu LI.sousmenu UL.niveau2 LI.subMenu LI A{
						background:none;
					}
				#menu LI.sousmenu UL.niveau2 LI A:HOVER{
				}
		#menu LI.sousmenu UL.niveau2 UL{
			display:none;
			position:absolute;
			top:-6px;
			left:155px;
			background:#0b3246 url(../images/bg-subMenu.png) bottom center repeat-x;
			padding:6px;
			width:150px;
			-moz-border-radius-topright:4px;
			-moz-border-radius-bottomright:4px;
			-webkit-border-top-right-radius:4px;
			-webkit-border-bottom-right-radius:4px;		
			z-index:1000;
		}			
			
		
		
/* #content */
DIV#content{
	background:transparent url(../images/bg-content.png) repeat-y scroll center top;
	margin:0 auto;
	padding:0;
	width:924px !important;
	width:924px;
}
#contentCtn{
	background:transparent url(../images/bg-top-content.png) top center no-repeat;
	margin:0 2px;
}
/* Aide */
SMALL.help{
	background:#F6FBFD url(../images/bg-callUs.png) no-repeat scroll 4px 8px;
	border:1px solid #E0ECF3;
	color:#575757;
	display:block;
	font-size:10px;
	margin:15px;
	padding:14px 14px 14px 32px;
}
/* Useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
.line0{line-height:0;}
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
noscript ul {list-style-type:none; background:black; color:white; padding:10px; border:1px solid gray;}

/* Footer links */
ul.footer_links{
	list-style-type:none;
	clear:both;
	height:2em;
	margin-top:2em;
	padding:0 15px;
}
ul.footer_links li{
	float:left;
	margin-right:2em;
	height:2em;
}
	ul.footer_links li a{
		float:left;
		margin-right:1em;
		height:2em;
		padding-left:30px;
		line-height:20px;
	}
	ul.footer_links li a.linkHome{
		background:transparent url(../images/picto-home.png) center left no-repeat;
	}
	ul.footer_links li a.linkAccount{
		background:transparent url(../images/picto-my-account.png) center left no-repeat;
	}
ul.footer_links li a{ text-decoration:none; }
ul.footer_links li a:hover{ color:black; }
ul.footer_links li img.icon{ vertical-align:-2px; }

/* transfert effect*/
.transferProduct { border: 2px solid #888; }

/* simple list inline */
ul.inline_list{
	list-style-type:none;
	list-style-type:none;
	margin:10px 0 0 15px;
	}
ul.inline_list li { float:left; text-align:center; }
ul.inline_list li img{ display:block; }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left;
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background:url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left:24px;
	padding-bottom:5px;
	padding-top:3px;
}
ul.tree, ul.tree ul{ list-style-type:none; }
ul.tree li{
	padding-left:1.2em;
	border-left:1px gray dotted;
	background:url(../img/sitemap-horizontal.gif) no-repeat left 10px;
	margin-left:1em;
}
ul.tree a{ padding-left:0.2em; }
ul.tree a.selected{ font-weight:bold; }
ul.tree li.last{
	background:url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border:none;
}
span.grower{ cursor:pointer; }

/* Tabs */
ul.idTabs {
	list-style-type:none;
	border-bottom:solid 1px #e0ecf3;
	height:21px;
	margin-top:1em;
	padding-left:6px;
}
ul.idTabs li {
	float:left;
	margin-right:3px;
}
ul.idTabs li a {
	background-image: url('../img/tab_bg.jpg');
	display:block;
	height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:3px;
	color:#374853;
}
ul.idTabs li a.selected{
	background-image: url('../img/tab_bg_selected.jpg');
	color:white;
}

/* IdTabs Short*/
ul.idTabsShort li a,
ul.idTabs li a {
	background-image: url('../images/bg-moreInfo.png');
	height:18px;
	padding:4px 8px 0 8px;
	display:block;
	color:#dee2e6;
	font:normal 11px "Lucida grande", Arial;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius-topleft:4px;
	-webkit-border-radius-topright:4px;	
	float:left;
}
ul.idTabsShort li a.selected,
ul.idTabs li a.selected{
	background-image: url('../images/bg-moreInfo-current.png');
	color:white;
}

div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets ul li{	margin-bottom:0.4em; }

/* global style */
a {
	color: #333;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {
	text-transform: none;
	font-weight: bold;
	color: #393939;
	border-bottom:solid 1px #f4efe5;
	font:normal 15px "Lucida Grande", Verdana;
	height: 21px;
	font-size: 2em;
	padding:0 0 0.25em 0.5em;
	margin:0.5em 0 2px 0;	
}
h2 span {
	font-size: 0.5em;
	text-transform: lowercase;
	font-weight: normal;
	color: #393939;
	margin-left: 4px;
}
h3 { font-size: 1.1em; margin:10px 0 0 15px}
#center_column h4 { font-size: 1em; margin:0 15px; }

/* global layout */
#page {
	width: 980px;
	margin: 0 auto;
	text-align:left;
	margin-top:24px;
}
A#logo {
	background:transparent url(../images/logo.png) no-repeat scroll 0 0;
	display:block;
	height:73px;
	top:15px;
	left:10px;
	text-indent:-9000px;
	width:511px;
	position:absolute;
}


/* Header */
#header ul { list-style: none; }
#header form {
	border: none;
	margin-bottom: 0!important;
	display: inline;
}
#header label {
	margin: 0;
	float: none;
}

#header {
	display:block;
	margin:0 auto;
	padding:100px 0 0;
	position:relative;
	width:940px;
}

/* block top currencies */
#header #currencies_block_top {
	margin: 0.4em 0.5em 0 0;
	float: left;
}
#header #currencies_block_top ul {
	float: left;
	height: 1.5em;
}
#header #currencies_block_top ul li {
	float:left;
	margin-right:0.2em;
}
#header #currencies_block_top ul li a {
	display:block;
	font-size:0.8em;
	background-color:#f1f2f4;
	border:#595a5e 1px solid;
	text-decoration:none;
	min-width: 1em;
	padding: 0px 2px 0px 3px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
}
#header #currencies_block_top ul li a:hover {
	background-color:white;
	color: black;
}
#header #currencies_block_top ul li.selected a {
	border: none;
	background-color: transparent;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: black;
	border:1px solid white;
}
#header #currencies_block_top p {
	clear: left;
}

#left_column, #center_column, #sidebar {
	float:left;
}
#left_column {
	clear:left;
	width:190px;
	padding-right: 15px;
	display:none;
}
#center_column {
	width: 662px;
	margin: 0 0 30px 0;
	z-index:2;
	background:#FFF url(../images/bg-top-content.png) no-repeat scroll center top;
	zoom:1;
	z-index:1;
	position:relative;
}
#center_column div{
}	
#sidebar {
	background:transparent url(../images/bg-shadow-sidebar.png) no-repeat scroll left center;
	width:256px !important;
	width:256px;
	min-height:500px;
	height:auto !important;
	height:500px;
	z-index:1;
}	
#sidebar h4{
	text-transform:uppercase;
	font-family:"Gill sans", Arial;
}

#sidebar .block{
	padding:15px;
	border-top:1px dotted #CECECE;
}

/* Footer */
#footer {
	background:#0b4f73 url(../images/bg-footer.png) top center no-repeat;
	padding-top:50px;
}
#footer .inner{
	width:920px;
	margin:0 auto;
	position:relative;
}
#footer .zoneLeft, #footer .zoneRight{
	width:440;
	padding:10px;
	float:left;
	position:relative;
	text-align:left;
}
#footer .zoneLeft{
	background:transparent url(../images/bg-footer-left.png) top left no-repeat;
	width:450px;
	height:150px;
}
#footer .zoneLeft address{
	color:#CCE1EC;
	font:normal 10px "Trebuchet MS";
	left:69px;
	line-height:normal;
	position:absolute;
	text-align:left;
	top:54px;
}
#footer .zoneLeft A{
	background:transparent url(../images/btn-contacts.png) top left;
	display:block;
	text-indent:-9000px;
	outline:none;
	width:175px;
	height:46px;
	position:absolute;
	bottom:50px;
	right:30px;
}

#footer .zoneRight ul{
	float:left;
	padding:0 30px 0 0;
	width:170px;
}
#footer .zoneRight li{
	float:left;
	list-style:none;
	margin:0 0 3px 0;
	width:170px;
	
}
#footer .zoneRight li a, #footer #lastMenu a{
	padding-left:8px;
	border-left:solid 2px #3079a0;
	text-align:left;
	color:#d3e8f3;
	font:normal 11px Verdana;
	text-decoration:none;
	line-height:10px;
	display:block;
}
#footer .zoneRight li a:hover, #footer #lastMenu a:hover{
	text-decoration:underline;
}
#footer .itemPaiement{
	bottom:44px;
	position:absolute;
	right:50px;
}
#footer .itemPaiement A{
	display:block;
	height:21px;
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	text-indent:-9000px;
	outline:none;
	margin:0 0 0 4px;
}
	#footer .itemPaiement A#cic{
	width:47px;
	background-image:url(../images/btn-cic.png);
	}
	#footer .itemPaiement A#visa{
	width:32px;
	background-image:url(../images/btn-visa.png);
	}
	#footer .itemPaiement A#masterCard{
	width:32px;
	background-image:url(../images/btn-mastercard.png);
	}
	#footer .itemPaiement A#cheques{
	width:32px;
	background-image:url(../images/btn-cheques.png);
	}
#footer #lastMenu a#top{
	position:absolute;
	bottom:-9px;
	right:4px;
	background:transparent url(../images/btn-scroll-top.png);
	width:32px;
	height:34px;
	border:none;
	padding:0;
	display:block;
	text-indent:-9000px;
	outline:none;
}

#footer #lastMenu{
	background:transparent url(../images/bg-last-menu.png) top center no-repeat;
	text-align:center;
	padding-top:20px;
	padding:12px 0 0 105px;
	position:relative;
}
#footer #lastMenu LI{
	float:left;
	list-style:none;
}
#footer #lastMenu LI A{
	font-size:8px;
	border-right:solid 1px #d3e8f3;
	padding:0 8px;
	border-left:none;
}
#footer .block_various_links { list-style: none; }
#footer .block_various_links li a{ text-decoration:none; }
#footer .block_various_links li {
	display: inline;
	border-left: 1px solid #888;
	padding: 0px 2px 0px 4px;
}
#footer .block_various_links li.first_item {
	border: none;
	padding-left: 0px;
}
#rassurance{
	background:#222222 url(../images/bg-rassurance.png) repeat scroll center bottom;
	bottom:0;
	height:34px;
	position:fixed;
	width:100%;
	left:0px;
	display:block;
	z-index:900;
}
	#rassurance UL{
		width:920px;
		margin:0 auto;
	}
		#rassurance UL LI{
			float:left;
			list-style:none;
			margin:0 4px 0 0;
			padding-right:25px;
			background:transparent url(../images/bg-rassurance-li.png) top right no-repeat;
		}
			#rassurance UL LI A{
				color:#b7ccd8;
				background:solid 1px;
				display:block;
				height:25px;
				padding:10px 0 0 30px;
				background:transparent none center left no-repeat;
				text-decoration:none;
				font-size:12px;
				font-family:"Gill sans", Arial;
			}
				#rassurance UL LI A#telephone{
					background-image:url(../images/picto-telephone.png);
				}
				#rassurance UL LI A#paiementSecurise{
					background-image:url(../images/picto-securite.png);
				}
				#rassurance UL LI A#livraison{
					background-image:url(../images/picto-livraison.png);
				}	
				#rassurance UL LI A#apero{
					background-image:url(../images/picto-apero.png);
				}										
			#rassurance UL LI A:HOVER{
				text-decoration:underline;
			}
/* Default block style */
div.block {
	margin-bottom: 1em;
}
#left_column div.block, #sidebar div.block {

}
div.block h4 {
}
div.block h4 a { color: #374853; }
div.block ul { list-style: none;}

#featured-products_block_center ul { list-style: none; padding:0 10px;}

div.block ul.tree li { padding-left:1.2em; }
div.block a:hover { text-decoration: underline; }
#left_column div.block .block_content a.button_large, #sidebar div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block .block_content {

	padding:0.5em 0.7em 0pt;
	min-height:20px;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
}
div.block a {
	color: #595a5e;
	text-decoration: none;
}

/* block exclusive */
#left_column div.exclusive, #sidebar div.exclusive {
}

div.exclusive li { margin-top: 0; }
div.exclusive, div.exclusive a { color: #2a2a2a; }
div.exclusive .block_content {
	padding:8px;
	color:#2a2a2a;
}

/* block myaccount */
#left_column div.myaccount, #sidebar div.myaccount { background: #f6dce8 url('../img/block_footer_myaccount.jpg') no-repeat bottom left; }
div.myaccount h4 { background: #971d58 url('../img/block_header_myaccount.jpg') no-repeat top left; }
div.myaccount h4 a, div.myaccount h4 { color: white; }
div.myaccount, div.myaccount a { color: #5d0630; }
div.myaccount ul.bullet { margin-top: 0.6em; }
div.myaccount ul.bullet li { background-image: url('../img/bullet_myaccount.gif'); }
div.myaccount ul.bullet .icon { display: none; }
div.myaccount p.logout { padding: 0.3em 0 0.3em 2em; }
div.myaccount p.logout, div.myaccount p.logout a { color: #dd2a81; }
div.myaccount p.logout a { text-decoration: underline; }
div.myaccount p.logout a:hover { text-decoration: none; }
div.myaccount .block_content {
	background: #f6dce8 url('../img/block_bg_myaccount.jpg') repeat-x bottom left;
	border-left: 1px solid #f6dce8;
	border-right: 1px solid #f6dce8;
}
.account_input {
	margin:0 0 4px;
	padding:5px 7px;
	width:250px;
}

/* block in the center column */
#center_column p { /*margin:15px; padding-left:0.7em;*/ margin:15px 0;}
#center_column > p { /*margin:15px; padding-left:0.7em;*/ margin:15px;}

#center_column div.block { width: 	auto; margin:auto;}
#center_column div.block h4 {
	background: transparent url('../img/block_header_large.gif') no-repeat top left;
	height: 17px;
	color: white;
}

/* Styles for products blocks */
/* block products (new, features, viewed, etc...) on left and right column */
.products_block li {
	clear: left;
	margin-top: 0.2em;
}
.products_block li.item img {
	margin-right: 5px;
}
.products_block li.last_item {
	border: none;
}
.products_block li img{
	vertical-align: top;
	float: left;
	margin-right: 0.2em;
	border:solid 1px #CCC;
	padding:4px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0 0px 4px #C8C8C8;
	-webkit-box-shadow:0 0px 4px #C8C8C8;
	
}

.products_block li img.manufacturer_img {
	position:absolute;
	bottom:0;
	left:4px;
	float: none;
	margin-right:0;
	border:none;
	padding:0x;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	
}

.products_block p img {
	float: none;
	margin: 0 0 0 0.4em;
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em;
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em;
}
.products_block dl {
	clear: both;
	padding: 0.2em 0.4em;
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e;
}
.products_block p {
	margin-top: 0.4em;
}
.products_block a.button_large {
	margin: 0.4em 0.4em 0 0.4em;
}
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none;
}

/* Special style for block products in center column */
#center_column .products_block { border: none; }
#center_column .products_block  { color: #595a5e; }
#center_column .products_block h4 { line-height: 1.3em; }
#center_column .products_block .block_content {
	padding:0pt;
}
#center_column .products_block ul li:hover {}
#center_column .products_block ul li {
	float: left;
	clear: none;
	width:33%;
	height:200px;
	background:transparent url(../images/cross-products-separator.png) bottom right no-repeat;
	padding: 10px auto;
	margin-bottom:10px;
	position:relative;
}

#center_column .products_block ul .product_accessories_description  {
	margin:0;
	padding:0;
}
#center_column .products_block ul .product_accessories_description .product_accessories_price{
	margin-top:75px !important;
	margin-top:0px;
}
#center_column .products_block ul .product_accessories_description {
	margin:0;
	padding:0;
	height:280px;
}
/*#center_column .products_block li.last_item { float:none; clear:both; }*/
#center_column .products_block li.last_item_of_line { border-right:none;background:none; }
#center_column .products_block li.first_item_of_line { clear:both;  }
#center_column .products_block li.last_line { border-bottom:none; }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em; }
#center_column div.products_block h5 {
	display: block;
	height: 2.57em;
}
#center_column div.products_block h5 a {
	color: #393939;
	font:bold 16px Arial;
}

#center_column div.products_block p.product_desc {
	color: #595a5e;
	margin:0;
	padding:0;
	position:absolute;
	right:8px;
	top:50px;
}
#center_column div.products_block p.price_container {
	margin:0;
	padding:0;
	position:absolute;
	bottom:10px;
	right:10px;
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	margin-left:2px;
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px;
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left:2px;	
}

#center_column div.products_block a.product_image{
	float:left;
	margin:0 10px 0 0 ;
}
#center_column div.products_block a.product_image img{
	margin:0;
}
#center_column div.products_block p.product_desc, #center_column div.products_block h5 {
	margin-left:0.5em;
	margin-right:0.5em;
}
#center_column div.products_block ul li p.product_desc a {
	font-weight:normal;
}
#center_column .products_block span.price {
	text-align: right;
	font-size: 1.2em;
	padding: 0.5em 0;
	/*display: block;*/
}
p.price_container {
	text-align: center;
}
#center_column .products_block .featured_price { 
	margin-top:2.5em;
}
#center_column .products_block a.button, #center_column .products_block a.exclusive, #center_column .products_block span.exclusive {
	margin: 0.5em auto;
}

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content{ background:none; }
#center_column div.products_block.accessories_block p.product_desc { height:180px }
#center_column .products_block.accessories_block .block_content li{
  background:none repeat scroll 0 0 transparent;
  height:150px;
  margin:0 26px 0 0;
  text-align:center;
  width:100px;}
#center_column .products_block.accessories_block .block_content li a{
  clear:left;
  display:block;
  margin:auto;
  text-align:center;
  width:92px;
}
#center_column .products_block.accessories_block .block_content li a.ajax_add_to_cart_button{
  font-size:0.8em;
  background:transparent url("../img/button-small.gif") top center no-repeat;
  
}
#center_column .products_block .accessories_block .block_content li a.product_image, #center_column .products_block.accessories_block .block_content li a.product_description { border-right:1px solid #d0d3d8; font-weight:bolder; }
#center_column .products_block .accessories_block .block_content li.last_item a.product_image{ border:none; }
#center_column .products_block .accessories_block .products_block li img{
  float:none;
  width:80px;
  height:80px;
}

/* Block tags */
/* Tags */
.tags_block{
	width:924px;
	padding-top:2px;
	background:transparent url(../images/bg-content-noside.png) repeat-y scroll left top;
	margin:0 auto;
}
	.tags_block P{
	}
div.tags_block .block_content {
	padding: 0.2em 0.6em;
	height:15px;
}
div.tags_block p {
	text-align: center;
	font-size:0.9em;
	border-bottom:solid 1px #CECECE;
	margin:0 10px;
	position:relative;
	
}
div.tags_block p a {
	font-size: 9px;
	color:#222;
	height:15px;
	letter-spacing:-0.06em;
	line-height:1.5em;
	margin:0 0.3em;
	padding:3px;
	text-decoration:none;
}
div.tags_block p a:hover {
	color:#1f1f1f;
	background:transparent url(../images/bg-tags-hover.png) bottom center no-repeat;
	}
/*
a.tag_level3 { font-size: 1.8em; font-weight:bold;}
a.tag_level2 { font-size: 1.4em;}
a.tag_level1 { font-size: 1em; color:#888!important;}
*/

/* Liste Sub Series */
UL.subSeries{
	padding:10px 15px 0 15px;
	display:none;
}
UL.subSeries li{
	float:left;
	display:inline;
	width:202px;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
}
	UL.subSeries li h4{
		text-transform:uppercase;
		color:#666;
		border-bottom:solid 1px #EEE;
		font:normal 13px "Gill Sans", "Lucida grande", Arial;
		margin:0 12px 8px 0;
	}
	UL.subSeries li ul{
		border-right:dotted 1px #DDD;
		height: 130px;
		
	}
		UL.subSeries li ul li{
			clear:left;
			
		}
	

/* Block manufacturer */
.blockmanufacturer ul, .blocksupplier ul {
	padding-bottom: 0.6em;
}
.blockmanufacturer select, .blocksupplier select {
	width: 100%;
	margin: 0;
}

/* Block specials */
.blockspecials ul {
	height: 8em;
}
.blockspecials li {
	float: left;
	clear: none;
	width: 48%;
}

.blockspecials p.product_image {
	margin-right: 0.3em;
}
.blockspecials p {
	padding: 0.3em 0 0 0;
	margin: 0;
	text-align: center;
	clear: both;
}
.blockspecials p a {
	margin: 0 auto;
}

/* Block Viewed Products */
div#viewed-products_block_left div.block_content ul.products li { height:85px; }
div#viewed-products_block_left div.block_content ul.products li img { margin-right:7px; }

/* Block newsletter */
div#newsletter_block_left div.block_content { padding:1em 0; text-align:center; }
div#newsletter_block_left div.block_content p{ padding:0.3em 0; text-align:center; }
div#newsletter_block_left div.block_content input.button_mini{ margin:1em auto 0em auto;}

/* Block RSS */
div#rss_block_left p { margin:0.5em 0; text-align:center; }

/* Block logo payment */
div.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em; }
div.paiement_logo_block a { text-decoration: none; }
div.paiement_logo_block img { margin: 0 0.5em; }



/* Block advertising */
.advertising_block { width: 191px; margin-bottom: 1em; text-align: center; }

/* Block new products */
#new-products_block_right dt a { font-size:0.8em; font-weight:bold; }

/* Block categories */
div#categories_block_left ul.tree { padding-left:0.5em; }
div#categories_block_left ul.tree li {
	border:none;
	padding-left:15px;
	background: none;
	margin-left:0;
	font-weight:bold;
	font-size:13px;
	line-height:13px;
	margin-top:2px;
}
div#categories_block_left ul.tree li ul li{
	padding-left:15px;
	background:none;
	font-size:11px;
	font-weight:normal;
}
div#categories_block_left ul.tree li ul li ul li{
	padding-left:15px;
	font-size:9px;
}
div#categories_block_left ul.tree a{
	padding-left:0;
	color:#374853;
}
div#categories_block_left ul.tree a:hover{
	text-decoration:none;
}
div#categories_block_left ul.tree a.selected{
	color: #488c40;
	font-weight: bold;
}
div#categories_block_left span.grower{
	display:block;
	float:left;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	width:9px;
	height:15px;
	margin: 0 0 0 -10px!important;
	margin: 0 0 0 -6px;
	padding: 0;
}
div#categories_block_left span.OPEN { background-image: url('../img/icon/less.gif'); }
div#categories_block_left span.CLOSE{ background-image: url('../img/icon/more.gif'); }

/* steps (like order step) */
ul.step {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
	list-style: none;
	margin:0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width:465px;
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../img/step_standard.gif') no-repeat bottom left;
}
ul.step li.step_current {
	background: transparent url('../img/step_current.gif') no-repeat bottom left;
	font-weight:bold;
}
ul.step li.step_todo {
	font-style:italic;
}
ul.step li#step_end { width: 40px; }
ul.step li#step_end { background: transparent url('../img/step_end.gif') no-repeat bottom left; }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left; }
ul#order_step {
	background-color: white;
}

/* Special style for block cart*/
#cart_block{
	z-index:2;
	padding: 0.6em;
	position:relative;
	padding:50px 0 20px 0;
}
#cart_block h4{
	font:normal 16px "Lucida grande", Arial;
	text-transform:uppercase;
	background-image: url('../images/bg-title-cart.png');
	left:-1px;
	line-height:normal;
	padding:12px 0 0 38px;
	position:absolute;
	text-decoration:none;
	top:-1px;
	width:241px;
	height:39px;
	text-decoration:none;	
	}
#cart_block h4 a{
	text-decoration:none;
	color:#FFF;
	
}	
#cart_block h4 span{
	text-transform:uppercase;
	font-size:01em;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}
#cart_block h4 span#block_cart_collapse{ background-image: url('../img/icon/sort_asc_white.gif'); }
#cart_block h4 span#block_cart_expand{ background-image: url('../img/icon/sort_desc_white.gif'); }
#cart_block #cart_block_no_products{ margin: 0.5em 0; }
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
	float: left;
}
#cart_block dl {
	font-size: 0.9em;
}

#cart_block dt{
	padding-top:0.4em;
	height:1.2em;
}
#cart_block dl span.quantity-formated{ padding-right:0.3em; }
#cart_block dt, #cart_block dd{
	clear: both;
	margin-top:0.2em;
}

#cart_block dt {
width: 245px;
}

#cart_block dd {
width: 245px;
}

#cart_block dd{ margin-left:1em; margin-right:1em; font-style:italic;}
#cart_block dl dt a { font-weight: bold; }
#cart_block a.ajax_cart_block_remove_link {
	width:11px;
	height:13px;
	margin-left:4px;
	float:right;
	font-size:0;
	display:block;
	background: transparent url('../img/icon/delete.gif') no-repeat left bottom;
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration:none; }
#cart_block p { clear: both; }
#cart_block p span {
	clear: right;
	float: left;
	text-align: right;
}
#cart_block li { clear: both; }
#cart_block span.price {
	color: #2a2a2a;
	float: right;
}
#cart_block dl span.price {
	font-weight: normal;
	color: #2a2a2a;
	float: right;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{  }
#cart_block table#vouchers {
	margin-top:0.5em;
	border-top:1px solid white;
	height: 3em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
	width:247px;
}

 #cart_block p#cart-prices {
	margin-top:0.5em;
	border-top:1px solid white;
	height: 4em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}

#cart_block table#vouchers td {
	padding:0;
	border:0;
	height:1.5em;
}

#cart_block table#vouchers td.price {
	font-size:1em;
	font-weight:normal;
	width:37%;
	text-align:right;
}
#cart_block table#vouchers td.delete {
	width:9%;
	text-align:right;
}

#cart_block table#vouchers td.delete img{
	margin:0;
}

#cart_block p#cart-buttons {
	height: 1.6em;
	margin:0 -0.3em;
}
#cart_block p#cart-buttons a { float: left; }
#cart_block p#cart-buttons a#button_order_cart { float: right; }

#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square;
}

#cart_block #cart-price-precisions {
	margin-top:0.5em;
	padding-top: 0.4em;
	border-top:1px solid white;
	font-size: 0.9em;
	height: 2em;
}

/* authentication.tpl */
#authentication #create-account_form, #authentication #login_form {
	width: 46%;
	height: 25em;
	clear: none;
	float: left;
}
#authentication #create-account_form h4 {
	margin:0 0 0 25px;
	padding:0;
	
}

#center_column form#create-account_form p.text, #center_column form#login_form p.text{
	padding:0;
	margin:8px 0 0 25px;
	height:56px;
}

#authentication #login_form a{ color:#374853; }
#authentication #create-account_form { margin-right: 7px; }
#authentication #create-account_form p.text {
	margin:0 0 0 25px;
	text-align:left;
	width:100px;
}
#authentication #create-account_form p.text label{
	width:100px;
}
form#login_form p span{
	width:100%;
	display:block;
	height:30px;
	text-align:left;
}
#authentication input#SubmitCreate, #authentication input#SubmitLogin{ margin:0; }
#authentication form.std p.submit {
	margin:0 0 0 25px;
	text-align:left;
	padding:0;
}
#authentication p.lost_password {
}

#authentication #create-account_form fieldset, #authentication #login_form fieldset {
	height:18em;
}
#authentication p.submit span { padding-right:0.5em; }
#authentication form#create-account_form label, #authentication form#login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	height:22px;
}
form#account-creation_form input.text, form#account-creation_form #id_country, form#account-creation_form #id_state, #authentication textarea {
	width:17em;
}

form#account-creation_form input#customer_lastname,
form#account-creation_form input#address1,
form#account-creation_form input#address2{
  text-transform:uppercase;
}


/* my-account.tpl */
#my-account #center_column ul { margin: 15px; height:162px;}
#my-account #center_column li {
	list-style: none;
	border:1px solid #EEEEEE;
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:8px 8px 0 0;
	padding:15px;
	width:275px;
	 }

/* discount.tpl */
td.discount_value {
	white-space: nowrap;
}

/* category.tpl */

body#category #subcategories li {
	height:100px;
	margin-right:7px;
	width:120px;
	text-align:center;
	margin-bottom:18px;
} 	  
div.cat_desc {
  margin:0 1em;
  border-bottom:solid 1px #F5F5F5;
}
#center_column div.cat_desc p:after{
  clear:left;
}
div.cat_desc #categoryImage{
  -moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0 0px 4px #C8C8C8;
	-webkit-box-shadow:0 0px 4px #C8C8C8;
	float:left;
	margin-right:8px;
}
body#category  div#subcategories ul.inline_list  li a img {
	display:inline;
}



/* contact-form.tpl */
body#contact-form div#center_column form input#email, body#contact-form div#center_column form select#id_contact, body#contact-form div#center_column form textarea#message{
	width: 50%;
}

form.std p.desc_contact span.like_input {
	width: 366px;
	text-align: left;
}


/*  sitemap.tpl */
#sitemap_content{ margin-left:5em; }
div.sitemap_block{
	padding:0;
	float:left;
	width:30%;
}
div.sitemap_block ul{ text-align:left; }
div.sitemap_block h3, .categTree h3{
	margin-top:1em;
	margin-bottom:1em;
}
div.categTree {
	margin-top:25px;
	margin-bottom:1em;
	margin-left:5em;
}

/* product.tpl */
#primary_block #pb-right-column{
	width:400px;
	float:left;
	margin:0 4px 0 6px;
}
#primary_block #image-block{
    border:#d0d1d5 solid 1px;
	height:390px;
	width:390px;
}
#primary_block #image-block img#bigpic{ 
	cursor:pointer; 
	height:390px;
	width:390px;
}
#primary_block ul#usefull_link_block{
	list-style-type:none;
	margin-top:1em;
}
#primary_block ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; display: block; }
#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#76839b;
	font-size:0.9em;
	background: white url('../img/bullet_alt.jpg') no-repeat top left;
	padding-left:15px;
	height:15px;
}
#primary_block #pb-left-column{
	float:left;
	margin:0;
	width:233px;
}
#primary_block #short_description_block{
	background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	padding:0.7em;
	margin-bottom:1.5em;
}
#primary_block #color_picker p {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 0;
}
#primary_block #color_picker {
	padding: 0.7em;
	background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	margin-bottom: 1.5em;
}
#primary_block #color_to_pick_list {

}
#primary_block #color_to_pick_list li {
	display: inline;
	float: left;
	margin: 0 0.4em 0.4em 0;
}
#primary_block a.color_pick {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	cursor: pointer;
}
#primary_block a.color_pick:hover {
	border: 1px solid #000;
}

#primary_block #image-block img#bigpic.jqzoom{
cursor:crosshair;
position:relative;
}

#primary_block p.buttons_bottom_block{ margin:0; }
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { margin:0.9em auto 0 auto; }
#primary_block #short_description_content{
	margin-bottom:0.5em;
}
#primary_block form#buy_block{
	margin-bottom:1.5em;
	background: #f1f2f4 url('../img/product-buy-bg.gif') repeat-x top left;
	font-size:1.1em;
	padding:0.7em;
	color:#374853;
	border: 1px #d0d3d8 solid;
}
#primary_block form#buy_block p{
	padding:0;
	margin-top:0;
}
#primary_block form#buy_block img.on_sale_img{
	float:left;
}
#primary_block form#buy_block span.on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.our_price_display{
	float:right;
}
#primary_block form#buy_block span#availability_label{
	float:left;
	margin-right:1em;
}
#primary_block form#buy_block label{
	text-align:right;
}
#primary_block form#buy_block label,#primary_block form#buy_block select{
	display:block;
	width:47%;
	float:left;
}
#primary_block div#attributes p, #quantity_wanted_p{
	clear: left;
	height:2em;
}

/* prices */
#primary_block form#buy_block p.price{
	font-size:1.05em;
	text-align:right;
}
#primary_block form#buy_block span#pretaxe_price{
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p#old_price{
	font-size:0.8em;
	text-align:right;
	text-decoration:line-through;
}
#primary_block form#buy_block p#reduction_percent{
	color:#da0f00;
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p.price-ecotax{
	font-size:0.75em;
	text-align:right;
}

/* views block */
#views_block{
	margin:0pt auto;
	width: 274px;
}

#thumbs_list{
	overflow:hidden;
	float:left;
	width: 240px;
}
#thumbs_list ul{
	padding-left:0px;
	list-style-type:none;
	margin-top: 5px;
}
#thumbs_list li{
	float:left;
	cursor:pointer;
	width: 80px;
	height: 80px;
}
#view_scroll_left, #view_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
	padding-right: 4px;
	padding-left: 4px;
}
#view_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}
span.view_scroll_spacer{
	float: left;
	width: 17px;
	height: 80px;
}


/* Printable version */
@media print {
	div#left_column, div#sidebar, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display:none;
	}
	input.text{border:1px solid gray}
	.block_hidden_only_for_screen { display:block; margin-top:1em; }
	#more_info_sheets #idTab1{ width:530px; }
	* {background:none!important;background-color:white!important;}
}

/* Customizable product */
#customization_block {
	width: 556px;
}

.customization_block_title {
	margin: 4px 4px 4px 2px;
}

#customization_block ul {
	margin: 6px 6px 0px 6px;
}

.customization_block_input {
	vertical-align: inherit;
}

img.customization_delete_icon {
	margin: 2px;
}

li.customizationUploadLine {
	clear: left;
	padding: 4px;
	display: block;
}

div.customizationUploadBrowse {
	float: left;
}

div.customizationUploadBrowseDescription {
	padding: 6px;
}

img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888;
}

ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px;
}

ul.customizationUploaded li {
	display: inline;
}

ul.customizationUploaded a {
	text-decoration: none;
}

div.customizationUploaded {
	clear: left;
}

div.deletePictureUploaded {
	float: right;
}

div.deleteCustomizableProduct {
	float: right;
}

ul.typedText {
	padding-left: 6px;
	list-style-type: none;
}

/* category Products block */
#productscategory{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_noscroll{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_list{
	overflow:hidden;
	float:left;
	width:96%;
}
#productscategory_list ul{
	padding-left:0px;
	list-style-type:none;
}
#productscategory_list li{
	float:left;
	margin:0 3px;
	cursor:pointer;
	text-align:center;
	width:100px;
	overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	display:block;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
}
#productscategory_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}

/* module blockmenutop */
#menu-top {
	clear:both;
	width:100%;
	height:40px;
}

#menu-top dl{
	float:left;
	position:relative;
	padding-right:10px;
}

#menu-top dl dt{
	line-height:30px;
	height:30px;
}

#menu-top dl dt a{
	text-decoration:none;
	background:#eeeeee;
	display:block;
	height:30px;
	width:100px;
	padding-left:5px;
	padding-right:5px;
}

#menu-top dl dt a:hover{
	background:#ccc;
}

#menu-top dl:hover dd{
	display:block;
}

#menu-top dl dd{
	display:none;
	position:absolute;
	width:100px;
}

#menu-top dl dd ul{
	width:100%;
	text-align:left;
	background:#cccccc;
}

#menu-top dl dd ul li a{
	display:block;
	background:#eee;
	width:100%;
	text-decoration:none;
	padding:10px;
}

#menu-top dl dd ul li a:hover{
	background:#ccc;
}



/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {
	font-size: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name {
	font-weight:bold;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt {
	margin: 4px 0 4px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link {
	float: right;
	margin:-12px 0 0 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dd{
	font-style: italic;
	margin: 0 0 0 10px;
}

#wishlist_block div.block_content p select#wishlists{
	width: 140px;
}

#wishlist_block div.block_content p a.exclusive{
	margin: 5px auto 0 auto;
}

/* mywishlist */
div#mywishlist div#block-order-detail form.wl_send fieldset p input{
	margin-left:60px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block;
}
div#mywishlist form.std fieldset label {
	width: 30px;
}
div#mywishlist form.std fieldset input#submitWishlist {
	display: inline;
}
div#mywishlist table.std thead th.mywishlist_first{
	text-align: center;
	width: 40px;
}
div#mywishlist table.std thead th.mywishlist_second{
	text-align: center;
	width: 80px;
}
div#mywishlist table.std thead th.first_item, div#mywishlist table.std tbody tr td{
	width: 200px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail select {
	margin: 0;
}
div#mywishlist #hideBoughtProducts,div#mywishlist #showBoughtProducts{
	float:left;
	margin:-18px 0 0 5px;
}
div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist{
	display:none;
}
div#mywishlist #showBoughtProductsInfos, div#mywishlist #hideBoughtProductsInfos{
	float:right;
	margin:-18px 118px 0 0;	
}
div#mywishlist #showSendWishlist, div#mywishlist #hideSendWishlist, div#mywishlist div#block-order-detail ul li a.exclusive {
	float:right;
	margin:-18px 0px 0 0;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th {
	text-align: center;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item {
	width: 300px;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos{
	margin:0 0 0 10px;
}
div#mywishlist div#block-order-detail ul li img {
	float:left;
}
/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img {
	float: left;
}
#view_wishlist #featured-products_block_center ul div li a, #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left;
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail, div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 30px;
	float: left;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-bottom:5px;
} 
#view_wishlist #featured-products_block_center ul div li a.exclusive, #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left:55px;
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border:0;
}

/* module productcomments */
.rating {
 cursor: pointer;
 margin: 2em;
 clear: both;
 display: block;
}
.rating:after {
 content: '.';
 display: block;
 height: 0;
 width: 0;
 clear: both;
 visibility: hidden;
}
.cancel,
.star {
 float: left;
 width: 17px;
 height: 15px;
 overflow: hidden;
 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 0px;}
 
.cancel a,
.star a {
 display: block;
 width: 100%;
 height: 100%;
 background-position: 0 0px;

}
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 {
	color: forestgreen;
	font-weight: bold;
	padding:0 10px;
}

#page .rte {
	background:transparent none repeat scroll 0 0;
}


a#facebook{
	display:block;
	border-top:dotted 1px #CECECE;
	background:transparent url(../images/btn-facebook.png) center center no-repeat;
	text-indent:-9000px;
	outline:none;
	width:258px;
	height:90px;
	padding:10px 0 0 0;
}

a#chequesCadeau{
	display:block;
	border-top:dotted 1px #CECECE;
	background:transparent url(../images/btn-chequesCadeau.png) center center no-repeat;
	text-indent:-9000px;
	outline:none;
	width:258px;
	height:95px;	
	
}

a#secondHand{
	display:block;
	border-top:dotted 1px #CECECE;
	outline:none;
	text-align:center;
	width:258px;
	height:100px;
	background:transparent url(../images/btn-occasions.png) center center no-repeat;
	margin:5px 0;
	text-indent:-9000px;
}
/* Exception */ 
#authentication #sidebar, #order #sidebar, #payment #sidebar, #validation #sidebar, #validation #sidebar{
	display:none;
}
#authentication #center_column, #order #center_column, #payment #center_column, #validation #center_column{
	width:918px;
}
#authentication DIV#content,#order DIV#content, #payment DIV#content, #validation DIV#content{
	background:transparent url(../images/bg-content-noside.png) repeat-y scroll center top;
}

#validation #center_column p.cart_navigation, #payment #center_column p.cart_navigation{
	padding:8px 20px;
}

#order #center_column p.cart_navigation{
	height:15px;
	padding:0;
}

#payment #form{padding:15px; margin:15px;}
#order #content form{padding:0 ; margin:15px;}



/* block top user information */
#header #header_user {
	clear:left;
	margin:10px 0;
	position:absolute;
	right:0;
	text-align:right;
	top:30px;
	color:#FFF;
	width:400px;
}
#header #header_user P, #header #header_user P{
	margin : 4px 0;
	line-height:20px;
}
#header #header_user #header_user_info{
	display:block;
}
#header #header_user A{
	color:#FFF;
}	
#header_user span { font-weight: bold; }
#header_user ul { margin-top: 0.3em; display:inline;}
#header_user li {
	float: right;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap;
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em; }
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none;
}
#header_user #shopping_cart a { background-image: url('../img/icon/cart.gif'); }
#header_user #shopping_cart span.ajax_cart_quantity { padding-right:0.5em; }
#header_user  a#your_account {
	background: url('../images/picto-my-account.png') center left no-repeat !important;
	background:none;
	padding:0 0 0 26px;
	width:75px;
	display:inline-block;
}

/* block top search */
#header #search_block_top {
	background: #0a557c url(../images/bg-search.png) top left no-repeat;
	height: 33px;
	width: 407px;
	position:absolute;
	top:0;
	right:0;
	padding:0 4px 0 12px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}
#header input.button{
	display:block;
	float:left;
	background:transparent url(../images/btn-search.png) center center no-repeat;
	width:31px;
	height:33px;
	text-indent:-9000px;
	border:none;
}
#header #search_block_top p { /* padding: 0.4em 0 0.4em 1em; */ }
#header #search_block_top label, #header #search_block_top input{ float:left; }
#header #search_block_top label {
	float: left;
	display: block;
	color:#dbebf3;
	margin:10px 0 0 0;
}
#header #search_block_top input#search_query {
	width: 236px;
	margin:4px 0px 0 8px;
	height:16px;
	background:#dff0f9;
	padding:3px 4px;
	 }

/* block left column "Quick search" */
#search_block_left input {
	margin: 2px 0px 0px 0px;
}
#search_block_left #search_query {
	width: 11em;
}
#search_button {
	display: inline;
	
}
/* global form style */
form.std {
	clear: both;
	margin:15px;
	
}
#center_column form.std p{
	margin:0 0 8px 20px;
}
form.std h3 {
	color: #444;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
	line-height:25px;
	height:30px;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

input, textarea, select {
	border: 1px solid #bdc2c9;
	padding:2px 6px;
}

input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}
.checkbox input, .radio input {
	border: none;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	line-height:20px;
	float: none;
	text-align: left;
}
.required sup {
	color: #da0f00;
}
form.std p.checkbox {
	padding-left: 30%;
}
form.std p.submit {
	/*padding-left:31%!important;*/
	margin-bottom: 1.5em;
}


/* Light box Follow Shopping */
a.followShopping{
	display:block;
	background:transparent url(../images/btn-followvisit.png) center center no-repeat;
	width:200px;
	height:150px;
	float:left;
	text-indent:-9000px;
}
a.ferme{
	display:block;
	background:transparent url(../images/btn-ordernow.png) center center no-repeat;
	width:200px;
	height:150px;
	float:left;
	text-indent:-9000px;
}
