/*
	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
*/

* {
	padding: 0;
	margin: 0
}
body {
	background-color: white;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #7B7B7B;
	text-align: center
}

/* 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 }
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 }
/* new clearfix */
.clearfix:after { 
	clear: both; 
	display: block; 
	height: 0;
	font-size: 0; 
	visibility: hidden; 
	content: "."; 
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }

/* Footer links */
.footer_links {
	list-style-type: none;
	clear: both;
	height: 2em;
	margin-top: 2em;
	float: right
}
.footer_links li {
	float: right;
	margin-left: 2em;
	height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: #da3838 }
.footer_links img.icon { vertical-align: -2px }

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

/* simple list inline */
.inline_list { list-style-type: none; margin-top: 1em }
.inline_list li { float: left; text-align: center }
.inline_list 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.png) 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 */
.idTabs {
	list-style-type: none;
	border-bottom: none;
	height: 2.6em;
	margin-top: 1.5em;
	border-bottom:  1px solid #E5E6E7;

}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	-moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
	display: block;
	width: 165px;
	font-size: 1.3em;
	height: 1.7em;
	padding-top: 0.3em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	color: #7B7B7B;
	background: transparent
}
.idTabs .selected {
	text-transform: none;
	text-align: center;
	font-weight: normal;
	font-size: 1.3em;
	height: 1.7em;
	padding-top: 0.3em;
	color: #7B7B7B;
	background: transparent
}

.idTabs a:hover { 
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
	text-transform: none;
	font-weight: normal;
	text-align: center;
	font-size: 1.3em;
	height: 1.7em;
	padding-top: 0.3em;
	color: #da3838;
	background: #F4F4F4
}

/* IdTabs Short*/
.idTabsShort a { 
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
	text-transform: none;
	font-weight: normal;
	text-align: center;
	font-size: 1.3em;
	height: 1.7em;
	padding-top: 0.3em;
	color: #7B7B7B;
	background: transparent
}
.idTabsShort a:hover { 
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
	text-transform: none;
	font-weight: normal;
	text-align: center;
	font-size: 1.3em;
	height: 1.7em;
	padding-top: 0.3em;
	color: #da3838;
	background: #F4F4F4;
	border-top: 1px solid #E5E6E7;
	border-left: 1px solid #E5E6E7;
	border-right: 1px solid #E5E6E7;
}
.idTabsShort .selected {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
	text-transform: none;
	font-weight: normal;
	text-align: center;
	font-size: 1.3em;
	height: 1.7em;
	padding-top: 0.3em;
	color: #7B7B7B;
	background: #F4F4F4;
	border-top: 1px solid #E5E6E7;
	border-left: 1px solid #E5E6E7;
	border-right: 1px solid #E5E6E7;
}
div.sheets {
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
	clear: both;
	background: #F4F4F4;
	color: #7B7B7B;
	border-bottom: 1px solid #E5E6E7;
	border-left: 1px solid #E5E6E7;
	border-right: 1px solid #E5E6E7;
	padding: 1em;
	margin-bottom: 25px;
}
#more_info_sheets li {
	background-position: 3px 5px;
	margin-bottom: 0.6em 
}

div.customization_block {
    background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px solid #E5E6E7;
    border-left: 1px solid #E5E6E7;
    border-radius: 0 0 2px 2px;
    border-right: 1px solid #E5E6E7;
    clear: both;
    color: #7B7B7B;
    margin-bottom: 25px;
    padding: 1em;
}

/* global style */
a {
	color: #2E2E2E;
	text-decoration: none;
	outline: none
}
a:hover { text-decoration: none; color: #da3838 }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	font-size: 15px;
	line-height: 34px;
	height: 35px;
	text-transform: uppercase;
	font-weight: normal;
	color: #CE9014;
	background: none;
	border-bottom: 1px solid #E5E6E7;
	border-top: 1px solid #E5E6E7;
	margin: 25px 0 20px 0
}
h1 span {
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	color: #7B7B7B;
	margin-left: 1em;
	float: right
}
h2 {
	font-size: 1.1em;
	line-height: 1.6em;
	padding-left: 0.5em;
	margin: 1em 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #CE9014;
	background: transparent;
	height: 21px
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h3 { 
    color: #7B7B7B;
    font-size: 14px;
    font-weight: normal;
    margin: 1.5em 0; 
}
h4 { font-size: 12px; font-weight: normal; }

/* global layout */
#page {
	width: 1024px;
	margin: 0 auto 2px auto;
	text-align: left
}
 
#page_large {	
    background: white url('none') repeat-x center top;
	padding: 15px 0 0 0;

} 

#page_header {
	width: 1024px;
	margin: 0 auto;
}

#header_court {background: white url('none') repeat-x center top; height: 200px; width: 100% }


#header_logo {
	float: left;
	margin-top: 45px;
	width: 280px;
	display: block
}
img.logo {
	float: left;
	margin-top: 11px;
	font-size: 2em;
	font-weight: bold
}
#header_right {
	float: right;
	width: 100%;
	text-align: right
}
#left_column, #center_column, #right_column { float: left }
#left_column {
	clear: left;
	width: 230px;
	margin-right: 24px;
	overflow: hidden
}
.classiccolumn {
   background: transparent url("none") no-repeat;
   width: 770px;
   margin: -3.2px 0 10px 0;
}

.cat_desc {	
   display: block;
   margin-left: 0px;
}

.totalcolumn {
   width: 1024px; 
   margin-bottom: 10px;
}
.nonecolumn {
   display: none;
}
#old_center_column { display: none }

.ac_results_instant {
	display: none;
	visibility: hidden
}
#instant_search_results a.close {
	background: url("../img/nav-logout.gif") no-repeat scroll right 2px transparent;
	float: right;
	margin-right: 7px;
	padding-right: 21px;
	text-transform: none
}
#right_column {
	width: 0px;
	margin-left: 0px;
	overflow: hidden
}

