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

/* Modifs */

@import url(authentication.css);
@import url(blockbestsellers.css);
@import url(blockcart.css);
@import url(blockcategories.css);
@import url(blockcenter.css);
@import url(blockcurrencies.css);
@import url(blockextend.css);
@import url(blockheartofblows.css);
@import url(blockinfos.css);
@import url(blocklanguages.css);
@import url(blocklink.css);
@import url(blockmanufacturer.css);
@import url(blockmyaccount.css);
@import url(blocknewproducts.css);
@import url(blocknewsletter.css);
@import url(blockpaymentlogo.css);
@import url(blockpermanentlinks.css);
@import url(blockrss.css);
@import url(blocksearch.css);
@import url(blockspecials.css);
@import url(blocksupplier.css);
@import url(blocktags.css);
@import url(blockuserinfo.css);
@import url(blockvariouslinks.css);
@import url(blockviewed.css);
@import url(blockwishlist.css);
@import url(button.css);
@import url(editorial.css);
@import url(history.css);
@import url(homefeatured.css);
@import url(layout.css);
@import url(leftcolumn.css);
@import url(maintenance.css);
@import url(myaccount.css);
@import url(pagination.css);
@import url(product.css);
@import url(productcategory.css);
@import url(productlist.css);
@import url(scenes.css);
@import url(shoppingcart.css);

@font-face {font-family:"Vivaldi Italic";src:url(../fonts/Vivaldi-Italic.ttf);}
@font-face {font-family:"Vivaldi";src:url(../fonts/Vivaldi.TTF);}



/* @ Modifs */


/* 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; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
noscript ul {list-style-type:none; background:black; color:white; padding:10px; border:1px solid gray;}

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

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

/* simple list inline */
ul.inline_list{ list-style-type:none; 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 -1px -3px;
	padding-left:24px;
	padding-bottom:5px;
	padding-top:3px;
}
ul.tree, ul.tree ul{ list-style-type:none; }
ul.tree li{
	padding-left:1.2em;
	border-left:1px gray dotted;
	background:url(../img/sitemap-horizontal.gif) no-repeat left 10px;
	margin-left:1em;
}
ul.tree a{ padding-left:0.2em; }
ul.tree a.selected{ font-weight:bold; }
ul.tree li.last{
	background:url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border:none;
}
span.grower{ cursor:pointer; }

/* global style */
a {
	color: #996666;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {
	font-size: 1.1em;
	line-height:40px;
	padding:0;
	margin: 0.5em 0;
	text-transform:capitalize;
	font-weight: bold;
	color:#996666;
	background: transparent url(../img/bg-cont_h2.jpg) 0 0 repeat-x;
	height:40px;
}
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
h3 { 
	font-size:1.1em;
	margin:1em 0;
	color:#996666;
}

h4 { font-size: 1em; }

/* 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	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 {
	margin: 0.75em 0 0.3em 0;
	color: #374853;
}
div.rte h1,
.mceContentBody h1 {
	font-size: 25px;
	font-weight:bold;
}
div.rte h2,
.mceContentBody h2 {
	font-size: 20px;
	background:none;
	text-transform:none;
}
div.rte h3, .mceContentBody h3 {font-size: 16px;}
div.rte h4, .mceContentBody h4 {font-size: 14px;}
div.rte h5,.mceContentBody h5 {font-size: 12px;}
div.rte h6, div.rte h6 {font-size:  8px;}

div.rte ol, .mceContentBody ul,
div.rte ol, .mceContentBody ul
 {
	padding-left: 2em;
}

div.rte ul, .mceContentBody ul{
	list-style-type:square;
}

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 {
	margin:0.5em 0pt;
	padding-left:0.7em;
}
/* /global RTE fields */

/* global table style */
div.table_block {
	padding-bottom:6px;
	margin:0 auto 2em;
	width:541px;
	color:#5D6858;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
table.std td, table.std th {
	padding: 0.4em 0.5em;
}
table.std th {
	white-space:nowrap;
}
table.std tr.item td, table.std tr.item th {
	background-color: white;
}
table.std tr.alternate_item td, table.std tr.alternate_item th {
	background-color: #f1f2f4;
}
table.std tbody tr td, table.std tfoot tr td {
	border-top: 1px solid #bdc2c9;
}
table.std thead th {
	background:url(../img/bg-cont_h2.jpg) 0 0 repeat-x;
	height:40px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
table.std thead th.first_item {
	background-position: top left;
}
table.std thead th.last_item {
	background-position: top right;
}
table.std thead th.item {
	background-position: -5px 0;
}
table.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap;
}
/* /global table style */

/* global form style */
form.std {
	clear: both;
}
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url(../img/form_bg.jpg) repeat-x top left;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

input, textarea, select {
	border:1px dotted #5E6858;
}

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

/* 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 {
	padding-left: 2em;
	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: 0.5em; vertical-align: middle; }
.price, .price-shipping, .price-wrapping {
	/*color: #CC6A00;*/
	color:#DF7500;
	font-size: 1.1em;
	font-weight: bold;
	white-space:nowrap;
}

