/*
   __   __  _____  _ __ ___   ___    ___ ___  _ __ ___
  / _\  \ \/ / _ \| '_ ` _ \ / _ \  / __/ _ \| '_ ` _ \
 / __ \  )  ( (_) ) | | | | |  __/_( (_( (_) ) | | | | |
/_/  \_\/_/\_\___/|_| |_| |_|\___(_)\___\___/|_| |_| |_|
www.axome.com
www.trenta.fr
*/




* {
	padding:0;
	margin:0;
}

body {
	background: #ebe9e4 url(../img/axome_haut.jpg) no-repeat center top;
	font-size: 0.8em;
	font-family: georgia,serif;
	color: #222;
	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;}


/*.cat { display:none;  }*/


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

/* Tabs */
ul.idTabs {
	list-style-type:none;
	border-bottom:solid 1px #76839b;
	height:21px;
	margin-top:1em;
}
ul.idTabs li {
	float:left;
	margin-right:1px;
}
ul.idTabs li a {
	background-image: url('../img/tab_bg.jpg');
	display:block;
	width:173px;
	height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:3px;
	font-size: 0.9em!important;
}
ul.idTabs li a.selected{
	background-image: url('../img/tab_bg_selected.jpg');
	color:white;
}

/* IdTabs Short*/
ul.idTabsShort li a {
	background-image: url('../img/tab_bg_short.jpg');
	width:138px;
}
ul.idTabsShort li a.selected{
	background-image: url('../img/tab_bg_selected_short.jpg');
	color:white;
}

div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets ul li{	margin-bottom:0.4em; }

/* global style */
a {
	color: #222;
	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;
	font-weight: bold;
	color: #2b0b11;
}
h3 { font-size: 1.1em; margin: 1em 0; }
h4 { font-size: 1em; }

/* global layout */
#page {
	width: 980px;
	margin: 0 auto 2px auto;
	text-align:left;
}

#h1home { display:none; }
#axome_haut { height: 248px;}

div#logo {
	float: left;
	width: 620px!important;
	height: 198px;
	padding: 0 0 0 100px!important;
	display: block;
}
div#logo a { display: block; height: 198px; }
div#logo a img { display: none; }

#left_column, #center_column {
	float:left;
}
#left_column {
	clear:left;
	width: 196px;
	padding-left: 10px;
}
#center_column {
	width: 747px;
	padding: 15px 0 0 26px;
}

#contenu { background: #fff url(../img/head_contenu.png) no-repeat; padding: 12px 15px; min-height: 300px; }

#contenu h2 {
	font-weight: normal;
	font-size: 2.2em;
	padding-bottom: 20px;
}

#pied_contenu { height: 24px; background: transparent url(../img/bg_foot.png) no-repeat; }

#right_column { display: none; }

/* 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 0 0.3em 0;
}
div.rte h1,
.mceContentBody h1 {
	font-size: 25px;
	font-weight:bold;
}
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: 15px 10px;
}
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 #C9CDD1;
}
table.std thead th {
	background-color: #F3F1EB;
	height: 30px;
	color: #212121;
	font-weight: bold;
	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: #212121;
	text-align: right;
	white-space: nowrap;
}
/* /global table style */

/* global form style */
form.std {
	clear: both;
}
form.std h3 {
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #D9D6CE;
	padding: 0 0.7em 0.7em 0.7em;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: none;
	background-color: #F3F1EE;
	margin: 1em;
	padding: 1.1em 1em 1.4em 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;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

input, textarea, select {
	border: 1px solid #bdc2c9;
}

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

#center_column form.std p.submit2 {
	padding-left:170px;
	margin-bottom: 1.5em;
}

/* START OF BUTTONS SECTION
 *  -tags : input, a, span
 *  -sizes : mini, small, normal, large
 *  -types : button, exlusive
 *  -status : normal, hover, disabled
 *  -rule : the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-color: #000;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	border: none;
	padding: 5px 15px;
	font-size: 1.1em;
	text-decoration: none!important;
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {

}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	cursor: not-allowed;
	border: 1px dashed black;
}


/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color: #ccc!important;
}




/* 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 {
	font-size: 1.1em;
	font-weight: bold;
	white-space:nowrap;
}

/* errors */
.error {
	width: 80%;
	background-color: #F5DBD8;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 15px 25px;
}
.error p { font-weight: bold; font-size: 1.1em; }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding: 0 0 1.5em 3em;
}

/* warning */
.warning {
	font-size: 1.4em;
	background-color: #F8EBC4;
	border-left: 4px solid #E59B54;
	width: 80%;
	margin: 10px auto!important;
	padding: 30px 40px!important;
}
.warning_inline {
	color:#da0f00;
	font-weight:bold;
}

/* success */
.success {
	font-size: 1.4em;
	background-color: #D6F8C4;
	border-left: 4px solid #8FE554;
	width: 80%;
	margin: 10px auto!important;
	padding: 30px 40px!important;
}
.success_inline {
	color:green;
	font-weight:bold;
}

div.cat_desc {
	background-color: #D7ECFA;
	border-left: 4px solid #54B7E5;
	width: 80%;
	margin: 10px auto!important;
	padding: 10px 15px!important;
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 0.9em;
	font-family: "trebuchet MS",sans-serif;
	color: #000;
	position: absolute;
	top: 248px;
	margin-left: -10px;
}
.breadcrumb .navigation-pipe {
	padding: 0 0.6em;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* pagination.tpl */
div.pagination {
	margin: 1em 0;
	clear: both;
	padding: 15px 25px 5px 15px;
	height: 30px;
}
ul.pagination {
	list-style: none;
	float: left;
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em;
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #212121;
}
ul.pagination a, ul.pagination span {
	padding: 0em 0.4em;
	display: block;
	line-height: 19px;
	background-color: #C9C7BD;
}
ul.pagination a { text-decoration: none; }
ul.pagination li.current span {
	background-color: #5E5C59;
	color: white;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
}
#pagination input.button_mini { padding: 1px 6px; font-size: 0.9em; }
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	line-height: 19px;
}
#pagination_previous {
	background-color: transparent;
	padding-left: 6px;
}
#pagination_previous a, #pagination_previous span {

}
#pagination_next {
	background-color: transparent;
	padding-right: 6px;
}
#pagination_next a, #pagination_next span {  }
li.disabled span {
	color: #aaa;
	background-color: transparent;
}