/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	color: #7B7B7B
}
body.mceContentBody {
	margin: 0px 0px;
	width: 100% /*556*/ 
}
.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,
 .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #7B7B7B
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold;
	background: inherit
}
.rte h2,
 .mceContentBody h2 {
	font-size: 15px;
	height: 35px;
    line-height: 34px;
    margin: 25px 0 20px;
	text-transform: uppercase;
	color: #CE9014;
    border-top: 1px solid #E5E6E7;
	border-bottom: 1px solid #E5E6E7;
}
.rte h3, .mceContentBody h3 { font-size: 15px; margin-bottom: 10px }
.rte h4, .mceContentBody h4 { font-size: 14px }
.rte h5,.mceContentBody h5 { font-size: 12px }
.rte h6, div.rte h6 { font-size: 8px }
.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
.rte ul, .mceContentBody ul {
	list-style-type: square;
	margin-left: 10px
}
.rte strong, .mceContentBody strong { font-weight: bold }
.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing="0"' in the markup */
.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width: auto
}
.rte caption, .rte th, .rte td, .rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	height: inherit;
	border: 1px #e5e6e7 solid;
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e5e6e7
}
#center_column .rte p, 
 .mceContentBody p { margin: 0.5em 0 2em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 

/* /global RTE fields */

/* global table style */
div.table_block {
	background: none;
	padding-bottom: 6px;
	margin: 1.5em 0;
	width: 770px
}
.std {font-size: 12px;}
table.std {
	margin-top: 10px; 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #F4F4F4; 
	border-left: 1px solid #E5E6E7;
	border-right: 1px solid #E5E6E7;
	border-spacing: 0;
	width: 100%;
	border-collapse: collapse;
}
/*class table.std */
.std td { padding: 1em }
.std th { 
    background: white url("../img/parure/bg-bread.png") repeat-x scroll left top; 
	height: 30px; 
	border-bottom: 1px solid #E5E6E7;
	white-space: nowrap 
}
.std tr.item td,.std .item th { background-color: #F4F4F4 }
table#carrierTable td.carrier_price span {
    font-size: 12px;
	color: #da3838;
    font-weight: normal;
} 

.std tr.alternate_item td,
.std tr.alternate_item th { background-color: #F4F4F4 }
.std tbody td,.std tfoot td { border-bottom: 1px solid #E5E6E7 }
.std thead th {
	background: white url('../img/parure/bg-bread.png') repeat-x;
	height: 30px;
	border-top: 1px #E5E6E7 solid;
	line-height: 24px;
	color: #7B7B7B;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	white-space: nowrap
}
.std th.first_item { background-position: top left; padding-left: 1em }
.std th.last_item { background-position: top right }
.std th.item { background-position: -5px 0 }
.std tfoot td {
	color: #7B7B7B;
	text-align: right; 
	margin-right: 10px;
	white-space: nowrap
}

/* /global table style */

/* global form style */	


form.std { clear: both }
form.std h3 {
    float: left;
	color: #CE9014; 
	background-color: none;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #E5E6E7;
	padding: 0.4em 0.5em 0.5em 0em;	
	margin-top: 6px;
	margin-bottom: 30px;
	margin-left: 1.3em;
}  

form.std fieldset {	  
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	border: 1px solid #E5E6E7;
	background: white;
	margin-top: 1.5em;
	padding: 1em 1em 2em 1em;

}

form.std textarea {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding-left: 0.7em;
	height: 100px;
	width: 600px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	 
	background: #F4F4F4;  
	border: 1px solid #E5E6E7;
    color: #848484;
}

form.std select { 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding: 6px;
	height: 30px;
	width: 140px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	 
	background: #F4F4F4;  
	border: 1px solid #E5E6E7;
    color: #848484;
}

form.std option { 
    padding-left: 10px
} 	 	

form.std input[type=text], input[type=password] {
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding-left: 0.5em;
	height: 30px;
	width: 300px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	 
	background: #F4F4F4;  
	border: 1px solid #E5E6E7;
    color: #848484;
}

form.std  input[type=text]:focus { background: #656565; color: white; border: 1px solid #3a3a39 }
form.std  input[type=password]:focus { background: #656565; color: white; border: 1px solid #3a3a39 }
form.std  textarea:focus { background: #656565; color: white; border: 1px solid #3a3a39 }	
form.std  select:focus { background: #656565; color: white; border: 1px solid #3a3a39 }

form.std  input[type=checkbox] { 
    width: 13px; 
	height: 13px; 
	background: white; 
	cursor:pointer; 
}	

form.std legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	color: #62625E;
	font-weight: 100;
	border-color: #E5E6E7;
	border-style: solid;
	border-width: 1px
}
form.std h4, form.std p {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	clear: both
}
form.std label, form.std p span {
	float: left; 
	color: #848484;
	height: 30px;
	margin-top: 2px;
	margin-left: 22px;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
	width: 30%
}
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}

input, textarea, select, span.editable {
	margin-left: 0.7em;
	height: 30px;
	width: 300px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	 
	background: #F4F4F4;  
	border: 1px solid #E5E6E7;
    color: #848484;
	outline: none
} 

#primary_block input.text {
   	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	height: 30px;
	width: 25px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	 
	background: #F4F4F4;  
	border: 1px solid #E5E6E7;
    color: #848484;
	padding-left: 15px
}

input[type=checkbox] { 
    width: 13px; 
	height: 13px; 
	background: white; 
	cursor:pointer; 
}	

input[type=text]:focus { background: #656565; color: white; border: 1px solid #3a3a39 }
textarea:focus { background: #656565; color: white; border: 1px solid #3a3a39 }
select:focus { background: #656565; color: white; border: 1px solid #3a3a39 }

input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	outline: none
}
input {
 	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding-left: 0.5em;
	height: 30px;
	width: 300px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	 
	background: #F4F4F4;  
	border: 1px solid #E5E6E7;
    color: #848484; 
}

textarea {
 	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding-left: 0.5em;
	height: 100px;
	width: 300px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	 
	background: #F4F4F4;  
	border: 1px solid #E5E6E7;
    color: #848484; 
}

select {
 	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding: 5px;
	height: 30px;
	width: 200px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	 
	background: #F4F4F4;  
	border: 1px solid #E5E6E7;
    color: #848484; 
}

input.text {
	height: 30px;
	width: 300px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding-left: 0.7em;
	background: #F4F4F4;  
	border: 1px solid #E5E6E7;
    color: #848484;
	padding-right: 2px
	
}
.checkbox input, .radio input { 
 
	width: 13px; 
	height: 13px; 
	background: white; 
	cursor:pointer;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left
}

form.std label { 
    font-size: 12px;
	margin-top: 7px;
	float: left;
	text-align: left
}

.required sup { color: #da0f00 }
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	padding-left: 0!important;
	margin-bottom: 1.5em
}
#center_column form.std p.submit2 {
	padding-left: 170px;
	margin-bottom: 1.5em
}

/* START OF BUTTONS SECTION
 * -tags: input, a, span
 * -sizes: mini, small, normal, large
 * -types: button, exlusive
 * -status: normal, hover, disabled
 * -rule: the span.button is a a.button disabled
*/

/* global button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_xlarge, input.exclusive_news,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, input.exclusive_xlarge_disabled, input.exclusive_news_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, a.exclusive_xlarge, a.exclusive_news,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled span.exclusive_xlarge_disabled span.exclusive_news_disabled {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color: #7B7B7B!important;
	font-weight: normal;
	font-size: 14px!important;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	line-height: 40px;
	height: 40px
}

/* global button exclusive */
input.button_mini, input.button_small, input.button, input.button_large, input.button_xlarge, input.button_news,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.button_xlarge_disabled, input.button_news_disabled,
a.button_mini, a.button_small, a.button, a.button_large, a.button_xlarge, a.button_news,
span.button_mini, span.button_small, span.button, span.button_large, span.button_xlarge, span.button_news {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color: #7B7B7B!important;
	font-weight: normal;
	font-size: 14px!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	line-height: 40px;
	height: 40px
}


input.button_news,
input.button_news_disabled,
input.exclusive_news,
input.exclusive_news_disabled,
a.button_news,
a.exclusive_news,
span.button_news,
span.exclusive_news_disabled {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color: #CE9014!important;
	font-weight: normal;
	font-size: 12px!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	line-height: 30px;
	height: 30px
}


/* input button */
input.button_mini, input.button_small, input.button, input.button_large, input.button_xlarge, input.button_news,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.button_xlarge_disabled, input.button_news_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_xlarge, input.exclusive_news,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, input.exclusive_xlarge_disabled, input.exclusive_news_disabled {
	padding-bottom: 4px;
	padding-right: 5px
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.button_xlarge_disabled, input.button_news_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, input.exclusive_xlarge_disabled, input.exclusive_news_disabled,
span.button_mini, span.button_small, span.button, span.button_large, span.button_xlarge, span.button_news,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled, span.exclusive_xlarge_disabled, span.exclusive_news_disabled {
	cursor: default;
	color: white!important
}

/* disabled button */
input.button_news_disabled,
input.exclusive_news_disabled,
span.button_news,
span.exclusive_news_disabled {
	cursor: default;
	color: #7B7B7B!important
}

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

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

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover, input.button_xlarge:hover, input.button_news:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, input.exclusive_xlarge:hover, input.exclusive_news:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover, a.button_xlarge:hover, a.button_news:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover, a.exclusive_xlarge:hover, a.exclusive_news:hover {
	background-position: left -40px;
	color: white!important
}
/* hover button */
input.button_news:hover,
input.exclusive_news:hover,
a.button_news:hover,
a.exclusive_news:hover {
	background-position: left -30px;
	color: white!important
}

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

/* 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: 100px;
	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: 150px;
	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: 200px;
	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: 250px;
	background-image: url('../img/button-large.png')
} 
input.button_xlarge, input.button_xlarge_disabled, input.exclusive_xlarge, input.exclusive_xlarge_disabled, a.button_xlarge, a.exclusive_xlarge, span.button_xlarge, span.exclusive_xlarge, span.exclusive_xlarge_disabled {
	width: 300px;
	background-image: url('../img/button-xlarge.png')
}
input.button_news, input.button_news_disabled, input.exclusive_news, input.exclusive_news_disabled, a.button_news, a.exclusive_news, span.button_news, span.exclusive_news, span.exclusive_news_disabled {
	width: 40px;
	background-image: url('../img/button-news.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') }
input.exclusive_xlarge, input.exclusive_xlarge_disabled, a.exclusive_xlarge, span.exclusive_xlarge, span.exclusive_xlarge_disabled { background-image: url('../img/button-xlarge_exclusive.png') }
input.exclusive_news, input.exclusive_news_disabled, a.exclusive_news, span.exclusive_news, span.exclusive_news_disabled { background-image: url('../img/button-news_exclusive.png') }

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display: none }

/* generic style */
ul.bullet li, .block ul.bullet li, li.bullet {
	padding: 0.2em 0 0.2em 10px;
	background: none;
	list-style-type: none
}

.price-discount { text-decoration: line-through }
.price-pretax { color: gray }
.price-ecotax { color: #488c40 }
img.icon { margin-right: 0.5em; vertical-align: -2px }
.weight-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.volume-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.unity-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.price, .price-shipping, .price-wrapping {
	color: #CE9014;
	font-size: 15px;
	font-weight: normal;
	white-space: nowrap
}

/* errors */
.error {
	width: 97%;
	color: #da3838;
	font-size: 14px;
	margin: 0.3em auto 1em auto;
	padding: 0.3em 0.8em 0
}
.error p.errortxt { 
    margin: 1em 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase 
}
.error p.errorbutton { 
    margin: 1em 0;
    padding-top: 1em; 
}
.error img { 
    margin-right: 20px; 
}
.error li {	
    color: #da3838;
	font-weight: bold;	
	font-size: 13px;
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding: 0 0.3em 0 0.8em
}

/* warning */
.warning {
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	color: #7B7B7B;
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #FAEBDD;
	border: 1px solid #E5E6E7;
	font-weight: normal;
	padding: 1em 1em
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em
}
.success_inline {
	color: green;
	font-weight: bold
}

/* breadcrumb.tpl */
.breadcrumb {
    text-transform: uppercase;
	font-size: 12px;
	color: #CE9014;
}
.breadcrumb .navigation-pipe { padding: 0 0.6em }
.breadcrumb a {
	text-decoration: none;
	color: #2E2E2E
}
.breadcrumb a:hover { text-decoration: none; color: #da3838 }

/* pagination.tpl */
div.pagination { clear: both; height: 40px; padding-top: 1em }
ul.pagination {
	list-style: none;
	float: left
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: normal;
	text-transform: uppercase;
	color: #848484
}
ul.pagination li, ul.pagination a:hover, ul.pagination span {
	font-weight: normal;
	color: white
}
ul.pagination a, ul.pagination span {
	border: 1px solid #efefef;
	padding: 0em 0.9em;
	display: block;
	line-height: 30px;
	background: url('../img/pagination_bg.gif') repeat-x top right
}
ul.pagination a:hover, ul.pagination span:hover {
	border: 1px solid #3a3a39;
	padding: 0em 0.9em;
	display: block;
	line-height: 30px;
	background: url('../img/pagination-bg-hover.gif') repeat-x top right
}
ul.pagination a { text-decoration: none }
ul.pagination .current span {
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #e7d9bc
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
	color: #848484
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	height: 30px;
	border-color: #efefef;
	border-style: solid;
	border-width: 0 1px
}
#pagination_previous a:hover, #pagination_previous span:hover, #pagination_next a:hover, #pagination_next span:hover {
	background-image: url('../img/pagination-prevnext-bg-hover.gif');
	border: none;
	height: 30px;
	border-color: #3a3a39;
	border-style: solid;
	border-width: 0 1px
}

#pagination_previous {

	background: transparent;
	padding-left: 6px
}
#pagination_previous a, #pagination_previous span { 
    border: 1px solid #E5E6E7;
	-moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; 
}
#pagination_next { 

	background: transparent;
	padding-right: 6px
}
#pagination_next a, #pagination_next span { 
    border: 1px solid #E5E6E7;
	-moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;  
}
li.disabled span {
	color: #888;
	background-color: #f1f2f4
} 
ul.classification { 
    float: right;
	list-style: none;
	margin-top: -10px
}
ul.classification li {
 	float: left;
    border: 1px solid #E5E6E7; 
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding: 8px 8px 8px 1px
}
ul.classification li.subbut {
 	margin-left: 10px;
}
ul.classification .button_news {
    padding-left: 5px
}
form.pagination { text-align: right }
form.pagination label {
    display: none;
	line-height: 1.4em;
	vertical-align: bottom;
	float: right;
	margin-left: 0.3em
}
form.pagination select { 
    float: left; 
	width: auto;
    background: #F4F4F4;
    border: 1px solid #E5E6E7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #848484;
    height: 30px;
    padding: 5px;  
} 
 
form.pagination select:focus { background: #656565; color: white; border: 1px solid #3a3a39 }

form.pagination select option {
	font-size: 12px;
	padding-left: 0.6em
}
form.pagination input { float: right }

/* steps (like order step) */
ul.step {
	background: transparent;
	list-style: none;
	margin: 0.8em auto 2em;
	height: 50px;
	width: 770px /*465*/
}
ul.step li {  

	height: 40px;
    line-height: 39px;
	float: left;
	width: 159px;
	text-align: left;
	font-size: 12px;
	text-transform: none;
	color: #C5C5C5;
	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: normal;
	text-transform: none;
	color: #CE9014
} 
ul.step li.step_done { 

	color: #848484
} 

ul.step li.step_todo { font-style: none }
ul.step li#step_end { width: 134px }
ul.step li#step_end { 	
    
}
ul.step li#step_end.step_current {

   
}
ul#order_step { 
   background: transparent; 
   margin: 30px 0 30px 0px 
} 
ul.step span.numbers {  
   float: left;
   text-align: center;
   font-size: 22px;
   margin-left: 14px;
}

ul.step span.text {  
   float: left;
   text-align: left;
   font-size: 14px;
   margin-left: 22px;
}

ul.step li.step_current span.numbers { 

	color: white
}

/* product-sort.tpl */
#productsSortForm ul { 
    float: left;
	list-style: none outside none;
	height: 50px;
	margin: 5px 0 15px;
}
#productsSortForm li {
	border: 1px solid #E5E6E7;
    border-radius: 2px 2px 2px 2px;
    float: left;
    margin-left: 10px;
    padding: 8px 9px 8px 2px;
}
#productsSortForm label{
    float: left;
	text-transform: uppercase;
	margin-top: 17px; 
    color: #848484; 
} 

