/*
	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 {
	font: 12px Arial, Helvetica, Sans-Serif;
}

/* global layout */

#wrap {
	background: #f7f7f5 url('../img/ds_body.png') left top repeat-x;
}

#page {
	width: 988px;
	margin: 0 auto 2px auto;
	position: relative;
}

#container {
	margin: 44px 0 0 0;
	padding: 10px 14px 0 14px;
	background: url('../img/ds_container.png') center top repeat-x;
}

#left_column, #center_column, #right_column {
	float:left;
}

#clearthis {
	clear: left;
}

/* Useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
noscript ul {list-style-type:none; background:black; color:white; padding:10px; border:1px solid gray;}

/* Footer links */

ul.footer_links {
	list-style-type:none;
	clear:both;
	background: #f7f7f5;
	padding-top: 20px;
}

ul.footer_links li {}

ul.footer_links li a {
	text-decoration:none; 
}

ul.footer_links li a:hover {
	text-decoration: underline;
}

ul.footer_links li img.icon {
	vertical-align:-2px; 
}

/* transfert effect*/
.transferProduct { border: 2px solid #888; }

/* simple list inline */
ul.inline_list{ list-style-type:none; margin-top: 1em; }
ul.inline_list li { float:left; text-align:center; }
ul.inline_list li img{ display:block; }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left;
}

/* Category tree (i.e. in sitemap) */

div.tree_top {
	background:url('../img/sitemap-top.gif') no-repeat 0 -3px;
	padding: 2px 0 5px 24px;
}

ul.tree, ul.tree ul{ 
	list-style-type:none; 
}

ul.tree li{
	padding: 3px 0px 7px 15px;
	border-left:1px gray dotted;
	background:url(../img/sitemap-horizontal.gif) no-repeat left 10px;
	margin-left:1em;
}

ul.tree a{ 
	padding-left:0.2em; 
}

ul.tree a.selected{ 
	font-weight:bold; 
}

ul.tree li.last{
	background:url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border:none;
}

span.grower{ 
	cursor:pointer; 
}

/* Tabs */
ul.idTabs {
	list-style-type:none;
	border-bottom:solid 1px #104377;
	height:21px;
}

ul.idTabs li {
	float:left;
	margin-right:1px;
}

ul.idTabs li a {
	background-image: url('../img/ds_tab_bg_grey.png');
	display:block;
	width:173px;
	height:17px;
	text-align:center;
	text-decoration:none;
	text-transform: capitalize;
	font-weight:bold;
	padding-top:4px;
	color:#374853;
}

ul.idTabs li a.selected{
	background-image: url('../img/ds_tab_bg_orange.png');
	color:white;
}

/* global style */

a {
	text-decoration: none;
}

a:hover {}

input:focus {
	outline: 0;
	outline-offset: 0;
}

a img {
	outline: none;
	border: none;
}

h2 {}

h2 span {}

h3 {}

h4 {}

/* global RTE fields */

div.rte,
.mceContentBody {
	text-align:left;
}

div.rte html, div.rte div, div.rte span, div.rte applet, div.rte object, div.rte iframe,
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6, div.rte p, div.rte blockquote, div.rte pre,
div.rte a, div.rte abbr, div.rte acronym, div.rte address, div.rte big, div.rte cite, div.rte code,
div.rte del, div.rte dfn, div.rte em, div.rte font, div.rte img, div.rte ins, div.rte kbd, div.rte q, div.rte s, div.rte samp,
div.rte small, div.rte strike, div.rte strong, div.rte sub, div.rte sup, div.rte tt, div.rte var,
div.rte dl, div.rte dt, div.rte dd, div.rte ol, div.rte ul, div.rte li,
div.rte fieldset, div.rte form, div.rte label, div.rte legend,
div.rte table, div.rte caption, div.rte tbody, div.rte tfoot, div.rte thead, div.rte tr, div.rte th, div.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;
	vertical-align: baseline;
}

div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {}

div.rte h1, .mceContentBody h1 {}
div.rte h2, .mceContentBody h2 {}
div.rte h3, .mceContentBody h3 {}
div.rte h4, .mceContentBody h4 {}
div.rte h5,.mceContentBody h5 {}
div.rte h6, div.rte h6 {}