form.pagination { text-align: right; }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float:right;
	margin-left: 0.3em;
}
form.pagination select { float:right; }
form.pagination select option{
	font-size: 0.9em;
	padding-right: 1em;
}
form.pagination input{ float:right; }

/* product-sort.tpl */
form#productsSortForm p{
	height: 30px;
	margin: 0.5em 0 0 0;
	padding: 5px 15px;
}
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;
}



/* top links */
ul#header_links {
	list-style-type: none;
	display: block;
	clear: both;
	height: 38px;
	overflow: hidden;
}
	#header_links li {
		float:left;
		padding: 0 5px 0 5px;
	}
	#header_links li a {
		display: block;
		height: 38px;
		text-decoration: none;
	}
	#header_links li a span { display: none; }
	
	#header_links li a.link_accueil { width: 79px; background: transparent url(../img/menu/01_accueil.png) no-repeat; }
	#header_links li a.link_guide { width: 79px; background: transparent url(../img/menu/02_guide.png) no-repeat; }
	#header_links li a.link_qui { width: 129px; background: transparent url(../img/menu/03_qui.png) no-repeat; }
	#header_links li a.link_catalogue { width: 82px; background: transparent url(../img/menu/04_cata.png) no-repeat; }
	#header_links li a.link_express { width: 130px; background: transparent url(../img/menu/05_express.png) no-repeat; }
	#header_links li a.link_promo { width: 79px; background: transparent url(../img/menu/06_promos.png) no-repeat; }
	#header_links li a.link_best { width: 138px; background: transparent url(../img/menu/07_ventes.png) no-repeat; }
	#header_links li a.link_contact { width: 79px; background: transparent url(../img/menu/08_contact.png) no-repeat; }
	#header_links li a.link_demande_catalogue { width: 173px; background: transparent url(../img/menu/09_demandedecata.png) no-repeat; }
	
	
	
	#header_links li a:hover { background-position: center bottom!important; }












/* recherche avancée */
div#AdvancedSearchBloc {
	clear: both;
	margin-top: 5px;
	/*height: 202px;*/
	background: transparent url(../img/recherche.png) no-repeat;
	padding: 110px 0 0 0;
}
div#AdvancedSearchBloc div strong { display: block; }

div#AdvancedSearchBloc ul { padding-bottom: 15px; }

div#AdvancedSearchBloc ul.bullet li  {
	padding-left: 1.7em;
}

div#AdvancedSearchBloc .block_content {
	padding: 0 8px 15px 18px;
	background: transparent url(../img/recherche.png) no-repeat left bottom;
}



div#search_block_left {
	width: 188px;
	height: 110px;
	position: absolute;
	z-index: 999;
}
div#search_block_left p { padding: 78px 0 0 11px; margin: 0; }
div#search_block_left input#search_query { float: left; width: 110px; padding: 2px;font-size: 0.8em; }

input#search_button.button_mini {
	float: left;
	padding: 2px 4px;
	font-size: 0.9em;
}


div#tranches_de_prix { height: 30px; padding-top: 2px; }
div#tranches_de_prix span { line-height: 18px; }
input#tranche1, input#tranche2 { width: 20px!important; margin: 0 2px 0 1px; padding: 1px 2px; }







/* blog */
div#rss_block_left {
	clear: both;
	margin-top: 5px;
	height: 140px;
	overflow: hidden;
	background: transparent url(../img/blog.png) no-repeat;
}
	#rss_block_left h4 { display: none; }
	#rss_block_left a { display: block; font-weight: bold; font-size: 0.9em; color: #000; text-decoration: none; text-align: center; padding: 60px 10px 0 10px; }
	#rss_block_left a:hover { color: #444; }






/* zones réservées */

div#reserved_block_left {
	clear: both;
	border-top: 1px solid #EBE9E4;
	background: transparent url(../img/zone_privilege.png) no-repeat;
	margin-top: 8px;
	line-height: 0.9em;
}

div#reserved_block_left h4 a {
	display: block;
	height: 65px;
}
div#reserved_block_left h4 a span { display: none; }
div#reserved_block_left div.block_content {
	background: transparent url(../img/zone_privilege.png) no-repeat left bottom;
	padding: 0 12px 20px 20px;
}












/* block top user information */
#header #header_user {
	width: 245px;
	float: left;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
	#shopping_cart { height: 110px; }
	#header_user a { color: #fff; text-decoration: none; }
	#header_user a#gros_panier { display: block; height: 75px; }
	#header_user a#gros_panier span { display: none; }
	#header_user span.ajax_cart_total { padding: 0 0 0 20px; }
	ul#header_nav {
		margin: 0;
		padding: 0 55px;
		text-align: left;
		font-size: 0.95em;
	}
	ul#header_nav li { padding-bottom: 5px; }
	ul#header_nav li a {
		display: block;
		height: 22px;
		padding: 9px 0 0 28px;
	}
	ul#header_nav li a:hover { color: #ccc; }








/* Footer */
#footer {
	padding: 10px 0 20px 20px;
	clear: both;
	font-size: 0.95em;
	color: #000;
}
#footer a { font-weight: bold; }
#infos_foot { float: left; width: 330px; }
#footer_contenu { float: right; width: 610px; text-align: center; }
#footer .block_various_links { list-style: none; }
#footer .block_various_links li a{ text-decoration:none; }
#footer .block_various_links li {
	display: inline;
	border-right: 1px solid #888;
	padding: 0px 4px 0px 2px;
}
#footer .block_various_links li.last_item {
	border: none;
	padding-right: 0;
}








/* Default block style */
div.block {
	margin-bottom: 1em;
}