#productsSortForm select {
    height: 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
    font-size: 12px;
	width: 160px; 
	background-color: #F4F4F4;  
	border: 1px solid #E5E6E7;
    color: #848484;
	padding: 5px 
}

#productsSortForm option {
	padding-left: 8px;  
}

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

/* Footer */
#footer { 
    height: 190px;
	border-top: 1px dashed #E5E6E7;
	padding: 20px 0 0 0;
	clear: both
}

#footer_court {
    background: transparent;						
	margin-left: auto ; 
    margin-right: auto ;
	width: 1024px;
}

/* Default block style */
div.block-cms h1 a { color: #374853; text-decoration: none; }
div.block-cms h1 a:hover { text-decoration: underline; }
div.block {
	margin-bottom: 2em;
	width: 220px
}
#left_column div.block,
 #right_column div.block {
	background: white;
	margin-bottom: 1em;
    width: 220px;
	clear: both
}
div.block h4 {
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 15px;
	padding-left: 0.3em;
	line-height: 2.3em;
	color: #CE9014;
	height: 35px;
	background: none;
	border-bottom: 1px solid #E5E6E7;
	width: 220px
}
div.block h4 a { color: #CE9014 }
div.block h4 a:hover { color: #da3838 }
div.block ul { list-style: none }
div.block ul.tree li { padding-left: 1.2em }
div.block a:hover { color: #da3838 }
#left_column div.block .block_content a.button_large,
#right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }
div.block .block_content {
	padding: 10px 0 10px 0;
	background: none;
	min-height: 16px
}
div.block li {
	padding: 0.2em 0 0.2em 5px;
	list-style-position: outside
}
div.block a {
	color: #2E2E2E;
	text-decoration: none
}
div.block a:hover {
	color: #da3838;
	text-decoration: none
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	background: white;
	margin-bottom: 2em;
    width: 220px;
	clear: both
}
div.exclusive h4 {
	background: white;
	color: #CE9014
}
div.exclusive h4 a { color: #CE9014 }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: #2E2E2E }
div.exclusive .block_content {
	background: transparent;
	min-height: 16px;
    padding: 10px 0;
}

/* block in the center column */
#center_column p { margin: 1em 0; padding-left: 0 }
#center_column div.block { width: 1024px; margin: 10px auto }
#center_column div.block h4 {
	background: transparent;
	height: 30px;
	width: 1024px;
	color: #CE9014
}

/* Styles for products blocks */

/* block products (new, features, viewed, etc...) on left and right column */
.products_block li { margin-top: 0.2em }
.products_block li.item img { margin-right: 5px }
.products_block li.last_item { border: none }
.products_block li img {
	float: left; 
	border: 1px solid #E5E6E7; 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	margin-left: 0.1em
}
.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: 10px 0
}
.products_block dl dt {

	padding: 0.2em 0 0.2em 10px;
	color: #595a5e
}
.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: 2em; 
	font-size: 15px;
    font-weight: normal; 
	margin: 2px 0 10px 0
}
#center_column .products_block .block_content {
	background: white;
	width: 1064px;
    margin-top: 10px;
}
#center_column .products_block ul li:hover { background-color: #EEEEEE; border: 1px solid #E5E6E7; cursor: pointer; }
#center_column .products_block ul li {
	float: left;
	background-color: #F4F4F4;
    border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
    width: 234px;
	margin-bottom: 20px;
    padding-top: 1px;
    margin-right: 28px;
	padding: 0;


}
#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; }
#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;
	margin-top: 8px;
	height: 2.57em
}
#center_column div.products_block h5 a {
	color: #2E2E2E;
	font-weight: normal;
	font-size: 12px
}
#center_column div.products_block h5 a:hover {
	color: #da3838;
}
#center_column div.products_block ul li p {
	margin: -33px 10px 0 0;
	float: right
}
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	margin: 0 auto 0 auto;
	width: 230px;
	height: 230px
}
#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;
	margin-bottom: 8px;
	overflow:hidden
}

