/* =================================================================== */
/* =================================================================== */
/* Default Reset some Elements */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,div,span
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* =================================================================== */
/* =================================================================== */






/* =================================================================== */
/* =================================================================== */
/* Default Element Styling --- you can start editing here */


* {
  font-family: Arial, Verdana, "Lucida Grande", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

body
{
   background-color:#ffffff;
}

a {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}

a:hover {
  text-decoration: underline;
  color: #39c;
}

abbr[title] {
  border-bottom: 1px dotted #888 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

input[type=submit], button {
  cursor: pointer;
}

input:focus, textarea:focus, select:focus {
  background: #ffffff;
}



/* default margin bottom such as default line-height */

p, h1, h2, h3, h4, h5, h6, 
table, ul, ol, blockquote, pre {
  margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Lucida Grande", Arial, Helvetica, sans-serif;
}


#content h1 {
  font-size: 18px;
  line-height: 30px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
  font-size: 14px;
}

/* Box Styling */


.box {
  background: #DDDCDC;
}

.box ul li ul, .box ul li ul li ul {
  margin-bottom: 0px;
}

.box p, .box table, .box div, .box select {
  margin: 16px;
}

.box input, .box select {
  max-width: 140px;
}

div#boxAdmin
{
	margin-top:20px;
}

.box
{
  background-image: url('img/box_header.jpg');
  background-repeat:no-repeat;
}

.box h2 {
  display: block;
  width: 169px;
  line-height: 22px;
  font-size: 12px;
  text-align: left;
  color: #fff;
  margin:0px;
  margin-left:9px;
}

.box div.round_footer
{
  height:11px;
  line-height:11px;
  background-image: url('img/box_footer.jpg');
  background-repeat:no-repeat;	
  margin:0px;
  padding:0px;
}

img.image_banners
{
	margin-bottom:40px;
	margin-left:15px;
	width:150px;
}

/* Default Tables and all other Formtables... */


#content table {
  width: 100%;
}

#content table .odd {
  background: #fff;
}

#content table .even {
  background: #e5e5e5;
}

#content td.label {
  width: 140px;
  padding: 4px;
}

#content td.field {
  padding: 4px;
}

/* no border for the still generated XTCommerce-TableShit */

#content div.pageNavigation table {
  border: none;
}

.error, .error *, .messageStackError,
.info, .reqInfo {
  color: #ff4e00;
  font-weight: bold;
}

#content p.error table {
  border: none;
}

/* Buttons Default */

div.buttonDelete {
  margin-bottom: 16px;
}

div.buttonNewAccount {
  clear: both;
  margin-bottom: 16px;
}

div.buttonLogin, div.buttonEdit, div.buttonBack,
div.buttonCheckout, div.buttonReload {
  float: left;
  margin-bottom: 16px;
}

div.buttonContinue, div.buttonSubmit,
div.buttonSend, div.buttonCheckout, div.buttonNew,
div.buttonUpdate, div.buttonWrite {
  float: right;
  margin-bottom: 16px;
}



/* Those Element Clear Floating */

#checkoutProgressBar, #categorieListing h3, 
#content img.productImage, 
#content div.pageNavigation, #productsReviews,
#productInfo #alsoPurchased h2, #newProducts, 
.clear {
  clear: both;
}

div.clearing
{
	height:1px;
	clear: both;
}

#content table.errorMessageFormTable
{
	width:auto;
}

#content table.errorMessageFormTable td
{
	padding:0px;
	margin:0px;
	border:none;
	
}

/* =================================================================== */
/* =================================================================== */
















/* =================================================================== */
/* =================================================================== */
/* Container Layout */


#container, #inner_container, #header, #maincontainer, 
#footer {
  position: relative;
}

#container
{
  width: 911px;
  margin: 0 auto; 
  background-color:#ffffff;
  height:100%;
}

#inner_container
{
  width:911px;
  height:100%;
  padding-bottom:5px;
}

#header
{
  height: 123px;
  background-image: url('img/header_backgr.jpg');
  background-repeat:no-repeat;
}

#categories_top
{
	margin-top:10px;
}


#breadcrumb
{
  clear:both;
  margin-top:5px;
  margin-bottom:5px;		
  width: 911px;
  height:22px;
}


#maincontainer
{
  margin-top:15px;
  width:911px;
  background-color:#ffffff;  
}

#boxesLeft
{
	float:left;	
	width: 179px;
}

#contentcontainer
{
	float:left;
	width:528px;
	padding-left:8px;
}

#boxesRight
{
	float:right;
	width: 178px;
}

#content {
  background: #fff;  
}

#footer
{
	margin-top:5px;		
}

/* =================================================================== */
/* =================================================================== */








/* =================================================================== */
/* =================================================================== */
/* Header */


span.inner_breadcrumb
{
	float:left;
	width:500px;
	height:22px;
	line-height:11px;
	margin-top:5px;
	color:#666666;
	font-size:11px;
}

span.inner_breadcrumb a
{
	font-size:11px;
}

#breadcrumb a.startpage
{
	font-weight:bold;
}

#breadcrumb a:link { text-decoration:none;color:#666666; }
#breadcrumb a:active {text-decoration:none;color:#666666;}
#breadcrumb a:visited {text-decoration:none;color:#666666;}
#breadcrumb a:hover {text-decoration:none;color:#666666;}

