/*
	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 {
    color: #444444;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
	background-color:#fff;
}

/* 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
}
ul, ol {
    list-style: none outside none;
}
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }
/* new clearfix */
.clearfix:after { 
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }

/* Footer links */
.footer_links {
	list-style-type: none;
	clear: both;
	margin-top: 2em
}
.footer_links li {
	display:inline;
	margin-right: 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/icon/home.gif") no-repeat 0 0 transparent;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 1px
}
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: 8px;
}
ul.tree a {  }
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: 1px solid #eee;
	height: 24px;
	margin-top: 1em
}
ul.idTabs li {
	float: left;
	margin-right: 3px
}
.idTabs a {
	background: #eee;
	font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
	display: block;
	width: 173px;
	height: 24px;
	line-height:22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.idTabs a:hover{text-decoration:none}

.idTabs .selected {
	background: #6CA731;
	color: white
}
div.block ul.idTabs li { padding:0;}
div.block ul.idTabs li a:hover { text-decoration:none;}
/* IdTabs Short*/
.idTabsShort a {
	width: 138px
}
.idTabsShort .selected {
	color: white
}
div.sheets {
	clear: both;
	padding: 5px
}
#more_info_sheets li {
	margin-left:5px;
	padding:1px 0;
}
#more_info_sheets #idTab2 li{
	margin-left:15px;
	padding:5px 0;
	    list-style-type:disc;
}
#more_info_sheets h3{ margin:5px 0}
#center_column #more_info_sheets p{ margin:3px 0}
/* global style */
a {
	color: #5f5f5f;
	text-decoration: none;
	outline: none
}
a:hover { text-decoration: underline }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1,h2 {
 background: url("../img/bullet.gif") no-repeat scroll left center transparent;
    color: #5F5F5F;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 0 0 0 16px;
}
h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h3 { font-size: 12px; margin: 1em 0 }
h4 { font-size: 1em }

/* global layout */
#page {
 	margin:0px auto 0;
    text-align: left;
    width: 950px;
}
#index #header{ height:445px;}
#header{
    height:215px;
	width:950px;
			}
#header_logo {
	display: block
}
img.logo {
  float: left;
    padding-left: 8px;
    padding-top: 18px;
}
#header_right {
	width: 970px;
}
#columns{
    float: left;
	width: 950px;


}
#left_column, #center_column, #right_column { float: left }
#left_column {
 	  clear: left;
     overflow: hidden;
     width: 240px;
	   margin-right: 10px;
}
#center_column {
	overflow: hidden;
    padding-bottom: 8px;
    width: 700px;
	background:url(../img/center_bottombg.gif) no-repeat bottom center;
}

#old_center_column { display: none }

#right_column {
  float: right;
    margin-bottom: 10px;
    margin-left: 6px;
    overflow: hidden;
    width: 192px;
}

#footer {
    background: url("../img/footerbg.gif") no-repeat scroll center bottom transparent;
    clear: both;
    height: 39px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
    width: 910px;
}

.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
}

/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
}
body.mceContentBody {
	margin: 9px 6px;
}
.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 {
}

.rte h3,.rte h4,.rte h5,.rte h6,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 5px 0 5px 23px;
}
.rte h1,
 .mceContentBody h1 {
}
.rte h2,
 .mceContentBody h2 {
}
.rte h3, .mceContentBody h3 { }
.rte h4, .mceContentBody h4 {  }
.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 {
	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: 5px 0 8px 23px }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 

/* /global RTE fields */

/* global table style */
div.table_block {
	margin: 1em auto;

}
.std {font-size: 11px;}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}

#carrierTable{ border: 1px solid #eee }