#center_column div.products_block a.product_image img {

	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;	
	width: 230px;
	height: 230px;

}
#center_column div.products_block a.product_image img:hover {

	border: none;
}
#center_column div.products_block h5 { margin: 245px 0 3px 10px }
#center_column div.products_block div.product_desc { display: none; margin: 0 5px }
#center_column div.products_block ul li div.product_desc a { font-weight: normal }
#center_column .products_block span.price {
	text-align: right;
	font-size: 15px;
	/*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 { display: none; 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 div.product_desc { 
	margin-right: 0;
	height: 150px; 
	border-right: 1px solid #d0d3d8 
}
#center_column .products_block.accessories_block .block_content li { background: none; text-align: center }
#center_column .products_block.accessories_block .block_content li h5,
 #center_column .products_block.accessories_block .block_content li a.product_description { text-align:left }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image { border: none }

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

/* address.tpl */
p.address_navigation { 
	padding: 1em 0!important;
	margin-bottom: 1.5em
}
p.address_navigation a.button { float: left }
p.address_navigation input[type=submit].button { float: right }

/* shopping cart */
.cart_last_product { 
    width: 360px;
	background-color: #F4F4F4;
	border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	margin: 0 0 20px
}
.cart_last_product_header,
.cart_last_product_header .left {
	background: url('../img/parure/bg-bread.png') repeat-x left top;
	border-bottom: 1px solid #E5E6E7;
	-moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
    padding-left: 1em;
}
}
.cart_last_product_header .left {
	background-color: transparent;
    color: #7B7B7B;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-left: 10px;
    width: 350px;
}
.cart_last_product_img { float:left; margin-top: 10px; margin-bottom: 8px; }
.cart_last_product_img img {
	margin: 0 15px;
	border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	width: 80px;
	height: 80px
}
 .cart_last_product_content { 
	float: right;
    margin-top: 10px;
    width: 241px; 
}
.cart_last_product_content a { text-decoration:none }
.cart_last_product_content h5 { font-size: 12px; font-weight: normal }
.cart_last_product_content h5 a { color: #2E2E2E; font-weight: normal }
.cart_last_product_content h5 a:hover { color: #da3838 }

p.cart_navigation { padding-top: 1.5em!important; height: 50px }
p.cart_navigation .button,
p.cart_navigation .button_large { float: left }
p.cart_navigation .exclusive,
p.cart_navigation .exclusive_large,
p.cart_navigation .exclusive_large_disabled { float: right }
p.cart_navigation_extra {
	text-align: center;
	width: auto
}
form.std p.cart_navigation span {
	float: none;
	text-align: left;
	width: auto
}
#cart_summary tfoot td {
	border-top: none;
	line-height: 1em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #E5E6E7 }
#cart_summary tfoot tr.cart_total_price td { border-bottom: 1px solid #E5E6E7; font-weight: normal; color: #da3838 }
#cart_summary .price, #cart_summary .price-discount {
	color: #7B7B7B;
	margin-right: 10px;
	font-size: 1em;
	text-decoration: none
}
tr.cart_item td { padding: 0.5em 0 }
td.cart_product a { margin: 0 0.6em }
td.cart_product a img {
	border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;	
	margin-left: 8px;
	margin-top: 5px;
	width: 80px;
	height: 80px
}
td.cart_product a:hover img { border: 1px solid #da3838 }
td.cart_description a { text-decoration: none; font-size: 12px; color: #2E2E2E; font-weight: normal }
td.cart_description a:hover { text-decoration: none;  color: #da3838; }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #2E2E2E; font-size: 12px; }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }
td.cart_availability, td.cart_ref { text-align: center; margin-right: 10px; }
td.cart_total .price { font-weight: normal }
tr.cart_item td.cart_unit { padding-right: 1em; text-align: center }
td.cart_quantity {
	width: 7.5em;
	text-align: right
}
.cart_quantity_input { 
    float: right; 
	background: white;
    height: 25px;
    margin: 2.5px 10px 0 0;
    padding-left: 8px;
    width: 20px; 
}		 

td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline
}
td.cart_quantity p { padding-right: 0.3em }
td.cart_quantity .icon { margin-top: 0.8em; margin-right: 1em; }
td.cart_quantity a.cart_quantity_up,
td.cart_quantity a.cart_quantity_down { display: block }
tr.cart_free_shipping { white-space: normal }
tr.cart_total_price { font-weight: normal }
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%
} 

#order tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order #voucher fieldset { 
    background-color: white;
	border: 1px solid white;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	width: 100%;
	padding: 0.7em
}
#order form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#7B7B7B;
	font-weight:bold;
	cursor:pointer;
}
#order form#voucher h4,
 #order form#voucher p,
 #order form#voucher .button { display: inline }
