/*
	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;
	list-style:none;
}

body {
	background-color: white;
	font-size: 9px;
	font-family:'Lucida Grande',Arial,sans-serif;
	color: #595a5e;
	background:url(../img/bg.gif);
	text-align:center;
}

/* Useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
noscript ul {list-style-type:none; background:black; color:white; padding:10px; border:1px solid gray;}

/* Footer links */
ul.footer_links{
	list-style-type:none;
	clear:both;
	height:2em;
	margin-top:2em;
	border:1px solid;
}
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 { background:url(../img/cart_add.png) no-repeat }

/* 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; }

/* Tabs  referralprogram.program.tpl */
ul.idTabs {list-style-type:none;}
ul.idTabs li {float:left; margin-right:2em; margin-bottom:1em}
ul.idTabs li a {display:block !important; display:inline; height:10px; text-align:center; text-decoration:none; font-weight:bold;color:#0066cc;}
ul.idTabs li a:hover{ padding-left:0em; height:auto;  border-bottom:4px solid #CCCCCC;}
ul.idTabs li a.selected{ padding-left:0em; height:auto;}


/* global style */
a {
	color: #595a5e;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color:#c74815;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {padding:0 0 5px 0; margin:10px 20px 0 0;}

h3 { font-size: 1.1em; margin: 1em 0; color:black }
h4 { font-size: 1em; }

/* global layout */
#page {
	text-align:left;
	width:875px;
	margin:auto
}
h1#logo {
	float: left;
	margin-top:0.5em;
	color:#eef0f2;
}
#header {
	float: left;
	width: 853px;
	background:white url(../img/bg_commitment.gif) no-repeat right center;
	text-align: right;
	padding-top:0.5em;
}
#left_column, #center_column {
	float:left;
}

#left_column .footer {
	width:190px;
	padding-bottom:0.8em;
	text-align:center
}

#left_column {
	clear:left;
	width:192px;
	background:white
}


#center_column {
    width:670px;
	margin: 0 0 0 1em;
}
#right_column {
    width:700px;	
	margin-right:5.2em;
	float:right;
 }
 
#right_column div {
	background-image:none
 }

#right_column h4 a {
    color: #c74815;
}

div#cms {
	padding:0.3em 4em 2em 3em;
	width:589px;
	background:white
}

div#cms h2{font-size: 11px; text-transform:uppercase; font-family: Century Gothic, Arial, Sans-Serif; color:#98CB00; font-weight:bold}

div#alter_center { float:left; width:644px; background:white; padding:1em 0 1em 1em}
div#alter_center input, select, textarea { margin:0.2em 0 0.2em 0; background-image:none}
div#alter_center input {padding:0.2em; font-weight:bold; color:black; border:2px solid #FF6C3F;}
div#alter_center select {padding:0.2em; font-weight:bold; color:black; border:2px solid #FF6C3F; background-image:none;  color:#e16332;}
div#alter_center textarea {padding:0.2em; font-weight:bold; color:black; border:2px solid #FF6C3F;  color:#e16332; background-image:none}
div#alter_center label {padding-top:0.5em; font:bold}
div#alter_center checkbox{width:auto}


/* global RTE fields */

div.rte,
.mceContentBody {
	text-align:left;
	background:white;
	color:black;
}

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;
	margin-left:10px;
}

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;
}
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 {
}	
table.std thead {
	border: 2px solid #ff6c3f;
	height:24px;
	color:black;
	font-weight: bold;
	text-align: left;
}
table.std thead th {
	height:24px;
	color:#E16332;
	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:#438bcb; background:url('../img/devider.gif') top repeat-x; font-size:1em; font-weight:bold; text-align:left; padding:0.8em 0 0.5em 0; margin: 1em 0 0.5em 0;}
form.std fieldset {border: 1px solid #fff; width:475px; clear:left; margin-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:#e8e6e6 solid 1px;}
form.std h4, form.std p {padding: 2em 0em; font-weight:normal; color:#C0C0C0; clear: both;}
form.std label, form.std p span {float: left; text-align: right; color:#000000; width: 30%; padding:0 0.6em 0 0 }
form.std input, select { background:white}
input, textarea, select, span.editable {font-size: 11px; padding:1px; padding-left:5px; font-family:Arial, Helvetica, sans-serif}
input, textarea, select {border:#e8e6e6 solid 1px; background:transparent}
input.text {height:18px; padding-left:2px; padding-right:2px; }
#identitygender label {border:none; margin: 0; float: none; text-align: left; color:#999999;}
#identitygender span {color:#dd2a81; font-weight:normal}
#identitygender checkbox {border:none;}
#identitygender strong {color:#999999; font-weight:normal}
#identitygender radio {border:none; color:#000000}
#identitygender input {border:none; color:#000000}
.required {color: #f6a720;}
#required h3 { width:563px}
#required sup {color: #f6a720;}
.required sup {color: #f6a720;}
#required label {color:black; font-weight:bold}
#required input {color:#999999;}
#required span {color: #dd2a81;}
form.std .checkbox label, form.std .radio label, form.std span.form_info {margin: 0; float: none; text-align: left; border:none}
span#security_informations{font-size:0.85em; width:400px; float:left; margin:0.5em 0 0.5em 0; padding:0.7em; background:#ffffcc; border-top:1px solid #eeef95; border-bottom:1px solid #eeef95}

/* 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/next.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: #da0f00;
	font-size: 1.1em;
	font-weight: bold;
	white-space:nowrap;
}

/* errors */
.error {
	width: 40%;
	background:url(../img/texture.gif);
	color: #da0f00;
	margin: 0.3em auto 1.5em 0;
	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:url(../img/texture.gif);
	font-weight: bold;
	margin: 1em 0;
	width:50%;
	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 {
	width:600px;
	margin-bottom:0.5em;
	font-size: 1em;
	color:#888;
}
.breadcrumb .navigation-pipe {
	padding: 0 0.6em;
}
.breadcrumb a {
	text-decoration: none;
	color:#888;
	background:white
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb span.navigation_end {background:white}

/* pagination.tpl */
ul.pagination {float:left; margin-top:1.9em;}
ul.pagination li {display: inline; float: left; margin-right: 0.2em;}
ul.pagination li, ul.pagination a, ul.pagination span {color:#336ea6; background:white;}
ul.pagination a, ul.pagination span {color:#98cb00; padding: 0em 0.4em; display: block; padding-top:0.1em}
ul.pagination a { text-decoration: none; }
ul.pagination li a:hover {color:#98cb00; background:#f1f0ea;}
ul.pagination li.current span {color:black; font-weight:bold; background:white;}
ul.pagination li.truncate {padding: 0.3em; background: none;}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {border:none; background:none; color: #c0c0c0;}
#pagination_previous a, #pagination_previous span {border-left: none;}
#pagination_next {border:none; background:none}
#pagination_next a, #pagination_next span { border-right: none; color:#98cb00; background:white}
#pagination_next a:hover, #pagination_next span {border:none; color:#98cb00; background:#f1f0ea}
#pagination_previous a:hover, #pagination_previous a:hover span {border:none; color:#336ea6; background:white}
li.disabled span {color: #C0C0C0;}

/* product-sort.tpl */
form#productsSortForm select{float:right; border:1px solid #e8e6e6; color:#c0c0c0; margin-top:0.3em; font-size:11px; letter-spacing:normal}
form#productsSortForm span{ float:right;  height:auto; padding-bottom:3px; border-bottom:1px solid #e8e6e6;}
.select_Sort_ul {float:right; margin-top:0.6em; background:transparent;}
.select_Sort_ul select{background:white;}
.sort_page {border-bottom:2px solid white; width:652px; float:left; padding-bottom:5px; margin-bottom: 5px}

/* Header */
#header ul { list-style: none; }
#header form {
	border: none;
	margin-bottom: 0!important;
	display: inline;
}
#header label {
	margin: 0;
	float: none;
}

/* block top currencies */
#header #currencies_block_top {
	margin: 0.3em 0.5em 0 0;
	float: right;
	font-size:11px
}
#header #currencies_block_top ul {
	float: left;
	height: 1.5em;
}
#header #currencies_block_top ul li {
	float:left;
	margin-right:0.2em;
}
#header #currencies_block_top ul li a {
	display:block;
	font-size:0.8em;
	text-decoration:none;
	min-width: 1em;
	padding: 0px 2px 0px 3px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
}
#header #currencies_block_top ul li a {
	color:#999;
}
#header #currencies_block_top ul li a:hover {
	color: #c74815;
}
#header #currencies_block_top ul li.selected a {
	border: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #c74815;
}
#header #currencies_block_top p {
	clear: left;
}

/* block top languages */
#header #languages_block_top {
	margin: 0.4em 0;
	float: right;
}
#header #languages_block_top p {
	clear: left;
}
#languages_block_top ul#first-languages {
	float: left;
	height: 1.5em;
}
#languages_block_top ul#first-languages li {
	float:left;
	margin-right: 0.3em;
}