#breadcrumb a.active_link
{
	text-decoration:underline;
}

span.inner_compte
{
	float:right;
	width:300px;
	margin-top:5px;	
	text-align:right;
	color:#666666;
	font-size:11px;
}

span.inner_compte a
{
	font-size:11px;
}

/* =================================================================== */
/* =================================================================== */






/* =================================================================== */
/* =================================================================== */
/* Footer Stuff */

div#footer
{
	text-align:center;
	background-image:url('img/shopping_nature_footer.jpg');
	background-repeat:no-repeat;
	height:28px;
}

/* =================================================================== */
/* =================================================================== */







/* =================================================================== */
/* =================================================================== */
/* Box TOP - Categories */

#categories_top ul a 
{		
	text-decoration:none;
}

/*1st level*/

#categories_top ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	height:100px;	
}

#categories_top ul li
{
	float:left;
	text-align:center;
	width:125px;
	height:100px;
	margin-right:6px;
}

#categories_top ul li a
{
	font-size:15px;
	font-weight:bold;
	font-family: Helvetica,Arial sans-serif;	
}

#categories_top ul li img
{
	padding-bottom:5px;
}

#categories_top ul li.cat110
{
	margin-right:0px;	
}

#categories_top ul li a.first_level_name
{
	display:block;
	height:100px;
}

#categories_top ul li a span.cat_top_name
{
	display:block;
	width:84px;
	margin:0 auto;
	cursor:pointer;
}

#categories_top ul li.cat107 a span.cat_top_name
{
	color:#DFCEB3;	
}

#categories_top ul li.cat104 a span.cat_top_name
{
	color:#8BC9C5;
}

#categories_top ul li.cat110 a span.cat_top_name
{
	color:#76B689;
}

#categories_top ul li.cat88 a span.cat_top_name
{
	color:#8BA774;
}

#categories_top ul li.cat92 a span.cat_top_name
{
	color:#B0A384;
}

#categories_top ul li.cat90 a span.cat_top_name
{
	color:#B198B5;
}

#categories_top ul li.cat118 a span.cat_top_name
{
	color:#8AC3E4;
}






/*2nd level*/


#categories_top ul li ul
{
	display:none;
}

#categories_top ul li:hover ul
{
	position:absolute;
	top:auto;
	left:auto;
	display:block;
	z-index:100;
}


#categories_top ul li ul
{
	height:auto;	
	z-index:100;
	width:120px;
	background-color:#ffffff;
	border:2px solid #DDDCDC;
}

#categories_top ul li ul li
{
	float:none;
	margin:0px;
	padding:0px;
	text-align:left;
	width:110px;
	height:auto;
	z-index:100;
}

#categories_top ul li ul li.CatLevel2 a
{
	display:block;
	width:110px;
	line-height:20px;
	padding:2px 5px 2px 5px;
	
	color:#666666;	
	font-size:12px;
	font-weight:normal;	
}

#categories_top ul li ul li.CatLevel2 a:hover
{
	background-color:#DDDCDC;
	color:#ffffff;
}



/* =================================================================== */
/* =================================================================== */






/* =================================================================== */
/* =================================================================== */
/* Box Categories */

div#boxesLeft .boxCategories
{
	background-image:none;
	background-color:#ffffff;
}


div#boxesLeft  .boxCategories ul li
{
	width:105px;  
}

div#boxesLeft  .boxCategories ul li img
{
	padding-bottom:8px;
	padding-top:10px;
}

div#boxesLeft  .boxCategories ul li a
{
	font-size:13px;
	font-weight:bold;
	font-family: Helvetica,Arial sans-serif;	
	margin:0px;
	padding:0px;	
	display:block;	
	text-decoration:none;
}

div#boxesLeft  .boxCategories ul li.SubMenue a
{
	padding-bottom:10px;	
}

div#boxesLeft .boxCategories li.cat107 a
{
	color:#DFCEB3;
}

div#boxesLeft .boxCategories li.cat104 a
{
	color:#8BC9C5;
}

div#boxesLeft .boxCategories li.cat110 a
{
	color:#76B689;
}

div#boxesLeft .boxCategories li.cat88 a
{
	color:#8BA774;
}

div#boxesLeft .boxCategories li.cat92 a
{
	color:#B0A384;
}

div#boxesLeft .boxCategories li.cat90 a
{
	color:#B198B5;
}

div#boxesLeft .boxCategories li.cat118 a
{
	color:#8AC3E4;
}


div#boxesLeft .boxCategories ul li ul li.CatLevel2 a
{
	color:#948F8F;
	margin:0px;
	padding:0px;	
	padding-bottom:5px;	
	display:block;	
	font-size:12px;
	font-weight:normal;
	font-family: Helvetica,Arial sans-serif;
}


/* =================================================================== */
/* =================================================================== */




/* =================================================================== */
/* =================================================================== */
/* Box box_search */

#boxSearch
{
  float:right;
  width: 165px;  
  height:30px;
  margin-right:10px;
  background:none;
  text-align:right;
  margin-top:10px;	
}

div#boxSearch h2
{
	display:none;	
}

div#boxSearch *
{
	margin:0px;
	padding:0px;
}

div#boxSearch table td,
div#boxSearch table input,
table.errorMessageFormTable td input,
table.errorMessageFormTable td 
{
	line-height:19px;
	height:19px;
}