/*class table.std */
.std td,.std th { padding: 0.4em 0.5em }
.std th { white-space: nowrap }
.std tr.item td,.std .item th {  }
.std tr.alternate_item td,
.std tr.alternate_item th { }
.std tbody td,.std tfoot td { border-top: 1px solid #eee; text-align:center }
.std thead th {
	background:#f3f3f3;
	font-size: 12px;
	height: 24px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap
}
.std th.first_item {  }
.std th.last_item {  }
.std th.item { }
.std tfoot td {
	
	text-align: right;
	white-space: nowrap
}

/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 {
	border-bottom: 1px solid #E6E6E6;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0.5em;
    padding: 0.5em;
}
form.std fieldset {
	border: none;
	margin-bottom: 1em;
	padding-bottom: 1em
}
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;
	font-size:12px;
}
form.std label, form.std p span {
    float: left;
	text-align: right;
	width: 30%
}
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	outline: none
}
input, textarea { padding:2px;    border: 1px solid #DDDDDD; }
select { border: 1px solid #ddd }
input.text { }
.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: #da0f00 }
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: none repeat scroll 0 0 transparent;
	border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
	display:block;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px !important;
    font-weight: bold;
    height: 24px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

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

/* 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: #fff!important
}

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

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

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

/* 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 {
    background-position: left 24px;
	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-image: url('../img/button-medium.png');
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	width: 180px;
   	background-image: url('../img/button-large.png');
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {
    background-image: url("../img/button-medium.png");
    float: left;
    width: 120px;
}
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini.png') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small.png') }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled {background-image: url("../img/button-large.png"); }

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

/* generic style */
ul.bullet li{
	list-style-type: disc;
    margin-left: 15px;
    padding: 2px 0;
}
.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
}
.block_content .price {display:block}
.price, .price-shipping, .price-wrapping {
	color: #202020;
	font-size: 1.1em;
	font-weight: bold;
	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: decimal-leading-zero;
	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 {
	padding:6px 0		
}
.breadcrumb .navigation-pipe { 
   padding: 0 5px; 
   font-weight:bold;
}
.breadcrumb a {
	color: #888
}
.breadcrumb a:hover { text-decoration: underline }

/* pagination.tpl */
div.pagination { padding: 2em 0 0; clear: both; }
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: bold;
	
}
ul.pagination a, ul.pagination span {
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	
}
ul.pagination a {  }
ul.pagination a:hover{ text-decoration:none; color:#69A434;}
ul.pagination .current span {
	color:#69A434;
	
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	
	border: none;
	line-height: 19px;
	
}
#pagination_previous {
	
}
#pagination_previous a, #pagination_previous span { border-left: none }
#pagination_next {
	
}
#pagination_next a, #pagination_next span { border-right: none }
li.disabled span {
	color: #888;
}
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: 1em 0 2em 9em;
	padding-left: 40px;
	height:24px;
	
}
ul.step li {
	height:24px;
	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;
	color:#69A434;
}
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 }

/* product-sort.tpl */
#productsSortForm p {
	height: 1em;
	margin: 0.5em 0 0 0
}
#productsSortForm label, #productsSortForm select { float: right }
#productsSortForm select { font-size: 1em }

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

/* Default block style */
div.block {
	margin-bottom:10px;
    width:240px;
}
#left_column div.block,
 #right_column div.block {
 	background:url(../img/block_bottombg.gif) no-repeat bottom center;
	    padding-bottom: 7px;
}
div.block h4 {
    background: url("../img/top_block.gif") no-repeat scroll center top transparent;
    color: #5F5F5F;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 34px;
    padding: 4px 0 2px 28px;
    text-transform: uppercase;
}

#categories_block_left h4 { }



div.block h4 a { color:#5f5f5f; }

div.block ul { list-style: none }
div.block ul.tree li {

}
div.block a:hover { color: #69A434; text-decoration: none; }
#left_column div.block .block_content a.button_large,
 #right_column div.block .block_content a.button_large {}
div.block .block_content {
	 padding: 5px 15px 10px;
	 border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}
div.block li {
	margin-left: 0px;
    padding: 4px 0;
	list-style:none outside none;
}
div.block a {

}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	
}
div.exclusive h4 {

}
div.exclusive h4 a { color:#5f5f5f; }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a {  }
div.exclusive .block_content {
}

/* block in the center column */
#center_column p {
   margin: 0.5em 0;
   padding-left: 0.7em;
}
#center_column div.block {}
.center-topbg{ width: 700px; margin: auto; background:url(../img/center_topbg.gif) no-repeat top center; padding-top: 8px;}
#center_column div.block h4 {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #666666;
    font-size: 12px;
    line-height: 23px;
    padding: 3px 0 2px 20px;
    text-transform: uppercase;
}

