/*
	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
*/
@charset "UTF-8";

* {
	padding: 0;
	margin: 0
}
body {
	background-color: white;
	font-size: 11px;
	font-family:  didot, "Times New Roman", Times, serif;
	color: #b4b4b4;
	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 }
.left { float:left; }
.right { float:right; }
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
}
.footer_links li {
	float: left;
	margin-right: 2em;
	height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: black }
.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;
	height: 21px;
	margin-top: 1em;
     margin-bottom: 200px;
}
ul.idTabs li {
	float: left;
}
.idTabs a.tab_link {
	display: block;
	width: 173px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	color: #b4b4b4
}
.idTabs .selected {
	color: white
}

/* IdTabs Short*/
.idTabsShort a {
	width: 138px
}
.idTabsShort .selected {
	color: white
}
div.sheets {
	clear: both;
	padding: 1em
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em 
}

/* global style */
a {
	color: #b4b4b4;
	outline: none;
	text-decoration:none;
}
a:hover { text-decoration: underline; }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	font-size: 1.1em;
	padding-left: 0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #b4b4b4;
}
h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #b4b4b4;
	margin-left: 1em
}
h2 {
	font-size: 1.1em;
	line-height: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
	color: #b4b4b4;
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #b4b4b4;
	margin-left: 1em
}
h3 { font-size: 1.1em; margin: 1em 0; font-weight: normal; }
h4 { font-size: 1em }

/* global layout */
#page {
	width: 980px;
	margin: 0 auto 2px auto;
	text-align: left
}
#header{
    height:151px;
    position:relative;
    z-index: 100;
}
#header_logo {
	 margin-left: 350px;
    position: absolute;
}
img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
    margin-top: 16px;
	width:280px;
}
#header_right {
	height:90px;
}

#header_right .lower {
	color: black;
}

#left_column, #center_column, #right_column { float: left }
#left_column {
	clear: left;
	width: 191px;
	margin-right: 21px;
	overflow: hidden
}
#center_column {
	width: 556px;
	margin: 0 0 30px 0;
	/*overflow: hidden;*/
}
#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: 191px;
	margin-left: 21px;
	overflow: hidden
}

/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	color: #747373;
}
body.mceContentBody {
	margin: 9px 6px;
	width: 556px
}
.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: 1.95em 0 0.3em 0;
	color: #b4b4b4
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold;
	background: inherit
}
.rte h2,
 .mceContentBody h2 {
	font-size: 20px;
	background: none;
	text-transform: none;
	height: auto
}
.rte h3, .mceContentBody h3 { font-size: 16px }
.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 { padding-left: 0; margin: 0.5em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 

/* /global RTE fields */

/* global table style */
div.table_block {
	background: transparent url('../img/table_footer.gif') no-repeat bottom left;
	padding-bottom: 6px;
	margin: 0 auto 2em;
	width: 841px
}
.std {font-size: 13px;}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 841px
}
/*class table.std */
.std td,.std th { padding: 0.4em 0 }
.std th { white-space: nowrap }
.std tr.item td,.std .item th { background-color: white }
.std tr.alternate_item td,
.std tr.alternate_item th { background-color: #f1f2f4 }
.std tbody td,.std tfoot td { border-top: 1px solid #bdc2c9 }
.std thead th {
	background-color: #d0cfcf;
	background-repeat: no-repeat;
	height: 24px;
	color: #fff;
	font-weight: lighter;
	text-align: left;
	white-space: nowrap;
    font-size: 17px;
}
.std th.first_item { background-position: top left; padding-left:1em; }
.std th.last_item { background-position: top right;  padding-right: 25px; }
#order-opc .std th.last_item { padding-right: 0; text-align:center;}
.std th.item { background-position: -5px 0 }
.std tfoot td {
	color: #000000;
	text-align: right;
	white-space: nowrap
}



/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 {
	color: #b4b4b4;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
    text-align:center;
}
form.std fieldset {
	margin-bottom: 1em;
	padding-bottom: 1em;
    border: medium none;
}
form.std 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%;
}
form.std label { line-height:30px; }
.radio label { line-height:normal !important; }
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 14px;
	font-family:  didot, "Times New Roman", Times, serif;
	outline: none
}
input, textarea, select { border: 1px solid #bdc2c9; font-size:11px; color:#58585A; }
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;
	float: none;
	text-align: left
}
.required sup { color: #b4b4b4 }
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
    
}
#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.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color: white;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: block;
	line-height: 25px;
	height: 25px
}

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

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

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

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {

}

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

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

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

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {  }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small {   }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled {  }

/* 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-left: 2em;
	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: middle }
.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: #000000;
	font-size: 1.1em;
	white-space: nowrap
}

/* errors */
.error {
	width: 90%;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 3em
}