div#boxSearch table td.field input,
table.errorMessageFormTable td.field input
{
	background-image:url('img/search_input_backgr.gif');
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	height:17px;
	width:129px;
	padding-top:2px;
	padding-left:5px;
}

table.errorMessageFormTable td.field input
{
	padding-top:1px;
}


/* =================================================================== */
/* =================================================================== */




/* =================================================================== */
/* =================================================================== */
/* Box whats_new */


div#boxWhatsnew
{
	background-color:#ffffff;
	border:1px solid #BDBCC1;
	margin-bottom:20px;
}

div#boxWhatsnew h2
{
	line-height:22px;
	height:22px;	
}

div#boxWhatsnew p a:link {font-weight:bold;font-size:13px;text-decoration:none;color:#666666; }
div#boxWhatsnew p a:active {font-weight:bold;font-size:13px;text-decoration:none;color:#666666;}
div#boxWhatsnew p a:visited {font-weight:bold;font-size:13px;text-decoration:none;color:#666666;}
div#boxWhatsnew p a:hover {font-weight:bold;font-size:13px;text-decoration:none;color:#666666;}

/* =================================================================== */
/* =================================================================== */






/* =================================================================== */
/* =================================================================== */
/* Box Bestseller */

div#boxBestSellers
{
    background-image: url('img/topdeventes.jpg');
    background-repeat:no-repeat;	
	background-color:#EDEDED;
	margin-bottom:20px;
	height:327px;
}

div#boxBestSellers div.topventes
{
	height:105px;
}

div#boxBestSellers table
{
	margin:0px;
	margin-left:5px;
	width:170px;
}

div#boxBestSellers table td
{
	font-size:11px;
	height:40px;	
	padding:0px;
	margin:0px;
}


div#boxBestSellers table td.count
{
	color:#96B65B;
	width:15px;
}

div#boxBestSellers table td.price
{
	width:45px;
}

div#boxBestSellers table td.price span.final_price 
{
	color:#96B65B;	
}

div#boxBestSellers table td.price span.productOldPrice
{
	display:none;
}

div#boxBestSellers table td.prod_name
{
	width:110px;
	padding-left:3px;
}

div#boxBestSellers table a:link {font-size:11px;text-decoration:none;color:#7B7777;}
div#boxBestSellers table a:active {font-size:11px;text-decoration:none;color:#7B7777;}
div#boxBestSellers table a:visited {font-size:11px;text-decoration:none;color:#7B7777;}
div#boxBestSellers table a:hover {font-size:11px;text-decoration:none;color:#7B7777;}

/* =================================================================== */
/* =================================================================== */




/* =================================================================== */
/* =================================================================== */
/* Box Newsletter */


div#boxNewsletter
{
	background-image: url('img/newsletter.jpg');
    background-repeat:no-repeat;
	margin-bottom:15px;
	width:178px;
	height:164px;
}

div#boxNewsletter form
{
	padding-top:118px;	
	padding-left:8px;
}

div#boxNewsletter form span#email input
{
	max-width:120px;
	height:11px;
	font-size:11px;
}

div#boxNewsletter form span#emailbutton input
{
	padding-left:5px;
	padding-top:5px;
}

#emailbutton{
padding-top:5px;
}
div#boxNewsletter p
{
	margin-bottom:0px;	
}

div#boxNewsletter p.button
{
	margin-top:0px;	
	width:142px;
	height:12px;
}

div#boxNewsletter p.button input
{	
	float:right;
	height:18px;
	width:33px;
	border:0px;
	margin-top:3px;
	vertical-align:middle;
	margin-bottom:5px;		
}

/* =================================================================== */
/* =================================================================== */





/* =================================================================== */
/* =================================================================== */
/* Box Specials */

div#boxSpecials
{
    background-image: url('img/enpromo.jpg');
    background-repeat:no-repeat;
	height:277px;
	text-align:center;
	
	margin-bottom:20px;
	background-color:#ffffff;	
}

div#boxSpecials h5
{
	width:140px;
	margin-left:20px;
	text-align:center;
	height:auto;
}

div#boxSpecials div.promo_img
{
	height:140px;	
	margin:0px;
	padding:50px 0px 0px 0px;	
/*padding:50px 0px 30px 0px*/
}

div#boxSpecials a img
{	
	width:110px;
}

div#boxSpecials span.productOldPrice
{
	display:none;
}


div#boxSpecials h5 a:link {font-weight:bold;font-size:13px;text-decoration:none;color:#AA0D2B;}
div#boxSpecials h5 a:active {font-weight:bold;font-size:13px;text-decoration:none;color:#AA0D2B;}
div#boxSpecials h5 a:visited {font-weight:bold;font-size:13px;text-decoration:none;color:#AA0D2B;}
div#boxSpecials h5 a:hover {font-weight:bold;font-size:13px;text-decoration:none;color:#AA0D2B;}




/* =================================================================== */
/* =================================================================== */






/* =================================================================== */
/* =================================================================== */
/* Box content */

div#boxContent ul
{
	margin-top:10px;
	margin-left:10px;
}

/* =================================================================== */
/* =================================================================== */




/* =================================================================== */
/* =================================================================== */
/* Box cart */

div#boxCart
{
	background-image:url(img/panier_backgr.jpg);
	background-repeat:no-repeat;
	
	margin-bottom:15px;
}