/* 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 {
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em
}
.products_block li h5 {
	font-size: 12px
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	
}
.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 { }
#center_column .products_block h4 { 
    background: url("../img/bullet.gif") no-repeat scroll left center transparent !important;
    color: #5F5F5F;
    font-size: 14px;
    padding: 0 0 0 20px;
    text-transform: uppercase;
}
#center_column .products_block .block_content {
	background:none;
	border:none;
	padding: 0 0px;
}
#center_column .products_block ul li:hover {  }
#center_column .products_block ul li {
	float: left;
    margin:20px 6px 0 0;
    padding: 0;
    text-align:left;
    width: 220px;
    border-right: 1px dotted #DDDDDD;
}
#center_column .products_block li.first_item_of_line {  }
#center_column .products_block li.last_item_of_line { 
    margin: 20px 0 0;
	border: medium none; 
}
#center_column .products_block li.last_line {  }

#center_column .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
	height: 280px
}

#center_column .products_block p { margin: 0.5em 0.1em }
#center_column div.products_block h5 {
	font-size:12px;
	margin:8px 10px 0;
}
#center_column div.products_block h5 a {color:#777777;}
#center_column div.products_block h5 a:hover { color: #999; text-decoration:none}
#center_column div.products_block .price_container{ margin:8px 0 0}
#center_column .products_block span.price {
    clear: both;
    color: #333333;
    float: left;
    font-size: 14px;
    padding-bottom: 0;
    padding-right: 20px;
    padding-top:5px;
    text-align: left;

}
#center_column div.products_block .button_container{ margin:12px 0 5px}
#center_column div.products_block .button_container a {margin: 0 auto }
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image {
    display: block;
	height: 150px;
    width: 174px;
}
#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 {
    float: right;	
}
#center_column div.products_block div.product_desc { margin: 0 5px }
#center_column div.products_block ul li div.product_desc a { font-weight: normal }

#center_column .products_block .featured_price { margin-top: 2.5em }

/* 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: 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 { 
	
	margin: 0 auto 12px
}
.cart_last_product_header{
	background-color:#f3f3f3;
	margin-bottom:5px;
	padding-left: 7px;
	height: 24px;
	line-height: 24px;
	font-weight: bold
}
.cart_last_product_header .left {
	
}
.cart_last_product_img { float:left }
.cart_last_product_img img {
	margin:0 6px;
	border:1px solid #eee;
	width: 45px;
	height: 45px
}
 .cart_last_product_content { 
	float:right; 
 
}
.cart_last_product_content a { text-decoration:none }
.cart_last_product_content h5 { font-size: 11px; text-align:center }
.cart_last_product_content h5 a { }

p.cart_navigation { padding: 1em 0!important }
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: 1.5em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #eee }
#cart_summary tfoot tr.cart_total_price td { border-bottom: 1px solid #eee }
#cart_summary .price, #cart_summary .price-discount {
	text-align:center;
	font-size: 12px;
	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 #eee;
	width: 45px;
	height: 45px
}
td.cart_product a:hover img { border: 1px solid #888 }
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 { font-size:11px; }
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 { font-weight: bold }
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 0 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-weight: bold }
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order #voucher fieldset {
	border: 1px solid #eee;
	padding: 0.7em
}
#order form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	
}
#order form#voucher fieldset #display_cart_vouchers h4{ 
   display:block; 
   margin-bottom:6px;
   padding: 0; 
}
#order form#voucher fieldset #display_cart_vouchers .v_name { margin: 4px 0}
#order form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#444;
	font-weight:bold;
	cursor:pointer;
	
}
#order form#voucher fieldset #display_cart_vouchers .voucher_name:hover { text-decoration:underline}
#order form#voucher h4 { 
   display: inline;
   padding: 0;
}
#order form#voucher .button { display: inline }
#order form#voucher p{ 
    display:inline; 
	padding-left:4px; 
	font-weight: bold;
	margin: 0;
}
#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #E6E6E6;
	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 #eee;
	padding: 0.7em
}
#order-opc form#voucher fieldset #display_cart_vouchers {
	clear:both;	
    margin-top: 6px;
}
#order-opc form#voucher fieldset #display_cart_vouchers h4{ display:block; margin-bottom:6px }
#order-opc form#voucher fieldset #display_cart_vouchers .v_name { margin: 4px 0}
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#444;
	font-weight:bold;
	cursor:pointer;
	
}
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name:hover { text-decoration:underline}
#order-opc form#voucher h4 { display: inline;padding:0; }
#order-opc form#voucher .button { display: inline }
#order-opc form#voucher p{ display:inline; padding-left: 4px; font-weight: bold;}
#order-opc #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #eee;
	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: 290px
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 255px
}
#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;
	padding:0;
}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
	padding-right: 4px;
	padding-left: 4px
}
#view_scroll_right { background-image: url('../img/thumbs_right.gif') }
span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 80px
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	border: 1px solid #eee;
	padding: 0.6em;
	margin-bottom: 1.5em;
	width:664px;
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none;
	display:block;
}
#suppliers_list li h3, #manufacturers_list li h3 { margin: 0.4em 0 }
#suppliers_list .left_side, #manufacturers_list .left_side {
	float: left;
	width: 60%
}
#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: center
}
#suppliers_list .right_side span,
#manufacturers_list .right_side span {
	font-size: 1.7em;
	color: #202020
}
#suppliers_list li a.button,
#manufacturers_list li a.button { margin-top: 38px }

/* 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 #eee;
	padding: 0.6em;
	text-decoration: none
}
#center_column p a:hover {text-decoration: none;}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #eee;
	background-color: #eee;	
}

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

#blockhomeslider {
	margin-left:250px;
    position: absolute;
    top: 215px;
    width: 700px;
}
#blockhomeslider ul li{ list-style:none;}
#blocksubbanner {
    position: absolute;
    top: 215px;
    width: 240px;
}	
#blocksubbanner ul li{ list-style:none}
.center-midbg {
  background: url("../img/center_midbg.gif") repeat-y scroll center top transparent;
    padding: 0 10px 10px;
  overflow: hidden;
}	

#informations_block_left_1 h4 a:hover { text-decoration:none;}
#left_column_banner ul li{ 
	margin-bottom:10px; 
	list-style: none; 
	overflow:hidden; 
	text-align:center; 
	width:240px;
}

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

/* block top links */
ul#header_links {
	margin: 0.4em 0.3em 0 0;
	list-style-type: none;
	float: left
}
#header_links li {
	float: left;
	width: 66px
}
#header_links a {
	display: block;
	height: 15px;
	color: #595a5e;
	padding-top: 19px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent
}
#header_links #header_link_sitemap a { background-image: url('../img/icon/sitemap.gif') }
#header_links #header_link_contact a { background-image: url('../img/icon/contact.gif') }
#header_links #header_link_bookmark a { background-image: url('../img/icon/star.gif') }

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