#order form#voucher h4 {
	float: left;
	line-height: 40px;
	font-size: 14px;
	color: #CE9014;
	margin-right: 5em
}
#order #order_carrier {
	clear: both;
	margin-top: 2em;
	margin-bottom: 1em;
	background-color: #F4F4F4;
    border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding: 0.9em
}
#order #order_carrier h4 {
	width: 50%;
	display: inline
}
#order #order_carrier img { vertical-align: middle }
#order #order_carrier span { margin: 0 0.2em; font-size: 12px; }
#order #gift_div { display: none }
#order #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

#order-opc tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order-opc tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order-opc #voucher fieldset {
	border: 1px solid #E5E6E7;
	padding: 0.7em
}
#order-opc form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#7B7B7B;
	font-weight:bold;
	cursor:pointer;
}
#order-opc form#voucher h4,
 #order-opc form#voucher p,
 #order-opc form#voucher .button { display: inline }
#order-opc form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order-opc #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #E5E6E7;
	padding: 0.5em
}
#order-opc #order_carrier h4 {
	width: 50%;
	display: inline
}
#order-opc #order_carrier img { vertical-align: middle }
#order-opc #order_carrier span { margin: 0 0.2em }
#order-opc #gift_div label, #order #gift_div textarea {	
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding-left: 0.1em;
	height: 50px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	 
	background: #F4F4F4;  
	border: 1px solid #E5E6E7;
    color: #7B7B7B;
	width: 100%;
    display: block;
    margin: 1em 0;

}
#order-opc #gift_div label, #order #gift_div textarea:focus {	 
	background: #656565; color: white; border: 1px solid #3a3a39;  
}

#guest-tracking p.center { width: 100%; text-align: center; }
#guest-tracking p.center input.exclusive_large { display: inline; }

/* views block */
#views_block {
	margin: 10px auto;
    width: 390px;
}
#thumbs_list {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 5px;
	float: left;
	width: 340px
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin-right: 5px
}
#thumbs_list li img {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	border: 1px solid #E5E6E7;

}

#view_scroll_left {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 42px;
	margin-right: 10px
} 

#view_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 42px;
	padding-left: 10px
} 

#view_scroll_right { background-image: url('../img/thumbs_right.gif') }
span.view_scroll_spacer {
	float: left;
	width: 17px;
	margin-top: 0px;
	height: 80px
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none
}
#manufacturers_list, #suppliers_list ul {
	margin-top: 2em;
	width: 800px;
	height: 300px; 
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	float: left;
	background-color: #F4F4F4;
	margin-bottom: 20px;
	margin-right: 30px;
	padding: 0 0 0;
	width: 234px;
	border: 1px solid #E5E6E7;
} 

#suppliers_list li:hover, #manufacturers_list li:hover  { background-color: #EEEEEE; border: 1px solid #E5E6E7; cursor: pointer; }

#suppliers_list h5, #manufacturers_list h5 { 
    margin: 15px 5px 5px 10px; 
	text-align: left;
	display: block;
    height: 2.57em; 
} 


#suppliers_list h5 a:hover, #manufacturers_list h5 a:hover {
	color: #da3838;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px
} 


#suppliers_list li img, #manufacturers_list li img { 
	width: 230px;
	height: 230px;	
	margin: 2px 0 0 2px;
	-moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0; 
} 

#suppliers_list li a, #manufacturers_list li a { 
    color: #2E2E2E;
    font-size: 12px;
    font-weight: normal;
    margin-top: -4px;
    text-decoration: none;
}
#suppliers_list li a:hover, #manufacturers_list li a:hover { 
    color: #da3838;
    font-size: 12px;
    font-weight: normal;
    margin-top: -4px;
    text-decoration: none;
} 

#suppliers_list span, #manufacturers_list span {
	color: #CE9014;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-right: 10px;
    margin-top: -41px;
    padding: 3px;
    width: auto;
} 

/* conditions & legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position: inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important
}

/* conditions.tpl */
#conditions #right_column { display: none }
#conditions h2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left }
#conditions #center_column {
	width: 730px;
	text-align: justify
}
#conditions #center_column ul,
 #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em
}
#conditions #center_column ul { list-style-type: circle }
#conditions #center_column li { padding-bottom: 0.5em }
#conditions #center_column { line-height: 1.3em }