div#boxCart span.red strong,
div#boxCart span.red span.final_price
{
	color:red;
}

div#boxCart h2, div#boxCart h2 a
{
	line-height:49px;
}

div#boxCart p
{
	padding-bottom:5px;
	margin-left: 16px;
	margin-top:5px;
	margin-bottom:5px;
	color:#000000;
}

div#boxCart p strong,
div#boxCart p span.final_price
{
	color:#000000;
}

div#boxCart p img
{
	margin:0px;
	display:inline;
}

div#boxCart a:link { text-decoration:none;color:#000000; }
div#boxCart a:active {text-decoration:none;color:#000000;}
div#boxCart a:visited {text-decoration:none;color:#000000;}
div#boxCart a:hover {text-decoration:none;color:#000000;}

div#boxCart h2 a:link { text-decoration:none;color:#ffffff; }
div#boxCart h2 a:active {text-decoration:none;color:#ffffff;}
div#boxCart h2 a:visited {text-decoration:none;color:#ffffff;}
div#boxCart h2 a:hover {text-decoration:none;color:#ffffff;}

/* =================================================================== */
/* =================================================================== */





/* =================================================================== */
/* =================================================================== */
/* Box Login */

div#boxLogin
{
	background-image:url(img/login_header.jpg);
	background-repeat:no-repeat;
}

div#boxLogin h2, div#boxLogin h2 a
{
	line-height:24px;
	color:#333333;
	padding-left:0px;
}

div#boxLogin
{
	margin-bottom:15px;
}

div#boxLogin p.textfields
{
	margin-bottom:0px;
}

div#boxLogin p.textfields input
{
	margin-bottom:2px; 
	width:140px;
	height:20px;
	border:0px;
	background-image:url('img/input_background.jpg');
	padding:2px 0px 0px 5px;
}

div#boxLogin p.button
{
	margin-top:0px;	
	width:142px;
	height:12px;
}

div#boxLogin p.button input
{	
	float:right;
	height:18px;
	width:33px;
	border:0px;
	margin-top:3px;
	vertical-align:middle;		
}

div#boxLogin hr
{
	clear:both;
	color:#A20C29;
	width:142px;
	margin:0px 0px 0px 15px;
	padding:0px;
}

div#boxLogin p.links
{
	margin-top:4px;
	margin-bottom:4px;
	font-size:11px;
}

/* =================================================================== */
/* =================================================================== */





/* =================================================================== */
/* =================================================================== */
/* Box Banners */

div#banner_right
{
	width:179px;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	margin-top:15px;	
}


div#banner_left_box
{	
	margin-bottom:20px;
	margin-top:15px;
}

div#banner_left_box img
{
	padding-bottom:15px;
}

span.banner_top img, 
{
	margin-bottom:15px;
}

div#banner_categories
{
	margin-top:15px;	
}

div#banner_categories span.banner_top img
{
	padding-top:10px;
}

span.banner_bottom_right img,
span.banner_middle_right img
{
	padding-left:8px;
}

div.banner_3
{
	margin-top:15px;	
}

div.banner_3 span.satisfait,
div.banner_3 span.paiement
{
	margin-right:6px;
}


/* =================================================================== */
/* =================================================================== */





/* =================================================================== */
/* =================================================================== */
/* Price-Display */


#productListing p.productsPriceInfo,
div#newProductsDefault p.productsPriceInfo,
div#alsoPurchased p.productsPriceInfo,
div#newProducts p.productsPriceInfo,
div#specials p.productsPriceInfo
{	
	height:32px;	
	margin:0px;
	padding:0px;
	padding-top:5px;
}

#productListing p.productsPriceInfo span.final_price,
div#newProductsDefault p.productsPriceInfo span.final_price,
div#alsoPurchased p.productsPriceInfo span.final_price,
div#newProducts p.productsPriceInfo span.final_price,
div#boxWhatsnew p span.final_price,
div#boxSpecials p span.final_price,
div#specials p span.final_price,
div#boxSpecials span.final_price
{
	color:#737472;
	font-size:16px;
	font-weight:bold;
}

#productListing p.productsPriceInfo span.final_special_price,
div#newProductsDefault p.productsPriceInfo span.final_special_price,
div#alsoPurchased p.productsPriceInfo span.final_special_price,
div#newProducts p.productsPriceInfo span.final_special_price,
div#boxWhatsnew p span.final_special_price,
div#boxSpecials p span.final_special_price,
div#specials p span.final_special_price,
div#boxSpecials span.final_special_price
{
	color:#737472;
	font-size:16px;
}

#productListing p.productsPriceInfo span.final_special_price span.final_price,
div#newProductsDefault p.productsPriceInfo span.final_special_price span.final_price,
div#alsoPurchased p.productsPriceInfo span.final_special_price span.final_price,
div#newProducts p.productsPriceInfo span.final_special_price span.final_price,
div#boxWhatsnew p span.final_special_price span.final_price,
div#boxSpecials p span.final_special_price span.final_price,
div#specials p span.final_special_price span.final_price,
div#boxSpecials span.final_special_price span.final_price
{
	color:#AA0D2B;
}