div.block ul { list-style: none; }
div.block ul.tree li { padding-left:1.2em; }
div.block a:hover { text-decoration: underline; }
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block .block_content {
	border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;
	padding:0.5em 0.7em 0pt;
	min-height:20px;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
}
div.block a {
	text-decoration: none;
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {  }
div.exclusive h4 {  }
div.exclusive h4 a { color: white; }
div.exclusive li { margin-top: 0; }
div.exclusive, div.exclusive a { color: white; }
div.exclusive .block_content {
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e;
}

/* block myaccount */
#left_column div.myaccount, #right_column div.myaccount { background-color: #f6dce8; }
div.myaccount h4 { background-color: #971d58; }
div.myaccount h4 a, div.myaccount h4 { color: white; }
div.myaccount, div.myaccount a { color: #5d0630; }
div.myaccount ul.bullet { margin-top: 0.6em; }
div.myaccount ul.bullet li { background-image: url('../img/bullet_myaccount.gif'); }
div.myaccount ul.bullet .icon { display: none; }
div.myaccount p.logout { padding: 0.3em 0 0.3em 2em; }
div.myaccount p.logout, div.myaccount p.logout a { color: #dd2a81; }
div.myaccount p.logout a { text-decoration: underline; }
div.myaccount p.logout a:hover { text-decoration: none; }
div.myaccount .block_content {
	background: #f6dce8 url('../img/block_bg_myaccount.jpg') repeat-x bottom left;
	border-left: 1px solid #f6dce8;
	border-right: 1px solid #f6dce8;
}
.account_input {
	margin-left: 0px;
	width:15em;
}

/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left:0.7em;}
#center_column div.block { width: 536px; margin:auto;}
#center_column div.block h4 {

}

/* 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;
	margin-right: 0.2em;
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em;
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em;
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em;
}
.products_block dl {
	clear: both;
	border-top: 1px solid #212121;
	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 { border: none; }
#center_column .products_block  { color: #595a5e; }
#center_column .products_block h4 { line-height: 1.3em; }
#center_column .products_block .block_content {
	background: #d0d3d8 none;
	padding:0pt;
}
#center_column .products_block ul li:hover { background-color: #bdc2c9; }
#center_column .products_block ul li {
	border-right: 1px solid white;
	border-bottom:1px solid white;
	float: left;
	clear: none;
	width:133px;
/*	height:375px;*/

	background-color: #d0d3d8;
	padding: 0;
	margin-top:0;
}

#center_column .products_block ul .product_accessories_description  {
	margin:0;
	padding:0;
}
#center_column .products_block ul .product_accessories_description .product_accessories_price{
	margin-top:75px !important;
	margin-top:0px;
}
#center_column .products_block ul .product_accessories_description {
	margin:0;
	padding:0;
	height:280px;
}
/*#center_column .products_block li.last_item { float:none; clear:both; }*/
#center_column .products_block li.last_item_of_line { border-right:none; }
#center_column .products_block li.first_item_of_line { clear:both; }
#center_column .products_block li.last_line { border-bottom:none; }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em; }
#center_column div.products_block h5 {
	display: block;
	height: 2.57em;
}
#center_column div.products_block h5 a {
	font-size:1.1em;
}
#center_column div.products_block ul li p {
	margin:0;
	padding:0;
}
#center_column div.products_block p.product_desc {
	height:9.5em;
	color: #595a5e;
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	width: 129px;
	height: 129px;
	margin-left:2px;
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px;
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left:2px;	
}

#center_column div.products_block a.product_image img{
	float:none;
	margin:0;
}
#center_column div.products_block p.product_desc, #center_column div.products_block h5 {
	margin-left:0.5em;
	margin-right:0.5em;
}
#center_column div.products_block ul li p.product_desc a { font-weight:normal; }
#center_column .products_block span.price {
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	/*display: block;*/
}
p.price_container {
	text-align: center;
}
#center_column .products_block .featured_price { 
	margin-top:2.5em;
}
#center_column .products_block a.button, #center_column .products_block a.exclusive, #center_column .products_block span.exclusive {
	margin: 0.5em auto;
}

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content{ background:none; }
#center_column div.products_block.accessories_block p.product_desc { height:6.5em; }
#center_column .products_block.accessories_block .block_content li{ background:none;  }
#center_column .products_block.accessories_block .block_content li a.product_image, #center_column .products_block.accessories_block .block_content li a.product_description { border-right:1px solid #d0d3d8; font-weight:bolder; }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image{ border:none; }


/* axome */
.qte_mini {
  font-size: 12px;
}





/* Block tags */
div.tags_block {
	background: transparent url(../img/tags.png) no-repeat;
	padding: 58px 10px 0 10px;
	height: 148px;
}
div.tags_block h4 { display: none; }

div.tags_block p {
	text-align: justify;
	font-size:0.8em;
}
div.tags_block p a {
	margin: 0 0.1em;
}
div.tags_block p a:hover {
	text-decoration: underline;
}
/*
a.tag_level3 { font-size: 1.6em; font-weight:bold;}
a.tag_level2 { font-size: 1.4em;}
a.tag_level1 { font-size: 1em; color:#888!important;}
*/