#languages_block_top ul#first-languages li.selected_language {
	float:left;
	margin-right: 0.3em;
}

/* top links */
ul#header_links {
	margin: 0.2em 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;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
}

/* block left column "Quick search" */
#search_block_left { background-image:none; margin:1em  0 0 0.5em}
#search_block_left input {margin: 2px 0px 0px 0px; border:none; background:none; cursor:pointer}
#search_block_left form {height: 21px; width:185px; background:transparent url('../img/block-search.gif') no-repeat }
#search_block_left input#search_query { width:13.2em; padding:0 0 0 0.5em; border:none; background:none; cursor:text}

/* block top user information */
#header #header_user {
	width: auto;
	font-size:9px;
	text-align: right;
	float: right;
	margin:0.4em 1em 0 0;
	text-transform:uppercase;
	padding-right:1em;
	background:url(../img/header_links.gif) right no-repeat
}
#header_user span { font-weight: bold;}
#header_user ul { margin-top: 0.3em; }
#header_user li {
	float: right;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap;
}
#header_user_info a {color:#98CB00;}
#header_user_info a:hover {color:#c74815; text-decoration:underline}
#header_user_info span a {color:#c74815; text-decoration:none}
#header_user_info span a:hover {color:#c74815; text-decoration:underline}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em; }
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 15px;
	height: 20px;
	text-decoration: none;
}
#header_user #shopping_cart span { font-weight: bold; color:#c74815}
#header_user #shopping_cart a { background-image: url('../img/icon/cart.gif'); }
#header_user #shopping_cart span.ajax_cart_quantity { padding-right:0.5em; }
#header_user #your_account a { background-image: url('../img/userinfo.gif'); }

/* Footer */
#footer {
	width:200px;
	padding: 0.5em 0 4em 0;
	min-height:20px;
	margin-left:3.3em;
	clear: both;
	color:black;
	font-weight:bold;
}
#footer span{
	float:left;
	color:black;
	width: 193px;
	text-align:center;
	padding-top:0.5em;
}

#footer span a {
	color:black;
	font-weight:bold;
}

#footer .block_various_links {padding:1em 0.5em; background:url('../img/breadcrumb.gif') top repeat-x; margin-left:5em; float:left}
#footer .block_various_links li a{ text-decoration:none; color:#c74815 }
#footer .block_various_links li {
	display: inline;
	padding: 0px 2px 0px 0px;
	color:black
}
#footer .block_various_links li.first_item {
	border: none;
	padding-left: 0px;
}