/* errors */
.error {
	width: 90%;
	border: 1px solid #da0f00;
	background-color: #f1f2f4;
	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;
	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;
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size:1em;
	color:#5E6858;
	text-align:left;
}
.breadcrumb .navigation-pipe {
	padding: 0 0.6em;
}
.breadcrumb a {
	text-decoration: none;
	color:#5E6858;
}
.breadcrumb a:hover {
	text-decoration:none;
	color:#FD7500;
}

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

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

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

/* Default block style */

div.block {
	margin-bottom:1em;
	/*width:250px;*/
	/*width:100%;*/
}

#right_column div.block {
	padding-bottom:10px;
	background:url('../img/block_footer.jpg') 0 100% no-repeat;
}

div.block h4 {
	text-align:left;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding:0 0 0 30px;
	line-height:40px;
	color: #996666;
	height:50px;
}

div.block h4 a { color: #996666; }
div.block ul { list-style: none; }
div.block ul.tree li { padding-left:1.2em; }
div.block a:hover { text-decoration: underline; }
#body_left_column div.block .block_content a.button_large, #body_right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }

div.block .block_content {
	display:block;
	/*padding:0.5em 0.7em 0pt;*/
	/*background: #f1f2f4 url(../img/block_bg.jpg) repeat-x bottom left;*/
	/*min-height:20px;*/
}

div.block li {
	/*padding: 0.2em 0 0.2em 0em;*/
	list-style-position: outside;
}
div.block a {
	color: #5E6858;
	text-decoration: none;
}

/* block exclusive */
#body_left_column div.exclusive, #body_right_column div.exclusive {
	background: transparent url(../img/block_exclusive_footer.jpg) no-repeat bottom left;
}
div.exclusive h4 {
	background: transparent url(../img/block_header_exclusive.gif) no-repeat top left;
	color: white;
}
div.exclusive h4 a { color: white; }
div.exclusive li { margin-top: 0; }
div.exclusive, div.exclusive a { color: white; }
div.exclusive .block_content {
	background: #bdc2c9 url(../img/block_exclusive_bg.jpg) repeat-x bottom left;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e;
}

/* Styles for products blocks */
/* block products (new, features, viewed, etc...) on left and right column */
.products_block li {
	clear: left;
	margin-top: 0.2em;
}

.products_block li.item img {
	margin-right: 5px;
}

.products_block li.last_item {
	border: none;
}

.products_block li img {
	vertical-align:top;
	float:left;
}

.products_block p img {
	float: none;
}

.products_block li h5 {
	display: inline;
	font-size: 0.9em;
}

.products_block li p a {
	font-weight: bold;
	font-size: 0.8em;
}

.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0.2em 0.4em;
}

.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e;
}

.products_block p {
	margin-top: 0.4em;
}

.products_block a.button_large {
	margin: 0.4em 0.4em 0 0.4em;
}

.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none;
}

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

/* steps (like order step) */
ul.step {
	background: transparent url(../img/step_start.gif) no-repeat bottom left;
	list-style: none;
	margin:0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width:501px;
}
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;
	color:#DF7500;
}
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 {
	color:#5D6858;
}

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

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

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

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

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

/* category.tpl */

#category img#categoryImage {
	margin-top:1em;
}

/* category.tpl */


/* 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 #body_right_column { display: none; }
#conditions h2 { background: transparent url(../img/title_bg_large.gif) no-repeat top left; }
#conditions #left_column {
	width: 730px;
	text-align: justify;
}
#conditions #left_column ul, #conditions #left_column ol {
	margin-left: 2em;
	padding: 0.6em;
}
#conditions #left_column ul { list-style-type: circle; }
#conditions #left_column li { padding-bottom: 0.5em; }
#conditions #left_column { line-height: 1.3em; }

/*  identity.tpl */
p#security_informations{
	font-size:0.85em;
	margin: 0 3em;
}

/* order step 3: PAYMENT */
.payment_module {
	display: block;
}
.payment_module img {
	vertical-align: middle;
	margin-right: 1em;
}
.payment_module a {
	display: block;
	border: 1px solid #595a5e;
	padding: 0.6em;
	text-decoration: none;
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #488c40;
	background-color: #e5e6e7;
	color: #374853;
}

/* Printable version */
@media print {
	div#body_left_column, div#body_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#left_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;}
}

input.text{border:1px solid gray}

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

/* 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 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:green; font-weight:bold; }

/* referal program */
#referralprogram-program ul.idTabs { list-style-type:none; height:40px; line-height:40px; margin-top:0.5em; background:url('../img/bg-cont_h2.jpg') 0 0 repeat-x; }
#referralprogram-program ul.idTabs li { float:left; margin-right:1px; line-height:40px; }
#referralprogram-program ul.idTabs li a { background-image: url('../img/tab_bg.jpg') repeat-x left center; display:block; line-height:40px; text-align:center; text-decoration:none; text-transform:uppercase; font-weight:bold; color:#5E6858; padding:0 5px; }
#referralprogram-program ul.idTabs li a.selected { background-image: url('../img/tab_bg_selected.jpg') repeat-x left center; }

