﻿@charset "utf-8";

/*** Import CSS CMS Content ***/
@import url("../../../../adminhtml/default/default/tinymce_content.css");

* { z-index: 0; }

/* CSS Document */
html, body {
	width: 100%;
	background-color: #DFDBD8;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	color: #000;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	/**font-family: "MS Trebuchet", Verdana, Arial;**/
	font-size: 11px;
}

a:link, a:visited { color: #000000; text-decoration: none; border: 0; }
a:hover { text-decoration: underline; }

/*** Float & Align ***/
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.a-center { text-align: center; }
.a-left { text-align: left; }
.a-right { text-align: right; }

/*** Balise H ***/
h1 { font-size: 16px; font-weight: bold; }
h2 { font-size: 14px; font-weight: normal; }
h3 { font-size: 12px; font-weight: normal; }
h4 { font-size: 11px; font-weight: normal; }
h5 { font-size: 9px; font-weight: normal; }

/***Headings ***/
.head, .inner-head { text-align:right; }
.head h1,.head h2, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }

.head h4 { 
	color: #F6AF3B; 
	font-weight: bold; 
	font-size: 12px !important; 
}

.inner-head { 
	clear: both; 
	border-bottom: 1px solid #B7B7B7;
	padding: 15px 0 30px 0;
}

.inner-head h5 { font-weight: bold; }


/*** Blocks ***/
.generic-box { margin-bottom:15px; padding:12px 15px; }
.generic-product-list li { margin:12px 0; }

/*** Columns ***/

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }
.col2-set h4 { font-size: 12px; font-weight: bold; padding-bottom: 5px; }
.col2-set h5 { font-size: 10px; font-weight: bold; padding-bottom: 5px; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }

/*** Autres ***/
.required, .validation-advice { color:#EB340A; }
.no-display { display: none; }
.img-cadre {
	background-color: #FFF;
	border: 1px solid #B7B7B7;
	padding: 3px;
}
.link-base:link, .link-base:visited { color: #F6AF3B; font-size: 10px; font-weight: bold; }

/*** Liste ***/
ul.disc { list-style-type: disc; margin-top: 20px; }
ul.disc li { margin: 5px 25px; }
	
/*** Formulaire ***/
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; line-height: 20px; }
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }
.button-set {
    clear: both;
    margin: 10px;
    padding: 5px;
    text-align: right;
}
/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    padding: 10px 25px 25px 25px;
}

.group-select .legend {
	font-size: 12px;
	font-weight: bold;
	color: #949496;
	border-bottom: 1px dotted #B7B7B7;
	line-height: 18px;
	margin-left: 8px;
}

.group-select li { padding:4px 8px; clear: both; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }
.group-select li p { margin: 0 10px; }

input.input-button { border: 0;	}