/* order step 3: PAYMENT */
.payment_module { display: block }
.payment_module img {
	vertical-align: middle;
	margin-right: 1em
}
.payment_module a {
	display: block;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	border: 1px solid #E5E6E7;
	background-color: #F4F4F4;
	color: #7B7B7B;
	padding: 0.8em;
	text-decoration: none
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #3C3C3C;
	background-color: #656565;
	color: white
}

/* Printable version */
@media print {
	div#left_column, div#right_column, 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
	}
	div#center_column { width: 100% }
	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 0 6px }
.customization_block_input { vertical-align: inherit }
img.customization_delete_icon { margin: 2px }
li.customizationUploadLine {
	text-align: right;
	margin-right: 40px;
	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
}
/* mywishlist */
#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px }
#mywishlist div#block-order-detail { 
    background-color: white;
	padding: 10px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #E5E6E7;
    list-style-type: none;
	margin-top: 10px; 
	display: block
}
#mywishlist div#block-order-detail li {
    list-style-type: none;
	margin-bottom: 7px;
}
#mywishlist h2 { margin-top: 20px; padding-left: 0px }
#mywishlist form.std fieldset label { display: block; clear: both; width: 50px; padding-top: 5px}
#mywishlist form.std fieldset input { display: inline; margin-top: 55px; margin-right: 28px  }
#mywishlist table.std thead th.mywishlist_first {
	text-align: center;
	width: 40px
}
#mywishlist table.std thead th.mywishlist_second {
	text-align: center;
	width: 80px
}
#mywishlist table.std thead th.first_item,
#mywishlist table.std tbody tr td { width: 200px }
#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { 
   padding: 4px;
   width: 160px;
   height: 30px;
   color: #7B7B7B; 
   margin-left: 14px; 
   background: #F4F4F4; 
   -moz-border-radius: 2px 0 0 2px;
   -webkit-border-radius: 2px 0 0 2px;
   border-radius: 2px 0 0 2px;
   border: 1px solid #E5E6E7 
} 
   
#mywishlist div#block-order-detail ul li span.wishlist_product_detail select:focus { background: #656565; color: white; border: 1px solid #3a3a39 }   

#mywishlist div#block-order-detail ul li span.wishlist_product_detail input { 
   padding: 1px;
   width: 30px;
   background: #F4F4F4; 
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   text-align: center;
   border: 1px solid #E5E6E7 
   }  
   
#mywishlist div#block-order-detail ul li span.wishlist_product_detail input:focus { background: #656565; color: white; border: 1px solid #3a3a39 } 
   
#mywishlist div#block-order-detail { margin-top: 20px }
#mywishlist #hideBoughtProducts,
#mywishlist #showBoughtProducts {
	float: left;
	margin: -18px 0 0 5px
}
#mywishlist #showBoughtProducts,
#mywishlist #hideBoughtProductsInfos,
#mywishlist #hideSendWishlist { display: none }
#mywishlist #showBoughtProductsInfos,
#mywishlist #hideBoughtProductsInfos { margin-left: 5px }
#mywishlist #showSendWishlist,
#mywishlist #hideSendWishlist,
#mywishlist div#block-order-detail ul li a.exclusive {
	float: right;
	margin: -18px 0 0 0
}
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center }
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px }
#mywishlist div#block-order-detail table.wlp_bought_infos { margin: 0 0 0 0 }
#mywishlist div#block-order-detail ul li img.prod { 
    float: left;
	margin: 0 20px 10px 4px;
	list-style: none; 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #E5E6E7; 
}

/* module reversoform*/
.account_creation #reverso-form { width: 100% }
.account_creation #reverso-form label {
	width: 250px;
	text-align: left;
	margin-left: 10px
}
.account_creation #reverso-form label#legend_reverso {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: left
}
.account_creation #reverso-form input#reverso_form { margin-top: 20px }

/* 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 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 { 
	color: #808000; 
	font-weight: bold 
}
#page .rte { background: transparent none repeat scroll 0 0 }

/* module paypalapi */
.paypalapi_about { text-align: justify }
.paypalapi_about ul { padding-left: 20px }

/* cms pages */
#cms div.content_only { 
	text-align: left; 
	padding: 10px 
}
.live_edit_feed_back_ok {
	color: #374853; 
	background-color: #DFFAD3; 
	padding: 4px; 
	border: 2px solid #72CB67
}
.live_edit_feed_back_ko {
	color: #374853; 
	background-color: #FAE2E3; 
	padding: 4px; 
	border: 2px solid #EC9B9B
}
.add_module_live_edit {
	background-color: #F1F2F4; 
	padding: 4px; 
	border: 2px solid #D0D3D8;
}

.page404_input { float: left; }

#order #discount_name { width: 150px; padding: 4px 4px 4px 0.5em }

/* payements executions */

.payement_execution select { 
   background-color: white;
   height: 30px;
   color: #7B7B7B; 
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   border: 1px solid #E5E6E7;
   padding: 5px;
   width: 100px
}

.payement_execution select:focus { background: #656565; color: white; }

.payement_execution fieldset { 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	border: 1px solid #E5E6E7;
	background: #F4F4F4;
	margin-bottom: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
	padding-top: 1em;
}  	

.payement_execution img { 
   margin-right: 10px;
}  

/* General img products css effect */ 

.view {
   width: 230px;
   height: 230px;
   float: left;	
   margin: 1px 0 0 1px;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #F4F4F4 url(../img/bgimg.jpg) no-repeat center center;
}

.view .mask,.view .content {
   width: 230px;
   height: 230px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #CE9014;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view div#desk {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #7B7B7B;
   margin: -25px 10px 35px 10px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   color: #2E2E2E; 
   font-size: 12px;
   text-transform: none; 
   border: 1px solid #E5E6E7;
   background: url(../img/parure/bg-bread.png) repeat-x;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
}
.view a.info:hover { 
   color: #2E2E2E;
   -webkit-box-shadow: 0 0 5px #7B7B7B;
   -moz-box-shadow: 0 0 5px #7B7B7B;
   box-shadow: 0 0 5px #7B7B7B;
} 

/* imgs products css effect */

.view img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view .mask {
   background-color: rgba(244,244,244,0.5);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
   margin: 12px auto 45px auto;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view div#desk {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0; 
   margin: -25px 10px 30px 10px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.view a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}


.view:hover .mask {	  
   margin: 1px 0 0 1px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view:hover div#desk {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
} 


.container {
	padding: 0;
	margin: 0;
	list-style:none;
	width: 100%;
}

ul#topnavEvo {
	margin : 0 auto 0 auto;
	height: 40px;
	font-size: 14px; 
	background: white;
	font-weight : normal;
	list-style:none;
	list-style-type:none;
	padding: 0;
	width: 1024px;
	list-style: none;
	/*border-left: 0 solid #000;
	border-right: 2px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
}

ul#topnavEvo li {
	float: left;
	position: relative;
	list-style:none;
}

ul#topnavEvo li a {
    font-weight:normal;
	padding: 0 10px;	
	height: 40px;
	color: #2E2E2E;
    line-height: 2.5em;
	font-size: 14px;
	min-width: 100px;
	_width: 100px;
	float: left; 
	text-decoration: none;
	text-align: center;
	list-style:none;
}

ul#topnavEvo li a:hover {
    color: red;	 
	padding: 0 10px;
	float: left; 
	text-decoration: none;
	text-align: center;
	list-style:none;
	background-position: 0px; 
	background: #F4F4F4;
	width: auto;
	height: 40px;

}

/* NavMegaDrownEvo */


ul#topnavEvo a.buttons {
	width: auto;
	background-color: none; 
	/*padding-left : 10px;
	padding-right : 10px;
	border-right : 1px solid white;
	border-left : 1px solid white;*/
	list-style:none;
	list-style-type: none;
}