/* Liens des pages CMS */
a.lienscms {
  color: #996666;  /* Code hexadécimal : noir */
  text-decoration: none;
}
a.lienscms_HOVER, a.lienscms_visited {
  color: #5e6858;  /* Code hexadécimal : bleu */  
  text-decoration: none; font-weight: bold;
}



#order div#secure-ssl,#order div#hot-shipping,#order div#offer-present {display:inline;float:left;width:33%;height:95px}
#order #left_column p {color:#5D6858}
#order #cart_summary thead {color:#996666}
#order #cart_summary  td {color:#5D6858}
#order #cart_summary  td.price {color:#DF7500}
#order  #cart_summary  .cart_availability, #order  #cart_summary  .cart_quantity {color:#5D6858}
#order  #cart_summary  .cart_unit span.price, #order  #cart_summary  .cart_total span.price{color:#DF7500}
table.cart_last_product {color:#996666}
table.cart_last_product_content {margin:5px 0px 10px 130px}
.cart_last_product_content  p {color:#5D6858}
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 {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 tr td {border-top: none;line-height: 1.5em}
#cart_summary tfoot tr.cart_total_product td {border-top: 1px solid #bdc2c9}
#cart_summary tfoot tr.cart_total_price td {border-bottom: 2px solid #bdc2c9}
#cart_summary .price, #cart_summary .price-discount {color:#595A5E;font-size:1em;text-decoration:none}
tr.cart_item td {padding:0.5em 0}
td.cart_product a {margin:0 0.6em}
td.cart_product a img {border:1px solid #d0d1d5}
td.cart_product a:hover img {border:1px solid #888}
td.cart_description a {text-decoration:none;color:#996666}
td.cart_description a:hover {text-decoration:underline}
td.cart_description h5 a, td.cart_ref, td.cart_total {color:#996666}
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:5.5em;text-align:right}
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_free_shipping td {display:none}
#order h4 {line-height:40px;background:url('../img/bg-cont_h2.jpg') 0 0 repeat-x;color:#996666}
#order tfoot p {margin:0;float:left;width:85%}
#order tfoot span {float:right;width:15%;display:block}
tr.cart_total_price {font-weight:bold}
#order div#cart_voucher {width:670px;padding:0}
#order form#voucher fieldset {border:1px solid #bdc2c9;padding:0.7em}
#order form#voucher p label, #order form#voucher p input {line-height:32px}
#order form#voucher p input#discount_name {margin:10px}
#order form#voucher h4, #order form#voucher p, #order form#voucher .button {display:inline;line-height:32px;margin:0;padding:0}
#order form#voucher h4 {float:left;height:32px;line-height:32px;margin-right:30px;color:#5D6858}
#order #order_carrier {clear:both;margin-top:1em;border:1px solid #bdc2c9;padding:0.5em}
#order #order_carrier h4 {width:50%;display:inline}
#order #order_carrier img {vertical-align:middle}
#order #order_carrier span {margin:0 0.2em}
#order #gift_div{display:none}
#order #gift_div label, #order #gift_div textarea{display:block;width:100%;margin:1em 0}
#order div.order_delivery {width:100%}
#order div.delivery {float:left;width:100%;height:40px;padding-bottom:60px;background:url('../img/bg-infos-utiles.png') 0 100% no-repeat}
#order div.except {background:none;padding:0;}
#order div.delivery

div.addresses {border: 1px solid #d0d3d8;padding:0;position:relative;width:100%}
div.addresses h3 {margin:0}
div.addresses p.checkbox input{margin-top:0!important;margin-top:-3px}
ul.address {float:left;list-style-image:none;list-style-position:outside;list-style-type:none;margin-left:10px;padding-bottom:0.6em;margin-bottom:1em;position:relative;width:330px;border:1px dotted #BDC2C9}
ul.address li {padding-left:1.4em;margin-top:0.6em}
li.address_title {margin-top: 0!important;color:#996666;font-weight:bold;height:40px;font-size:1.2em;line-height:40px}
ul.item li.address_title {background:url('../img/bg-cont_h2.jpg') 0 0 repeat-x}
ul.alternate_item li.address_title {background:url('../img/bg-cont_h2.jpg') 0 0 repeat-x}
li.address_name, li.address_update a, li.address_delete a {color:#996666}
li.address_name, li.address_company {font-weight:bold}
li.address_update, li.address_delete {background:url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;background:url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;margin-left:1.4em}
#left_column .address_add p {padding:10px}
#order .order_delivery ul li.address_name, #order .order_delivery ul li.address_address1, #order .order_delivery ul li.address_city, #order .order_delivery ul li.address_country, #order .invoice_address ul li.address_name, #order .invoice_address ul li.address_address1, #order .invoice_address ul li.address_city, #order .invoice_address ul li.address_country {color:#5d6858}