/* Special style for block cart*/

#left_column #cart_block { 
    padding-bottom: 7px;
}
#cart_block .block_content { 
  padding: 5px 15px 10px;
}
#cart_block h4 {}
#cart_block h4 a{ text-decoration:none;}
#cart_block h4 span {
	text-transform: none;
	margin-left:3px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px
}
#cart_block h4 span#block_cart_collapse { background-image: url('../img/icon/sort_asc.gif') }
#cart_block h4 span#block_cart_expand { background-image: url('../img/icon/sort_desc.gif') }
#cart_block #cart_block_summary{ margin:5px 0 8px 10px;}
#cart_block #cart_block_no_products { margin: 0.5em 0; font-weight:bold; }
#cart_block dl dt a,
 #cart_block dl dt span.quantity-formated { float: left }
#cart_block dl {  }
#cart_block dt { padding-top: 0.4em }
#cart_block dl span.quantity-formated { padding-right: 3px }
#cart_block dt, #cart_block dd {
	clear: both;
	margin-top: 0.2em
}
#cart_block dt { 
	
	text-align: right
}
#cart_block dd { width: 155px }
#cart_block dd { 
	margin-left: 1em; 
	margin-right: 1em; 
	font-style: italic 
}
#cart_block dl dt a { font-weight: bold }
#cart_block a.ajax_cart_block_remove_link {
	width: 11px;
	height: 13px;
	margin-left: 6px;
	float: right;
	font-size: 0;
	display: block;
	background: transparent url('../img/icon/delete.gif') no-repeat left bottom
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration: none }
#cart_block p { clear: both }
#cart_block p span {
	clear: right;
	float: left;
	text-align: right
}
#cart_block li { clear: both }
#cart_block span.price {
		
	float: right
}
#cart_block dl span.price {
	font-weight: normal;
	
}