div.rte ol, .mceContentBody ul,
div.rte ol, .mceContentBody ul {
	padding-left: 2em;
}

div.rte ul, .mceContentBody ul{
	list-style-type:square;
	margin-left: 15px;
}

div.rte strong, .mceContentBody strong {
	font-weight:bold;
}

div.rte em, .mceContentBody em {
	font-style:italic;
}

/* tables still need 'cellspacing="0"' in the markup */
div.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width:auto;
}
div.rte caption, div.rte th, div.rte td, div.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;
}

div.rte th,
.mceContentBody th {
	padding-left:1em;
	padding-right:1em;
	background:#e5e6e7;
}

div.rte p,
.mceContentBody p {
}

/* /global RTE fields */

/* global table style 

div.table_block {}
table.std {}
table.std td, table.std th {}
table.std th {}
table.std tr.item td, table.std tr.item th {}
table.std tr.alternate_item td, table.std tr.alternate_item th {}
table.std tbody tr td, table.std tfoot tr td {}
table.std thead th {}
table.std thead th.first_item {}
table.std thead th.last_item {}
table.std thead th.item {}
table.std tfoot td {}
*/
/* /global table style */

/* global table style */

table.std {
	width: 100%;
	border-spacing: 0;
	text-align: left !important;
	background: #eff6fc;
}

table.std thead tr {
	background: #abd7fc;
}

table.std thead tr th {
	padding: 5px 0;
	text-transform: capitalize;
}

table.std thead th.first_item {
	padding-left: 10px !important;
}

table.std tbody tr td {
	padding: 5px 0;
	background: #eff6fc;
	border-bottom: solid 1px #fff;
}

table.std tbody tr td.bold {
	font-weight: normal !important;
}

table.std tfoot tr {
	padding: 5px 0;
}

table.std tfoot tr td {
	padding: 5px 0;
	text-transform: capitalize;
	text-align: right;
	background: #e3f1fd;
	border-bottom: 1px solid #fff;
}

/* global form style */

form.std {
	clear: both;
}

form.std h3 {
	padding: 5px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #d2e3ec;
	font-size: 12px;
	text-transform: capitalize;
	text-align: center;
}

form.std fieldset {
	border: 1px solid #d2e3ec;
	background: #eff6fc;
}

form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}

form.std h4, form.std p {
	clear: both;
}

form.std p.required.text,
form.std p.required.password,
form.std p.text,
form.std p.textarea {
	padding-bottom: 10px;
}

form.std label, form.std p span {
	float: left;
}

form.std p span,
form.std p label {
	width: 150px;
}

form.std p.select {
	height: auto !important;
	padding: 0 0 10px 0 !important;
	background: #eff6fc !important;
}

form.std p.select select#id_country, 
form.std p.select select#id_state {
	width: 208px !important;
}

#address #center_column form.std fieldset input,
#address #center_column form.std fieldset #id_country,
#address #center_column form.std fieldset #id_state { 
	width: 200px; 
}

form.std p.textarea textarea#other {
	width: 400px !important;
}

form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	/*font-size: 12px;
	vertical-align: top;*/
	outline: none;
}

input, textarea, select {
	/*border: 1px solid #bdc2c9;*/
}

textarea {
	font-size: 12px;
}

input.text {
	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: #da0f00;
}

form.std p.checkbox {
	padding:  0 0 0 150px;
}

form.std p.submit {
}

#authentication #center_column form#account-creation_form fieldset.account_creation select#months,
#authentication #center_column form#account-creation_form fieldset.account_creation select#years {
	margin-left: 5px !important;
}

/* CUSTOM FORM */

#authentication #center_column form#account-creation_form,
#identity #center_column form.std,
#address #center_column form.std,
#contact-form #center_column form.std,
#password #center_column form.std {
	padding: 15px;
}

#authentication #center_column form#account-creation_form fieldset.account_creation,
#identity #center_column form.std fieldset,
#address #center_column form.std fieldset,
#contact-form #center_column fieldset,
#password #center_column form.std fieldset {
	padding: 15px;
}

#authentication #center_column form#account-creation_form fieldset.account_creation,
#address #center_column form.std fieldset {
	margin-bottom: 15px;
}