ul#topnavEvo li .sub {
	top: 40px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #B4B4B4;
	position: absolute;
	padding: 0 1px 1px 1px;
	float: left;
	display: block;
	z-index: 10000;
	list-style:none;
	list-style-type: none;
	/*border: 1px solid #353535;*/
} 


/* espace après chaque catégorie */
ul#topnavEvo li .row {
	clear: both; 
	float: left; 
	width: 100%;
	padding: 0;
}

ul#topnavEvo li:hover a, ul#topnav li a:hover { 
	color: #302d2b;
}

ul#topnavEvo li .sub {
	left: 0;
	line-height: 1.2em;
	width: 980px;
	padding-top: 0px;

}

ul#topnavEvo li .sub a {
	line-height: 1.3em;
}
ul#topnavEvo li .sub a:hover {
	line-height: 1.3em;
}

ul#topnavEvo li .sub ul{
	width: 230px;
	margin-left: 10px;
	margin-bottom: 8px;
	float: left;
	list-style:none;
	list-style-type: none;
}

ul#topnavEvo .sub ul li {
	width: 100%; 
	color: #2E2E2E;
	list-style:none;
}

/* catégories */
ul#topnavEvo .sub ul li.stitle {
	font-size: 15px;
	color: #2E2E2E;
	font-weight: normal;
	text-align: left;
	background: none;
	list-style:none;  
	margin: 0 5px 5px 0;
	border: 0px;
	padding-right: 10px;
	width : 100%;
}

ul#topnavEvo .sub ul li.stitle a {
	font-size: 14px;
	color: #da3838;	
	margin: 0 5px 5px 0;
	font-weight: normal;
	text-align: left;
	background-image: none;
	list-style:none;
	padding-right: 10px;
	padding-left: 0px;
	width : 100%;
}


ul#topnavEvo .sub ul li.stitle a:hover {
		color: #da3838;		
	}
	
/* sous catégories */

ul#topnavEvo .sub ul li a {
	background: url('../../../themes/parure/img/fleche-or.gif') no-repeat 3px;
	padding: 2px 10px 2px 20px;
	color: #2E2E2E;
	font-size: 12px;
	width : 80%;
	text-align: left;
	float: left; 
	text-indent: 0;
	height: auto;
	display: block;
	text-decoration: none;
	align: left;
	font-weight: normal;
	list-style:none;

}

/* pour mettre en surbrillance lors du survol */
ul#topnavEvo .sub ul li a:hover { 

    color: #da3838;

}		

.megaDrownTR1 {	
    padding: 10px 10px;
	
}
.megaDrownTable { 

	height : 150px;
	border:0;
}
.megaDrownTD1 {

    padding: 10px 10px;

}
.megaDrownTD2 {	

    padding: 10px 10px;

}
.megaDrownTD3 {		

   padding: 10px 10px;

}
 
/* The Nivo Slider styles */  

div#slide_holder {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	border: 1px solid #D0D1D2; 
	width: 1024px;
	height:400px;
	clear:both;
	margin-top: -18px;

}

div#slider {
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	border: 1px solid #D0D1D2;
	width: 1008px;
	height:384px; 
	margin: 7px;
    overflow: hidden;
	float: left;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
 	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 1008px;
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:5px;
	display:block;
	width:61px;
	height:61px;
	text-indent:-9999px;
	background: url('../img/nivo_nav.png') top left no-repeat;
}
.nivo-nextNav {
	right:5px;
	display:block;
	width:61px;
	height:61px;
	text-indent:-9999px;
	background: url('../img/nivo_nav.png') top right no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	right:1.5%;
	bottom:10px;
	z-index:99;

}
.nivo-controlNav a {
	display:block;
	width:20px;
	height:22px;
	background:url('../img/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:2px;
	float: left;
	cursor:pointer;
}

.nivo-controlNav a.active {
	background-position:0 -20px;
}
.nivo-controlNav a.active {
	font-weight:bold;
} 

/* block top currencies */

#currencies_block_top {
	background: url('') no-repeat;
    margin-left: -280px;
    margin-top: 15px;
    float: left;
	height: 20px;
	width: 70px;
	text-align: center;    
}
#currencies_block_top li {
	float: left;
	margin-left: 10px;
	margin-top: 2px
} 

#currencies_block_top a {
	display: block;
	font-size: 0.8em;
	background-color: #f1f2f4;
	border: #595a5e 1px solid;
	text-decoration: none;
	min-width: 1em;
	padding: 0 2px 0 3px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle
} 

#currencies_block_top a:hover {
	background-color: white;
	color: black
}

#currencies_block_top .selected a {
	border: none;
	background-color: transparent;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	color: black;
	border: 1px solid white
}  

#currencies_block_top p { clear: left }
									   
#currencies_block_top input, textarea, select { 
    height: 25px;
	padding: 3px; 
	width: 70px; 
	color: #848484; 
	background: white; 
	border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#currencies_block_top option { 
    padding-left: 0.5em;
}


#currencies_block_top input, textarea, select:focus { background: white; color: #848484; }

#currencies_block_top input[type=text] {
	height: 25px;
	width: 70px;
	background: white;  
	border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding-left: 5px;
    color: #848484;
	
}

#currencies_block_top input[type=text]:focus { background: white; color: #848484; }

/* blocklangcurr */

#currencies_lang_curr {
	background: url('') no-repeat;
    margin-left: -200px;
    margin-top: 15px;
    float: left;
    
} 
#currencies_lang_curr option { 
    padding-left: 0.5em;
}	 
/* Block supplier */ 

.blocksupplier ul { padding: 4px 0 6px }
.blocksupplier select {
    margin: 5px 0 0 4px;
    background: #F4F4F4;
    border: 1px solid #E5E6E7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #848484;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    height: 30px;
    padding: 5px;
    width: 95%;
}