/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	background-color: #F8E1A0;
	border: 1px dashed #F9E400;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 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 {
	font-size: 12px;
	color: #a3a2a2;
    margin: 5px 0;
}
.breadcrumb .navigation-pipe { padding: 0 0.6em }
.breadcrumb a {
	text-decoration: none;
	color: #a3a2a2;
    font-size:12px
}
.breadcrumb a:hover { text-decoration: underline }

/* pagination.tpl */
div.pagination {
	float: right;
}
ul.pagination {
	list-style: none;
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em
}
ul.pagination li, ul.pagination a, ul.pagination span {
	color: #747373;
    font-size:13px;
	line-height:26px;
}
#pagination_next, #pagination_previous {
	line-height: normal;
	margin-top: 3px;
}
ul.pagination a, ul.pagination span {
	line-height: 19px;
}
ul.pagination a { text-decoration: none }

ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
}

#pagination_previous a, #pagination_previous span { border-left: none }

#pagination_next a, #pagination_next span { border-right: none }
li.disabled span {
}
form.pagination { text-align: right }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float: right;
	margin-left: 0.3em
}
form.pagination select { float: right }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right }

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

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

/* Footer */
#footer {
	padding: 0.5em 0;
	clear: both;
	position:relative;
}

/* Default block style */
div.block {
	margin-bottom: 1em;
	width: 191px
}
#left_column div.block,
 #right_column div.block {
	padding-bottom: 5px;
}
div.block h4 {
	text-transform: uppercase;
	font-family:  didot, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 0.5em;
	padding-top: 2px;
	line-height: 1.3em;
	color: #374853;
	height: 19px;
}
div.block h4 a { color: #374853 }
div.block ul { list-style: none }
div.block ul.tree li { padding-left: 1.2em }
div.block a:hover { color:#000000 }
#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 {
	border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;
	padding: 0 0.7em;
	min-height: 16px
}
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, #right_column div.exclusive {
	background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left
}
div.exclusive h4 {
	background: transparent url('../img/block_header_exclusive.png') no-repeat top left;
	color: white
}
div.exclusive h4 a { color: white }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: white }
div.exclusive .block_content {
	background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e
}

/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left: 0.7em; }
#center_column div.block { width: 980px; margin: auto; }
#index #center_column div.block h4 {
	background: none;
	height: 17px;
}
#index .h2index a{
	color:#000;
    font-size:20px;
    text-decoration:none;
    font-weight:normal;
    font-family:  didot, "Times New Roman", Times, serif;
    letter-spacing: 2px;
}