a.tag_level8 { font-size: 1.7em; font-weight:bold; color:#111!important;}
a.tag_level7 { font-size: 1.6em; font-weight:bold; color:#222!important;}
a.tag_level6 { font-size: 1.5em; font-weight:bold; color:#333!important;}
a.tag_level5 { font-size: 1.4em; font-weight:bold; color:#444!important;}
a.tag_level4 { font-size: 1.3em; font-weight:bold; color:#555!important;}
a.tag_level3 { font-size: 1.2em; font-weight:bold; color:#666!important;}
a.tag_level2 { font-size: 1.1em; color:#777!important;}
a.tag_level1 { font-size: 1em; color:#888!important;}
a.tag_level0 { font-size: 1em; color:#999!important;}










/* Block manufacturer */
.blockmanufacturer ul, .blocksupplier ul {
	padding-bottom: 0.6em;
}
.blockmanufacturer select, .blocksupplier select {
	width: 100%;
	margin: 0;
}

/* Block specials */
.blockspecials ul {
	height: 8em;
}
.blockspecials li {
	float: left;
	clear: none;
	width: 48%;
}

.blockspecials p.product_image {
	margin-right: 0.3em;
}
.blockspecials p {
	padding: 0.3em 0 0 0;
	margin: 0;
	text-align: center;
	clear: both;
}
.blockspecials p a {
	margin: 0 auto;
}

/* Block Viewed Products */
div#viewed-products {
	clear: both;
	border-top: 1px solid #EBE9E4;
	background: transparent url(../img/dejavu.png) no-repeat;
	padding-top: 74px;
	line-height: 0.9em;
}
div#viewed-products h4 { display: none; }
div#viewed-products h5 a { text-decoration: none; font-size: 1.2em; }
div#viewed-products p { padding-top: 4px; }
div#viewed-products p a { text-decoration: none; font-size: 0.85em; }
div#viewed-products ul { list-style-type: none; }
div#viewed-products ul li { height: 90px; }
div#viewed-products a.logo_dejavu {
	display: block;
	float: left;
	padding: 0 8px 4px 0;
}

div#viewed-products div.block_content {
	background: transparent url(../img/dejavu.png) no-repeat left bottom;
	padding: 0 12px 5px 20px;
}




div#viewed-products-prod {
	clear: both;
	padding: 15px 0;
}
div#viewed-products-prod h4 { font-size: 1.4em; padding-bottom: 12px; background: transparent url(../img/sep_h2.png) center bottom no-repeat; }
div#viewed-products-prod ul { list-style-type: none; padding-top: 12px; }
div#viewed-products-prod ul li { 
	width: 143px;
	float: left;
	text-align: center;
}
div#viewed-products-prod ul li a { text-decoration: none; display: block; padding: 0 8px; }
div#viewed-products-prod ul li p { margin: 0; padding: 4px 0; font-size: 0.95em; }






/* Block FreeBlok */
div#axome_freeblok {
	clear: both;
	border-top: 1px solid #EBE9E4;
	background: transparent url(../img/actu.png) no-repeat;
	padding-top: 68px;
	margin-bottom: 15px;
}
div#axome_freeblok h4 { display: none; }
div#axome_freeblok div.block_content {
	background: transparent url(../img/actu.png) no-repeat left bottom;
	padding: 0 12px 22px 20px;
}
div#axome_freeblok div.block_content ul { padding-left: 20px; }





/* Block newsletter */
div#newsletter_block_left {
	background: transparent url(../img/newsletter.png) no-repeat;
	height: 95px;
	padding-top: 65px;
	margin-top: 10px;
	overflow: hidden;
}
div#newsletter_block_left h4 { display: none; }
div#newsletter_block_left p { padding: 2px 0 6px 3px; }
div#newsletter_block_left p.warning_inline { margin: 0; padding: 0 0 2px 8px; }
div#newsletter_block_left p.success_inline { margin: 0; padding: 0 0 0 5px; }
div#newsletter_block_left p.info_newsletter { line-height: 0.9em; padding: 8px 8px 0 12px; }

div#newsletter_block_left form p input { width: 120px; }
div#newsletter_block_left form p input.button_mini { padding: 2px 7px; width: 25px; font-size: 0.9em; }

div#newsletter_block_left form p { float: left; }

div#newsletter_block_left form p select { display: none; }



/* 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 new products */
#new-products_block_right dt a { font-size:0.8em; font-weight:bold; }


/* steps (like order step) */
ul.step {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
	list-style: none;
	margin:0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width:465px;
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../img/step_standard.gif') no-repeat bottom left;
}
ul.step li.step_current {
	background: transparent url('../img/step_current.gif') no-repeat bottom left;
	font-weight:bold;
}
ul.step li.step_todo {
	font-style:italic;
}
ul.step li#step_end { width: 40px; }
ul.step li#step_end { background: transparent url('../img/step_end.gif') no-repeat bottom left; }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left; }
ul#order_step {
	background-color: white;
}

/* Special style for block cart*/
#cart_block .block_content { padding: 0.6em; }
#cart_block h4 { background-image: url('../img/block_header_exclusive_cart.gif'); }
#cart_block h4 span{
	text-transform:none;
	font-size:0.8em;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}
#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; }
#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;
}

#cart_block dd {
width: 155px;
}

#cart_block dd{ margin-left:1em; margin-right:1em; font-style:italic;}
#cart_block dl dt a { font-weight: bold; }
#cart_block a.ajax_cart_block_remove_link {
	width:11px;
	height:13px;
	margin-left: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: white;
	float: right;
}
#cart_block dl span.price {
	font-weight: normal;
	color: white;
	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;
	border-top:1px solid white;
	height: 4em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}

#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; }
#cart_block p#cart-buttons a#button_order_cart { float: right; }

#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: 49%;
	height: 25em;
	clear: none;
	float: left;
}
#authentication #create-account_form h4 {
	height: 3.4em;
	padding:0.3em 3em 0 4em;
}

#authentication #create-account_form p.text, #authentication #login_form p.text{
	height: 3.4em;
	margin-left:4em;
	padding-left:0;
	padding-right:0;
}
#authentication #create-account_form { margin-right: 7px; }
#authentication #create-account_form p.text {
text-align:left;
width:100px;
}
#authentication #create-account_form p.text label{
	width:100px;
}
#authentication input#SubmitCreate, #authentication input#SubmitLogin{ margin:0; }
#authentication p.submit {
	margin-right: 0;
	text-align:left;
	padding-left:17% !important;
}
#authentication p.lost_password {
	padding-left:4em;
}

#authentication #create-account_form fieldset, #authentication #login_form fieldset {
	height:18em;
}
#authentication p.submit span { padding-right:0.5em; }
#authentication #create-account_form label, #authentication #login_form label {
	float: none;
	clear: both;
	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:17em; }

/* my-account.tpl */
#my-account #center_column ul { margin: 2em 0; }
#my-account #center_column li { list-style: none; margin: 2em 1.5em; }

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

/* category.tpl */
h1.category_title { color: #2b0b11; background-color: #fff; font-size: 20px; font-weight:normal;  margin: 0; padding: 6px 18px!important; }
h1.category_title span { font-size: 11px; padding-left: 20px; font-weight:normal; }
#titre_prod { display:none; }


body#category #subcategories {
	background-color: #F8F6F1;
	margin: 10px 40px;
	padding: 10px 18px;
	width: 630px;
	
}
body#category #subcategories h3 { font-size: 1.4em; margin: 0; padding: 0; }
body#category #subcategories ul { list-style-type: none; padding-top: 10px; }
body#category #subcategories li { float: none; display: inline; font-size: 1em; } 	
body#category #subcategories li a { display: inline-block; padding: 0 15px 5px 0; } 	