#productListing p.productsPriceInfo span.productOldPrice,
div#newProductsDefault p.productsPriceInfo span.productOldPrice,
div#alsoPurchased p.productsPriceInfo span.productOldPrice,
div#newProducts p.productsPriceInfo span.productOldPrice,
div#boxWhatsnew p span.productOldPrice,
div#boxSpecials p span.productOldPrice,
div#specials p span.productOldPrice,
div#boxSpecials span.productOldPrice
{
	text-decoration:line-through;
	font-size:12px;	
	color:#737472;
}

#productListing p.productsPriceInfo span.productOldPrice span.final_price,
div#newProductsDefault p.productsPriceInfo span.productOldPrice span.final_price,
div#alsoPurchased p.productsPriceInfo span.productOldPrice span.final_price,
div#newProducts p.productsPriceInfo span.productOldPrice span.final_price,
div#boxWhatsnew p span.productOldPrice span.final_price,
div#boxSpecials p span.productOldPrice span.final_price,
div#specials p span.productOldPrice span.final_price,
div#boxSpecials span.productOldPrice span.final_price
{
	font-size:12px;	
}

/* =================================================================== */
/* =================================================================== */






/* =================================================================== */
/* =================================================================== */
/* Modul products_listing */


div#productListing div.productDetails,
div#newProductsDefault .newProductModule,
div#alsoPurchased div.alsoPurchasedModule,
div#newProducts div.newProductModule,
div#specials div.specialProduct
{
	float:left;
	width:176px;	
	height:366px;
	color:#666666;
	text-align:center;
	border-bottom: solid 1px #dbdbdb;
}


#productListing div.prod_image,
div#newProductsDefault div.prod_image,
div#alsoPurchased div.prod_image,
div#newProducts div.prod_image,
div#specials div.prod_image
{
	text-align:center;
	vertical-align:middle;
	height:168px;
	width:168px;
}


  
#productListing img.productImage,
div#newProductsDefault img.productImage,
div#alsoPurchased img.productImage,
div#newProducts img.productImage
div#specials div.productImage
{ 
  	padding-top:10px;
}


h5.product_name a:link { color:#AF1B37;text-decoration:none;font-size:13px;font-weight:bold; }
h5.product_name a:active {color:#AF1B37;text-decoration:none;font-size:13px;font-weight:bold;}
h5.product_name a:visited {color:#AF1B37;text-decoration:none;font-size:13px;font-weight:bold;}
h5.product_name a:hover {color:#AF1B37;text-decoration:none;font-size:13px;font-weight:bold;}

div.productDetails p.productsDescription,
div.specialProduct p.productsDescription,
div.newProductModule p.productsDescription
{
	font-size:11px;	
	padding-right:5px;
	padding-top:3px;
	height:50px;
	color:#737472;
	line-height:13px;
	
	
}


h5.product_name
{
	margin-bottom:0px;	
	height:30px;
	
	
}

div.buttonBuyNow
{
	padding-top:10px;
}



/* =================================================================== */
/* =================================================================== */



/* =================================================================== */
/* =================================================================== */
/* Modul product_info */

#productInfo div.left_info
{
	float:left;
	width:250px;
	text-align:left;
}



#productInfo div.left_info table.ingedients
{
	margin-top:30px;
	width:240px;	
}



#productInfo div.left_info table.ingedients th
{
	background-color:#B90028;
	color:#ffffff;
	padding:5px 5px 10px 10px;
	font-weight:bold;
}

#productInfo div.left_info table.ingedients td
{
	padding:2px 5px 2px 10px;
	color:#000000;
	font-size:11px;
}

#productInfo div.left_info table.ingedients td.right
{
	width:60px;
}

#productInfo div.left_info table.ingedients tr.odd td
{
	background-color:#CECECE;
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #FCFCFC;
}

#productInfo div.left_info table.ingedients tr.even td
{
	background-color:#E9E9E9;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #FCFCFC;
}

#productInfo div.left_info div.ingredients_extra
{
	color:#B90028;
	font-size:10px;
	width:220px;		
}



#productInfo div.right_info
{
	float:right;
	width:268px;
	padding-left:10px;
	text-align:left;
}

#productInfo div.right_info p.productDescription
{
	clear:both;
	margin-top:25px;
}

#content #productInfo table.productToCart {
  border: none;
  width: auto;
  float: left;
  margin: 0px 0px 30px 0px;
}

#productInfo .productOptions {
  clear: both;
} 

#productInfo h3
{
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:5px;
	font-size:12px;
}

#productInfo div.right_info h1
{
	margin-bottom:10px;
	color:#B90028;
	text-transform:capitalize;
}

#productInfo p.product_ShortDescription
{
	margin-bottom:20px;	
	font-size:13px;
	font-weight:bold;
}

#productInfo p.productsPriceInfo
{
	padding-top:10px;
}

#productInfo p.productsPriceInfo span.final_price
{
	color:#AA0D2B;
	font-size:20px;
}


#productInfo p.productsPriceInfo span.final_special_price
{
	color:#AA0D2B;
	font-size:20px;
}

#productInfo p.productsPriceInfo span.productOldPrice
{
	color:#666666;	
	text-decoration:line-through;
}

#productInfo p.productsPriceInfo span.productOldPrice span.final_price
{
	color:#666666;	
	font-size:12px;	
}

table.productToCart td.quantity input
{
	border-left:1px solid #D3D3D5;
	border-top:1px solid #A7A8AA;
	border-bottom:1px solid #D3D3D5;
	border-right:1px solid #A7A8AA;
	height:16px;
	font-size:12px;
	padding-left:5px;
}

/* =================================================================== */
/* =================================================================== */













/* =================================================================== */
/* =================================================================== */
/* Modul product_reviews */


#productsReviews {
  margin-top: 48px;
}

#productsReviews div.productsReviewsModule {
  padding: 10px;
  background: #eee;
  margin-bottom: 5px;
}