#cart_block_wrapping_cost, #cart_block_shipping_cost, #cart_block_tax_cost, #cart_block_total { padding-right: 1.3em }

#cart_block table#vouchers {
	margin-top: 0.5em;
	border-top: 1px solid white;
	height: 3em;
	padding-top: 0.4em;
	margin-bottom: 0.5em;
	clear: both
}
 #cart_block p#cart-prices {
	clear: both;
	margin-top: 8px;
	height:3em;	
	padding-top: 0.4em;
	border-top: 1px solid #eee
}
#cart_block table#vouchers td {
	padding: 0;
	border: 0;
	height: 1.5em
}
#cart_block table#vouchers td.price {
	color: white;
	font-size: 1em;
	font-weight: normal;
	width: 37%;
	text-align: right
}
#cart_block table#vouchers td.delete {
	width: 9%;
	text-align: right
}
#cart_block table#vouchers td.delete img { margin: 0 }
#cart_block p#cart-buttons {
	height: 2em;
	
}
#cart_block p#cart-buttons a {  
    background-image: url("../img/button-medium2.png");
    float: left;
    height: 24px;
    width: 80px;
}
#cart_block p#cart-buttons a#button_order_cart { margin-left:5px; }
#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square
}
#cart_block #cart-price-precisions {
	
	border-top: 1px solid #eee;
	font-size: 11px;
	height: 2em
}

/* block myaccount */
#left_column div.myaccount, #right_column div.myaccount {  }
div.myaccount h4 {  }
div.myaccount h4 a, div.myaccount h4 {  }
div.myaccount h4 a:hover {text-decoration: none;}
div.myaccount, div.myaccount a {  }
div.myaccount ul.bullet { }
div.myaccount ul.bullet li { background:none; }
div.myaccount ul.bullet .icon { display: none }
div.myaccount p.logout { padding:3px 0 0;}
div.myaccount p.logout, div.myaccount p.logout a {  }
div.myaccount p.logout a { text-decoration: none }
div.myaccount p.logout a:hover { text-decoration: underline }
div.myaccount .block_content {  }
.account_input { margin-left: 0; width: 15em }

/* Block editorial */
.editorial_block { margin-bottom: 2em }
.editorial_block .rte { background: transparent none repeat scroll 0 0 }
.editorial_block h1 {
	background: none;
	padding: 0;
	margin-bottom: 1em
}
.editorial_block h2 {
	font-size: 1.1em;
    margin: 1em 0;
	text-transform: none;
	line-height: 1.2em;
	padding: 0;
	padding-bottom: 10px;
	background: none;
	color: #5D717E
}
.editorial_block p { padding-top: 0.4em }
#editorial_block_center p { padding-left: 0 }

#editorial_image_legend {
	color: #AAAAAA;
    font-size: 6pt;
    font-style: italic;
    margin: 0;
    padding-left: 0;
    text-align: center;
}



/* Block best sellers */
#best-sellers_block_right p { 
	margin: 0;
	padding-top:3px
}

/* Block categories */
#categories_block_left .tree { }
#categories_block_left .tree li {
	background: none;
	border: none;
    

}
#categories_block_left .tree li.last { padding-bottom: 0 }
#categories_block_left .tree ul { padding: 2px 0 0 }
#categories_block_left .tree li li {
	background: none;
	padding: 3px 0 3px 10px;
	margin-left:0;
}
#categories_block_left .tree li li.last { padding-bottom: 0 }
#categories_block_left .tree li li li {
	padding-left: 15px;
}
#categories_block_left .tree a {
	
}
#categories_block_left .tree li ul li a {   background: url("../img/bull_category.gif") no-repeat scroll left center transparent;
    padding: 0 0 0 10px;}
#categories_block_left .tree a:hover {  }
#categories_block_left ul.tree a.selected {
	color: #000;
	font-weight: bold
}
#categories_block_left span.grower {
	display: block;
	float: right;
	background-position: 0 3px;
	background-repeat: no-repeat;
	width: 9px;
	height: 15px;
	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 specials */