body#category .breadcrumb {
	top: 245px;
	margin-left: 0;
}

body#category #contenu { background-image: none; padding: 0 0 5px 0; min-height: 300px; }





/* product-list.tpl */
ul#product_list{
	clear: both;
	list-style-type:none;
	padding: 0 10px;
}
ul#product_list li {
	width: 155px;
	height: 230px;
	padding: 5px 8px 0 8px;
	float: left;
	overflow: hidden;
}
ul#product_list li img {
	width: 110px;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
ul#product_list li a {
	text-decoration:none;
	display: block;
}

ul#product_list a.product_img_link{
	text-align: center;
	height: 110px;
	border-bottom: 4px solid #fff;
	overflow: hidden;
}

ul#product_list li h3 { text-align: center; margin: 0; padding: 0; font-size: 0.9em; line-height: 0.95em; }
ul#product_list li h3 a { color: #2b0b11; height: 28px; }
ul#product_list li span.prod_ref {
	font-family: arial, sans-serif;
	display: block;
	font-size: 0.68em;
	text-align: center;
	height: 11px;
}
ul#product_list li p.product_desc{ display: none; }

ul#product_list li .discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em;
}
ul#product_list li .price{
	display: block;
	font-size: 1.5em;
	margin-bottom: 0.2em;
}


ul#product_list li ul.tagz { list-style-type: none; margin: 0; padding: 0 0 0 130px; position: absolute; width: 25px; height: 1px; overflow: visible; }
ul#product_list li ul.tagz li {
	display: none;
	width: 25px;
	height: 28px;
	padding: 0;
	float: none;
}
ul#product_list li ul.tagz li img { width: 25px; height: 25px; }
ul#product_list li ul.tagz li.picto_num_1,
ul#product_list li ul.tagz li.picto_num_2 { display: block; }

ul#product_list li span.picto_miniprix {
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	background: transparent url(../../../img/tags/promo.gif) no-repeat;
	margin: -130px 0 0 70px;
}






div.bas_presentation_article {
	background: transparent url(../img/plus_infos.png) no-repeat;
	height: 50px;
}

div.bas_presentation_article a.voir_article {
	float: left;
	width: 60px;
	height: 48px;
}
div.bas_presentation_article a.voir_article span { display: none; }


div.prix_liste_prod {
	float: left;
	width: 89px;
	height: 35px;
	color: #000;
	font-size: 0.9em;
	padding: 9px 0 0 2px;
	text-align: center;
}
div.prix_liste_prod strong { font-size: 1.15em; }








/* shopping cart */
table.cart_last_product {
	width:300px;
	margin-left:130px;
}

table.cart_last_product_content {
	margin:5px 0px 10px 130px;
}

p.cart_navigation {
	padding: 1em 0!important;
	display: block;
	clear: both;
	min-height: 20px;
}
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;
}

#cart_summary th { text-align: center; }
#cart_summary th.cart_description { text-align: left; }

#cart_summary .price { font-family: arial, sans-serif!important; color: #2B0B11!important; }

tr.cart_item td { padding: 0.5em 0; }
td.cart_product a { margin: 0 0.6em; display: block; width: 45px; height: 45px; text-align: center; border: 1px solid #d0d1d5; overflow: hidden; }
td.cart_product a:hover { border: 1px solid #888; }
td.cart_product a img { width: 45px; }
td.cart_description a { text-decoration: none; }
td.cart_description a:hover { text-decoration: underline; }
td.cart_description em { display: block; padding-top: 3px; font-size: 0.9em; color: #888; line-height: 0.8em; }
td.cart_description h5 { font-size: 1em; color: #444; }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e; }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right; }
td.cart_ref { text-align: center; font-size: 0.9em; }
td.cart_total .price { font-weight: bold; padding-right: 8px; }
tr.cart_item td.cart_unit { padding-right: 1em; }

td.cart_product { width: 63px; }
td.cart_description { width: 250px; }

td.cart_quantity {
	width: 90px;
	text-align: right;
}
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: block;
}
td.cart_quantity p {
	width: 35px;
	padding: 0 5px 0 0;
}
td.cart_quantity .icon {
	margin-top: 0.1em;
}

td.cart_quantity .text_qty {
  font-size: 10px!important;
  height: 15px;
  width: 40px;
  text-align: right;
}

tr.cart_free_shipping {
	white-space: normal;
}

span.marquage_panier {
	font-style:italic;
	font-weight:normal;
}

#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; font-size: 1.2em; border-top: 2px solid #EBE9E4; }

#cart_summary tfoot tr.cart_total_price.ttc {
	font-weight: normal;
	border-top: 0;
	font-size: 1em;
}
#cart_summary tfoot tr.cart_total_price.ttc td { padding-top: 0; }

#order form#voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em;
}
#order form#voucher h4, #order form#voucher p, #order form#voucher .button {
	display: inline;
}
#order form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em;
}

#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em;
}
#order #order_carrier h4 {
	width: 50%;
	display: inline;
}
#order #order_carrier img {
	vertical-align: middle;
}
#order #order_carrier span {
	margin: 0 0.2em;
}

#order #gift_div{ display:none; }
#order #gift_div label, #order #gift_div textarea{
	display:block;
	width:100%;
	margin:1em 0;
}

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

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



div#framez { clear: both; padding: 15px 0 20px 20px; }
div#framez iframe { display: none; }

div#framez iframe#if1 { display: block; }

select#selec_form { margin: 20px; font-size: 1.1em; width: 200px; }





/* history.tpl*/

#block-history { color:#212121; }
.color-myaccount{ color: #A97726; }
#block-history table#order-list {
	border:none;
}

#block-history #block-order-detail {
	border-top:2px #000 solid;
	border-bottom:2px #000 solid;
	padding:0.5em;
	background-color: #E2E2E2;
}
#block-history #block-order-detail p {
	padding-left :0;
	padding-right :0;
}
#order-detail-content {
	clear:both;
	margin-top:1.8em;
}