/* 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;
	margin-right: 0.2em
}
.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;
	border-top: 1px solid #374853;
	padding: 0 4px 4px
}
.products_block dl dt {
	margin-top: 0.3em;
	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: 1.3em }
#center_column .products_block .block_content {
	background: none;
	padding: 0
}
#center_column .products_block ul li:hover { background: none }
#center_column .products_block ul li {
	float: left;
	background: none;
	margin-top: 0;
	padding: 0 8px;
	width: 245px;
}
#center_column .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
}

/*#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 { }
#center_column div.products_block h5 {
	display: block;
}
#center_column div.products_block h5 a {
    color: #000;
    font-size: 13px;
    font-weight: normal;
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0;
    text-align: left;
}
#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;
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 227px;
	height: 300px
}
#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 {
	float: none;
	margin: 0
}
#center_column div.products_block h5 {  }
#center_column div.products_block div.product_desc {  }
#center_column div.products_block ul li div.product_desc a { font-weight: normal }
#center_column .products_block span.price {
	text-align: center;
	font-size: 1.5em;
	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 div.product_desc { 
	margin-right: 0;
	height: 300px;
    width:227px;
}
#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; line-height: 18px; }
#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: 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: 300px;
	margin: 0 auto 12px
}
.cart_last_product_header,
.cart_last_product_header .left {
	background: url('../img/table_header.gif') right 0;
}
.cart_last_product_header .left {
	background-color:#fff;
	background-position:0 0;
	margin-bottom:5px;
	padding-left: 27px;
	width: 249px;
	height: 24px;
	line-height: 24px;
	color: #374853;
	font-weight: bold
}
.cart_last_product_img { float:left }
.cart_last_product_img img {
	margin:0 6px;
	border:1px solid #D0D1D5;
	width: 45px;
	height: 45px
}
 .cart_last_product_content { 
	float:right; 
	width:241px 
}
.cart_last_product_content a { text-decoration:none }
.cart_last_product_content h5 { font-size:9px }
.cart_last_product_content h5 a { color:#595A5E }

p.cart_navigation { padding: 1em 0!important }
p.cart_navigation .button,
 p.cart_navigation .button_large {background: none repeat scroll 0 0 #FFFFFF; border: 1px solid; color: #D0CFCE; font-size: 15px; margin-left: 65px;}
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: 15px
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9; }
#cart_summary tfoot tr.cart_total_price td { border-bottom: 1px solid #bdc2c9; font-size: 18px; }
#cart_summary .price, #cart_summary .price-discount {
	color: #000000;
	font-size: 15px;
	text-decoration: none;
    padding-right: 50px;
}
#cart_summary .cart_quantity_delete_cnt { display: inline; }
#cart_summary .cart_quantity_delete_cnt img { margin-top: -6px; }
#cart_summary .cart_description .pannier_createur { font-size: 15px; color: #000000; }
tr.cart_item td { padding: 20px 0 }
td.cart_product a { margin: 0 0.6em }
td.cart_product a img {
	width: 87px; 
	height: 115px
}
td.cart_product a:hover img {  }
td.cart_description a { text-decoration: none }
td.cart_description a:hover { text-decoration: underline }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #A4A4A4; font-size: 15px; font-weight: normal;  }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }
td.cart_availability, td.cart_ref { text-align: center }
td.cart_total .price {  }
tr.cart_item td.cart_unit { padding-right: 1em }
td.cart_quantity {
	width: 7.5em;
	text-align: right
}
.cart_quantity_input { float: right; margin: 5px 10px 0 0; }
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.6em }
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-size:15px; border-top: 1px solid #BDC2C9;}
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order #voucher fieldset {
	border: 1px solid #bdc2c9;
	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:#DD2A81;
	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: 1.5em;
	margin-right: 6em
}
#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order #order_carrier h4 {
	width: 50%;
	display: inline
}
#order #order_carrier img { vertical-align: middle }
#order #order_carrier span { margin: 0 0.2em }
#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 #bdc2c9;
	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:#DD2A81;
	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 #bdc2c9;
	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 {
	display: block;
	width: 100%;
	margin: 1em 0
}

/* views block */
#views_block {
	margin: 0 auto;
	width: 588px
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 457px
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 87px;
	height: 115px;
	margin-right: 5px
}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_re_left.jpg') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 54px;
	padding-right: 4px;
	padding-left: 4px
}
#view_scroll_right { background-image: url('../img/thumbs_re_right.jpg') }
span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 80px
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #d0d3d8;
	padding: 0.6em;
	margin-bottom: 1.5em
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none;
	color: #374853
}
#suppliers_list li h3, #manufacturers_list li h3 { margin: 0.4em 0 }
#suppliers_list .left_side, #manufacturers_list .left_side {
	float: left;
	width: 25%
}
#suppliers_list .logo, #manufacturers_list .logo {
	float: left;
	margin-right: 0.6em
}
#suppliers_list li p.description,
#manufacturers_list li p.description { font-size: 0.92em }
#suppliers_list li .right_side,
#manufacturers_list li .right_side {
	float: right;
	text-align: right
}
#suppliers_list .right_side span,
#manufacturers_list .right_side span {
	font-size: 1.7em;
	color: #da0f00
}
#suppliers_list li a.button,
#manufacturers_list li a.button { margin-top: 4em }

/* 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;
	border: 1px solid #595a5e;
	padding: 0.6em;
	text-decoration: none
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #488c40;
	background-color: #e5e6e7;
	color: #374853
}

/* 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 {
	margin-top: 10px; 
	display: block
}
#mywishlist form.std fieldset label { width: 30px }
#mywishlist form.std fieldset input#submitWishlist { display: inline }
#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 { margin: 0 }
#mywishlist div#block-order-detail { margin-top: 10px }
#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 10px }
#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 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;
}

/* AJOUT EC */

#languages_block_top a, 
#header_user a {
    color:#949292;
    font-size:12px;
    font-family:  didot, "Times New Roman", Times, serif;
    text-transform:uppercase;
}

#index #center_column {
	width: 980px;
	margin: 0 0 30px 0;
	overflow: hidden;
    text-align:center;
    border:none;
}

.spe_index{
	border-left: none;
    border-top:1px solid #ebe9e9;
    height:1px;
    border-top-width: 0;
    margin-top: 30px;
    clear:both;
}



#index .h3index{
    color: #B4B4B4;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    margin: 0.3em 0 0px;
}

#index .h2index{
    color: #000000;
    text-align: center;
    font-size: 20px;
    background:none;
    font-family:  didot, "Times New Roman", Times, serif;
    letter-spacing: 2px;  
}


#index .SAB_8_4 img{
    padding:2px;
    border:1px solid #dcdcdc;
    margin: 2px;
}

#index .SAB_8_3 img{
    padding:3px;
    border:1px solid #dcdcdc;
    margin: 2px;
}

#index .SAB_8_5 img{
    margin: 12px;
}

#index #center_column div.products_block h5.indexManu a{
    font-size:15px;
    color:#000;
    font-weight:normal;
    font-family:  didot, "Times New Roman", Times, serif;
    text-transform: uppercase;
}


#index #center_column div.products_block h5.indexPdts a{
    font-size:11px;
    color:#B4B4B4;
    font-weight:normal;
    font-family:  didot, "Times New Roman", Times, serif;
    display: block;
    margin: -14px 0;
}