.blockspecials ul { padding-top: 5px; text-align:center}
.blockspecials ul li {
	margin:0;
	clear: none;
	padding: 0;
	
}
.blockspecials p.product_image { margin-right: 0.3em }
.blockspecials p {
	margin:8px 0 0;
	text-align: center;
	clear: both
}
.blockspecials p a { margin: 0 auto }
.blockspecials h4 a:hover { text-decoration:none;}

/* block top currencies */
#currencies_block_top {
  	margin-left: 719px;
    position: absolute;
    top: 35px;
}
#currencies_block_top li {
	float: left;
	margin-right: 0.2em;
	margin-bottom: 2px
}
#currencies_block_top a {
	background: #F0F0F0;
    border: 1px solid #E8E8E8;
    color: #777777;
    display: block;
    font-size: 10px;
    min-width: 1em;
    padding: 2px 2px 2px 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
#currencies_block_top a:hover {
	background: none;
	color: black;
}
#currencies_block_top .selected a {
	background: #BDE36A;
    border: 1px solid #406F13;
    color: #406F13;
	font-weight: bold;
	
}
#currencies_block_top p { clear: left }

/* Block new products */
#new-products_block_right ul { padding:0 }
#new-products_block_right li { 
	margin-top: 0;
	padding:0
}
#new-products_block_right dt a { }
#new-products_block_right dt{ margin:0; padding:4px 0;}
#new-products_block_right p{ text-align:center}
#new-products_block_right h4 a:hover { text-decoration:none;}

/* block top user information */
#header_right #header_user {
border-top: 1px solid #E8E8E8;
    margin-left: 0;
    padding-top: 11px;
    position: absolute;
    text-align: left;
    top: 123px;
    width: 950px;
    
}
#header_user ul {}
#header_user li {
    float:left;
    padding: 0 6px;
    white-space: nowrap;
    background: url("../img/pipe1.gif") no-repeat scroll right center transparent;
}
#header_user #your_account {background:none repeat scroll 0 0 transparent;}

#header_user li#welcome { color: #7F7F7F; font-weight:bold; background:none}
#header_user li a{
   color: #000;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
}
#header_user li a:hover{ color:#69A434; text-decoration:none}
#shopping_cart{
    border-left: 1px dashed #DDDDDD;
    color: #555;
    font-size: 11px;
	font-weight:bold;
    height: 40px;
    line-height: 20px;
    margin-left: 800px;
    padding-left: 16px;
    position: absolute;
    text-align: left;
    top: 23px;
    width: 130px;
    
}
#shopping_cart a {
	font-weight: bold;
    color:#69A434;
	font-size:14px;
	display:block;
}
#shopping_cart a:hover{ 
    color:#555; 
    text-decoration: none;
}

/* block top languages */
#languages_block_top {
  margin-left: 607px;
    position: absolute;
    top: 38px;
}
#languages_block_top p { clear: left }
#languages_block_top ul#first-languages li {
	float: left;
	margin-right: 3px
}
#languages_block_top ul#first-languages li.selected_language {
	float: left;
	margin-right: 0.3em
}

/* Block manufacturer */
.blockmanufacturer ul { padding: 0 0 6px }
.blockmanufacturer select {
	margin: 0;
}
.blockmanufacturer h4 a:hover {text-decoration:none;}

#footer .block_various_links { list-style: none;}
#footer a { color:#6a6a6a; text-decoration: none;  }
#footer a:hover { color:#000; text-decoration:underline}
#footer .block_various_links li {
	padding: 0 5px;
    background: url("../img/pipe1.gif") no-repeat scroll left center transparent;
	float: left;
}
#footer .block_various_links li.first_item {
	border: none;
	padding-left: 0;
	background:none;
}
#footer .block_various_links li.last_item {
    background: none repeat scroll 0 0 transparent;
	 float: right;
}
#footer .last_item{ list-style:none; color:#6a6a6a; float:right; }
#footer .last_item a{  color:#6a6a6a; }
/* Block CMS links */
.informations_block_left .block_content { padding-top: 3px }