#order-detail-content tbody tr{
	height:3em;
}

#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;
}
#block-history #block-order-detail h4{ font-size:1.4em; }

#block-history #block-order-detail #sendOrderMessage p{
	padding:0pt 4px 0pt 1px;
}

#block-history #block-order-detail textarea{
	margin:0 auto;
	width:100%;
}

#ordermsg textarea{
	margin:0;
	padding:0;
	width:528px;
	
}

/*  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#featz { padding: 22px 0; }
div#featz h3 { padding: 0; margin: 0; }
div#featz ul { padding-left: 20px; }

#primary_block { min-height: 370px; }

#primary_block #pb-right-column{
	width: 260px;
	float:left;
}
#primary_block #image-block{
	height:252px;
	width:250px;
	text-align: center;
	overflow: hidden;
}
#primary_block #image-block img#bigpic{
	cursor: pointer;
	width: 240px;
}

h2 span#product_reference { display: inline-block; padding-left: 14px; font-size: 0.5em; }

#primary_block p { padding-left: 0; font-family: "trebuchet MS",sans-serif; }

#pb-left-column p.price {
	margin: 0;
	font-size: 1.8em;
}

#primary_block #pb-left-column{
	float:left;
	margin-left:1.1em;
	width: 433px;
	color: #2b0b11;
	padding-bottom: 20px;
}
#primary_block #short_description_block {
	margin-bottom:1.5em;
}
#primary_block #color_picker p {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 0;
}
#primary_block #color_picker {
	padding: 0.7em;
	background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	margin-bottom: 1.5em;
}
#primary_block #color_to_pick_list {

}
#primary_block #color_to_pick_list li {
	display: inline;
	float: left;
	margin: 0 0.4em 0.4em 0;
}
#primary_block a.color_pick {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	cursor: pointer;
}
#primary_block a.color_pick:hover {
	border: 1px solid #000;
}

#primary_block #image-block img#bigpic.jqzoom{
	cursor: crosshair;
	position: relative;
}

#primary_block p.buttons_bottom_block{ margin:0; }
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { margin:0.9em auto 0 auto; }

p#devis_express {
	padding: 12px 0!important;
	height: 50px;
	float: left;
	margin-right: 10px;
}

p#add_to_cart {
	padding: 12px 0!important;
	height: 50px;
	float: left;
}
p#add_to_cart input {
	display: block;
	float: right;
	border: none;
	text-indent: 0em;
	line-height: 0;
	font-size: 0;
	background: #fff url(../img/bout_panier.png) no-repeat;
	width: 222px;
	height: 50px;
	cursor: pointer;
}

#primary_block #short_description_content {
	padding-top: 15px;
	padding-bottom:0.5em;
	color: #2b0b11;
}


#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;
	float:right;
}
#primary_block form#buy_block span.discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.our_price_display{
	display: block;
}
#primary_block form#buy_block span#availability_label{
	margin-right:1em;
}
#primary_block form#buy_block input.text { margin-left: 0; width: 100px; font-size: 1.05em;}
#primary_block form#buy_block label { display: block; clear: both; float: none; padding-bottom: 2px; font-weight: bold; color: #000; }

#primary_block form#buy_block label,#primary_block form#buy_block select{
	display:block;
	clear: both;
}
#primary_block div#attributes { padding-bottom: 5px; float: left; width: 170px; }
#primary_block div#attributes select {
	margin: 0;
	width: 150px;
}


ul#usefull_link_block {
	clear: both;
	padding: 10px 35px;
	color: #aaa;
}
ul#usefull_link_block li { padding-top: 5px; }
ul#usefull_link_block li a {color: #777; }


div#quantityDiscount {
	clear: both;
	padding: 5px 0 20px 0;
}
div#quantityDiscount_marquage em { display: block; text-align: right; padding-right: 28px; }
div#quantityDiscount table,
div#quantityDiscount_marquage table {
	border-collapse: collapse;
	border: 1px solid #000;
}
div#quantityDiscount table th,
div#quantityDiscount_marquage table th { border-bottom: 1px solid #000; background-color: #e8e8e8; }
div#quantityDiscount table td,
div#quantityDiscount_marquage table td,
div#quantityDiscount table th,
div#quantityDiscount_marquage table th { color: #2b0b11; padding: 3px 8px; text-align: center; }
div#quantityDiscount_marquage table td { background-color: #fff; }

div#quantityDiscount_marquage ul { list-style-type: none; }
div#quantityDiscount_marquage ul li {
	clear: both;
	background-color: #F8F6F0;
	margin: 8px 25px 0 25px;
	padding-bottom: 10px;
	border: 1px solid #EBE9E3;
}
div#quantityDiscount_marquage ul li.survol { background-color: #E9E6DC; border: 1px solid #C1BDB0; }
div#quantityDiscount_marquage h3 {
	padding: 8px 10px 5px 80px;
	margin: 0;
	font-size: 0.9em;
	color: #000;
}
div#quantityDiscount_marquage h3 span {
	display: block;
	padding: 0 20px;
	background: transparent url(../img/config.png) no-repeat left bottom;
}
div.selec_marquage { float: left; width: 60px; padding: 8px 0 0 20px; }
div.selec_marquage input { border: none; }
div.infos_marquage { float: left; width: 580px; font-size: 0.9em; font-family: arial, sans-serif; }
div.selec_marquage input {  }



/* marquage */




div#ajouter_marquage {
	float: right;
	background: transparent url(../img/marquage.png) no-repeat center bottom;
	width: 222px;
	height: 80px;
	padding-top: 15px;
}

div#pas_marquage {
	float: right;
	width: 231px;
	height:87px;
	margin-right:8px;
	background: transparent url(../img/img_marquage.gif) no-repeat center bottom;
}
div#pas_marquage a { display:block; width: 231px; height:87px; cursor:pointer; }
div#pas_marquage a span { display:none;}

#paiement_logo_block_left  { 
	padding-top:16px; padding-bottom:16px; 
	background: transparent url(../img/img_paiement.gif) no-repeat center bottom;
}