/* =================================================================== */
/* =================================================================== */



/* =================================================================== */
/* =================================================================== */
/* Modul shopping_cart */

#shoppingCart .cartDetailsTotal {
  text-align: right;
}

div#giftCart
{
		border: 1px solid #BDBCC1;
		padding:10px;
		padding-bottom:5px;
		background-image: url(img/gift_backgr.gif);
		background-repeat:no-repeat;
		background-color: #FAFAFA;
		margin-bottom:10px;
}

div#shoppingCart div#giftCart h3
{
	font-size:12px;
	margin:0px;
}

div#shoppingCart div#giftCart
{
	font-size:11px;
}

div#giftCart div.gift_left h3
{
	margin-bottom:5px;
	font-size:12px;
}

div#giftCart div.gift_left p
{
	margin-bottom:5px;
}

div#giftCart div.gift_left
{
	float:left;
	width:515px;
}

div#giftCart div.gift_left span.gift_coupon input
{
	width:50px;
	height:12px;
	border:1px solid #A5A3A4;

}

div#giftCart a:link { font-size:11px;text-decoration:none; }
div#giftCart a:active {font-size:11px;text-decoration:none;}
div#giftCart a:visited {font-size:11px;text-decoration:none;}
div#giftCart a:hover {font-size:11px;text-decoration:none;}

div#giftCart div.gift_left span.gift_submit input
{
	margin-left:5px;
	vertical-align:top;
}

div#shoppingCart h3.create_compte
{
	font-size:12px;
	margin-bottom:5px;
}

div#shoppingCart img.productImage
{
	height:60px;
}

div#shoppingCart table#orderDetails th.article
{
	width:125px;
}

div#shoppingCart table#orderDetails th.single
{
	width:80px;
}

div#shoppingCart table#orderDetails th.total
{
	width:55px;
}

div#shoppingCart div#giftCart p
{
	font-size:11px;
}

/* =================================================================== */
/* =================================================================== */



/* =================================================================== */
/* =================================================================== */
/* Modul categorie_listing */

div#categorieListing div.subcategory
{
	float:left;
	width:158px;
	height:160px;
	margin-right:13px;
	margin-bottom:15px;
}



div#categorieListing div.color1
{
	background-color:#DFCEB3;	
}

div#categorieListing div.color2
{
	background-color:#8BC9C5;		
}

div#categorieListing div.color3
{
	background-color:#76B689;		
}

div#categorieListing div.color4
{
	background-color:#8BA774;		
}

div#categorieListing div.color5
{
	background-color:#B0A384;		
}

div#categorieListing div.color6
{
	background-color:#B198B5;		
}

div#categorieListing div.color7
{
	background-color:#8AC3E4;		
}




div#categorieListing div.subcategory h4
{
	margin-top:100px;
	margin-left:20px;
	width:115px;
}

div#categorieListing div.subcategory h4 a:link { text-decoration:none;color:#ffffff; }
div#categorieListing div.subcategory h4 a:active {text-decoration:none;color:#ffffff;}
div#categorieListing div.subcategory h4 a:visited {text-decoration:none;color:#ffffff;}
div#categorieListing div.subcategory h4 a:hover {text-decoration:none;color:#ffffff;}

div#categorieListing div.subcategory a img
{
	padding-left:0px;
}

div#categorieListing div.subcategory a.cat_image
{
	width:158px;
	display:block;
}

/* =================================================================== */
/* =================================================================== */



/* =================================================================== */
/* =================================================================== */
/* Modul also_purchased */

div#alsoPurchased h2
{
	margin-top:30px;
}

/* =================================================================== */
/* =================================================================== */




/* =================================================================== */
/* =================================================================== */
/* Account / Login page */

div#login div.login_left
{
	float:left;
	width:240px;
}

div#login div.login_right
{
	float:right;
	width:240px;
}

table.loginFormTable
{
	margin-bottom:0px;
}

div#login div.buttonLogin input
{
	padding-top:5px;
}

/* =================================================================== */
/* =================================================================== */




/* =================================================================== */
/* =================================================================== */
/* Modul order_details & checkout_confirmation products_block */

#orderDetails, #checkoutConfirmation .productsBlock,
#accountHistoryInfo #accountHistoryInfoTable {
  width: 100%;
}

#orderDetails thead, #checkoutConfirmation .productsBlock thead,
#accountHistoryInfo #accountHistoryInfoTable thead {
  background-image: url('img/panier_header_backgr.gif');
  background-repeat:repeat-x;
}

#orderDetails th,#accountHistoryInfo #accountHistoryInfoTable th {
  color: #000000;
  padding: 8px;
  font-weight: bold;
  text-align: center;
}


#orderDetails td, #accountHistoryInfo #accountHistoryInfoTable td {
  padding: 8px;
  text-align: center;
}