form#account-creation_form input.text, 
form#account-creation_form #id_country, 
form#account-creation_form #id_state, 
#authentication textarea,
#address #center_column form.std fieldset input,
#address #center_column form.std fieldset #id_country,
#address #center_column form.std fieldset #id_state { 
	width: 200px; 
}

/* 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 {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:black!important;
	font-size: 11px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px;
	text-transform: capitalize;
}

/* 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 {
	background-position: left -36px;
	cursor:default;
	color:#888!important;
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	font-size: 11px !important;
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:#488c40!important;
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	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:black!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/ds_button28.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: 77px;
	background-image: url('../img/ds_button75.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/ds_button120b.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 {
	width: 120px;
	background-image: url('../img/ds_button120c.png');
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/ds_button120a.png'); }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif'); }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif'); }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large { background-image: url('../img/ds_button120c.png'); }

/* CUSTOM BUTTONS */

/* order */

#order #center_column p.cart_navigation,
#payment #center_column form p.cart_navigation,
#validation #center_column form p.cart_navigation {
	display: block;
	clear: left;
	padding: 0px !important;
	height: 26px;
	
	background: #f7f7f5;
	border-top: solid 10px #f7f7f5;
}

#payment #center_column form p.cart_navigation,
#validation #center_column form p.cart_navigation {
	background: #fff !important;
	border-top: solid 10px #fff !important;
}

#order #center_column p.cart_navigation a.exclusive,
#order #center_column p.cart_navigation a.button_large,
#order #center_column p.cart_navigation a.button,
#order #center_column p.cart_navigation input.exclusive,
#payment #center_column form p.cart_navigation a.button_large,
#payment #center_column form p.cart_navigation input.exclusive_large,
#validation #center_column form p.cart_navigation a.button_large,
#validation #center_column form p.cart_navigation input.exclusive_large {
	background-image: url('../img/ds_button130.png') !important;
	background-position: left -26px !important;
	background-repeat: no-repeat !important;
	
	width: 136px;
	height: 26px !important;
	margin: 0 !important;
	line-height: 26px !important;
	font-size: 11px !important;
}

#order #center_column p.cart_navigation a.exclusive:hover,
#order #center_column p.cart_navigation a.button_large:hover,
#order #center_column p.cart_navigation a.button:hover,
#order #center_column p.cart_navigation input.exclusive:hover,
#payment #center_column form p.cart_navigation a.button_large:hover,
#payment #center_column form p.cart_navigation input.exclusive_large:hover,
#validation #center_column form p.cart_navigation a.button_large:hover,
#validation #center_column form p.cart_navigation input.exclusive_large:hover {
	background-position: left 0px!important;
	color: #fff !important;
}

#order #center_column p.cart_navigation a.exclusive,
#order #center_column p.cart_navigation input.exclusive,
#payment #center_column form p.cart_navigation input.exclusive_large,
#validation #center_column form p.cart_navigation input.exclusive_large {
	float: right;
}

#order #center_column p.cart_navigation a.button_large,
#order #center_column p.cart_navigation a.button,
#payment #center_column form p.cart_navigation a.button_large,
#validation #center_column form p.cart_navigation a.button_large {
	float: left;
}

#authentication #center_column form#account-creation_form p.cart_navigation.required.submit input#submitAccount,
#address #center_column form.std p.submit2 input#submitAddress.button {
	margin-left: 0 !important;
	float: right;
}

#address #center_column form.std p.submit2 input#submitAddress.button {
	background-image: url('../img/ds_button120a.png') !important;
}

/* account > address > edit 
lost password */

#identity #center_column p.submit input.button,
#password #center_column form.std fieldset p.submit input.button {
	background: url('../img/ds_button120a.png') left 0px no-repeat !important;
}

#identity #center_column p.submit input.button:hover,
#password #center_column form.std fieldset p.submit input.button:hover {
	background-position: left -18px !important;
}

/* order > address*/

#order #center_column div.addresses p.address_add.submit,
#addresses #center_column div.clear.address_add {
	padding: 0 0 15px 15px !important;
}

#order #center_column div.addresses p.address_add.submit a.button_large,
#addresses #center_column div.clear.address_add a.button_large {
	background-position: left -18px;
}

#order #center_column div.addresses p.address_add.submit a.button_large:hover,
#addresses #center_column div.clear.address_add a.button_large:hover {
	background-position: left 0px;
}

/* voucher */