/* Block tags */
div.tags_block .block_content { padding: 3px 6px 0 }
div.tags_block p {
	text-align: justify;
	font-size: 0.9em
}
div.tags_block p a {
	line-height: 1.5em
}
div.tags_block p a:hover {
	text-decoration: none;
	color:#69A434;
}
a.tag_level3 { font-size: 1.8em; font-weight: bold }
a.tag_level2 { font-size: 1.4em }
a.tag_level1 { font-size: 1em; color: #888!important }

/* Block store */
.blockstore img { margin: 10px 0 0 0}
.blockstore p { text-align: center}

/* block top search */
#header_right #search_block_top {
    background: url("../img/search_bg.gif") no-repeat scroll 0 0 transparent;
    height: 26px;
    margin-left: 702px;
    position: absolute;
    top: 130px;
    width: 261px;
    z-index:1;
}
#header_right #search_block_top p {  }
#header_right #search_block_top label, #header_right #search_block_top input { float: left }
#header_right #search_block_top label {
	}
#header_right #search_block_top input.search_query { 
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 5px 0 0;
    width: 195px;
}
#header_right #search_block_top input.button { 
    background: url("../img/go_button.gif") no-repeat scroll right center transparent;
    height: 27px;
    margin-left: 13px;
    margin-top: 0;
    padding: 0;
    width: 30px;
}

/* block left column "Quick search" */
#search_block_left input { margin: 2px 0 0 0 }
#search_block_left .search_query { width: 11em }
#search_button { display: inline }


/* product-list.tpl */
ul#product_list { list-style-type: none }
ul#product_list li {
    border-right: 1px dotted #DDDDDD;
    float: left;
    margin: 20px 6px 0 0;
    padding: 0;
    text-align: center;
    width: 215px;
}
ul#product_list li:hover{}
ul#product_list li.last_item{ margin-right:0;   border: medium none;}
ul#product_list li a {
	color:#777777;
}
ul#product_list li a:hover {
	color: #999;
	text-decoration:none;
}
ul#product_list a.product_img_link {
    display: block;
	
}
ul#product_list a.product_img_link img { 
   vertical-align: bottom;
    text-align: left;
}
ul#product_list li h3 { 
    text-align: left;
	margin:8px 0 5px; 
	font-size:12px;
}
ul#product_list li .new {
	
}
ul#product_list li p.product_desc {
	margin-bottom: 0;
	font-size: 0.92em
}
ul#product_list li div.center_block {
	
}
ul#product_list li div.right_block {
	text-align:left;
    margin-right: 0;
}
ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
	color: #da0f00;
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em;
    float: left;
}
ul#product_list li .price {
	color:#333333;
	display: block;
	font-size: 14px;
	margin-bottom: 0.2em;
}
ul#product_list li span.availability {
	 color: #000000;
    display: inline-block;
    float: left;
    font-size: 0.9em;
    margin-bottom: 10px;
    margin-top: 6px;
    padding-right: 40px;
}
ul#product_list li a.button { margin:0 auto }
ul#product_list li p.compare { 
   padding:0; 
   margin:10px 0 0;
    float: left;
}
ul#product_list li p.compare input {  }


/* product.tpl */
#primary_block #pb-right-column {
	width: 310px;
	float: left
}
#primary_block #image-block {
    border: 1px solid #EEEEEE;
	height: 300px;
	width: 300px
}
#primary_block #image-block img#bigpic { 
	cursor: pointer; 
	height: 300px;
	width: 300px
}
#primary_block ul#usefull_link_block {
	list-style-type: none;
	margin-top: 1em
}
#primary_block ul#usefull_link_block li { margin: 0.5em 2em 0.5em 0;float:left; }
#primary_block ul#usefull_link_block li a,
#primary_block ul#usefull_link_block span.span_link,
#primary_block ul#usefull_link_block span.span_link:hover {
 	background: url("../img/bull_category.gif") no-repeat scroll left center transparent;
    font-size: 0.9em;
    padding-left: 12px;
    
}
#primary_block #pb-left-column {
    float: left;
    margin-left: 1px;
    width: 368px;
}
#primary_block #short_description_block {
    border: 1px solid #EEEEEE;
	padding: 0.7em;
	margin-bottom:8px;
}
#primary_block #color_picker p {
	margin-bottom: 0.4em;
	padding: 0
}
#primary_block #color_picker {
	padding: 0.6em 0.7em 0.4em 0.7em;
    border: 1px solid #EEEEEE;
	margin-bottom:8px;
}
#primary_block #color_to_pick_list li {
	display: inline;
	float: left;
	margin: 0 0.4em 0.4em 0
}
#primary_block a.color_pick {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	cursor: pointer
}
#primary_block a.color_pick:hover { border: 1px solid #000 }
#primary_block a#color_all { cursor: pointer }
#primary_block #image-block img#bigpic.jqzoom {
	cursor: crosshair;
	position: relative
}
#primary_block p.buttons_bottom_block {
   margin: 15px 0 5px;
    padding: 0;}