div#ajouter_marquage a { display: block; float: left; width: 49%; height: 80px; }


div#marquage {
	clear: both;
	display: none;
}

div#marquage h2 {
	padding: 20px 0 10px 0;
	font-size: 1.9em;
	background: transparent url(../img/sep_h2.png) no-repeat center bottom;
}


div#attributes_marquage {
	width: 260px;
	float: left;
	padding: 10px 0 10px 5px;
}

div#attributes_marquage select { margin: 0 0 15px 0; width: 190px; }

div#quantityDiscount_marquage {
	padding: 20px 0;
}

div#info_marquage {
	float: left;
	width: 470px;
}





/* views block */
#views_block{
	margin:0pt auto;
	width: 274px;
}

#thumbs_list{
	overflow:hidden;
	float:left;
	width: 240px;
}
#thumbs_list ul{
	padding-left:0px;
	list-style-type:none;
	margin-top: 5px;
}
#thumbs_list li{
	float:left;
	cursor:pointer;
	width: 80px;
	height: 80px;
}
#view_scroll_left, #view_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
	padding-right: 4px;
	padding-left: 4px;
}
#view_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}
span.view_scroll_spacer{
	float: left;
	width: 17px;
	height: 80px;
}

/* 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:#212121;
}
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 */
div.addresses {
	border: none;
	clear: both;
	background-color: #F3F1EE;
	margin: 1em;
	padding: 1.1em 1em 1.4em 1em;
}
div.addresses h3 {
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #D9D6CE;
	padding: 0 0.7em 0.7em 0.7em;
	margin: 0 0 0.5em 0;
}
div.addresses p.checkbox input{
	margin-top:0!important;
	margin-top:-3px;
}
ul.address {
	background-color:white;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0.45em;
	padding-bottom:0.6em;
	margin-bottom:1em;
	position:relative;
	width: 320px;
}
ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em;
}
li.address_title {
	margin-top: 0!important;
	background-color: #D5D5D5;
	font-weight: bold;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.9em;
}
li.address_name, li.address_update a, li.address_delete a { color: #377FAF; }
li.address_name, li.address_company { font-weight: bold; }
li.address_update, li.address_delete {
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;
	margin-left: 1.4em;
}
#center_column .address_add { padding: 1em 0; }

/* 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 {  }
#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 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: #212121;
}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display:none;
	}
	div#center_column {width:100%}
	input.text{border:1px solid gray}
	.block_hidden_only_for_screen { display:block; margin-top:1em; }
	#more_info_sheets #idTab1{ width:530px; }
	* {background:none!important;background-color:white!important;}
}

/* Customizable product */
#customization_block {
	width: 556px;
}

.customization_block_title {
	margin: 4px 4px 4px 2px;
}

#customization_block ul {
	margin: 6px 6px 0px 6px;
}

.customization_block_input {
	vertical-align: inherit;
}

img.customization_delete_icon {
	margin: 2px;
}

li.customizationUploadLine {
	clear: left;
	padding: 4px;
	display: block;
}

div.customizationUploadBrowse {
	float: left;
}

div.customizationUploadBrowseDescription {
	padding: 6px;
}

img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888;
}

ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px;
}

ul.customizationUploaded li {
	display: inline;
}

ul.customizationUploaded a {
	text-decoration: none;
}

div.customizationUploaded {
	clear: left;
}

div.deletePictureUploaded {
	float: right;
}

div.deleteCustomizableProduct {
	float: right;
}

ul.typedText {
	padding-left: 6px;
	list-style-type: none;
}

/* category Products block */
#productscategory{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_noscroll{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_list{
	overflow:hidden;
	float:left;
	width:96%;
}
#productscategory_list ul{
	padding-left:0px;
	list-style-type:none;
}
#productscategory_list li{
	float:left;
	margin:0 3px;
	cursor:pointer;
	text-align:center;
	width:100px;
	overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	display:block;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
}
#productscategory_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}

/* module blockmenutop */
#menu-top {
	clear:both;
	width:100%;
	height:40px;
}

#menu-top dl{
	float:left;
	position:relative;
	padding-right:10px;
}

#menu-top dl dt{
	line-height:30px;
	height:30px;
}

#menu-top dl dt a{
	text-decoration:none;
	background:#eeeeee;
	display:block;
	height:30px;
	width:100px;
	padding-left:5px;
	padding-right:5px;
}

#menu-top dl dt a:hover{
	background:#ccc;
}

#menu-top dl:hover dd{
	display:block;
}

#menu-top dl dd{
	display:none;
	position:absolute;
	width:100px;
}

#menu-top dl dd ul{
	width:100%;
	text-align:left;
	background:#cccccc;
}

#menu-top dl dd ul li a{
	display:block;
	background:#eee;
	width:100%;
	text-decoration:none;
	padding:10px;
}

#menu-top dl dd ul li a:hover{
	background:#ccc;
}



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







/* home */

body#index #left_column { padding-left: 0;}
body#index #center_column { width: 784px; padding: 0; overflow: hidden!important;}
body#index #contenu { padding: 0; background-color: transparent; background-image: none; }
body#index #pied_contenu { background-image: none; height: 5px; }

div#focus_home { height: 362px; }

div#boutons_home {
	height: 72px!important;
	width: 784px!important;
	overflow: hidde!important;
}

div#icone_home {
	display:block;
	height:45px;
	padding-left:22px;
	background:transparent url('../img/axome_icone.jpg') no-repeat;
	overflow: hidden;
}

div#icone_home ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width: 790px;
}

div#icone_home a {
	text-decoration:none;
}
div#icone_home li:hover a  {
	text-decoration:underline;
}

div#icone_home li {
	float:left;
	height:35px;
	padding:16px 12px 0 26px;
	cursor:pointer;
}