#index #center_column .products_block span.price{
   font-size:12px;
    color:#B4B4B4;
    font-weight:normal;
    font-family:  didot, "Times New Roman", Times, serif;
    text-align: center;
}

#index #center_column div.products_block ul li p {
    display: block;
    margin-top: 15px;
    font-family:  didot, "Times New Roman", Times, serif;
    text-align: center;
    color:#B4B4B4;
}

#product #center_column{
    width:980px;
}
#short_description_blockm table {
	border-spacing: 0;
}
#short_description_blockm h2{
    margin:0;
    padding:0;
    height: auto;
}

#short_description_blockm h2 a{
    font-size:28px;
    color:#000;
    text-decoration:none;
    font-weight:normal;
    margin:0;
    padding:0;
}

#product h1{
    font-size:15px;
    color: #000;
    font-weight:normal;
    margin:15px 0 0 0;
    line-height: 15px;
    padding:0;
}

#product #center_column p.price {
    margin:0;
    padding:0;
}

#product #center_column .price, #product #center_column .price-shipping, #product #center_column .price-wrapping {
    color:#000;    
    font-size:13px;   
}

#product .idTabsShort a.tab_link{
    background: url('../img/bas_pdts.jpg') right 10px no-repeat;
    width:382px;
    padding-right:5px;
    color: #000;
    text-align: left;
    font-size:14px;
    font-weight: normal
}

#product .idTabsShort .selected {
    background: url('../img/haut_pdts.jpg') right 10px no-repeat;
}

#product div.sheetsa{
    padding: 0;
}

#product ul.idTabs li{
    border-bottom: 1px solid #d1cfcf;
    clear:both;
}

#product #views_blocks{
    width: 588px;
}

#product #product_reference{
    color:#949292;
    font-size:14px;
}

#product input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {
    background: #d1cfd0;
    height: 28px;
    width: 209px;
     padding: 1px 0 0;
}

#product #primary_block p.buttons_bottom_block a, #product #primary_block p.buttons_bottom_block input, #product #primary_block p.buttons_bottom_block span {
    margin:0;
    float:left;
    margin: 0 13px 0 0;
    font-size:14px;
}


#history #center_column{
    width: 768px;
}

#history #center_column p, #order-slip #center_column p {
    color:#949292;
    padding:0;
}

#history #center_column h1, #order-slip #center_column h1  {
    color:#949292;
    font-weight: lighter;
    font-size: 16px;
}

#history #center_column .footer_links, #order-slip #center_column .footer_links {
    border-top: 1px solid#d0cfcf;
    clear: both;
    height: 2em;
    list-style-type: none;
    margin-top: 2px;
    padding-top: 2em;
    
}

#category #center_column, #order-slip #center_column{
    width: 768px;
}

div.block a.lien_createur_acces{
    font-size:16px;
    color:#000;
}

#name_crea_accces{
    text-align:left;
    margin-bottom: 5px;
    text-align:center;
}

#index #center_column .products_block ul li {
    width:180px;
}

#authentication #center_column{
    width:980px;    
    background:url('../img/authentification.jpg') no-repeat;
     padding-top: 200px;
}

#manufacturer #center_column h3 a:hover{
    color:#000000;
}

#manufacturer #center_column h3 a{
    text-decoration: none;
}

#manufacturer #center_column h3{
    margin: 0.1em 0 0;
}

#footer_newsletter input{
	margin-left: 0;
	color: #58585A;
	font-size: 11px;
	border: 1px solid #ecebeb;
	width: 142px;
	font-family: didot, "Times New Roman", Times, serif;
	height: 16px;
}
#footer_newsletter form { 
	margin-top: 5px;
	position: relative;
	width: 187px;
}
/* NEWSLETTER BOX */
#footer_newsletter .ok_news_cnt {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #ecebeb;
	border-left: none;
	height: 19px;
	width: 20px;
	padding: 7px 6px 0 6px;
}

#index #center_column div.products_block h5 {
    margin-top: 15px;
}


 #order-opc #center_column{
     width:980px;    
    background:url('../img/commande.jpg') no-repeat;
     padding-top: 200px;
 }
 
 #pannier_resume_commande{
    border:5px solid #ebe9e9;
 }

table#cart_summary{
    margin-top:10px;
}

#order-opc #login_form{
    border-bottom:1px solid #ebe9e9;
}

#order-opc h2, #order-opc h1{
   border-bottom: 1px solid #ebe9e9;
    color: #000;
    font-size: 18px;
    margin: 20px 0 25px;
    padding-bottom: 30px;
    text-align: center;
    width: 831px;
    font-weight:normal;
}
#order-opc h1{
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-left: 0;
}

#order-opc h3{
    text-align:left;
    padding: 0;
    font-size: 16px;
    color:#000;
}

#block_home_new_products h2{
    margin-top: 30px;
    margin-bottom: 10px;
}