#primary_block #short_description_content p {
    margin: 0 0 0 3px;
}	
#primary_block p.buttons_bottom_block a,
 #primary_block p.buttons_bottom_block input { margin:0;}
#primary_block #short_description_content { margin-bottom: 0.5em }
#primary_block #buy_block {
	font-size: 1.1em;
	padding: 0.7em;
	color: #374853;
    border: 1px solid #EEEEEE;
	margin-bottom: 1.5em
}
#primary_block #buy_block p {
	padding: 0;
	margin-top: 0;
	clear: both
}
#primary_block #buy_block img.on_sale_img { float: left }
#primary_block #buy_block span.on_sale {
	color: #da0f00;
	text-transform: uppercase;
	font-weight: bold;
	float: right
}
#primary_block #buy_block span.discount {
	color: #da0f00;
	text-transform: uppercase;
	font-weight: bold;
	float:left;
}
#primary_block #buy_block span.our_price_display { float:left; }
#primary_block #buy_block span#availability_label {
	float: left;
	margin-right: 1em
}
#primary_block #buy_block label { text-align:left; }
#primary_block #buy_block label,#primary_block #buy_block select {
	display: block;
	width: 25%;
	float: left
}
#primary_block div#attributes p, #quantity_wanted_p {
	clear: left;
	height: 2em
}
#primary_block div#attributes p, #minimal_quantity_wanted_p {
	clear: left;
	text-align: center
}

/* prices */
#primary_block #buy_block p.price {
	font-size: 1.05em;
	text-align: right
}
#primary_block #buy_block span#pretaxe_price {
	font-size: 0.75em;
	text-align: right
}
#primary_block #buy_block p#old_price {
	font-size: 0.8em;
	text-align:left;
	text-decoration: line-through
}
#primary_block #buy_block p#reduction_percent {
	color: #da0f00;
	font-size: 0.75em;
	text-align:left;
}
#primary_block #buy_block p.price-ecotax {
	font-size: 0.75em;
	text-align: right
}
#admin-action {
    color: #374853; 
    background-color: #DFFAD3; 
    margin-bottom:10px; 
    padding: 4px; 
    border: 1px solid #72CB67
}
#admin-action input.exclusive
{
	float: right
}

.product_accessories_price
{
	margin-top: 5px
}
#center_column h2.productscategory_h2 {
    clear: both;
    font-size: 1em;
    line-height: 25px;
}


/* authentication.tpl */
#create-account_form,
 #authentication #login_form {
	width: 49%;
	height: 20em;
	clear: none;
	float: left
} 
#create-account_form h4 {
    height: 3em;
	padding: 0.3em 3em 0 2em;
}
#create-account_form p.text,
 #authentication #login_form p.text {
	height: 3.4em;
	margin-left:2em;
	padding-left: 0;
	padding-right: 0
}
#authentication #login_form a {  }
#create-account_form { margin-right: 11px }
#create-account_form p.text {
	text-align: left;
	width: 100px
}
#authentication #create-account_form p.text label { width: 100px }
#authentication input#SubmitCreate,
 #authentication input#SubmitLogin { margin: 0 }
#authentication p.submit {
	margin-right: 0;
	text-align: left;
	padding-left:7%!important;
}
#authentication p.lost_password { padding-left:3em; }
#authentication #create-account_form fieldset,
 #authentication #login_form fieldset { height: 18em }
#authentication p.submit span { padding-right: 0.5em }
#create-account_form label, #authentication #login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 0.3em
}
#account-creation_form input.text, 
#account-creation_form #id_country, 
#account-creation_form #id_state, 
  #authentication textarea { width: 17em }

.account_creation span.inline-infos
{
	width:60%;
	text-align:left;
	margin:2px 0 2px 31%;
	font-size:11px;
}