#order form#voucher fieldset p.submit input.button {
	width: 77px;
	background: url('../img/ds_button75.png') left -18px no-repeat;
}

#order form#voucher fieldset p.submit input.button:hover {
	width: 77px;
	background: url('../img/ds_button75.png') left 0 no-repeat;
}

/* 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 {
	background: transparent url('../img/bullet.gif') no-repeat 0.6em 0.5em;
	list-style-type:none;
}

.price-discount { 
	text-decoration: line-through; 
}

.price-pretax { 
	color: gray; 
}

.price-ecotax { 
	color:#488c40; 
}

img.icon { 
	margin-right: 10px; 
	vertical-align: middle; 
}

.price, .price-shipping, .price-wrapping {
	color: #1e68b9;
	font-weight: bold;
	white-space: nowrap;
}

/* errors */

.error {
	padding: 10px;
	background-color: #fff;
	color: #da0f00;
}

.error p { 
	font-weight: bold; 
}

.error p a.button_small {
	margin: 5px 0 0 20px;
	font-weight: normal;
	background-position: left -18px; 
}

.error p a.button_small:hover {
	background-position: left -36px; 
}

.error ol {
	margin: 10px 0;
}

.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding: 5px 0 5px 20px;
}

/* warning */

.warning {
	padding: 0 0 0 68px !important;
	line-height: 68px !important;
	font-size: 12px !important;
	border: solid 1px #fc3 !important;
	background: #ffffcc url('../img/ds_info.png') 10px center no-repeat !important;
	text-align: left !important;
	font-style: normal !important;
}

#center_column p.warning {
	margin: 15px;
}

/* success */

.success {
	color: green;
	background-color: #d0d3d8;
	border: 1px dashed green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em;
}
.success_inline {
	color:green;
	font-weight:bold;
}



/* block left column "Quick search" */
#search_block_left input {
	margin: 2px 0px 0px 0px;
}
#search_block_left #search_query {
	width: 11em;
}
#search_button {
	display: inline;
}

/* steps (like order step) */

ul.step {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
	list-style: none;
	margin: 0 auto;
	padding-left: 40px;
	height: 25px;
	width: 500px;
}

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;
	border: 5px solid #fff;
}

/* contact-form.tpl */

body#contact-form div#center_column form select#id_contact {
	width: 204px;
}

body#contact-form div#center_column form input#email {
	width: 200px;
}

body#contact-form div#center_column form textarea#message {
	width: 400px;
	height: 100px;
	font-size: 12px;
}

form.std p.desc_contact span.like_input {
	width: 366px;
	text-align: left;
}

/* views block */

#views_block{
	width: 300px;
	margin: 0 auto;
}

#thumbs_list{
	overflow:hidden;
	float:left;
	width: 240px;
}
#thumbs_list ul{
	padding-left:0px;
	list-style-type:none;
	margin-top: 5px;
}
#thumbs_list li{
	float:left;
	cursor:pointer;
	width: 80px;
	height: 80px;
}
#view_scroll_left, #view_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
	padding-right: 4px;
	padding-left: 4px;
}
#view_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}
span.view_scroll_spacer{
	float: left;
	width: 17px;
	height: 80px;
}

/* 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 #fc3;
	padding: 0.6em;
	background: #ffc;
	text-decoration: none;
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #798f0d;
	background-color: #adc051;
	color: #374853;
	text-decoration: none !important;
}

/* 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 0px 6px;
}

.customization_block_input {
	vertical-align: inherit;
}

img.customization_delete_icon {
	margin: 2px;
}

li.customizationUploadLine {
	clear: left;
	padding: 4px;
	display: block;
}

div.customizationUploadBrowse {
	float: left;
}

div.customizationUploadBrowseDescription {
	padding: 6px;
}

img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888;
}

ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px;
}

ul.customizationUploaded li {
	display: inline;
}

ul.customizationUploaded a {
	text-decoration: none;
}

div.customizationUploaded {
	clear: left;
}

div.deletePictureUploaded {
	float: right;
}

div.deleteCustomizableProduct {
	float: right;
}

ul.typedText {
	padding-left: 6px;
	list-style-type: none;
}

/* category Products block */
#productscategory{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_noscroll{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_list{
	overflow:hidden;
	float:left;
	width:96%;
}
#productscategory_list ul{
	padding-left:0px;
	list-style-type:none;
}
#productscategory_list li{
	float:left;
	margin:0 3px;
	cursor:pointer;
	text-align:center;
	width:100px;
	overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	display:block;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
}
#productscategory_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}