#orderDetails .article, #checkoutConfirmation .productsBlock .article,
#accountHistoryInfo #accountHistoryInfoTable .article {
  text-align: left;
}

#orderDetails .cartDetailsTotal {

}

#orderDetails .cartDetailsTotal td,
#orderDetails .total,
#checkoutConfirmation .productsBlock .price,
#accountHistoryInfo #accountHistoryInfoTable .price,
#accountHistoryInfo p.summe {
  text-align: right;
  padding-right: 8px;
}

#orderDetails td.remove {
  width: 25px;
}



#orderDetails img.productImage {
  margin-bottom: 0;
}


div#accountHistoryInfo table#accountHistoryInfoTable th.products,
div#accountHistoryInfo table#accountHistoryInfoTable td.article
{
	width:140px;	
}

/* =================================================================== */
/* =================================================================== */



/* =================================================================== */
/* =================================================================== */
/* Modul account */

#account div.recentlyViewed {
  float: left;
  width: 50%;
}

#account h2, #account p.clear {
  clear: both;

}

div#account div.bienvenu
{
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

div#account div.reglages
{
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

div#account div.ordered_products
{
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

div#account div.newsletter_note
{
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

div#account a:link { font-size:12px;text-decoration:none;font-weight:bold; }
div#account a:active {font-size:12px;text-decoration:none;font-weight:bold;}
div#account a:visited {font-size:12px;text-decoration:none;font-weight:bold;}
div#account a:hover {font-size:12px;text-decoration:none;font-weight:bold;}

/* =================================================================== */
/* =================================================================== */






/* =================================================================== */
/* =================================================================== */
/* Modul checkout_shipping */

#checkoutShipping .shippingModule {

  padding: 8px;
  margin-bottom: 8px;
}

#checkoutShipping .shippingModule p {
  margin-bottom: 0;
}

#checkoutShipping div.adresse_livraison
{
	float:left;
	width:240px;
	background-color:#EEEEEE;
	height:170px;
	padding:10px 0px 0px 10px;
	margin-bottom:20px;
}

#checkoutShipping div.mode_livraison
{
	float:right;
	width:240px;
	background-color:#EEEEEE;
	height:170px;
	padding:10px 0px 0px 10px;
	margin-bottom:20px;
}

#checkoutShipping p.shippingModuleSelected input
{
	vertical-align:text-bottom;
}


div#checkoutShippingAddress div.adresse_livraison
{	
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}


div#checkoutShippingAddress div.adresse_liste
{	
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;
}

div#checkoutShippingAddress table
{
	margin-bottom:5px;
}

/* =================================================================== */
/* =================================================================== */




/* =================================================================== */
/* =================================================================== */
/* Modul checkout_payment */


#checkoutPayment textarea {
  margin-bottom: 16px;
  width: 100%;
}


div#checkoutPayment div.comments
{
	width:515px;
	padding:10px 0px 10px 10px;
	background-color:#EEEEEE;
	margin-bottom:15px;
}

div#checkoutPayment div.comments textarea,
div#checkoutPayment div.agb textarea
{
	width:450px;
}

div#checkoutPayment div.agb
{
	width:515px;
	padding:10px 0px 10px 10px;
	background-color:#EEEEEE;
	margin-bottom:15px;
}

div#checkoutPayment div.adresse_facturation
{
	float:left;
	width:240px;
	background-color:#EEEEEE;
	height:160px;
	padding:10px 0px 0px 10px;
	margin-bottom:20px;
}

div#checkoutPayment div.mode_paiement
{
	float:right;
	width:240px;
	background-color:#EEEEEE;
	height:160px;
	padding:10px 0px 0px 10px;
	margin-bottom:20px;
}

div#checkoutPayment div.mode_paiement div#checkoutPaymentBlock
{
	margin-left:20px;
}

/* =================================================================== */
/* =================================================================== */





/* =================================================================== */
/* =================================================================== */
/* Modul checkout_confirmation */

#checkoutConfirmation h2 {
	font-size:13px;
}

#checkoutConfirmation p {
  padding-left: 16px;
}

#checkoutConfirmation .info,
#checkoutConfirmation .info * {
  padding: 0;
  color: #666;
  font-weight: normal;
  border: none;
}

#content #checkoutConfirmation table td {
  padding: 0 8px;
}

#content #checkoutConfirmation table.productsBlock td {
  padding: 8px;
}


div#checkoutConfirmation div.confirmation_left
{
	float:left;
	width:240px;
	background-color:#EEEEEE;
	height:130px;
	padding:10px 0px 0px 10px;
}

div#checkoutConfirmation div.confirmation_right
{
	float:right;
	width:240px;
	background-color:#EEEEEE;
	height:130px;
	padding:10px 0px 0px 10px;
}

div#checkoutConfirmation div.confirmation_left2
{
	float:left;
	width:240px;
	background-color:#EEEEEE;
	height:80px;
	padding:10px 0px 0px 10px;
}

div#checkoutConfirmation div.paymentMethod
{
	float:right;
	width:240px;
	background-color:#EEEEEE;
	height:80px;
	padding:10px 0px 0px 10px;
}

div#checkoutConfirmation table.order_total td
{
	text-align:right;
}

#checkoutConfirmation table.productsBlock th.article
{
  color: #000000;
  padding: 8px;
  font-weight: bold;
  text-align: left;
}