.form-button-alt {
	border: 0;	
	background-color: #4C4B4B;
	color: #FFF;
	border: 1px solid #4C4B4B;
	font-size: 12px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


form p { padding: 5px 0 2px 0;}

/*** Tableau données ***/
/* Data Table */
#super-product-table {
margin-bottom:10px;
width:300px;
}
.data-table { border: 1px solid #59500D; width:100%; font-size: 11px; }
.data-table tr { background:#fff; }
.data-table .odd td { background: #DEDBD8; }
.data-table .even td { background: #FFF !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #59500D; padding:2px 8px; color:#0a263c; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding: 5px 8px; vertical-align: middle; }
.data-table thead tr th { padding: 10px 8px; }
.data-table tfoot { border-top:1px solid #59500D; border-bottom:1px solid #59500D; }
.data-table tfoot tr.first { }
.data-table tfoot tr { background-color: #DEDBD8 !important; }
.data-table tfoot td { padding-top: 5px; padding-bottom: 5px; border-bottom:0; border-right:1px solid #59500D; }
.data-table tbody td { border-bottom:1px solid #4C4B4B; border-right:1px solid #4C4B4B; }
/* Bundle Products */
.data-table tbody.odd tr td { background: #DEDBD8 !important; }
.data-table tbody.even tr td { background: #FFF !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

.collateral-box h2, h2.crosssell { color: #F6AF3B; font-weight: bold; font-size: 12px; }

/*** Mini formulaire recherche ***/
#search {
	padding-left: 16px;
	background-image: url("../images/recherche-loupe.jpg");
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.mini-search .input-button {
	color: #FFFFFF;
	background-color: #4C4B4B;
	border: 0;
	font-weight: bold;
}


/*** Titre categ ***/
div.category-head, div.page-head {
	width: 327px;
	height: 31px;
	padding: 10px 0 10px 0;
}

div.category-head h2,  div.page-head h3 {
	background-image: url("../images/fond-titre.jpg");
	background-repeat: no-repeat;
	line-height: 32px;
	color: #FFF;
	padding-left: 50px;
	font-size: 12px;
	font-weight: bold;
}

/*** Liste produits en LIST ***/
table.list-row {
	width: 100%;
}

table.list-row tr td {
	padding: 5px 0 5px 0;
	vertical-align: middle;
	border-bottom:  1px solid #B7B7B7;
}

table.list-row tr.last td { border: 0; }

table.list-row tr td h5 {
	font-size: 11px;
	font-weight: bold;
}

/*** Liste produits en GRID ***/
ol.grid-row { 
	display: block;
	width: 100%;
	clear: both;
}

ol.grid-row li.item { 
	float: left;
	width: 175px; 
	height: 303px;
	border: 1px solid #B7B7B7;
	text-align: center;
	margin: 3px;
	padding: 3px 0 5px 0;
	background-image: url('../images/fond-nouveaute.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}


ol.grid-row li.first { margin-left: 0; }
ol.grid-row li.last { margin-right: 0; }

ol.grid-row li.item h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	height: 35px;
}
ol.grid-row li.item h4 {
	font-size: 10px;
	font-weight: bold;
	
}
ol.grid-row li.item a {
color:#333333;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
	
/*** Home Page ***/
	.home-vente ol.grid-row li.item { 
	float: left;
	width: 175px; 
	height: 240px;
	border: 1px solid #B7B7B7;
	text-align: center;
	margin: 3px;
	padding: 3px 0 5px 0;
	background-image: url('../images/fond-nouveaute.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

.home-vente  ol .grid-row li.first { margin-left: 0; }
.home-vente ol .grid-row li.last { margin-right: 0; }

.home-vente ol.grid-row li.item h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	height: 35px;
}
.home-vente ol.grid-row li.item h4 {
	font-size: 10px;
	font-weight: bold;
	
}
.home-vente ol.grid-row li.item a {
color:#333333;
font-size:11px;
font-weight:bold;
text-decoration:none;
}



	.home-promotions ol.grid-row li.item { 
	float: left;
	width: 175px; 
	height: 260px;
	border: 1px solid #B7B7B7;
	text-align: center;
	margin: 3px;
	padding: 3px 0 5px 0;
	background-image: url('../images/fond-nouveaute.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

.home-promotions  ol .grid-row li.first { margin-left: 0; }
.home-promotions ol .grid-row li.last { margin-right: 0; }

.home-promotions ol.grid-row li.item h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	height: 35px;
}
.home-promotions ol.grid-row li.item h4 {
	font-size: 10px;
	font-weight: bold;
	
}
.home-promotions ol.grid-row li.item a {
color:#333333;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

/*** Home Page ***/
	.home-nouveautes ol.grid-row li.item { 
		float: left;
		width: 351px; 
		height: 192px;
		border: 1px solid #B7B7B7;
		text-align: left;
		margin: 5px;
		padding: 5px 0 5px 0;
	}

	/* Products */
	.home-nouveautes p.product-image {
		float: left; 
		margin: 15px;
		background-image: url('../images/fond-nouveaute.jpg');
	}
	.home-nouveautes a{
		
		color:#FC8607;	
	}
	
	.home-nouveautes h5 {
		font-size: 14px !important;
		padding-top: 15px;
	}
	
	.home-nouveautes p.description {
		display: block;
		margin: 0 10px 0 0;
		padding: 5px 0 10px 0;
		text-align: justify;
	}

	.home-nouveautes .price-box .regular-price .price {
		font-size: 16px !important;	
color :#FC8607;		
	}

/*** Layered Navigation ***/
	.layered-nav .head { display: none; }
	.layered-nav h4 {
		font-size: 14px;
		color: #020100;
		background-color: #DB9C3B;
		line-height: 25px;
		text-align: center;
	}
	
	.layered-nav dl { margin: 5px 15px 5px 15px; }
	.layered-nav dl dt {
		background-image: url('../images/fond-sous-titre.png');
		background-repeat: no-repeat;
		height: 22px;
		line-height: 25px;
		padding-left: 25px;
		color: #903E33;
		font-weight: bold;
	}
	
	.layered-nav dl dd {
		margin: 10px 0 10px 0;
		padding-bottom: 5px;
		border-bottom: 1px dotted #666666;	
	}
	
	.layered-nav dl dd.last { border: 0 !important; }
	
	.layered-nav ol.narrowed-category {
		margin: 5px;	
	}
	
	.layered-nav ol.narrowed-category li { line-height: 14px; }
	.layered-nav ol.narrowed-category li span.label {
		color: #903E33;
	}
	
	.layered-nav ol li { 
		font-size: 9px; 
		margin-left: 5px; 
	}
	
	.layered-nav ol li a {
		color: #903E33;		
		font-size:11px;
	}
	.layered-nav ol li a:hover {
		color: #903E33;		
		font-size:13px;
		font-weight:bold;
	}
	
	.layered-nav div.actions {
		margin: 5px 0 5px 0;
		text-align: center;
	}
	
	.layered-nav div.actions a {
		color: #903E33;		
		font-size:11px;
	}							 

/*** Prices ***/
.price { white-space:nowrap !important; }

.price-box { padding:5px 0; }
.price-box .price { font-weight:bold; color:#F90606; }
.price .produc-pricing ul li {
		float: left;
		border: 1px solid #B7B7B7;
		margin: 5px;
		padding: 2px;
	}
	/* Regular price */
	.regular-price { color:#F90606; }
	.regular-price .price { font-weight:bold; font-size:12px; color:#F90606; }
	
	/* Old price */
	.old-price { margin:0; }
	.old-price .price-label { white-space:nowrap; color:#999; }
	.old-price .price { font-weight:normal; color:#F90606; text-decoration:line-through; }
	
	/* Special price */
	.special-price { margin:0; padding:3px 0; }
	.special-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; color:#F90606; }
	.special-price .price { font-size:13px; font-weight:bold; color:#F90606; }
	.special-price-list-3fois {
border-bottom-color:#D2D1D2;
border-top-color:#D2D1D2;
height:43px;
background-repeat:repeat-x;
	
	}
	/* Notice */
	.price-notice { color:#F90606; font-style: italic; }
	
	.xprice { color:#F90606; }
	.xpricee .price { font-weight:bold; font-size:10px; color:#F90606; }	
	
	
	/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
    }
table.pager td {
    width:32%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.pager a:link {
border:0 none;
color:#000000;
text-decoration:none;
font-weight:bold;

}
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }


/*** Breadcrumbs ***/
.breadcrumbs { font-size: 11px; line-height: 12px; float: right; width: 50%; margin-top: 30px; }
.breadcrumbs li, .breadcrumbs li a { display:inline; color: #63320E; }

/*** Product Detail ***/

	.product-info-box {
		padding-top: 10px;
	}
	
	/* Product name */
	div.divider{
	background:#B3B3B3 none repeat scroll 0 0;
clear:both;
height:2px;}


	div.product-name {
		float: left; 
		width: 327px;
		height: 31px;
		background-image: url("../images/fond-titre.jpg");
		background-repeat: no-repeat;
	}
	
	div.product-name h3 {
		line-height: 32px;
		color: #FFF;
		margin-left: 50px;
		font-weight: bold;
	}

		/* Product Image */
	.product-img-box {
		width: 340px;
		border: 1px solid #B7B7B7;
		margin: 5px;
		text-align: center;
	}
	
	.product-image-zoom {
		margin: 5px;
		text-align: center;
	}
	
	.more-views {
		border-bottom: 1px dotted #B7B7B7;
		margin: 0 10px 0 10px;
	}
	
	.more-views h4 {
		float: left;
		display: block;		
		padding-bottom: 5px;
		font-weight: bold;
		text-align: left;
	}
	
	.more-views ul { clear: both; }
	
	.more-views ul li {
		float: left;
		border: 1px solid #B7B7B7;
		margin: 5px;
		padding: 2px;
	}
	/* Add to cart */
	fieldset.add-to-cart-box legend {
		display: none;	
	
	}
	
	
	
/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
	.ratings a{
    font-size:10px;
	
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    }

.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(../images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }

/* Product Collateral */
.product-collateral .head { margin-bottom:1em; border-bottom:1px solid #e5dcc3; padding-bottom:1px; font-size:1.15em; }
.product-collateral .collateral-box { margin-bottom:2em; margin-left: 5px; }
.product-collateral .collateral-box h4{ color:#e26703; }
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; border-bottom:0px solid #B8B8B8;}

#customer-reviews li p { clear:both;}
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(../images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }




	/* Product Details */	
	.product-shop {
		width:370px;
		margin: 5px;
	}
	
	.product-shop h4 {
		margin: 20px 0 5px 0;
		font-weight: bold;
		font-size: 12px;
	}
	.product-shop h3 {
		margin: 2px 0 5px 0;
		font-weight: bold;
		font-size: 12px;
		color:#63330F;
	}
	
	
	.product-shop .economie  {


	float:right;
background-attachment:scroll;
background-color:transparent;
background-image:url(../images/eco_ficheprod_2.png) ;line-height:100px;width:100%;
background-position:right ;
background-repeat:no-repeat;
}
.product-shop .economie  p{

	
	float:right;
padding-bottom:20px;
padding-right:30px;
text-align:center;
color : #ffffff;
font-weight: bold;
font-size:22px
}
.product-shop .price {
		font-size: 20px;

	}
	.product-shop .xprice , .product-shop .xprice .price {
	
		line-height: 20px;
		font-weight: normal;
		font-size: 18px;	
	}
	
	.availability { font-size: 10px; }
	
	.short-description {
		margin: 10px 0 10px 0;	
		font-size: 11px;
		text-align: justify;
	}
	
	#addtocart {
		display: block; 
		
		margin: 5px 0px 0px 80px;
	}
	
	.add-to-box { width:100%;margin: 10px 0 10px 0; text-align:right; font-size: 10px; font-weight: bold; }
	.add-to-box li { display:inline; }
	.add-to-box li a:link, .add-to-box li a:visited  { color: #F6AF3B; }
	
	
	#productAvailability .in-stock {
color:#009900;
font-size:14px;
}
.add-to-holder { margin:2px 0; }
.add-to-holder .add-to-cart-box { float:left; }
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }
.add-to-holder.print {background:url(../images/print.png) no-repeat 0 -2px;height:17px;padding-left:23px;}
.add-to-holder.productquestions-summary{background:url(../images/icone_mail.gif) no-repeat 0 0px;height:17px;padding-left:23px;}
.add-to-holder.wishlist{background:url(../images/jango.png) no-repeat 0 0px;height:17px;padding-left:23px;}
	/* Fiche technique */
	
	.attribute-specs { margin: 10px 0 10px 0; padding: 10px 0 10px 0; }
	
	#product-attribute-specs-table { width: 100%; }
	
	#product-attribute-specs-table tr {
		border-top: 1px dotted #B7B7B7;
		border-bottom: 1px dotted #B7B7B7;
	}
	
	#product-attribute-specs-table tr.odd td { background-color: #DEDBD8; }	
	#product-attribute-specs-table tr.even td { background-color: #FFF; }		
	#product-attribute-specs-table tr.first td { border-top: 0 !important; }
	#product-attribute-specs-table tr.last td { border-bottom: 0 !important; }
	#product-attribute-specs-table td { 
		line-height: 12px; 
		font-size: 10px;
		padding: 5px 0 5px 20px;
	}
	
	#product-attribute-specs-table td.label { 
		font-weight: bold;
		width: 25%; 
		border-right: 2px solid #4C4B4B;
	}
	
	
	/*** Options ***/
	.product-options { padding:10px 15px 20px; }
	.product-options dt { background-color: #DEDBD8; padding: 5px 0 5px 20px; font-weight: bold; }
	.product-options dt label { color:#2f2f2f; }
	.product-options dt .qty-holder { float:right; margin-right:15px; }
	.product-options dt .qty-holder label { vertical-align:middle; }
	.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
	.product-options dd { padding:5px 10px 15px; margin:0 0 5px; }
	.product-options dl.last dd.last { width : 357px;border-bottom: 1px dotted #e4e4e4; padding-bottom:5px; margin-bottom:0; }
	.product-options dd input.input-text { width: 33%; }
	.product-options dd textarea { width: 33%; height:8em; }
	.product-options dd select { width: 50%; }
	.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
	.product-options ul.options-list { margin-right:5px; }
	.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
	.product-options ul.options-list input.radio { float:left; margin-top:3px; }
	.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
	.product-options ul.options-list .label { display:block; margin-left:18px; }
	.product-options ul.options-list label { font-weight:normal; }
	.product-options ul.validation-failed { padding:0 7px; }
	.product-options p.required { margin-bottom:0; padding:15px 0 0; }
	
	.product-options-bottom {	
width:100%;	
		float: right;
		margin-right: 8px;
	}
	
	.product-options-bottom .price {
		font-size: 20px;
	}
	
	
	#color-swatches {padding: 0 0 0 17px;float: left;position:relative;display:inline;}
	#color-swatches span.label { font-weight: bold; }
	#color-swatches-tooltip { display: inline; padding: 0 0 4px 5px; font-weight: bold;}
	#color-swatches ul {margin: 5px 0 0 0;}
	#color-swatches li {float:left; margin:0; padding: 0 1px 0 1px;}
	#color-swatches img {padding: 2px; margin: 0; border: 1px solid #ffffff;}
	#color-swatches img.selected {padding: 2px; margin: 0; border: 1px solid #b6b6b6;}

/*** Panier ***/
	#shopping-cart-table, #wishlist-table {
		width: 100%;
		border: 1px solid #59500D;
	}
	
	#shopping-cart-table tr.odd td { background-color: #EDE8E4; border-top: 2px solid #59500D; }	
	#shopping-cart-table tr.even td { background-color: #E6DED9; }	
	
	#shopping-cart-table td, #shopping-cart-table th, #wishlist-table td, #wishlist-table th { 
	color:#000000;
	text-align:left;
	background-color:#CBBDB1;
		border-right: 1px dotted #59500D;
		padding: 10px;
		vertical-align: top;
	}
		
	h4.title, .cart-price span { font-weight: bold; }
	
	.maj-cart {
		width: 100%;
		text-align: right;
		margin: 5px 0 10px 0;
	}
	
	.shopping-cart-totals { float: right;width:248px; }
	
	#shopping-cart-totals-table tr.last {
		font-size: 14px;	
		
	}
	
	/* Options Panier */
	.shopping-cart-collaterals {  float: left;width: 218px; border :5px solid #CBBDB1;}		
	.shopping-cart-collaterals div h4 {
		font-weight: bold;
		padding: 10px 0 5px 0;		
	}
	
	.shopping-cart-item-message { font-size: 10px; }
	
	.shopping-cart-collaterals div p { font-size: 10px; font-weight: bold;}
	.shopping-cart-estimateshipping { float:right;width: 240px; margin: 0 5px 0 5px; border :5px solid #CBBDB1;}
	.shopping-cart-estimateshipping div p { font-size: 10px; font-weight: bold;}
	/* Calcul frais expedition */
	.fraisenvoi { 
		margin: 10px 0 0 0;
		
	}
	
	.fraisenvoi .col2-set {
		margin: 10px;	
	}
	
	.fraisenvoi .col2-set .col-1, .fraisenvoi .col2-set .col-2 {
		margin: 5px;
	}
	
	.fraisenvoi .col2-set .col-1 { width:100% }
	.fraisenvoi .col2-set .col-2 {  }
	
	.fraisenvoi .col2-set p {
		font-size: 10px;
	}
	
	.fraisenvoi .shipment-methods li { font-size: 10px; }
	
	/* Total panier */
	#shopping-cart-totals-table {
		width: 100%;
		border: 5px solid #CBBDB1;
	}
	
	#shopping-cart-totals-table tr td {
		background-color:#EDE8E4;
		border-right: 1px solid #CBBDB1;
		padding: 10px;
		vertical-align: top;
	}
		
	/* Buttons */	
	.checkout-types { clear: both; width: 100%; }
    .checkout-types li { float: left; width: 49%; padding: 20px 0 20px 0; }
	
	/* Panier vide */
	p.cartvide { padding: 30px 0 40px 0; }
	
	/* Cross-selling */
	.cross-selling {
		width: 50%;	
	}
	
	
/*** Messages  ***/
	.success { color:#3d6611; }
	
	.error { color:#df280a; }
	
	.notice { color: #63330F; }
	
	.success, .error { font-weight:bold; }
	
	.messages,
	.messages ul { list-style:none !important; margin: 0 !important; padding: 0 !important; }
	
	.messages { width:100%; overflow:hidden; }
	
	.error-msg, .success-msg, .notice-msg, .note-msg {
		min-height:23px !important;
		margin-top:1em;
		margin-bottom:1em !important;
		border-style:solid !important;
		border-width:1px !important;
		background-repeat:no-repeat !important;
		background-position:10px 10px !important;
		padding:8px 8px 8px 32px !important;
		font-size:.95em !important;
		font-weight:bold !important;
		line-height: 23px;
		text-align: center;
	}
	
	.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
	
	.error-msg {
		border-color:#f16048;
		color:#df280a;
		background-color:#faebe7;
		background-image:url(../images/error_msg_icon.gif);
	}
	
	.success-msg {
		border-color:#446423;
		color:#3d6611;
		background-color:#eff5ea;
		background-image:url(../images/success_msg_icon.gif);
	}
	
	.notice-msg, .note-msg {
		color: #63330F;
		border-color: #949496;
		background-image: url(../images/note_msg_icon.gif);
	}
/* One-Page checkout */
	/* Base */
	select.address-select { width:630px; }
	
	.shipment-methods dd { margin-bottom:13px; }
	.payment-methods dt { margin-bottom:5px; }
	.payment-methods dd { padding:5px 20px; }
	.payment-methods select.month { width:146px !important; margin-right:10px; }
	.payment-methods select.year { width:100px !important; }
	.payment-methods input.cvv { width:3em !important; }
	
	.one-page-checkout { 
		width: 720px;
		float: left;			
		border: 1px solid #59500D; 
		margin-bottom: 10px;
	}
	
	
	#opc-review { border-bottom: 0; }
	
	.one-page-checkout .box {
		padding:15px 20px;
	}
	
	.one-page-checkout .box-no-padding {
		padding:15px 0px;
	}
	
	.one-page-checkout .box-no-padding .inner-box {
	   padding:0px 20px;
	}
		
	/* Normal */
	.one-page-checkout li { clear: both; }
	.one-page-checkout li .head a { display: none; }
	.one-page-checkout li.allow .head a { display: inline; color: #DB9C3B; font-weight: bold; }
	
	
	.one-page-checkout li .head { 
		width: 720px;
		background-color: #EEEDEB; 
		border-bottom: 1px dotted #59500D; 
		color: #C4C3C1;
		text-align: left;
		height: 26px;
	}
	
	.one-page-checkout li .head .step-count { background-color: #AAA9A7; margin: 5px; padding: 3px; color: #C4C3C1; }
	.one-page-checkout li .head h3 { float: left; padding: 3px; font-weight: bold; }
	.one-page-checkout li .head a { float: right; margin: 5px; }
	.one-page-checkout li .allow { cursor: pointer; }
	
	/* Active */
	.one-page-checkout li.active .head { 
		background-color: #4C4A4B;
		color: #FFFFFF;
	}
	
	.one-page-checkout li.active .head .step-count { background-color: #FFFFFF; margin: 5px; padding: 3px; color: #4C4A4B; }
	.one-page-checkout li.active .head h3 { display: inline; line-height: 20px; padding: 3px; font-weight: bold; }	
	
	
	/* Right col progress */
	.one-page-checkout-progress div.content {
		margin: 0 10px 10px 10px;
	}
	
	.one-page-checkout-progress h3 {
		font-size: 14px;
		color: #020100;
		background-color: #DB9C3B;
		line-height: 18px;
		text-align: center;	
	}
	
	.one-page-checkout-progress h4 {
		margin: 10px 10px 0 10px;
		background-color: #DEDBD8;
		color: #4C4B4B;
		text-align: center;
		font-size: 12px;
		line-height: 24px;
	}
	
	.one-page-checkout-progress h4.complete {
		background-color: #4C4B4B;
		color: #FFF;
	}
	
	.one-page-checkout-progress ol li { margin-bottom: 20px; }
	.one-page-checkout-progress ol li div.content {
		padding: 5px;
		background-color: #FFF;	
		line-height: 14px;
		font-size: 10px;
	}
	
	.one-page-checkout-progress ol li div.content address {
		font-style: normal;
		margin: 0 5px 0 5px;
		padding: 5px 0 5px 0;
		color: #000;
		line-height: 12px;
		font-size: 10px;
	}
	
	.col2-set h4 {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 10px;
		/*text-decoration: underline;*/
	}
	
	
	/* Validation CGV */
	.checkout-agreements li { margin:30px 0; }
	.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
	.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
	
	.one-page-checkout .checkout-agreements { padding: 5px 20px; }
	.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
	.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
	.one-page-checkout .checkout-agreements .agree { padding-left:6px; }


/*** Compte Client ***/
	/* Login */
	.login-box { margin: 10px; }
	
	.login-box .new-users h4 {
background-image:url(../images/icon_page_white.gif);
}
.login-box .registered-users h4 {
background-image:url(../images/icon_page_white_text.gif);
}
.login-box h4 {
background-position:0 1px;
background-repeat:no-repeat;
border-bottom:1px solid #DDDDDD;
color:#534741;
font-size:1.05em;
margin-bottom:1.2em;
min-height:16px;
padding-bottom:5px;
padding-left:23px;
text-transform:uppercase;
}
.login-box .content {

color:#534741;
line-height:1.55em;
padding:14px 21px;
}	
	
	
	/* Dashboard */
	.account-box {
		padding:15px;
	}
	.account-box .head { margin: 5px 0 10px 0; }
	.account-box h4 { font-size:1.1em; }
	.account-box .inner-head { margin-bottom:8px; padding-bottom:2px; text-align:right; }
	.account-box h5 { font-size:1.1em;   }
	.account-box h5 a { font-weight:normal; }
	.account-box h6 { text-transform:uppercase; }
	.account-main .account-box li { padding:5px 0; }
	.account-box ol .count {
		float:left;
		margin-top:3px;
		background-color:#0a263c;
		padding:1px 3px;
		font-size:9px;
		font-weight:bold;
		color:#fff;
		line-height:1em;
		}
	.account-box ol .content { margin-left:20px; padding:0; }
	.account-box ol.recent-reviews small {
		float:left;
		margin-right:3px;
		font-weight:bold;
		}
	.account-box .product-images { width:65px; }
	.account-box .product-images img { border:1px solid #ccc; }
	.account-box .product-details { margin:0 0 10px 70px; }
	.account-box .content { padding:0; }
	.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
	.account-side .actions .form-button { float:right; }
	.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
	.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
	
	
	/* Account Addressbook */
	.primary-address-list h4, .address-list h4 { font-size: 12px; color: #F6AF3B; text-decoration: none; }
	.primary-address-list li {
		margin-bottom:10px;
		border:1px solid #ccc;
		padding:10px 13px 8px 13px;
	}
	.primary-address-list li .head { margin:0; }
	.address-list li { margin-bottom:1em; }
	.address-list .actions { float:right; margin:0 0 10px 10px; }

	/* Account Order History */
	.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

	/* Right col customer */	
	.account-nav h3 {
		font-size: 14px;
		color: #020100;
		background-color: #DB9C3B;
		line-height: 25px;
		text-align: center;	
	}
	
	.account-nav ul { }
	
	.account-nav ul li {
		margin: 5px 10px 5px 10px;
		padding: 5px;
		background-color: #4C4B4B;
		border: 1px solid #DEDBD8;
		color: #FFF;
		font-weight: bold;
		text-align: left;
		font-size: 12px;
	}
	
	.account-nav ul li.on {
		background-color: #63320E;
		color: #FFF;
	}
	
	.account-nav ul li a:link, .account-nav ul li a:visited {
		color: #FFFFFF;
		font-weight: normal;
	}
	
	/* Link highlights */
	.link-cart { }
	.link-remove { color:#646464 !important; }
	.link-print { padding-left:23px; }
	.link-feed { padding-left:18px; line-height:1.15; }

	.order-access { padding-bottom: 20px; }
	.order-info { padding: 5px 0; }
	.order-info span { display:block; float:left; }
	.order-info ul { display:inline; }
	.order-info li { display:inline; padding-right:7px; padding-left:3px; }
	.order-info li.selected { font-weight:bold; }

/*** Footer ***/
	#footer ul { 
		float: left;
		width: 22%; 
		color: #FFF; 
		border-right: 1px solid #FFF;
	}
	
	#footer ul li { 
		margin: 2px 0 2px 5px;
		list-style-type: circle; 
		font-size: 10px; 
		width: 180px; 
		float: right; 
	}
	
	#footer ul li a:link, #footer ul li a:visited { color: #FFF; }
	
	#footer ul.tags {
		border: 0;
		width:280px;
	}
	
	#footer ul.tagslist {
		width: 300px;
		margin: 10px 20px;
	}
	
	#footer ul.tags li { 
		display: inline; 
		padding-right: 4px; 
		margin: 0;
		list-style-type: none; 
		float: none; 
	}	
	
	#footer ul li.head, #footer ul.tags li.head  {
	float : left;
		padding: 0;
		margin: 5px 0 5px 10px;
		width: 190px;
		list-style-type: none; 
		clear: both; 
		line-height: 24px; 
		font-size: 12px;
		color: #F6AF3B;
	}
	
	
	#footer ul.tags h1, #footer ul.tags h2, #footer ul.tags h3, #footer ul.tags h4, #footer ul.tags h5, #footer ul.tags h6 { float: left; font-weight: bold; padding: 2px 5px; }
	#footer ul.tags h1 { font-size: 22px; }
	#footer ul.tags h2 { font-size: 18px; }
	#footer ul.tags h3 { font-size: 16px; }
	#footer ul.tags h4 { font-size: 12px; }
	#footer ul.tags h5 { font-size: 10px; }
	#footer ul.tags h6 { font-size: 8px; }
	
	#footer ul.tags a:link, #footer ul.tags a:visited, #footer ul.tags a:hover { color: #FFF; text-decoration:none; }
	
	/*** Print pages ***/
	table.print .giftmessage-preview-link { display:none !important; }
	table.print .price-excl-tax { white-space:nowrap; }
	table.print .price-incl-tax { white-space:nowrap; }
	table.print .price-excl-tax .label,
	table.print .price-excl-tax .price,
	table.print .price-incl-tax .label,
	table.print .price-incl-tax .price { display:inline; }


	/*** Pop up pages ***/
	.page-popup { background: #fff; padding:25px 30px; text-align:left; width: 800px; margin: 20px auto; }
	.page-popup .print-head { margin:0 0 15px; }
	.page-popup .print-head img { float:left; }
	.page-popup .print-head address { float:left; margin-left:15px; }
	.product-gallery-nav { padding:0 5px; }


/* Base Mini */
.base-mini { border:1px solid #c4c1bc; background:#fff; line-height:1.3em;  font-size:.95em;  }

.base-mini .head h4 {background-color:#DB9C3B;width:100%;
color:#020100;
font-size:14px;
line-height:25px;
text-align:center;
}
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { background:#f8f7f5; }
.base-mini ol li { padding:7px 4px 7px 8px; }
.base-mini ol li.odd { background:#f4f3f3; }
.base-mini ol li.even { background:#fafafa; }
.base-mini .actions { background:url(../images/base_mini_actions_bg.gif) repeat-x #dee5e8; padding:6px; }
.base-mini .product-images { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }	

.review-infos {
float:left;
margin-right:8px;
padding:2px 2px 2px 10px;
width:25%;
}
.review-details {
float:left;
padding:8px;
width:65%;
}
/*recently viewed item right box*/


/*encart pub sous menu categorie home page*/
#bd_aw {
margin:auto;
width:745px;
}
#bd_aw img {
border:0 none;
float:left;
}
#bd_aw #bcg {
background:transparent url(../images/accueiltv001_745.jpg) repeat scroll 0 0;
float:left;
height:449px;
width:745px;
}
#bd_aw #bcg a.retour {
background:transparent url(../images/puce_07.gif) no-repeat scroll 0 75%;
color:#000000;
float:right;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
margin:8px 15px 0 0;
padding-left:5px;
text-decoration:none;
}
#bd_aw #bcg a.retour:hover {
text-decoration:underline;
}
#bd_aw #bcg ul {
float:right;
margin:180px 20px 0 4px;
padding:0;
width:120px;
}
#bd_aw #bcg ul li {
background:transparent url(../images/puce_07.gif) no-repeat scroll 0 75%;
border-bottom:1px dotted #AD9598;
font-family:Verdana,arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
line-height:14px;
list-style-type:none;
margin:0;
padding:0 0 3px 5px;
}
#bd_aw #bcg ul li a {
color:#2f211E;
padding:0 0 0 8px;
text-decoration:none;
}
#bd_aw #bcg ul li a:hover {
text-decoration:underline;
}
/* Affichage sous categ */
	.listing-type-grid2 .grid-row {
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		border-bottom: 2px solid #63320E; 
	}
	
	.listing-type-grid2 .last { border: 0; }
	
	.listing-type-grid2 .grid-row .item {
		width: 340px;
		height: 120px;
		padding: 0;
		margin: 5px 0 5px 0;
		border: 0;
		margin-left: 20px;
		background: none;
	}
	
	.listing-type-grid2 .grid-row .separator {
		float: left;
		width: 1px;
		height: 120px;
		margin: 10px 0 10px 0;
		border-right: 1px solid #63320E;
	}
	
	.listing-type-grid2 .grid-row .item .picture { width: 112px; margin-right: 8px; }
	.listing-type-grid2 .grid-row .item .picture img { padding: 5px; border: 1px solid #B7B7B7; }
	
	.listing-type-grid2 .grid-row .item .texte {
		width: 210px;
		text-align: left;
	}
	
	.listing-type-grid2 .grid-row .item .texte h5 { font-size: 12px; font-weight: bold; color: #63320E; }