.blocksupplier option {
    padding-left: 0.7em;
}	
.blocksupplier select:focus { background: #656565; color: white; border: 1px solid #3a3a39 }	

/* Block manufacturer */  

.blockmanufacturer ul { padding: 4px 0 6px }

.blockmanufacturer select {
    margin: 5px 0 0 4px;
    background: #F4F4F4;
    border: 1px solid #E5E6E7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #848484;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    height: 30px;
    padding: 5px;
    width: 95%;
}	
.blockmanufacturer option {
    padding-left: 0.7em;
}	
.blockmanufacturer select:focus { background: #656565; color: white; border: 1px solid #3a3a39 }   

/* Block specials */ 

.blockspecials ul { padding-top: 5px }
.blockspecials ul li {
	float: left;
	clear: both;
	padding: 1em 0 0.2em 10px;
}
.blockspecials ul li.product_image {
	float: left;
	clear: both;
	padding: 0.2em 0 0.2em 5px;
}	 
.blockspecials ul li h5 {
	font-weight: normal;
	font-size: 12px;
	margin: 10px 0 25px 0
}
.blockspecials p.product_image { }
.blockspecials p {
	padding: 15px 0 10px 6px;
	margin-bottom: 1em;
	float: left;
	clear: both
}
.blockspecials p a { margin: 0 auto }
.blockspecials span.price { font-size: 12px } 

/* Block store */

.blockstore img { 
    margin: 10px 0 10px 0; 
	float: left; 
	border: 1px solid #E5E6E7; 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
}
.blockstore p { 
    text-align: left; 
	margin-left: 10px 
}  

/* Block advertising */

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

/* Block best sellers */  

#best-sellers_block_right p { 
	margin: 5px 0 0 6px;
} 

/* Block categories */	

#categories_block_left .tree { padding-left: 0.1em }
#categories_block_left .tree li {
	border: none;
	padding: 8px 0 8px 5px;
	background: none;
	margin-left: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px
}
#categories_block_left .tree li.last { padding-bottom: 8px }
#categories_block_left .tree ul { padding: 10px 0 0 0 }
#categories_block_left .tree li li {
	padding: 10px 0 5px 10px;
	background: none;
	font-size: 13px;
	font-weight: normal
}
#categories_block_left .tree li li.last { padding-bottom: 5px }
#categories_block_left .tree li li li {
	padding: 5px 0 5px 15px;
	font-size: 13px
}
#categories_block_left .tree a {
	padding-left: 0;
	color: #2E2E2E
}
#categories_block_left .tree a:hover { text-decoration: none; color: #da3838 }
#categories_block_left ul.tree a.selected {
	color: #CE9014;
	font-weight: normal
}
#categories_block_left span.grower {
	display: block;
	float: right;
	background-position: 0 3px;
	background-repeat: no-repeat;
	width: 9px;
	height: 15px;
	margin-right: 0.5em!important;
	padding: 0
}
#categories_block_left span.OPEN { background-image: url('../../../img/icon/less.gif') }
#categories_block_left span.CLOSE { background-image: url('../../../img/icon/more.gif') }

div.blockcategories_footer h4{ background:url('../../../img/block_footer_page.gif') repeat-x scroll left top;text-align:center;}
div.blockcategories_footer { background:url('../../../img/block_footer_page_footer.png') repeat-x scroll left bottom #bdc2c9;padding-bottom:5px}
div.blockcategories_footer h4 a{color:#ffffff;font-weight:normal;text-decoration:none}
div.blockcategories_footer .category_footer{ background-image:url('../../../img/block_bg.jpg');}
div.category_footer{ background:none;text-align:center;border:none; }

#footer div.category_footer h4 a{color: #666666;}
#footer div.category_footer .list{float:left;}
#footer div.category_footer .list  ul.tree li{background:none;border-left:none;}

#footer .footer_logo{float: left;width: 188px;}	

/* Block layared */	

#layered_block_left div.block_content {
	
}

#layered_block_left ul {
	padding-left: 0;
	max-height: 120px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-left: 1px;
	padding-right: 1px;
}

#layered_form > div > div {
	border-bottom: 1px dotted #E5E6E7;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px
}

#layered_block_left .hide-action {
	display: block;
	text-align: right;
	padding-right: 5px;
}
#layered_block_left .hide-action:hover {
	text-decoration: underline;
}

#layered_block_left ul li {
	margin-left: 15px;
	padding-left: 2px;
	list-style-type: none;
}

#layered_block_left #enabled_filters , #layered_url_filter_block {
	font-size: 12px;
	padding: 0 0 10px 5px;
}

#layered_block_left #enabled_filters ul li {
	margin-left: 0;
	padding-left: 0; 
	color: #CE9014;
}


/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
	background: inherit;
	color: #CE9014;
}

#layered_block_left #enabled_filters a {
	text-decoration: none;
	color: red;
	font-size: 14px;
	vertical-align: middle;
	float: right;
}

#layered_block_left ul li:hover {
	background: white;
	color: #FFF;
}

#layered_block_left ul li label {
	cursor: pointer;
}

#layered_block_left ul li.nomargin {
	margin-left: 0;
}

#layered_block_left span.layered_subtitle {
	float: left;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

#layered_block_left span.layered_close a { text-decoration: none; color: #CE9014; font-size: 14px; }

#layered_block_left span.layered_close {
	margin-right: 1px;
	float: right;
	font-weight: normal;
	font-size: 12px;
	display: block;
	margin-bottom: 4px;
}

#layered_block_left ul li input.checkbox {
	vertical-align: -2px;
	margin: 0 5px 0 2px;
}

#layered_block_left ul li .disabled {
	color: white;
}
#product_list .warning {
	margin-top: 13px;
}

#layered_form .select {
	width: 165px;
}
#layered_form .color-option {
	margin-right: 5px;
	vertical-align: -3px;
	width: 20px;
	height: 20px;
	padding:0;
	border: 1px solid #666;
}
#layered_block_left .color-option.disable {
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5; 
}
#layered_form  .color-option.on {
	border: 1px solid red;
}
#layered_form input[type=radio] {
	margin-left: 2px;
	vertical-align: middle;
}
.layered_price_range {
	margin-left: 7px;
}
.layered_price_range_unit {
	margin-right: 7px;
}
.layered_slider_container {
	margin: 6px 0 6px 6px; width: 92%;
}
.layered_slider {
	margin-top:5px;
}
.layered_input_range_min {
	width:30px;
}
.layered_input_range_max {
	width:40px;
}
.layered_list_selected {
	font-weight: bold;
}
.layered_ajax_loader p {
	margin: 20px 0;
	text-align: center;
}
.hide-action {
	text-align: center;
	text-align: right;
	display: block;
	cursor: pointer;
}
.hide-action:hover {
	font-weight: bold;
}
#layered_form div div ul {
	max-height: 320px;
	overflow-x: auto;
}

/* Block new products */  

#new-products_block_right ul { padding: 5px 0 }
#new-products_block_right li { 
	margin-top: 0;
	padding: 0.2em 0 0.2em 5px;
}
#new-products_block_right .product_images li.first { padding: 0.2em 0 0.2em 5px; }
#new-products_block_right dt a { font-size: 12px; font-weight: normal }
#new-products_block_right p {
    margin: 5px 0 0 6px;
}  

/* Block Viewed Products */	 

div#viewed-products_block_left div.block_content ul.products li { 
	margin-top: 0;
	padding: 4px 0 6px 6px  
} 
div#viewed-products_block_left div.block_content ul.products li h5 { 
	margin-left: 5px;
	font-weight: normal;
	font-size: 12px;
}
div#viewed-products_block_left div.block_content ul.products li p { margin-top: 5px; margin-left: 5px }

div#viewed-products_block_left div.block_content ul.products li img { margin-bottom: 5px }




				