#checkoutConfirmation table.productsBlock th.prix
{
  color: #000000;
  padding: 8px;
  font-weight: bold;
  text-align: right;
}

/* =================================================================== */
/* =================================================================== */





/* =================================================================== */
/* =================================================================== */
/* Module Checkout success */ 


div#checkoutSuccess div.sucess,
div#checkoutSuccess div.print,
div#checkoutSuccess div.merci
{
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;	
	margin-top:20px;
}

div#checkoutSuccess div.print img
{
	cursor:pointer;
}

div#checkoutSuccess div.sucess h1,
div#checkoutSuccess div.merci h1
{
	margin-top:0px;
}

div#checkoutSuccess div.merci
{
	margin-bottom:20px;
}
/* =================================================================== */
/* =================================================================== */



/* =================================================================== */
/* =================================================================== */
/* Order Progressbarthing */ 


#checkoutShipping h1,
#checkoutPayment h1,
#checkoutConfirmation h1,
#checkoutSuccess h1,
div#checkoutShippingAddress h1
{
	margin-top:20px;
	margin-bottom:10px;
}

#checkoutShipping a img,
#checkoutPayment a img,
#checkoutConfirmation a img,
#checkoutSuccess a img
{
	margin-top:10px;
}


#checkoutProgressBar {
  margin: 0px auto 0 auto;
  width: 505px;
  height:40px;
}

div#checkoutShipping div#checkoutProgressBar,
div#checkoutShippingAddress div#checkoutProgressBar
{
	background-image:url('img/payment_process1.jpg');
	background-repeat:no-repeat;
}

div#checkoutPayment div#checkoutProgressBar
{
	background-image:url('img/payment_process2.jpg');
	background-repeat:no-repeat;
}

div#checkoutConfirmation div#checkoutProgressBar
{
	background-image:url('img/payment_process3.jpg');
	background-repeat:no-repeat;
}


div#checkoutSuccess div#checkoutProgressBar
{
	background-image:url('img/payment_process4.jpg');
	background-repeat:no-repeat;
}
/* =================================================================== */
/* =================================================================== */



/* =================================================================== */
/* =================================================================== */
/* Sitemap */ 


div#sitemap ul.products li
{
	margin-left:15px;
}


div#sitemap ul.subcategories li
{
	margin-left:25px;
}

div#sitemap div.cats
{
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;	
	margin-bottom:20px;
}

div#sitemap, div#sitemap a, div#sitemap ul li
{
	font-size:11px;
}

div#sitemap ul li a
{
	font-weight:bold;
	padding-top:5px;
}

/* =================================================================== */
/* =================================================================== */




/* =================================================================== */
/* =================================================================== */
/* Copyright */ 

#content div.pageNavigation {

  margin-top: 70px;
  padding-top: 10px;
}


.parseTime {
  display: none;
}

.copyright, .copyright a {
  color: #666666;
}

.copyright {
  width: 400px;
  margin: 20px auto;
}

/* =================================================================== */
/* =================================================================== */



/* =================================================================== */
/* =================================================================== */
/* Manufacturers Box */


div#boxManufacturers
{
	background:#ffffff url(img/manufacturer_background.jpg);
	width:169px;
	height:73px;	
}

div#boxManufacturers h2
{
   visibility:hidden;
}

div#boxManufacturers select
{
    margin:25px 0 10px 10px;
    width:152px;
    border:0 none ! important;  
	max-width:152px;
}



/* =================================================================== */
/* =================================================================== */








/* =================================================================== */
/* Other Stuff */
/* =================================================================== */

div#boxCurrencies
{
	margin-bottom:20px;
}

div#box-rota
{
	background-repeat: no-repeat;
}

div#encart-rota
{
	background:#ffffff url(../../images/banner/encart-rota.jpg);
	width:179px;
	height:200px;	
}

img#img-rota
{	margin-top:30px;
	margin-left:8px;
	width:162px;
	height:162px;
}

div.graduatedPriceModule
{
	margin:0px 5px 5px 5px;
	color:#000000;
}

div#graduatedPrice
{
	width:230px;
	background-color:#fff573;
	margin-bottom:10px;
	font-weight:bold;

}
div#graduatedPrice
{
	margin-bottom:10px;
}
div#graduatedPrice h1
{
	padding-left:5px;
	margin-bottom:0px;
}
div.graduatedPriceModule span.final_price
{
	font-size:14px;
	font-weight:bold;
	color:#b90028;
}

#productInfo div.right_info h1
{
	margin-bottom: 0px;
}


/* =================================================================== */
/* Referencement */
/* =================================================================== */


#produit{

width:911px;

margin-left:auto;

margin-right:auto;

color:#666666;

text-align: justify;

margin-top:20px;

}

#produit a {color:#666666;text-decoration: none;}

#produit a:hover {color:#666666;text-decoration: none;}

#produit a:visited {color:#666666;text-decoration: none;}

#produit a:hover,visited {color:#666666;text-decoration: none;}

#produit a:active {color:#666666;text-decoration: none;}

/* =================================================================== */
/* HTML BANNERS
/* =================================================================== */

#appelcureminceur img {
margin:0;
border:0;
padding:0;
}

div#banner_categories span.banner_top table#Tableau_01 img {
padding-top:0px;
}

div#banner_categories span.banner_top table#Tableau_01 {
margin-top:10px;
}