#SAB_8_2_fr{
    margin-top :0
}

#SAB_8_5_fr{
    margin:0;
}

#productsSortForm{
    float:left;
}

span.our_price_display{
    font-size:15px;
    font-weight: bold;
}

#center_column p#product_reference {
    padding-left:0px;
    padding-bottom: 10px;
    font-style: italic;
}

#product h1{
    text-transform: none;
    font-family:  didot, "Times New Roman", Times, serif;
}

#manufacturer #center_column{
    width:100%
}

#my-account a{
    text-decoration: none;
    color: #949292;
}

.modalcart_confirm p {
    font-size:14px;
}

#order-opc #login_form_content input#login_email{
    width: 300px;
    margin-left:0;
}

#order-opc #login_form_content input#login_passwd{
    width: 300px;
    margin-left:0;
}

#login_dejaconnect{
    margin-bottom:10px;
}

#ordera-opc h3{
    padding:0;
}

#discount #center_column{
    width:760px;
}

#order-slip #center_column{
    width:760px;
}

#order-opc #opc_delivery_methods{
    padding-bottom:50px;
    border-left:5px solid #EBE9E9;
    border-right:5px solid #EBE9E9;
    border-top:none;
    border-bottom:none;
}
#order-opc #opc_delivery_methods h2{
    margin-top:0;
    padding-top:20px;
}   

#order-opc #opc_payment_methods{
    padding-bottom:50px;
}
#SAB_8_3_fr p{
    text-align: center;
}

#SAB_8_9_fr{
    margin-top:10px;
}

#SAB_8_5_fr h2.h2index{
    margin-bottom:15px;
}

#index #SAB_8_3_fr .h3index{
     margin-bottom: -2px;
}

#product span.editable{
    margin:0
}

#idTab1{
    padding: 10px 0 10px 0;
}

#order-detail-content th.cart_total{

}

#manufacturer_produit_right{
    float: left;
    width: 735px;
     margin-top: 10px;
}

#manufacturer_column_left {
    float: left;
    margin-right: 85px;
    width: 160px;
     margin-top: 10px;
}

#manufacturer div.cat_desc p{
    margin:0;
    padding:0;
}

#manufacturer div.cat_desc {
    float: right;
    font-size: 14px;
    font-style: italic;
    color: #747373;
    font-family:  didot, "Times New Roman", Times, serif;
}

#vu_look{
	color: #949292;
	font-size: 13px;
	margin-left: 20px;
	float: left;
	height:26px;
	line-height:26px;
}

#vu_look a.encour_all{
	color: #949292;
    font-size:13px;
    text-decoration:underline;
}
 
#vu_look a{
	color: #949292;
    font-size:13px;
    text-decoration:none;
}

#login_form fieldset{
    padding-bottom:0;   
}

#block_home_new_products .h3index{
    margin-bottom:30px;
}

#account-creation_form p.checkbox{
    padding-left: 30%;
}

#SAB_70_7_fr{
     border-top: 1px solid #E4E0E0;
}

#new_column_left{
    float:left;
    width:160px;
    margin-right: 85px;
}
#new_produit_right{
    float:left;
    width:735px;
}

#new-products #center_column{
    width:980px;
}

#product span.our_price_display{
    font-size:18px;
    font-weight:normal;
}

#product span.editable {
    font-family:  didot, "Times New Roman", Times, serif;
     font-size: 15px;
}

#addr_moncp{
    width:160px;
    float: left;
     margin-right: 85px;
      margin-top: 19px;
}

#addr_all{
    float:left;
    width:735px;
    margin-top: 19px;
}

#order-slip #center_column{
    color: #747373;
    width:980px;
    background:url('../img/moncompte.jpg') no-repeat;
    padding-top: 300px;    
}

#identity #center_column{
    color: #747373;
    width:980px;
    background:url('../img/moncompte.jpg') no-repeat;
    padding-top: 300px;    
}

#discount #center_column{
    color: #747373;
    width:980px;
    background:url('../img/moncompte.jpg') no-repeat;
    padding-top: 300px;    
}

#history #center_column{
    color: #747373;
    width:980px;
    background:url('../img/moncompte.jpg') no-repeat;
    padding-top: 300px;    
}

#my-account #center_column{
    color: #747373;
    width:980px;
    background:url('../img/moncompte.jpg') no-repeat;
    padding-top: 300px;    
}

#address #center_column{
    color: #747373;
    width:980px;
    background:url('../img/moncompte.jpg') no-repeat;
    padding-top: 300px;    
}


#history #center_column  h1,#my-account #center_column  h1, #discount #center_column  h1, #identity #center_column  h1, #order-slip #center_column  h1, #address #center_column  h1, #addresses #center_column  h1{
    color: #747373;
    font-size: 18px;
    font-weight: normal;
}

 #center_column div.myaccount p.logout a{
    text-decoration:underline;
}