div#icone_home li.ventes {
	background:transparent url('../../../img/tags/562.gif') no-repeat 0 11px;
	padding-top:9px;
}
div#icone_home li.promo {
	background:transparent url('../../../img/tags/promo.gif') no-repeat 0 11px;
}
div#icone_home li.eco {
	background:transparent url('../../../img/tags/552.gif') no-repeat 0 11px;
}
div#icone_home li.new {
	background:transparent url('../../../img/tags/553.gif') no-repeat 0 11px;
}
div#icone_home li.express {
	background:transparent url('../../../img/tags/554.gif') no-repeat 0 11px;
	padding-top:9px;
}
div#icone_home li.quadri {
	background:transparent url('../../../img/tags/557.gif') no-repeat 0 11px;
}
div#icone_home li.fab {
	background:transparent url('../../../img/tags/surmesure.gif') no-repeat 0 11px;
	padding-top:9px;
}
div#icone_home li.europe {
	background:transparent url('../../../img/tags/571.gif') no-repeat 0 11px;
	padding-top:9px;
}

div#categories_home {
	clear: both;
}

div#categories_block ul { list-style-type: none; }
div#categories_block ul li {
	float: left;
	width: 196px;
	height: 205px;
	background: transparent url(../img/themes_home.png) no-repeat;
	text-align: center;
}
div#categories_block ul li a { display: block; text-decoration: none; text-transform: uppercase; }

div#categories_block ul li h2 { font-size: 1.3em; padding: 20px 10px 0 10px; height: 54px; }






/* multipaniers */

li.lien_compte_multipaniers { font-weight: bold; }


table#t_liste_paniers {
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin: 15px 0;
}
table#t_liste_paniers tr th {
	background-color: #F3F1EB;
	padding: 5px 7px;
}

table#t_liste_paniers tr td {
	padding: 5px 8px;
}

table#t_liste_paniers tr td.lp_nom { width: 140px; vertical-align: top; padding-top: 30px; }
table#t_liste_paniers tr td.lp_actions { width: 110px; vertical-align: top; padding-top: 30px; }

table#t_liste_paniers tr td.lp_actions a {
	display: block;
	padding: 0 0 10px 20px;
	color: #66932D;
	text-decoration: none;
	font-weight: bold;
}



table#t_liste_paniers tr td.lp_actions a.panier_load { background: transparent url(../../../modules/blockmultipaniers/img/panier_load.png) no-repeat; }
table#t_liste_paniers tr td.lp_actions a.panier_share { background: transparent url(../../../modules/blockmultipaniers/img/panier_share.png) no-repeat; }
table#t_liste_paniers tr td.lp_actions a.panier_suppr { color: #B42B30; background: transparent url(../../../modules/blockmultipaniers/img/panier_suppr.png) no-repeat; }

table#t_liste_paniers tr td.lp_actions a:hover { color: #222; }

div.partager_panier {
	padding: 0 0 15px 12px;
}

div.partager_panier label {
	font-weight: bold;
	display: block;
	float: left;
	padding: 3px 8px 0 0;
}
div.partager_panier input { width: 260px; border: 1px solid #C2BEB3; padding: 1px 2px; }


table.prods_dans_panier {
	border-collapse: collapse;
	width: 95%;
	margin: 10px;
	border: 4px solid #DCE3C5;
}

table.prods_dans_panier td { border-bottom: 1px solid #DCE3C5; background-color: #f6f6f6; }

td.prods_dans_panier_prix { width: 130px; text-align: right; }

td.prods_dans_panier_prix p {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
}

td.prods_dans_panier_prix strong { font-size: 1.1em; }




div#save_panier {
	width: 250px;
	height: 60px;
	position: absolute;
	top: 245px;
	left: 50%;
	margin-left: 230px;
}

div#save_panier fieldset {
	border: 2px solid #CECBC5;
	background-color: #F3F1EB;
	padding: 4px 0 11px 10px;
	-moz-border-radius: 3px;
}
div#save_panier label {
	display: block;
	float: none;
	padding-bottom: 4px;
}

div#save_panier input { margin: 0 5px 0 0; }

div#save_panier input#nom_save_panier { padding: 2px 4px; width: 172px; }

div#save_panier input#submitsavepanier {
	padding: 2px 7px!important;
	cursor: pointer;
	font-size: 1em!important;
}


a#print_cart {
	
float: none;
	position: absolute;
	left: 50%;
	margin-left: 200px;

}

a#excel_cart {
	
float: none;
	position: absolute;
	left: 50%;
	

}


body#print_cart { background-image: none; background-color: #fff; }

body#print_cart td.cart_quantity p { float: none; text-align: center; display: block; width: 100%; padding: 0;}
body#print_cart td.cart_quantity a { display: none; }



/* besoin d'aide */
div.help_me {
	float: right;
	background: transparent url(../img/help.png) no-repeat;
	width: 241px;
	height: 88px;
	margin-top: 10px;
}
div.help_me span { display: block; font-weight: bold; text-decoration: none; color: #2b0b11; font-size: 1.4em; padding: 24px 0 0 72px; }
div.help_me strong { display: block; font-size: 0.95em; font-family: "trebuchet MS",sans-serif; padding: 0 0 0 72px; }
div.help_me em { display: block; text-align: right; padding: 12px 4px 0 0; }



#expli.success {
	background-color: #D7ECFA;
	border-left: 4px solid #54B7E5;
	width: auto;
	margin: 10px auto!important;
	padding: 10px 15px!important;
}

#expli a {
	display: block;
	font-size: 0.7em;
	width: 95%;
	border: 1px solid #888;
	background-color: #fff;
	padding: 4px 6px;
	text-decoration: none;
}




/* on ne propose pas de code réduc: */
#order form#voucher { display: none!important; }







a#facebook_gauche {
	display: block;
	clear: both;
	height: 100px;
	margin-top: 15px;
	background: transparent url(../img/Facebook.jpg) no-repeat 50% 50%;
}
a#facebook_gauche span { display: none; }

#old_price{
	text-decoration:line-through;
}

#calculateur {
  color: red!important;
  font-weight: normal;
}

.libelle_destockage { 
  color: red; 
  font-size: 16px!important;
 } 


#besoin_daide {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
}


a#bt_rappel {
	display: block;
	width: 183px;
	height: 40px;
	background: transparent url(../img/bt_demande_rappel.jpg) no-repeat center top;
	margin: 4px auto 10px auto;
}
a#bt_rappel:hover { background-position: center bottom; }
a#bt_rappel span { display: none; }