/* Default block style */
div.block {margin-left:0.7em; width: 180px; background:url('../img/dottedline.gif') top repeat-x}
#left_column div.block, #right_column div.block {padding-bottom:1.8em}
#right_column div.block {padding-bottom:1.8em; float:left}
#left_column h4 {font-size: 11px; text-transform:uppercase; font-family: Century Gothic, Arial, Sans-Serif; padding-top:1em; background:none; width:100%;  color:#98CB00}
#left_column h4 a{background:white;}
div.block h4 {font-weight: bold; font-size: 1.1em; background:none; padding-top:8px; line-height:1.3em; color:#c74815;}
div.block h4 a { color:#98CB00}
div.block ul { list-style: none;}
div.block ul.tree li { padding-left:1.2em;}
div.block a:hover { text-decoration:none;}
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block li {padding: 0.2em 0 0em 0em; list-style-position: outside;}
div.block a {color: #595a5e; text-decoration: none;}


/* block exclusive */
#left_column div.exclusive {margin:0 0 2em 0.1em; width:192px;}

#left_column div.exclusive, #right_column div.exclusive {
	background:url('../img/block_exclusive_footer.gif') bottom left;

}
div.exclusive h4 {
	background:url('../img/block_exclusive_footer.gif');
	padding-left:1em;
	width:180px;
	height:auto;
}
div.exclusive h4 a { color: #6e2828;}
div.exclusive li { margin-top: 0; }
div.exclusive, div.exclusive a { color:#6e2828; }


/* myaccount */
#myaccount {margin-top:1.5em; padding-top:0em; list-style:none}
#myaccount input {text-decoration:none;color: #dd2a81}
#myaccount li a{ text-decoration:none;color:#da0f00; line-height:26px;}
#myaccount li a:hover {text-decoration:underline}
#myaccountnav {width:630px; margin:1em 0 ; margin-bottom:1.5em; border:none}
#myaccountnav h2 {width:630px; color:#c74815}
#myaccountnav ul { padding-left:0.3em; margin-top: 2em; border-bottom:2px solid #c74815;}
#myaccountnav li {display:inline; font-weight:bold; margin-right:0.5em; line-height:27px; background:transparent; }
#myaccountnav li a {border:1px solid transparent border:1px inherit transparent; font-weight:normal; color:#666; font-size:11px; text-decoration:none; padding:5px 12px 6px 11px; }
#myaccountnav li a {!important; border:1px inherit transparent}
#myaccountnav li a:hover {border:1px solid #FFF; border-bottom:1px solid #FFF; padding-left:10px; padding-right:11px; text-decoration:none}
#myaccountnav li a.selected {border:1px solid #c74815; background:#c74815; color: #FFF; text-decoration:none;  padding-left:10px; padding-right:11px; }
#logout { text-decoration:none; color:#c74815; letter-spacing:normal; font-size:11px; float:right; background:url('../img/icon/logout.gif') no-repeat; padding-left:1.5em;}
#myaccountbnt {width:566px; margin-top:0.8em; list-style:none}
#myaccountbnt a {text-decoration:none;color: #6A5D4A;}
#accountwelcome { padding:0em 1em 1em 0em}
#pcheck {padding-left:16.3em;}
#pcheck label {color:black; font-weight:bold}
#pcheck input { border:none}

/* block in the center column */
#center_column p { margin:0; padding:0}
#center_column div.block { width: 536px; margin:auto;}
#center_column div.block h4 {background: transparent url('../img/block_header_large.gif') no-repeat top left; height: 17px;	color: white;}

/* block products (new, viewed, etc...) on left and right column */
div.products_block {float:left;}
div.products_block ul {float:right;}
.products_block li {clear: left; }
.products_block li.item img {margin-right: 5px; }
.products_block li.last_item {border: none;}
.products_block li img {float:left}
.products_block li h5 {font-size: 11px; text-transform:uppercase; font-family: Century Gothic, Arial, Sans-Serif; padding-top:1em; background:none; width:100%;}
.products_block li h5 a{color:#98CB00}
.products_block li h5 a:hover{color:black; text-decoration:underline}
.products_block_h2 {font-size:24px; letter-spacing: -2px; font-weight:bold; width:200px; float:left; color:#ff6600; background:white; padding:0.3em 0 0 0.7em}
.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;}

/* Special style for block products in center column */
#center_column .products_block  {color: #595a5e; border: none;}
#center_column .products_block h4 a {color:#ff6600; float:left }
#center_column .products_block h3 {font-size:12px; color:black; padding:0.6em 0 0.6em 0.6em; margin:0 0 0.2em 0; width:645px; background:white; font-family:Century Gothic, Arial, Sans-Serif}
#center_column .products_block h3 span a{float:right; background:url('../img/plus-detail.gif') left no-repeat; padding-left:1.2em; font-size:10px; text-transform:uppercase; margin-right:0.8em; color:#c74815; font-family:'Lucida Grande',Arial,sans-serif;}
#center_column .products_block  span{ color: #999; line-height:20px}
#center_column .products_block  p a {color:#666; font-weight:normal; font-size:11px}
#center_column .products_block  .pprice {color:black; padding:0.2em;}
#center_column .products_block  .price_span {color:black; font-weight:bold; padding:0.5em 0;}
#center_column .products_block  .nav { float:right;}
#center_column .products_block  b { padding:0.1em 0.7em 0 0.7em}
#center_column .products_block  .view_it { background:url('../img/view_it.gif') no-repeat; width:17px; height:15px;}
#center_column .products_block  .add_it { background:url('../img/add_it.gif') no-repeat; width:17px; height:15px}
#center_column .products_block ul li {float: left; clear: none; width:138px; margin:0.5em 1em 0.8em 0; background:white; padding:1em;}
#center_column .products_block .new  {background:#98cb00; padding:0 0.3em 0 0.3em; position:absolute; text-align:center}
#center_column .products_block .new span  {color:white;}
#center_column .products_block .on_sale  {background:#E34514; padding:0 0.3em 0 0.3em; position:absolute; margin-top:2.7em; text-align:center}
#center_column .products_block .on_sale span  {color:white;}


/* category.tpl */
h2.category_title {font-size:12px; color:black; padding:0.6em 0 0.6em 0.6em; margin:0 0 0.2em 0; width:645px; background:white; font-family:Century Gothic, Arial, Sans-Serif}
h2 span {font-size: 12px; color:#98cb00; font-weight:bold; margin:-12px 0 0 0; background:white; letter-spacing:normal}
h2 strong {font-size:15px; color:black; font-family:Century Gothic, Arial, Sans-Serif}
h2 b {color:#98cb00;}


/* Special style for block products in center column */
#center_column .categorie_product li { width:200px; margin-top:1em; float:left}
#center_column .categorie_product h5 {font-size:12px; margin-top:0.8em}
#center_column .categorie_product  a {color:#999;}
#center_column .categorie_product  a:hover{color:black;}
#center_column .categorie_product img { margin:0.5em 0 0 0.9em;}
#center_column .categorie_product h5 a {color:black; font-size:12px; font-weight:bold;}
#center_column .categorie_product p {padding:0.3em 0 0.3em 0;}
#center_column .categorie_product .price{ color:#3dbdce; font-weight:bold}
#center_column .categorie_product span { float:right}
#center_column .sort {float:right; margin:0 2.8em 0;}
.alter_categorie_product {margin-top:2em}
.alter_categorie_product li { margin:0 0.5em 0.4em 0.7em; padding:0}

/* category.tpl */
body#category #subcategories {float:left; width:652px; background:white; margin-bottom:2em; padding-bottom:1em} 	  
body#category #subcategories li {margin:3em 2.1em 2em 0;  float:left} 	  
body#category #subcategories h3 {font-size: 11px; text-transform:uppercase; font-family: Century Gothic, Arial, Sans-Serif; padding:0.5em; background:none; width:100%; color:#98CB00}
div.cat_desc {width:643px; background:white; padding:0.5em; margin-top:0.2em}
div.cat {width:652px; background:white;}
body#category  div#subcategories ul.inline_list  li a img {padding:0 1em 0 1em;}
body#category  div#subcategories ul.inline_list a { font-size:12px; font-weight:bold; padding-top:0.5em; color:#c74815;}
body#category  div#subcategories ul.inline_list p {padding:0}
body#category .subcat_devider {background: url('../img/dottedline.gif') bottom repeat-x; float:left; width:620px; margin-bottom:2em; padding-bottom:1em} 	  

/* Boxes */
.boxgrid{width:157px; height:175px; padding:1em; float:left; margin-right:2em; background:url('../img/boxes.png') no-repeat; overflow:hidden; position:relative; font:Verdana, Geneva, sans-serif }
.boxgrid img{ position: absolute; top: 0; left: 0; border: 0; }

/* Block new products */
.blocknewproducts {float:left; padding-right:3em;}
.blocknewproducts h4 {background:url('../img/bg_similar_products.gif') bottom repeat-x; width:278px; padding-bottom:1em}
.blocknewproducts h4 a {color:#cb5c3a; font-size:12px;}
.blocknewproducts h4 a:hover {color:#FF6600;}
.blocknewproducts h5 a {color:#c74815; font-size:11px; text-transform:uppercase;}
.blocknewproducts ul {width:98%; margin-bottom:0.5em; border:none;}
.blocknewproducts li {color:#CCC; float:left; margin-bottom:0.7em}
.blocknewproducts img { padding:0 0.5em 0 0.5em}
.blocknewproducts .li_info {height:50px; float:left; width:67%; margin:0em 0 0 0.5em }
.blocknewproducts span {margin:0; padding:0;}
.blocknewproducts span a {color:474747;}
.blocknewproducts span {display: block;}
.blocknewproducts a:hover { color:#FF6600;}
.blocknewproducts .new_product_pirce{color:#dd2a81; font-weight:bold;}

/* Block specials */
.blockspecials h5 a {font-size: 11px; text-transform:uppercase; font-family: Century Gothic, Arial, Sans-Serif; color:#98CB00}

.blockspecials ul {float: left; margin-top:0.5em}
.blockspecials li {float: left; clear: none; width: 48%; background:transparent;}
.blockspecials .li_info { margin:1.5em 0 0 0.5em}
.blockspecials img { border:1px solid #EEEDE7; margin:0.5em 0 0.8em 0}
.blockspecials span {display: block;}
.blockspecials p {clear: both;}
.blockspecials a:hover { color:#686868;}
.blockspecials .chiftpirce{text-decoration: line-through; color:#999}
.blockspecials .newpirce{color:black; font-weight:bold; padding-bottom:0.6em; margin-bottom:0.2em; width:80px}
.blockspecials .allspecials { text-align:left;}
.blockspecials .allspecials a { color:#c74815; background:url('../img/plus-detail.gif') left no-repeat; padding:0.1em 0 0 1.3em; }
.blockspecials .allspecials a:hover { color:#686868; text-decoration:underline}

/* best seller */
.best_seller { float:left; padding-right:3em; margin-top:0.8em}
.best_seller h4 a {font-size:12px; margin-top:0.5em}
.best_seller h5 {padding:0; margin:0}
.best_seller h5 a {display: inline; padding:0; margin:0; font-size:12px; color:#c74815;}
.best_seller ul {margin:1.5em 2em 0 0; clear:both; height:50px}
.best_seller li { float:left;}
.best_seller img { padding:0 0.5em 0 0.5em}
.best_seller .li_info {margin:0.2em 0 0 0.8em; float:left; width:auto}
.best_seller li p a {font-size:11px color:#999999}
.best_seller p {margin-top: 0.4em;}
.best_seller p a { color:#999}
.best_seller a:hover { color:#ff6600 }
.best_seller dl {padding: 0.2em 0.4em;}
.best_seller .newpirce { color:#333333; font-weight:bold}


/* Block tags */
div.tags_block .block_content {
	padding: 0.2em 0.6em;
}
div.tags_block p {
	text-align: justify;
	font-size:11px;
}
div.tags_block p a {
	margin: 0 0.1em;
	line-height: 1.5em;
}
div.tags_block p a:hover {
	color:white!important;
	background-color:#98cb00;
	text-decoration:none;
}
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 manufacturer */
.blockmanufacturer ul, .blocksupplier ul {
	padding-bottom: 0.6em;
}
.blockmanufacturer select, .blocksupplier select {
	width: 100%;
	margin: 0;
}

/* Block Viewed Products */
div#viewed-products_block_left { width:180px; margin:0 0 1em 0.8em; background: url('../img/dottedline.gif') repeat-x; }
div#viewed-products_block_left div.block_content img { border:1px solid #E6E6E6;}
div#viewed-products_block_left div.block_content ul.products li { margin-right:0; margin-bottom:0.5em}
div#viewed-products_block_left h4 {padding-bottom:0.5em;}
div#viewed-products_block_left div.block_content h5 {font-size: 10px; width:115px; text-transform:uppercase; font-family: Century Gothic, Arial, Sans-Serif;}
div#viewed-products_block_left div.block_content h5 a{color:#98CB00}
div#viewed-products_block_left div.block_content p {width:90px}
div#viewed-products_block_left div.block_content .li_info {height:50px; float:right; width:100px; margin:-7.5em 5.5em 0 0 }

ul#newsletter { min-height:70px}
#newsletter table {float:left; width:100px;}
#newsletter td {padding:0; margin:0;}
#newsletter select {display:none}
#newsletter p {color:#999; font-weight:normal; font-size:1em; padding-top:0.3em}
#newsletter .input_buttonnewsletter{ border:none; overflow:hidden; margin-top:0.3em; color:#999; padding:0.3em 0 0 0.5em; width:140px; height:22px; background:url('../img/bg_newsletter.gif') no-repeat}
#newsletter .buttonnewsletter{width:29px; height:22px; background:url('../img/buttonnewsletter.gif') no-repeat; border:none; cursor:pointer}

/* Block RSS */
div#rss_block_left { float:left;}
div#rss_block_left p { margin:0.5em 0; text-align:center; }
div#rss_block_left li { padding-top:0.3em}

/* Block logo payment */
div.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em; }
div.paiement_logo_block a { text-decoration: none; }
div.paiement_logo_block img { margin: 0 0.5em; }

/* Block editorial */
.editorial_block { margin-bottom: 2em; }
.editorial_block .rte{
	background:transparent none repeat scroll 0 0;
}
.editorial_block h2 {
	background: none;
	padding: 0;
	margin-bottom: 1em;
}
.editorial_block p { text-align: justify; padding-top: 0.4em;}

#editorial_block_center p { padding-left:0px; }

/* Block advertising */
.advertising_block { width: 191px; margin-bottom: 1em; text-align: center; }

/* Block categories */
div#categories_block_left ul.dhtml{ display:none; }
div#categories_block_left ul.tree li {background:url('../img/dotted.gif') bottom scroll repeat-x; border:none; padding:6px 0 6px 0; font-size:12px; margin:2px 2em 0 0}
div#categories_block_left ul.tree li ul li{padding-left:10px; margin-top:5px; padding-bottom:0px; height:auto; font-size:11px; font-weight:normal; background:none}
div#categories_block_left ul.tree li ul li ul li{padding-left:15px; font-size:9px;}
div#categories_block_left ul.tree a{padding-left:1em; color:black; font-family:Century Gothic,Arial,Sans-Serif}
div#categories_block_left ul.tree a:hover{text-decoration:none; color:black;}
div#categories_block_left ul.tree a.selected{color:black; font-weight: bold;}
div#categories_block_left span.grower{display:block; float:left; background-position: 0px 3px; background-repeat: no-repeat; width:9px; height:15px; margin: 0 0 0 -10px!important; margin: 0 0 0 -6px; padding: 0;}
div#categories_block_left span.OPEN { background-image: url('../img/icon/less.gif'); color:#3dbdce}
div#categories_block_left span.CLOSE{ background-image: url('../img/icon/more.gif')}

/* Special style for block cart*/
#cart_block .block_content { padding: 0.6em; font-size:11px;}
#cart_block h4 span{
	text-transform:none;
	font-size:0.8em;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
	margin-left:0.2em;
}

#cart_block a {
	color:#c74815

}

#cart_block h4 span#block_cart_collapse{ background-image: url('../img/icon/sort_asc_white.gif'); }
#cart_block h4 span#block_cart_expand{ background-image: url('../img/icon/sort_desc_white.gif'); }
#cart_block #cart_block_no_products{ margin: 0.5em 0; background:white }
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
	float: left;
}
#cart_block dl {
	font-size: 0.9em;
}

#cart_block dt{
	padding-top:0.4em;
	height:1.2em;
}
#cart_block dl span.quantity-formated{ padding-right:0.3em; }
#cart_block dt, #cart_block dd{
	clear: both;
	margin-top:0.2em;
}

#cart_block dt {
width: 175px;
background:white;
padding:0.3em
}

#cart_block dd {
width: 155px;
}

#cart_block dd{ margin-right:1em; font-style:italic; background:white;}
#cart_block dl dt a { font-weight: bold; }
#cart_block a.ajax_cart_block_remove_link {
	width:12px;
	height:13px;
	margin-left:4px;
	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 {
	color:black;
	float: right;
}
#cart_block dl span.price {
	font-weight: normal;
	color:#c74815;
	float: right;
}
#cart_block_wrapping_cost, #cart_block_shipping_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 {
	margin-top:0.5em;
	height: 4em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}
div#cart_block_summary {background:white}

 #cart_block p#cart-prices span {
	background:white
}

#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: 1.6em;
	margin:0 -0.3em;
}
#cart_block p#cart-buttons a {float:left; padding:3px 5px 0px 15px; color:black; font-weight:bold; background:url(../img/cart-buttons.gif); width:40px; height:20px}
#cart_block p#cart-buttons a#button_order_cart { float:left; width:auto; font-weight:bold; margin-left:30px; background:url(../img/button_order_cart.gif); padding-left:10px; width:72px}

#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square;
}

#cart_block #cart-price-precisions {
	margin-top:0.5em;
	padding-top: 0.4em;
	border-top:1px solid white;
	font-size: 0.9em;
	height: 2em;
}

/* authentication.tpl */
#authentication #create-account_form, #authentication #login_form {width:300px !important; width:10%; height: 25em; clear: none; float: left;}
#authentication fieldset {width:240px; float:left;}
#authentication h2{width:610px; font-size: 15px; font-family: Century Gothic, Arial, Sans-Serif; font-weight: bold; color:#e34514; padding:0}
#authentication label {color:black; font-weight:bold}
#authentication .civilite {font-size:11px; text-transform:uppercase; font-weight:bold}
#authentication .birthday {font-weight:bold; padding-top:0.3em;}
#authentication .why_birthday {padding-top:0.5em; color:#666}
#authentication .auth_adresse {float:right; clear:right; margin-right:8em}
#authentication #login_form a{ color:#999}
#authentication #login_form input{ width:200px; color:#e34514; font-weight:bold; font-size:11px; padding:0.2em}
#authentication #login_form label{ color:#999}
#authentication .form_info {color:#666}
#authentication h3 {padding:0.5em 0 0 0;font-size: 11px; text-transform:uppercase; font-family: Century Gothic, Arial, Sans-Serif; color:#98CB00; background-image:none}
#authentication #login_form .connect_me {width:212px}
#authentication #create-account_form input { width:200px; color:#e34514; font-weight:bold; font-size:11px; padding:0.2em}
#authentication #create-account_form label {color:#32ccfe}
#authentication input#SubmitCreate {border:none; width:auto; padding:0.2em; text-transform:uppercase; color:white; background:#e34514; font-size:10px; cursor:pointer}
#authentication input#SubmitLogin{ border:none; width:auto; padding:0.2em; text-transform:uppercase; color:white; background:#e34514; font-size:10px; cursor:pointer}
#authentication p.submit {margin-right: 0; text-align:left;}
#authentication p.submit span { padding-right:0.5em;}
#authentication #create-account_form label, #authentication #login_form label {float:none; clear:both; font-size:12px; font-weight:bold; display:block; text-align:left; width:100%; margin-bottom:0.3em;}
form#account-creation_form input.text, form#account-creation_form #id_country, form#account-creation_form #id_state, #authentication textarea { width:200px; color:#e34514; font-weight:bold; font-size:11px; padding:0.2em;}
#authentication .input_register{ border:none; width:auto; padding:0.2em; text-transform:uppercase; color:white; background:#e34514; font-size:10px; cursor:pointer}
#account_creation h3 { width:212px; text-transform:uppercase; font-size:11px}
#account_creation checkbox { border:none}
#account_creation select{ color:black; font-weight:bold; font-size:12px;}
#submit input {margin-left:33.7em; border:none; width:auto; padding:0.2em; text-transform:uppercase; color:white; background:#e34514; font-size:11px; font-weight:bold; cursor:pointer}
#center_column .enter_password { width: 200px}
#center_column .submit_password {border:none; width:auto; padding:0.2em; text-transform:uppercase; color:white; background:#e34514; font-size:10px; cursor:pointer}

/* discount.tpl */
td.discount_value {
	white-space: nowrap;
}

/* (like order step) */
ul.step {list-style:none; width:98.3%; height:30px; border:1px solid #E6E6E6; text-transform:uppercase;}
ul.step a {text-decoration:none; color:#999;}
ul.step li {line-height:32px; width:120px; float:left;font-weight:bold; font-size:11px; text-align: center;}
ul.step li.step_current {line-height:32px; width: 115px; font-weight:bold; color:#E34514}
ul.step li.step_todo {color:#CCC;}
ul.step li#step_end { width: 137px; }
ul.step li#step_end.step_current { height:34px; color:black; color:#E34514}
ul#order_step {margin:0.1em 0 0.1em 0}

#commitment {width:99%;}
#commitment ul {padding:0.3em 0 0.8em 0; border-bottom:1px solid #F0F0F0; float:left; margin:0.1em 0 1em 0;}
#commitment li { width:147px; margin-right:1.2em; float:left;}
#commitment h6 {padding:0.5em 0 0 0;font-size: 11px; text-transform:uppercase; font-family: Century Gothic, Arial, Sans-Serif; color:#98CB00}
#commitment p {color: #999;}
#commitment a {color:#930; font-weight:bold;}
#commitment span {color:#930; font-weight:bold;}


/* shopping cart */
#global_cart {float:left; width:630px;}
#global_cart li a {color:#999999;}
#global_cart h2{width:610px; font-size: 15px; font-family: Century Gothic, Arial, Sans-Serif; font-weight: bold; color:#e34514; padding:0.5em 0}
#global_cart h3{color:black; font-size:12px; padding:0.5em 0 0.5em 0; margin-bottom:1em; width:99%}
#global_cart h4{color:#333; font-size:12px; }
#global_cart checkbox{border:none}
#global_cart .p_checkbox{ margin-left:16.1em;}
#global_cart b{font-size:14px; color:#ff0099 }
#global_cart select{background:white}
#cart_summary tfoot tr td {line-height: 1.5em; color:#999999; font-size:12px;  }
#cart_summary tfoot tr.cart_total_product td {padding-right:1.5em;}
#cart_summary tfoot tr.cart_total_price td {padding:1em 1.5em 0.8em 0; color:#666; font-size:12px; text-align:right}
#cart_summary tfoot tr.cart_total_delivery td {padding-right:1.5em;}
#order #cart_total_wrapping {display: none;}
#cart_summary tfoot tr.cart_free_shipping td {padding-right:1.5em;}
#cart_summary .price, #cart_summary .price-discount {color:black; font-size:12px; text-decoration: none;}
#cart_summary .gift-desc {color:#999999; font-size:12px; padding-right:1.5em; text-decoration: none; text-align:right}
#cart_summary .gift-price {color:#595a5e; font-size:12px; padding-right:1.5em; text-decoration: none; text-align:right; font-weight:bold;}

#cart_summary tfoot tr.cart_total_price td {color:black; font-size:15px; font-weight:bold; padding:0.4em 1.2em 0.4em 0; border-bottom:2px solid #efefef}
tr.cart_item td { padding: 1em 1.5em; border-bottom:1px solid #efefef}
td.cart_product { min-width:200px}
td.cart_product img { float:left; clear:left; padding-right:1em}
td.cart_product a { text-decoration: none;}
td.cart_product a:hover { text-decoration: underline; }
td.cart_product h5 { font-size:11px;}
td.cart_product h5 a {color:black; font-weight:bold}
td.cart_product .cart_span_attribut { color:#98cb00; width:100px; float:left;}
td.cart_unit, td.cart_total, td.cart_discount_price {text-align:right; color:#999999; font-size:12px }
td.cart_availability, td.cart_ref { text-align: center;}
td.cart_total .price { font-weight: bold;}
td.cart_quantity p, td.cart_quantity a {float:left; margin:0; padding:0; display: inline;}
td.cart_quantity a.cart_quantity_up { height:8px}
.cart_quantity_number {text-align:center; margin:0.6em 0 0 0.5em; color:black; font-weight:bold; float:right}
.cart_quantity_delete { float:right}
#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;}
#order tfoot p {margin: 0; float: left; width: 85%;}
#order tfoot span {float: right; width: 15%; display: block; }
div.table_block {width:580px;}
#voucher { width:300px; float:left;}
#voucher h4 {font-size:13px; font-weight:bold; color:#ff6600; margin-top:1em;}
#voucher p { color:#999999; padding-right:3em;}
#order form#voucher input {border:none; padding:0 0 0 0.4em; color:black; padding-top:0.4em; width:170px; height:25px; background:url('../img/voucher-input.gif') no-repeat; }
#order form#voucher .sub {width:30px; height:27px; border:none; background:url('../img/voucher-bnt.gif') no-repeat; cursor:pointer}
#voucher table {width:auto; padding:0; margin-top:0.5em; float:left;}
#voucher td {padding:0; height:35px;}
#order #gift_div  {font-size:13px; float:left; font-weight:bold; color:black; padding:0 0 0.5em 0}
#order .gift_title{color:#e34514; padding:0; margin:0; font-weight:bold;}
#order #gift_div label{color:black; font-size:12px; font-size:10px; font-weight:normal}
#order #gift_div, #order #gift_div textarea{display:block; width:630px; margin:0 0 1em 0; color:#666666;}
#order .wrapping_more {background:url(../img/texture.gif); border:none }
#order .condition { float:left; width:620px; background:url('../img/texture.gif'); margin-top:15px; padding:10px 0 10px 10px; margin-bottom:2em}
#order .condition h3 { margin:0; padding:0; color:black; margin-bottom:0.5em}
#order .condition a { color:#c74815; font-weight:bold; font-size:12px}
#order #order_carrier {clear: both; margin: 0em 0.5em 1em 1.4em;}
#order #order_carrier, label {background:transparent}
#order #order_carrier h4 {width: 50%; display: inline; }
#order #order_carrier img {vertical-align: middle; }
#order #order_carrier span {margin: 0 0.2em; color:#dd2a81}
#order #order_condition_read{ color:#666666; font-weight:bold}
#order .tbody_order_carrier { background:url('../img/dotted.gif') repeat-x; width:550px; margin-top:0.6em}
p.cart_navigation {width:100%; float:left;}
p.cart_navigation a { margin-top:1em}
p.order_navigation {width:630px; float:left}
p.order_navigation .buttonorder {float: right; padding:0.3em; width:80px; text-align:center; background:url('../img/texture.gif'); text-decoration:none; text-transform:uppercase; color:black; border:none; font-size:12px; font-weight:bold; cursor:pointer}
p.cart_navigation .buttoncontinu {float: right; padding:0.5em; width:110px; text-align:center; text-decoration:none; text-transform:uppercase; font-weight:bold; color:black; border:3px solid #e16332; font-size:12px;}
p.cart_navigation .buttonnext {float:left; padding:0.5em 2em 0.5em 3.5em; border:none; text-decoration:none; text-transform:uppercase; font-weight:bold; color:#AFAFAF; font-size:12px; background:url('../img/post-nav-previous.gif') 20px 6px  no-repeat}
form.std p.cart_navigation span {float:none; text-align:left; width:auto; }
p.order_navigation .buttonnext {float: left; padding:0.5em 2em 0.5em 3.5em; border:1px dashed #ccc; text-decoration:none; text-transform:uppercase; font-weight:bold; color:#AFAFAF; font-size:13px; background:url('../img/post-nav-previous.gif') 20px 7px  no-repeat}
p.order_navigation .buttonconfimation {float:right; padding:0.5em; width:220px; background:#c74815; text-decoration:none; font-size:13px; color:white; cursor:pointer}
#center_column .bntsuivant {float: right; height:20px; padding:0em 0.7em 0.4em 0.6em; width:auto; border:none; border-top:1px solid #e5edc7; border-bottom:1px solid #e5edc7; background:#f4f8f9; text-decoration:none; font-size:0.9em; font-weight:bold; color:#6a5d4a;}
#center_column .buttonprecedent {float: left; padding:0.5em 1em 0.5em 3em; border:none; text-decoration:none; font-size:11px; text-transform:uppercase; font-weight:bold; color:#AFAFAF; font-size:13px; background:url('../img/post-nav-previous.gif') 15px 7px  no-repeat}
#center_column .bntsuivant {float: right; height:20px; padding:0em 0.7em 0.4em 0.6em; width:auto; border:none; border-top:1px solid #e5edc7; border-bottom:1px solid #e5edc7; background:#f4f8f9; text-decoration:none; font-size:0.9em; font-weight:bold; color: #6a5d4a; list-style:none}
#center_column .buttonprecedent {float: left; padding:0.5em 2em 0.5em 3.5em; border:none; text-decoration:none; text-transform:uppercase; font-weight:bold; color:#AFAFAF; font-size:12px; background:url('../img/post-nav-previous.gif') 20px 6px  no-repeat}

/* contact-form.tpl */
body#contact-form div#center_column form input#email, body#contact-form div#center_column form select#id_contact, body#contact-form div#center_column form textarea#message{width:50%;}
#contact{ width:300px; float:left}
#contact li {list-style:none; color:#999; margin-bottom:1em}
#contact label {color:black}
#contact select {background:url('../img/texture.gif');}
#contact textarea {border:none; border-bottom:1px solid #e8e6e6; color:black; background:url(../img/texture.gif); width:400px}
#contact input { border:1px solid #e8e6e6; color:#999999; padding:0.2em 0.2em 0.2em 0.3em; background:#F6F6F6}
#contact .mail_submit {border:none; margin:5px 0 0 0; background:#ff6c3f; color:white}
#contact span {color:black; font-weight:bold; width:auto; text-align:left; padding:0.2em 0 0.2em 0}
#customer_assistance { min-height:240px; text-align:right; background:url('../img/bg_commitment.gif') left repeat-y; float:left; width:300px; padding-left:2em !important; padding-left:1em}
#customer_assistance h3 {color:#c74815; font-weight:bold; font-size:12px; margin:1em 0 0.5em 0; background:url('../img/devider.gif') top repeat-x; padding-top:0.5em; width:100% }
#customer_assistance p { margin:0; padding:0}
#customer_assistance a {color: #ff6600; font-size:12px}
#customer_assistance a:hover {text-decoration:underline}

form.std p.desc_contact span.like_input {
	width: 366px;
	text-align: left;
}

/* history.tpl*/
#block-history {color:#374853; width:630px}
.color-myaccount {color: #c74815;}
#block-history table#order-list {border:none; width:630px; margin-top:0.5em; margin-bottom:0px }
#block-history table#order-list thead th {color:f6a720;}
#block-history table#order-list td.history_link {white-space: nowrap; text-align: left;}
#block-history #block-order-detail{border-top:2px solid #c74815; border-bottom:2px solid #c74815; padding:1em 0 1em 0; margin-top:1em;}
#block-history #block-order-detail p {padding:0.5em 0 0.5em 0}
#order-detail-content {clear:both; margin-top:1.5em; width:100%}
#order-detail-content tbody tr{height:3em;}
#block-history .tbody_dotted_end {border-bottom:1px solid #E6E6E6; width:630px}
#order-detail-content span{ background:none}
#order-detail-content tfoot td{border:none;}
#order-detail-content table td input.order_qte_input{display:none;}
#order-detail-content table td.order_cb input{border: none;}
#order-detail-content table td span.order_qte_span{width: 100%;	display:block;}
#order-detail-dialogue td {border-top:1px solid #e8e6e6}
#order-detail-dialogue span{color:#999999;}
#order-detail-dialogue b{color:#dd2a81; background:none; font-weight:normal}
#block-history #block-order-detail h4{ font-size:1.4em; padding-top:0.5em; color:#c74815}
#block-history #block-order-detail #sendOrderMessage p{padding:0.3em 4px 00.3em 1px; color:black;}
#block-history #block-order-detail textarea{margin:0 auto; width:620px; border:none; color:black; padding-top:0.5em; font-weight:bold; background:url('../img/texture.gif')}
#ordermsg textarea{margin:0; padding:0; border:none; background:url('../img/texture.gif'); width:400px;}
#block-history #block-order-detail input{ border:none; padding:0.3em; margin-top:1em; color:white; text-transform:uppercase;  background:#c74815;}
#block-history #p_add_message{color:black; padding-bottom:0.5em}


/*  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;
}

/* product.tpl */
#div_main_product{float:left; width:644px; background:white; margin-top:0.3em; padding:0 0 0 1em}
#primary_block .product_title {font-size:12px; font-family: Century Gothic,Arial,Sans-Serif; text-transform:uppercase; width:97%; float:left; padding:0; margin:0 0 0.5em 0; color:#98cb00;}
#primary_block #pb-right-column{width:300px; margin-left:2em; float:left}
#primary_block #image-block{float:left; width:300px;}
#primary_block #image-block img#bigpic{ cursor:pointer; float:left;}
.addthis {list-style-type:none; width:82%; float:left; font-weight:normal; font-size:11px}
.addthis span{ float:right}
#usefull_link_block_print { background:url('../img/print.gif') no-repeat; height:15px; width:15px; cursor:default}
#usefull_link_block_send { background:url('../img/add-wishlist.gif'); height:15px; width:17px;}
.usefull_link_block_zoom {background:url('../img/zoom_product.gif') no-repeat left; cursor:pointer; height:15px; width:15px}
#primary_block #pb-left-column{height:auto !important; width:300px; padding-bottom:2em;}
#primary_block #short_description_block{margin-bottom:0.5em; width:300px}
#primary_block #color_picker p {margin:0 0 0.6em 0; padding:0; color:#000000; font-weight:bold}
#primary_block #color_picker{padding: 0 0 2em 0; margin:8px 0 5px 0}
#primary_block a.color_pick {width: 20px; height: 15px; float: left; margin: 0 0.5em 0 0; cursor: pointer;}
#primary_block p.buttons_bottom_block input {padding:0.3em; text-align:center; text-decoration:none; text-transform:uppercase; font-weight:bold; color:#e16332; border:3px solid #e16332; font-size:11px; cursor:pointer}
#primary_block form#buy_block{font-size:1.1em; color:#374853;}
#primary_block form#buy_block p{padding-bottom:0.5em; margin-top:0; font-size:0.9em;}
#primary_block form#buy_block img.on_sale_img{float:left;}
#primary_block form#buy_block span.on_sale{color:#da0f00; text-transform:uppercase; font-weight:bold;}
#primary_block form#buy_block span.discount{color:#da0f00; text-transform:uppercase; font-weight:bold;}
#primary_block #buy_block span{ color:#6e2828; margin-bottom:0.9em;}
#primary_block form#buy_block span.our_price_display{font-size:20px; font-weight: bold;  font-family: Century Gothic,Arial,Sans-Serif; color:#6e2828}
#primary_block form#buy_block .warning-inline{ color:black; font-weight:bold; float:left; width:100%;}
#primary_block form#buy_block #availability_statut { float:left; padding:0; margin:0}
#primary_block form#buy_block span#availability_label{float:left; color: #6a5d4a; margin-right:0.2em }
#primary_block form#buy_block span#availability_number{color: #000; font-weight:bold}
#primary_block form#buy_block select{border:1px solid #E6E6E6; padding:0.1em; height:auto; min-width:60px; text-align:left; margin-left:3px; background:white}
#primary_block div#attributes p { height:auto; border:none; }
#primary_block div#attributes #quantity_wanted_p, input{ height:auto; border:1px solid #E6E6E6; background:white}
#primary_block #image-block img#bigpic.jqzoom{cursor:crosshair; position:relative;}

/* prices */
#primary_block form#buy_block p.price{font-size:1.05em; }
#primary_block form#buy_block span#pretaxe_price{font-size:0.75em; color:#8DC63F;}
#primary_block form#buy_block p#old_price{font-size:13px; text-decoration:line-through; color:#C0C0C0;}
#primary_block form#buy_block span#old_price{font-size:0.8em; color:#CC3333;}
#primary_block form#buy_block p#reduction_percent{color:black; font-size:12px; text-transform:uppercase; font-weight:bold}
#primary_block form#buy_block p.price-ecotax{font-size:0.75em; color:#8DC63F}

/* IdTabs Short*/
#more_info_sheets {float:left;}
ul.idTabsShort {width:300px; float:left; margin: 0 0 1.3em 0; height:30px; border:none;}
ul.idTabsShort li  {margin:0em 0em 0 0; line-height:15px !important; line-height:25px;}
ul.idTabsShort li a {width:auto; border:none; color:black; font-weight:normal; padding:12px 12px 9px 11px !important; padding:5px 12px 0px 11px}
ul.idTabsShort li a:hover{border:none; color:#000; padding:5px 12px 9px 11px; background: url('../img/tabs_product.gif') no-repeat top; }
ul.idTabsShort li a.selected{border:none; color:#000; background: url('../img/tabs_product.gif') no-repeat top; padding:5px 12px 9px 11px}
div.sheets{width:300px; float:left}


/* views block */
#views_block{width:300px; float:left; padding-left:1em}
#thumbs_list{overflow:hidden; float:left; width: 235px; }
#thumbs_list ul{padding-left:0px; list-style-type:none; margin-top: 5px; }
#thumbs_list li{float:left; cursor:pointer; width:80px; height:80px; text-align:center}
#view_scroll_left, #view_scroll_right{background: url('../img/scrollbar_left.gif') no-repeat center; text-indent:-3000px; width:9px; height:18px; float:left; 	margin-top:20px; padding-right: 10px; padding-left: 4px;}
#view_scroll_right{background-image: url('../img/scrollbar_right.gif');}
span.view_scroll_spacer{float: left; width: 17px; height:80px;}

/* accessories*/
#center_column .accessories_block ul {background-image:none; width:300px; float:left; margin-top:1em; font-family: Century Gothic,Arial,Sans-Serif;}
#center_column .accessories_block {color: #595a5e; background-image:none; border: none; }
#center_column .accessories_block h5 {display: block; padding:0; width:100%}
#center_column .accessories_block h5 a {color:#98cb00; text-transform:uppercase; font-size:10px;}
#center_column .accessories_block h6 {font-size:12px; color:#336EA6; font-weight:bold; text-align:right; padding-bottom:1em}
#center_column .accessories_block  span{ color: #0072bc; font-weight:bold; line-height:20px}
#center_column .accessories_block  p {padding:0; margin:0; color: #c74815;}
#center_column .accessories_block  .pprice{color:#666; font-weight:bold;}
#center_column .accessories_block  a{color: #c74815; font-weight:bold; font-size: 0.8em}
#center_column .accessories_block  a:hover{color:black; text-decoration:underline}
#center_column .accessories_block ul li {width:80px; float:left; padding:0 1.5em 1em 0;}
#center_column .accessories_block li div{width:60px; height:60px}
#center_column .nav a {color:black; font-size:12px; font-weight:normal}
#center_column .nav a:hover {color:#438BCB; text-decoration:underline}

/* Products Category */
#productscategory {width:97.5%; float:left; background:url(../img/productscategory.gif) left top no-repeat; padding:1em 0 0 2em}
#productscategory h5 {padding:0.3em 0 0 0; margin:0; color:#e16332; font-size:12px; font-family: Century Gothic,Arial,Sans-Serif;}
#productscategory_noscroll{margin:1em auto 0pt; height:auto;}
#productscategory_list{overflow:hidden; float:left; width:90%; padding-top:1em;}
#productscategory_list ul{padding-left:0px; list-style-type:none; }
#productscategory_list li{float:left; background:white; margin:0 5px 10px 5px; cursor:pointer; padding:1em; overflow:hidden}
#productscategory_list h3 {padding:0.3em 0 0 0; margin:0; font-size:12px; font-family: Century Gothic,Arial,Sans-Serif; text-transform:uppercase;}
#productscategory_list h3 a{ color:#98cb00;}
#productscategory_list p{ width:120px; padding:0.2em 0 0.2em 0}
#productscategory_list .nav { float:right; width:100%; margin-top:0.2em}
#productscategory_list .view_it {width:17px; height:15px; float:right }
#productscategory_list .view_it a{ background:url('../img/view_it.gif') no-repeat; width:17px; height:15px; padding:0.1em 0.7em 0 0.7em; }
#productscategory_list .price_span {color:black; font-weight:bold; padding:0.5em 0;}
#productscategory_list .productscategory{font-weight:bold; color:black; font-weight:bold}
#productscategory_scroll_left, #productscategory_scroll_right{background: url('../img/post-nav-next.gif') no-repeat center; text-indent:-3000px; display:block; width:7px; height:13px; float:left; margin:110px 0 0 1em;}
#productscategory_scroll_right{background-image: url('../img/post-nav-prev.gif'); width:7px; height:13px; margin:110px 1.5em 0 0}

/* 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 */

/* adresses.tpl */
/* adresses */
.order_globale_step {width:600px;}
.order_globale_step h3 {color:black}
.order_globale_step select { background:white}
div.addresses {padding:0.6em 0.6em 0.6em 0;} 
div.addresses h3 { margin: 0;}
div.addresses p.checkbox input{margin-top:0!important; margin-top:-3px; border:none}
div.addresses .address_select { height:auto; border:1px solid #e8e6e6; padding-left:0em; background:white} 
ul.address {float:left; list-style-image:none; list-style-position:outside; list-style-type:none; margin:2em 0 1em 0; position:relative;width:268px;}
ul.address li {margin-top: 0.6em;}
li.address_title {margin-top: 0!important; color: #374853; font-weight: bold; height:27px; font-size: 12px; line-height: 1.9em;}
ul.item li.address_title {background:url('../img/devider.gif') top repeat-x; color:#c74815; margin-top:2em; padding:0.5em 0}
ul.alternate_item { margin-left:1.4em;}
ul.alternate_item li.address_title {background:url('../img/devider.gif') top repeat-x; color:#c74815;  padding:0.5em 0}
li.address_name, li.address_company{ font-weight: bold; color:#ff6600; }
#center_column .address_update {background: transparent url('../img/address_update.gif') no-repeat 0 0!important; background: transparent url('../img/address_update.gif') no-repeat 0 0; padding-left:2em; color: #dd2a81; }
#center_column .address_update a {color:#c74815; text-transform:uppercase; font-weight:bold }
#center_column .address_delete{background: transparent url('../img/address_delete.gif') no-repeat 0 0!important; background: transparent url('../img/address_delete.gif') no-repeat 0 0; margin-left: 1.1em; padding-left:1.8em;}
#center_column .address_add {clear:left; height:auto !important; height:10px}
#center_column .address_add a{background:url('../img/add_adress.gif') no-repeat left; padding-left:1.8em; font-weight:bold; color:#c74815; text-transform:uppercase; text-decoration:none}
#center_column .pcomment { margin:1.5em 0 1em 0; padding:0.2em 0 0 1.4em; float:left; background:url('../img/plus-detail.gif') no-repeat left;}
#center_column textarea {overflow:auto}
#center_column input { height:auto}
#center_column .radio {border:none}
#center_column  .checkbox{border:1px solid transparent}
#center_column a { text-decoration:none;}
#center_column .buttonvalidate {float: left; padding:0.3em; margin-left:148px; width:auto; border:none; background:#c74815; text-decoration:none; color:white; text-transform:uppercase}
#center_column .p_required { color:#f6a720}

/* 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; }

/*  identity.tpl */
p#security_informations{
	font-size:0.85em;
	margin: 0 3em;
}

/* order step 3: PAYMENT */
.payment_module {display: block;}
#payment_module .h4{background: #f4f8f9 url(../img/devider.gif) bottom repeat-x; padding:0.5em}
.payment_module img {vertical-align: middle; margin-right: 1em;}
.payment_module a {display: block; padding:0.6em 0.6em 1.5em 0.6em; text-decoration: none; width:550px; background:url(../img/devider.gif) bottom repeat-x;}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {background-color:#F9F5F5; color:#374853;}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display:none;
	}
	div#center_column {width:100%}
	input.text{border:1px solid gray}
	.block_hidden_only_for_screen { display:block; margin-top:1em; }
	#more_info_sheets #idTab1{ width:530px; }
	* {background:none!important;background-color:white!important;}
}

/* Customizable product */
#customization_block {
	width: 556px;
}

.customization_block_title {
	margin: 4px 4px 4px 2px;
}

#customization_block ul {
	margin: 6px 6px 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 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;
}