#contact-form #center_column{
    width:980px;
}

#contact-form div.block li {
    padding: 0.5em 0;
}

#contact-form h1{
    color: #747373;
    font-size: 18pt;
	font-weight:normal;
}

#contact-form  div.block a {
    color: #747373;
    font-size: 13px;
}

#contact-form h4 {
    padding: 20px 0;
}

#contact-form #center_column div.block {
    width:191px;    
}

#cms #center_column{
    width:980px;
}

#cms #center_column div.block {
    width:191px;    
}

.message_cona{
    color: #747373;
    font-weight: bold;
	margin-bottom:10px;
}

#contact-form form.std label {
    width: 120px;;
    text-align:left;
    color:#747373;
}
.cont-input { 
	margin:10px 0;
	font-size:11pt;
}
.cont-input textarea {
	margin: 0;
}

#contact form.std label, 
#contact form.std p span {
	float: none;
	text-align: left;
	width: auto;
}
#contact #center_column { width:auto; }
#contact #submitMessage {
	margin: 0;
}
#haut_contact img { margin-right: 10px; }
#haut_contact{
    clear:both;
}
#haut_contact p {
    padding-left: 0;
	margin-left: 0;
}

img.loupe_spe_ok2{
	height: 12px;
}

#search #center_column{
    width:980px;    
}

img.separation_pag{
	margin-left: 22px;
	margin-top: 6px;
	float:left;
}

#product_list h2{
    margin-top:8px;
    text-align:center;
}

/* 404.tpl */

form.std p.spe404 label, form.std p.spe404 span {
    width:50%;
}

.spe404 input.button_small_404{
    height: 27px;
    width: 60px;
}

#pagenotfound #center_column {
	margin: 30px auto;
	text-align: center;
	font-size: 13px;
	float: none
}

#prd_prec_gd{
    float:left;
    width:30%;
    font-size:15px;
}

#prd_suiv_gd{
    float:right;
     width:30%;
    font-size:15px;
}

#photoengd{
    float:left;
    text-align:center;
     width:40%;
}

#product .idTabsShort #idTab9 a{
    background: none;
    color: #B4B4B4;
    font-size: 11px;
    font-weight: normal;
    padding-right: 0;
    text-align: left;
    width: 382px;
    text-transform:none;
    padding-top:0;
}

.accessories_block #name_crea_accces a{
    color: #000;
    font-size: 16px;
    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 {
    color: #B4B4B4;
    margin: auto;
    text-align: center;
    width: 200px; 
}
#center_column .products_block.accessories_block .block_content li h5 a, #center_column .products_block.accessories_block .block_content li a.product_description {
     color: #b4b4b4;
    text-align:center ; 
}
#center_column .accessories_block p.product_accessories_price{
    text-align:center ;
}

#center_column .accessories_block p.product_accessories_price span{
    color: #b4b4b4;
}

#address form.std h3 {
    float:left;   
}

#address #addr_all, #addresses #addr_all, #identity #adr_all, #history #addr_all{
    margin-top:19px;
}

#history #addr_all h1{
    padding-left:0;   
}

#addresses div.addresses{
    border-top:1px solid #EBE9E9;
}

#order-opc ul.address {
   margin-top: 15px;
   width: 50%;
}

#order-opc ul.address li.address_title {
    color:#000;
    font-weight:normal;
    margin-bottom: -4px;
    font-size:16px;
}

#order-opc select.address_select{
    color:#747373;
    font-size:1em;
}

#mail_confirmation{
    color: #000000;
	bottom: 8px;
    position: absolute;
}

#identity h3{
    padding-left:0.5em;
}


/* DOOD */



/* product-sort.tpl */
#productsSortForm p {
	height: 26px;
	margin: 0;
	padding: 0 0 0 12px;
}
#productsSortForm label, #productsSortForm select { float: right; color:#747373; font-size:13px; height:26px; line-height:26px; }
#productsSortForm select { 
	font-size: 1em;
	color: #747373; 
}


ul.pagination li.current { color:#000; text-decoration: underline; }


/* CGV dans une page et en popup */
#addr_moncp {
	display:none; 
}
#page #addr_moncp {
	display:block !important;
}



/* Sold out */
.prod-sold {
	background:url(../img/sold-out.jpg) no-repeat;
	width:100px;
	height:29px;
	background-size:contain;
	
	position:absolute;	
	left:0;
	top:100px;
	
	pointer-events:none;
}
.small_prod .prod-sold { 
	top: 50px;
	background-size: 70%;
}
.ajax_block_product { position:relative; }