/* module blockmenutop */
#menu-top {
	clear:both;
	width:100%;
	height:40px;
}

#menu-top dl{
	float:left;
	position:relative;
	padding-right:10px;
}

#menu-top dl dt{
	line-height:30px;
	height:30px;
}

#menu-top dl dt a{
	text-decoration:none;
	background:#eeeeee;
	display:block;
	height:30px;
	width:100px;
	padding-left:5px;
	padding-right:5px;
}

#menu-top dl dt a:hover{
	background:#ccc;
}

#menu-top dl:hover dd{
	display:block;
}

#menu-top dl dd{
	display:none;
	position:absolute;
	width:100px;
}

#menu-top dl dd ul{
	width:100%;
	text-align:left;
	background:#cccccc;
}

#menu-top dl dd ul li a{
	display:block;
	background:#eee;
	width:100%;
	text-decoration:none;
	padding:10px;
}

#menu-top dl dd ul li a:hover{
	background:#ccc;
}



/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {
	font-size: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name {
	font-weight:bold;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt {
	margin: 4px 0 4px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link {
	float: right;
	margin:-12px 0 0 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dd{
	font-style: italic;
	margin: 0 0 0 10px;
}

#wishlist_block div.block_content p select#wishlists{
	width: 140px;
}

#wishlist_block div.block_content p a.exclusive{
	margin: 5px auto 0 auto;
}

/* mywishlist */
div#mywishlist div#block-order-detail form.wl_send fieldset p input{
	margin-left:60px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block;
}
div#mywishlist form.std fieldset label {
	width: 30px;
}
div#mywishlist form.std fieldset input#submitWishlist {
	display: inline;
}
div#mywishlist table.std thead th.mywishlist_first{
	text-align: center;
	width: 40px;
}
div#mywishlist table.std thead th.mywishlist_second{
	text-align: center;
	width: 80px;
}
div#mywishlist table.std thead th.first_item, div#mywishlist table.std tbody tr td{
	width: 200px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail select {
	margin: 0;
}
div#mywishlist #hideBoughtProducts,div#mywishlist #showBoughtProducts{
	float:left;
	margin:-18px 0 0 5px;
}
div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist{
	display:none;
}
div#mywishlist #showBoughtProductsInfos, div#mywishlist #hideBoughtProductsInfos{
	float:right;
	margin:-18px 118px 0 0;	
}
div#mywishlist #showSendWishlist, div#mywishlist #hideSendWishlist, div#mywishlist div#block-order-detail ul li a.exclusive {
	float:right;
	margin:-18px 0px 0 0;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th {
	text-align: center;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item {
	width: 300px;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos{
	margin:0 0 0 10px;
}
div#mywishlist div#block-order-detail ul li img {
	float:left;
}
/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img {
	float: left;
}
#view_wishlist #featured-products_block_center ul div li a, #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left;
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail, div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 30px;
	float: left;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-bottom:5px;
} 
#view_wishlist #featured-products_block_center ul div li a.exclusive, #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left:55px;
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border:0;
}

/* module productcomments */
.rating {
 cursor: pointer;
 margin: 2em;
 clear: both;
 display: block;
}
.rating:after {
 content: '.';
 display: block;
 height: 0;
 width: 0;
 clear: both;
 visibility: hidden;
}
.cancel,
.star {
 float: left;
 width: 17px;
 height: 15px;
 overflow: hidden;
 text-indent: -999em;
 cursor: pointer;
}
.cancel,
.cancel a {background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0px;}
 
.cancel a,
.star a {
 display: block;
 width: 100%;
 height: 100%;
 background-position: 0 0px;

}
div.star_on a{
 background-position: 0 -16px;
}
div.star_hover a,
div.star a:hover{
 background-position: 0 -32px;

}

.pack_content{
	margin: 10px 0 10px 0;
}
.pack_price {
	float: right; margin-right:3px; font-size: 12px;
}

.confirmation { color: forestgreen; font-weight: bold;}

#page .rte {
	background:transparent none repeat scroll 0 0;
}