/* se connecter */
#authentication h1 {
	margin:5px 0;
	font-size:12px !important;
}
#authentication #SubmitLogin,
#authentication #SubmitCreate,
#order-opc #SubmitLogin,
#order-opc #SubmitCreate,
#order-opc #submitAccount,
#contact-form #submitMessage,
#popBack, #popCart,
.cart_navigation input[name=submitPayment] {
	text-indent:-9999px;
	height:30px;
	background-repeat:no-repeat;
	background-position:center center;
}
#SubmitLogin {
	width:150px;
	background-image:url(../img/log-in.jpg);
}
#SubmitCreate, #submitAccount {
	width:170px;
	background-image:url(../img/create-an-account.jpg);
}
.lang-fr #SubmitLogin {
	width:150px;
	background-image:url(../img/se-connecter.jpg);
}
.lang-fr #SubmitCreate, .lang-fr #submitAccount {
	width:150px;
	background-image:url(../img/creer-le-compte.jpg);
}
#submitMessage {
	width:104px;
	background-image:url(../img/buttons/send-en.jpg);
}
.lang-fr #submitMessage {
	width:104px;
	background-image:url(../img/buttons/send-fr.jpg);
}

#popBack {
	width:180px;
	background-image:url(../img/buttons/pop_back_en.jpg);
}
.lang-fr #popBack {
	width:180px;
	background-image:url(../img/buttons/pop_back_fr.jpg);
}
#popCart {
	width:171px;
	background-image:url(../img/buttons/pop_view_cart_en.jpg);
}
.lang-fr #popCart {
	width:171px;
	background-image:url(../img/buttons/pop_view_cart_fr.jpg);
}

/* se connecter error */
.error { 
	color:#B90000;
	margin:20px auto; 
	padding:0;
 }
.one-error {
	color:#B90000;
	text-align:center;
	font-size:10pt;
}



/* IMAGES BUTTONS */
.but_img_ttl { display:none; }
#but_img_add_add { 
	height:30px;
	width:174px;
	background-image:url(../img/buttons/add_address_en.jpg);
}
.lang-fr #but_img_add_add {
	width:271px;
	background-image:url(../img/buttons/add_address_fr.jpg);	
}

.cart_navigation #submitPayment { height:30px; width:271px; background-image:url(../img/buttons/confirm_order_en.jpg); background-color:transparent; }
.lang-fr .cart_navigation #submitPayment {
	background-image:url(../img/buttons/confirm_order_fr.jpg);	
}

#but_img_back { 
	height:29px;
	width:97px;
	background-image:url(../img/buttons/back_en.jpg);
}
.lang-fr #but_img_back {
	background-image:url(../img/buttons/back_fr.jpg);	
}

/* FORMS */
input[type=text], 
input[type=password], 
input[type=email], 
input[type=number], 
input[type=url], 
input[type=date], 
input[type=datetime], 
textarea,
select {
	font-family:  didot, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:9pt;
	padding: 5px;
}
input[type=text], 
input[type=password], 
input[type=email], 
input[type=number], 
input[type=url], 
input[type=date], 
input[type=datetime], 
textarea {
	width: 310px;
}



/* Product Fancybox */
#product #fancybox-title-float-wrap td {
	border: none !important;
	white-space: normal !important;
	/*width:670px;*/
}
#product #fancybox-title-float-wrap {
	/*width:670px !important;*/
}
.fancybox-title-float { position:relative !important; left:0 !important; }
#fancybox-title { z-index:auto !important; }
#product #fancybox-title-float-main {
	line-height:normal !important;
}
#product #fancybox-title-float-left { display:none; }
#product #fancybox-title-float-right { display:none; }
#product .fancybox-title-float {
	margin-top:5px;
	height:auto !important;
}
#product #fancybox-title {
}

/* Product page */
#prd_prec_gd, #prd_suiv_gd { cursor:pointer; }
#lien_ss_produit_gd {
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}
#prd_suiv_gd, #prd_prec_gd { display:none; }
#photoengd { width:100%; }

#product #center_column .price, #product .products_block, #product .products_block a { color:#b4b4b4; }
#product .products_block h2 { color:#000; font-size: 18px; }
#product .products_block h3 {
	margin:0;
	padding:0 10px;	
	font-family:  didot, "Times New Roman", Times, serif;
	color: #B4B4B4;
	text-decoration: none;
	font-size: 13px;
}

#product #productscategory {
	margin-top:15px;	
}
#productscategory_scroll_left, #productscategory_scroll_right {
	margin-top:50px !important;
}
.contact-us-link {
	background: none !important;
	color: #B4B4B4 !important;
	font-size: 11px !important;
	font-weight: normal !important;
	padding-right: 0 !important;
	text-align: left !important;
	width: 382px !important;
	text-transform: none !important;
	padding-top: 0 !important;
}

/* Manufacturer */
#manufacturer #center_column h3 { margin:auto; } 
#manufacturer .cat_desc { text-align:center; }

/* Add to cart & buttons */
#add_to_cart { font-family: Verdana, Geneva, sans-serif; }

/* Search bar */
#mtr_rech_menu {
	float: right;
}
#searchbox  {
	border: none;
	margin-top: 1px;
	margin-right: 40px;
}
#searchbox input.search {
	border: none;
	font-size: 10pt;
	width: 120px;
	text-align: right;
	padding-left:0;
}
.loupe_spe_ok {
	display: inline-block;
	position:relative !important;
	margin: 0px 0 -5px 0 !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}
/* Search Page */
#search .navigation_page {
	text-transform:uppercase;	
}
#search .breadcrumb {
	display:inline-block;
	width: 245px;	
}
#search .results-count {
	display:inline;
	font-size: 10pt;	
}
#search #addr_all {
	margin-top: 25px;
}
#search #addr_all {
	margin-top: 25px;
}
#search #center_column p {
	margin: 0;
}

#search .center_block h2 a {
font-size: 16px;
}


#search #productsSortForm { float:left; }
#search ul#product_list {
	margin-top: 0;
	padding-top:2em;
}

.search-results { margin-bottom:10px; }
.search-results .big { font-weight:bold; }
.search-ttl { text-transform:uppercase; }

.warning {
	background-color: #d4d4d4;
	border: none;
}

#blog_menu { margin-right:0 !important; }
 /*CART */
#order-opc h2, #order-opc h1 { width:auto; }
#order-opc .warning { text-align:center; }

/* HOME */
#index .h2index, #index .h2index a { font-family: didot, times; }
#index .h3index, #index .h2index a { font-family: didot, times; }

/* MENU */
.sf-contener li, .sf-contener li a { font-family: didot, "Times New Roman", Times, serif; }
.sf-menu a { font-family: didot, "Times New Roman", Times, serif !important; }


/* LIST */
.list-head { margin-bottom:30px; }


/* OPC */
#order-opc #center_column p {
	padding-left:0;
}

#order-opc .checkbox, #order-opc .align-to-center { margin-left:30%; }
#opc_delivery_methods .checkbox { margin-left:0; }
.carrier_price span { margin-right: 12px; } .carrier_price { text-align:right; }

.opc-main-block #opc_account { border: none !important; }
#opc_account .checkbox { margin-left:0; }

/* ERROR */
.error b { display:none; }

/* CONTACT */
#contact-form #addr_all h1 { text-align:center; }

/* TUNNEL */
#HOOK_PAYMENT .payment_module { line-height:42px; }
#center_column .payment_conf p { padding-left:0; }
.cart_navigation { margin-top:40px; }
.payment_conf .cart_navigation .but_img { float:left; }
.payment_conf .cart_navigation #submitPayment { float:right; }

/* NEWS */
.cat_desc h1 { padding-left:0; }


/*--------------- MANUFACTURERS LAYER ---------------------------*/
#layered_manufacturer_0 { height: 200px; }




.clr {
	clear:both;
}
.txtSup {
	display: none;
	font-size: 15px;
}

[href^=#readLess] {
	display: none;
}

.txtIntro {
	font-size: 14px;
	padding-bottom: 25px;
}

.txtBase {
	line-height: 2;
}

[href^="#readLess"], [href^="#readMore"] {
	color: black;
	font-size: 11px;
	font-style: italic;
	font-family: 'Arial';
}

.aussi, .lookbook {
	border-top: 1px solid #EBE9E9;
}

.lookbook {
	margin-top: 20px !important;
	padding-bottom: 20px !important;
}

.tendances img {
	padding: 2px;
	border: 1px solid #DCDCDC;
	margin: 2px;
}

.lookbook img {
	padding: 3px;
	border: 1px solid #DCDCDC;
	margin: 2px;
}

.aussi h1, .tendances h1, .lookbook h1 {
	font-family: 'didot';
	color: black;
	font-size: 20px;
	margin-top: 40px;
	letter-spacing: 2px;
	font-weight: 400;
}

.lookbook .h3index, .aussi .h3index, .tendances .h3index {
	margin-bottom: 15px !important;
}

.aussi img {
	margin: 12px;
	width: 170px;
	height: 170px;
}

.sidebar img {
	width: 160px;
	height: 160px;
	margin: 3px 0;
}

.cat_desc p {
	margin: 0 !important;
	padding: 0;
}


/* lost_password */
#password #center_column { width: 100%; }
.lost_password {
	text-align: center;
	margin-top: 40px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.lost_password,
.lost_password h1,
.lost_password a,
.lost_password input[type=text] {
	color: #B90000;
}
.lost_password input {
	border-color: #B90000;
}
.lost_password input.button {
	background-color: #B90000;
}
#center_column .lost_password p {
	padding-left: 0;
	padding-right: 0;
}
.lost_password input {
	margin: auto;
}
.lost_password .text { text-align: left; }
.lost_password .text input { width: 380px;}
.lost_password .text label { width: 170px; text-align: right; padding-right: 10px;}

/* JqZoom */
div.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align: center; 
	overflow: hidden;
}
img.jqzoom {
	cursor:crosshair;
}

