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

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


div#graduatedPriceModule p{
	padding-left:15px;
}



/* =================================================================== */
/* =================================================================== */
/* 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:#2f4a05;
   
}

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 {

}

div#XTCcontent p{
margin-top:5px;
margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6 {
 font-weight: 200;
  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: #eee;
}

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

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

.box img {
  max-width: 138px;
  display: block;
  margin: 0 auto 16px auto;
}

#boxAdmin img {
  margin: 0;
}

#boxAdmin {

border:#000000 1px solid;
background-color: #cbd65e;
margin-bottom:15px;
}

#boxAdmin p,#boxAdmin p strong{

color:#000000;

}

#boxAdmin p a{

color:#000000;

}

#boxAdmin p a img{

margin-top:5px;

}

#boxAromes{

border:#000000 1px solid;
background-color: #cbd65e;
margin-bottom:15px;
}

#boxAromes p a{

color:#000000;

}

#boxAromes img {
  margin: 0;
}

#boxAromes p a img{

margin-top:5px;

}

#boxAromes p,#boxAromes p strong{

color:#000000;

}


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


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

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

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: #f6fdc3;
}

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

.success
{
  color: green;
  font-weight: bold;
}

/* 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, div.buttonPrint {
  float: right;
  margin-bottom: 16px;

}

div.buttonDelete a img {

  margin-left: 5px;

}

/* Those Element Clear Floating */

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

div.clearing
{
	
	clear: both;
}




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





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


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

#container {
  width: 920px;


  height:100%;
}

#inner_container
{

  margin-left:5px;
  margin-right:5px; 
  height:100%;

}

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



#accountLinks {
  position: absolute;
  top: 23px;
  right: 0px;
  width: 275px;
  text-align: right;
}


#breadcrumb {
  margin-top:5px;	
  width: 890px;
  height:20px;
 /* background-image: url('img/breadcrumb_backgr.jpg');  */
}


#maincontainer {
  margin-top:15px;
  width:950px;

}

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

#contentcontainer
{
	float:left;
	width:507px;
	margin-left:12px;
}

#boxesRight
{
	float:right;
	padding-right:60px;
	width: 179px;
}

#content {
  background-color: #fff;  
padding:10px;
}

#footer
{

}

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








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


span.inner_breadcrumb
{
	float:left;
	width:500px;
	margin-top:7px;
	padding-left:0px;	
	color:#333333;
}

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


span.inner_compte
{
	float:right;
	width:200px;
	margin-top:7px;	
	margin-right:0px;	
	text-align:right;
	color:#D3E068;
}

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






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

div#footer
{
	text-align:center;
	background-color:#2f4a05;
}

div#footer ul
{
	margin:0px;
	line-height:30px;
	height:30px;	
}

#footer div#footer_header
{
  
  width: 895px;
  height:30px;
  background-image: url('img/breadcrumb_backgr.jpg');  
}



#footer div#footer_header .box {
  width: auto;
  background: none;
}

#footer div#footer_header .box h2 {
  display: none;
}

#footer div#footer_header .box p {
  margin: 0;
  text-align: right; 
}

#footer div#footer_header a {
  margin: 0 20px;
}


#footer div#footer_down
{
	height:180px;
	background-color:#2f4a05;
	width:910px;
	margin:0 auto;

		
}

#footer div#footer_down
{
	
	color:#d3e068;
}

#footer div#footer_down div#f_marques,
#footer div#footer_down div#f_top10,
#footer div#footer_down div#f_categories,
#footer div#footer_down div#f_content
{
margin-left:100px;
	float:left;
	width:170px;
	margin-top:20px;
	color:#ffffff;
	text-align:left;
}


#footer div#footer_down div#f_marques .box,
#footer div#footer_down div#f_top10 .box,
#footer div#footer_down div#f_categories .box,
#footer div#footer_down div#f_content .box
{
	background:none;
	color:#d3e068;
}


#footer div#footer_down div#f_marques a,
#footer div#footer_down div#f_top10 a,
#footer div#footer_down div#f_categories a,
#footer div#footer_down div#f_content a,
#footer div#footer_down div#f_marques a b,
#footer div#footer_down div#f_top10 a b,
#footer div#footer_down div#f_categories a b,
#footer div#footer_down div#f_content a b
{
	color:#d3e068;
	margin-left:25px;

}

#footer div#footer_down div#f_marques h2,
#footer div#footer_down div#f_top10 h2,
#footer div#footer_down div#f_categories h2,
#footer div#footer_down div#f_content h2
{
	color:#d3e068;
	font-size:13px;
	letter-spacing:1px;
	margin-bottom:8px;
	width:150px;
}

#footer div#footer_down div#f_categories h2
{
	
}

#footer div#footer_down div#f_categories ul li ul
{
	display:none;
}

#footer div#footer_down div#f_top10 span.count,
#footer div#footer_down div#f_top10 span.final_price,
#footer div#footer_down div#f_top10 span.productOldPrice
{
	display:none;
}

#footer div#footer_down div#f_top10 p,
#footer div#footer_down div#nv_produits p
{
	padding:0px;
	margin:0px;
}

#footer div#footer_down div#nv_produits img
{
	height:90px;
	margin:0px;
	margin-top:5px;
	
}

#footer div#footer_down div#nv_produits h2
{
	padding-bottom:6px;
}

#footer div#footer_down div#nv_produits span.final_price
{
	display:none;
}

#footer div#footer_down div#nv_produits p
{
	padding-top:4px;
}

#footer div#footer_down div.boxCategories li
{
	float:left;
	width:160px;
}


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









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

div#boxesLeft .boxCategories
{
	
	 
}

div#boxesLeft .boxCategories h2
{
width:179px;
height:22px;
line-height:22px;		
	
font-size:13px;
letter-spacing:1px;
color:#ffffff;

background-image: url(img/box_header.jpg);
background-repeat:no-repeat;
padding-left:15px;

margin-bottom:3px;
}

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

div#boxesLeft  .boxCategories ul li a
{
	background-image: url('img/cat_list_backgr.jpg');
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;	
	padding-left:15px;	
	display:block;	
	height:20px;
	line-height: 20px;	
	margin-bottom:3px;	
}

div#boxesLeft .boxCategories ul li a:hover
{
	background-image: url('img/cat_list_hover_backgr.jpg');
	background-repeat:no-repeat;	
}

div#boxesLeft .boxCategories ul li ul li a
{
	background-color:#D6D6D6;	
	background-image:none;
	border-bottom:1px solid #E2E2E2; 
	margin:0px;
	padding:0px;	
	padding-left:25px;	
	display:block;	
	height:26px;
	line-height: 26px;		
}

div#boxesLeft .boxCategories ul li ul li a:hover
{
	background-color:#D6D6D6;	
	background-image:none;
}

div#boxesLeft  .boxCategories a:link { text-decoration:none;color:#000000; }
div#boxesLeft  .boxCategories a:active {text-decoration:none;color:#000000;}
div#boxesLeft  .boxCategories a:visited {text-decoration:none;color:#000000;}
div#boxesLeft  .boxCategories a:hover {text-decoration:none;color:#ffffff;}


div#boxesLeft .boxCategories li a.current {
  font-weight: bold;
}

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





/* =================================================================== */
/* =================================================================== */
/* Box Fabricants */


div#boxesLeft .boxManufacturers
{
	background-color:#ffffff;
}

div#boxesLeft  .boxManufacturers ul li
{
	background-image: url('img/cat_list_backgr.jpg');
	background-repeat:no-repeat;
	height:26px;
	width:179px;  
	line-height: 26px;		
}


div#boxesLeft .boxManufacturers ul li:hover
{
	background-image: url('img/cat_list_hover_backgr.jpg');
	background-repeat:no-repeat;	
}


div#boxesLeft .boxManufacturers ul li a
{
	margin:0px;
	padding:0px;	
	padding-left:15px;	
	display:block;
	padding-top:5px;
}


div#boxesLeft .boxManufacturers a:link { text-decoration:none;color:#000000; }
div#boxesLeft .boxManufacturers a:active {text-decoration:none;color:#000000;}
div#boxesLeft .boxManufacturers a:visited {text-decoration:none;color:#000000;}
div#boxesLeft .boxManufacturers a:hover {text-decoration:none;color:#ffffff;}


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







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


.box .boxSearchFormTable {
  margin-bottom: 0;
}

.box .boxAddAQuickieFormTable td.field input,
.box .boxSearchFormTable td.field input {
  width: 100px;
}

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


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


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

div#boxSpecials
{
	background-color:#ffffff;
	border:1px solid #BDBCC1;
	margin-bottom:15px;
	margin-top:15px;
}

div#boxSpecials h2,div#boxSpecials h2 a
{

	line-height:22px;
	height:22px;	
}


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


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



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




/* =================================================================== */
/* =================================================================== */
/* Box cart */
#boxRecettes {margin-bottom:15px;}
#boxRecettes ul {padding:8px;}


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





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

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

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

div#boxCart h2, div#boxCart h2 a
{
	line-height:49px;
	padding-top:8px;
	font-weight:200;
}

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:none;
background-color:#2f4a05;
	background-repeat:no-repeat;
}

div#boxLogin h2, div#boxLogin h2 a
{font-weight: 200;	
	line-height:24px;
	color:#ffffff;
}

div#boxLogin
{
	border: 1px solid #2f4a05;
}

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

div#boxLogin p.textfields
{
margin-top: 5px;
	margin-bottom:3px;
}


div#boxLogin p.textfields input
{
	width:140px;
}

div#boxLogin p.textfields input
{
	border-left:1px solid #D3D3D5;
	border-top:1px solid #A7A8AA;
	border-bottom:1px solid #D3D3D5;
	border-right:1px solid #A7A8AA;
	margin-bottom:2px; 
}

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


div#boxLogin p.button a
{color:#ffffff;
	font-size:10px;
	width:114px;
	float:left;
}

div#boxLogin p.button input
{	
	float:right;
	height:21px;
	width:21px;
	border:0px;
	vertical-align:middle;		
}

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





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


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

div#banner_left_box img,
div#banner_right_box img
{
	margin-bottom:15px;
}

div#banner img
{
	/* padding-bottom:20px; */
}


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





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

div#content div#specials
{
clear:both;
}

div#content div#specials h2
{
font-size:16px;
font-weight:bold;
}


#productListing p.productsPriceInfo,
div#newProductsDefault p.productsPriceInfo,
div#newProducts p.productsPriceInfo,
div#specials p.productsPriceInfo,
div#alsoPurchased p.productsPriceInfo,
div#boxSpecials p.productsPriceInfo
{
	/*height:22px;*/
	width:150px;
	margin:0px;
	padding-bottom:10px;
	text-align:center;
}



div#alsoPurchased div.alsoPurchasedModule
{
	float:left;
	margin-right:4px;
	margin-left:4px;
	margin-top:15px;
	margin-bottom:10px;
	padding-bottom:25px;
	width:150px;	
	height:190px;
	color:#666666;
	
}





#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
{
	
	padding-right:5px;
	padding-left:5px;
	color:#000000;
	font-size:12px;
	font-weight:400;	
	
}


div#boxSpecials p.productsPriceInfo span.final_price
{
	
	color:#000000;

	
}

#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,
{
	line-height:20px;		
	
	color:#000000;
	font-size:11px;
}

#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#specials p span.final_special_price span.final_price
{
	
	color:#000000;
	padding-right:5px;
	padding-left:5px;
	width:60px;	
}






#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
{
	background-color:#ffffff;
	color:#FF0000;	
	font-size:12px;	
	padding-left:2px;
	margin-left:3px;
}

#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
{
	background-color:#ffffff;
	color:#FF0000;	
	font-size:12px;	
	padding:0px;
	text-decoration:line-through;
}

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






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


div#productListing div.productDetails,
div#newProductsDefault .newProductModule,
div#alsoPurchased div.alsoPurchasedModule,
div#newProducts div.newProductModule,
div#specials div.specialProduct
{
	float:left;
	margin-right:4px;
	margin-left:4px;
	margin-bottom:10px;
	padding-bottom:25px;
	width:150px;	
	height:207px;
	color:#000000;
	border:1px solid #cbdd67;
	background-color:#ffffff;
	
}



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




div#specials div.prod_image
{
	text-align:center;
	vertical-align:middle;
	
	width:150px;
	
	
}

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


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

div.productDetails p.productsDescription,
div.specialProduct p.productsDescription
{
	font-size:10px;	
	padding-right:10px;
	height:32px;
}

h5.product_name
{
	text-align:center;
	
}



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



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

#productInfo div.left_info
{
	float:left;	
	width:205px;
	text-align:left;
	margin-bottom:10px;	
}

#productInfo div.left_info div.prod_detail_image
{	
	text-align:center;
	width:200px;
	
	
}

#productInfo div.right_info
{
display:inline;
	
	text-align:left;
}

#productInfo div.right_info h2
{
color:#000000;
font-size:13px;
text-transform:uppercase;
font-weight:bold;	
padding-bottom:8px;
}

#productInfo div.right_info p.info-longtext,
#productInfo div.right_info p.info-text
{
padding-bottom:10px;
}

p.special_attributes
{
	margin-bottom:8px;
}

span.alcohol,
span.point_eclair
{
	font-weight:bold;
}


#productInfo div.right_info p.productDescription
{
	margin-top:0px;
}

#productInfo p.productsPriceInfo
{
text-align:center;
  margin-bottom:5px;
 
  
}



#productInfo div.graduatedPriceModule
{
  margin-left: 5px;
    margin-top:10px;
  margin-bottom:5px;
  margin-left: 16px
}

div.graduatedPriceModule
{
  margin-top:10px;
  color:#000000;
  
}

#productInfo .productsPriceInfo span.productOldPrice {
  
}

#content #productInfo table.productToCart {
  border: none;
  width: auto;
  float: left;
  margin-bottom: 16px;
  margin-left: 16px;
}

#productInfo .productOptions {
  clear: both;
  margin:10px 15px;
  width:150px;
} 

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

#productInfo h1
{
	color:#000000;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	width:467px;
	background-color:#d2e067;	
	
	
	margin-top:-10px;
	margin-left:-10px;
	
	
	padding-left:10px;
	margin-bottom:20px;
		
}


#productInfo p.productName
{
	
	font-size:12px;
	font-weight: bold;
	text-align:center;
	width:200px;
	margin-right:5px;
	
}

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


#productInfo p.productsPriceInfo span.final_price
{
	padding-right:5px;
	padding-left:1px;
	

	color:#000000;
	font-size:12px;
	
}


#productInfo p.productsPriceInfo span.final_special_price
{
	line-height:20px;	
	height:20px;
	padding-right:5px;

	
	color:#000000;
	font-size:12px;
}


#productInfo p.productsPriceInfo span.final_special_price span.final_price
{
	
	color:#000000;
	padding-left:5px;
}


#productInfo p.productsPriceInfo span.productOldPrice
{
	background-color:#ffffff;
	color:#FF0000;	
	
}

#productInfo p.productsPriceInfo span.productOldPrice span.final_price
{
	background-color:#ffffff;
	color:#FF0000;	
	font-size:12px;	
	margin-bottom:5px;
	text-decoration:line-through;
}

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;
	width:20px;
	font-size:12px;
	padding-left:5px;
	margin-right:3px;
}

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




div.buttonCheckout input
{
	margin-top:10px;
}






/* =================================================================== */
/* =================================================================== */
/* Modul account_links */



form#create_account h2{
margin-top:10px;
margin-bottom:5px;
}

span.contact, span.cart, span.compte
{
	float:left;	
	text-align:left;
	padding-top:10px;
	color:#d3e068;
	
} 
#accountLinks span.contact a,#accountLinks span.cart a,#accountLinks span.compte a
{
color:#d3e068;
} 
span.cart
{
margin-left:15px;
width:70px;
}

span.compte
{
margin-left:13px;
width:95px;
}

span.contact
{ 	padding-right:3px;
	width:70px;
}


span.account_links_images
{
	display:block;	
	height:5px;
}

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

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




/* =================================================================== */
/* =================================================================== */
/* Modul recettes */

#recettes
{
	width:486px;	
}

#search-bar
{
	background:url("img/bk-recipe-hdr.jpg") no-repeat scroll 0 0 #97AC37;
	height:193px;
	margin:0;
	width:486px;
}

#search-bar h2
{
	color:#E9EFD5;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:138px 18px 4px;
	text-align:right;
}

#search-bar #srch
{
	margin:0;
	padding:0 18px;	
}

#srch-contents select
{
	font-size:11px;
	margin:0 0 0 40px;;
	width:354px;
}

#results-list
{
	background-color:#DCDEC9;
	margin:0;
	padding:0 0 20px 0;
}

#results-list #recettes_results
{
	margin:0;
	padding:0 18px;
}

#results-list h2
{
	color:#666644;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:16px 0 8px;
}

#recettes_results_content .rec-name
{
	border-bottom:1px solid #EFF4C3;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding:4px 8px;	
	background-color:#FFFFFF;
}

#recettes_results_content .rec-name a
{
	color:#666644;
	display:inline;
	text-decoration:none;
}

#recettes_results_content .rec-name a:hover
{
	color:#D65600;
	text-decoration:underline;
}

#recipes-text
{
	border:2px solid #DCDEC9;
	margin:0 0 8px;
}

#recipes-text #recipe-contents,
#recipes-text #recipe-contents-wide {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:452px;
}

#recipes-text h2
{
	color:#889257;
	font-family:georgia,serif;
	font-size:16px;
	font-weight:normal;
	line-height:150%;
	margin:0;
	padding:16px 0;
	text-transform:uppercase;
}





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






/* =================================================================== */
/* =================================================================== */
/* 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
{
	
		padding:10px;
		padding-bottom:5px;
		
		background-repeat:no-repeat;
		background-color: #cbd65e;
		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:460px;
}

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:140px;
}

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;
	border: 1px solid #BDBCC1;
	background-color: #FAFAFA;	
	margin-right:13px;
}

div#categorieListing div.subcategory h4
{
	text-align:center;
	margin:0px;
	padding:0px;
	padding-top:6px;
	background-image:url(img/panier_header_backgr.gif);
	background-repeat:repeat-x;
	height:24px;
	line-height:24px;
}

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

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
{

	padding-left:15px;
	color:#000000;
	font-weight:bold;
}

div#alsoPurchased
{
background-color:#fbffde;
margin:-10px;
padding:10px;
margin-bottom:-30px;

}

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




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

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

}

div#login div.login_left p
{
	margin-bottom:10px;
	margin-top:10px;
}

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

table.loginFormTable
{
	margin-bottom:10px;
	margin-top:10px;
}

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-color:#cbd65e;
  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;
  padding-bottom:5px;
}

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

div#accountHistoryInfo p
{
	margin-top:10px;
	margin-bottom:10px;
	  border:1px solid #ccd293;
  background-color:#f6fdc3;
  padding:5px;
  
}

div.smallText div
{
	padding-top:10px;
	padding-bottom:5px;	
}
/* =================================================================== */
/* =================================================================== */

div#addressBook p
{
margin-top:10px;
margin-bottom:10px;
padding:5px;
border:1px solid #ccd293;
  background-color:#f6fdc3;
}
/* =================================================================== */
/* =================================================================== */
/* Modul error_message */


#content table.errorMessageFormTable {
  border: none;
  width: auto;
  margin-bottom: 16px;
}
/* =================================================================== */
/* =================================================================== */



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

#account div.recentlyViewed {
  float: left;
  width: 150px;
}

#account h2, #account p.clear {
  clear: both;
  padding-bottom:10px;

}

div#account div.bienvenu
{
	  border:1px solid #ccd293;
  background-color:#f6fdc3;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

div#account div.reglages
{
  border:1px solid #ccd293;
  background-color:#f6fdc3;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

div#account div.ordered_products
{
	  border:1px solid #ccd293;
  background-color:#f6fdc3;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

div#account div.ordered_products p
{

	margin-bottom:20px;
}

div#account div.ordered_products a img
{
	margin-top:3px;
}

div#account div.newsletter_note
{
	  border:1px solid #ccd293;
  background-color:#f6fdc3;
	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;}


#content div.order p
{
	padding:5px;
	margin:10px;
	  border:1px solid #ccd293;
  background-color:#f6fdc3;
  }

#content .buttonBack a img
{
	
	
	
  }

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






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

#checkoutShipping .shippingModule {

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

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

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

#checkoutShipping div.mode_livraison
{
	float:right;
	width:240px;
	
  background-color:#cbd65e;
	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:#cbd65e;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}


div#checkoutShippingAddress div.adresse_liste
{	

  background-color:#cbd65e;
	padding:10px 0px 10px 10px;
}

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

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




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


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


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

div#checkoutPayment  h2
{
	margin-bottom:5px;
}

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

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

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

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

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:220px;
	
  background-color:#cbd65e;
	height:130px;
	padding:10px 0px 0px 10px;
}

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

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

div#checkoutConfirmation div.paymentMethod
{
	float:right;
	width:220px;

  background-color:#cbd65e;
	height:80px;
	padding:10px 0px 0px 10px;
}

div#checkoutConfirmation .paymentInformation
{
	margin-bottom:15px;
}

div#checkoutConfirmation .paymentInformation h2
{
	display:none;
}

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:30px;
}


#checkoutProgressBar {
  margin: 0px auto 0 auto;
  width: 485px;
  height:39px;
  margin-left:10px;
}

div#checkoutShipping div#checkoutProgressBar,
div#checkoutShippingAddress div#checkoutProgressBar
{
	background-image:url('img/payment_process1.jpg');
	width:485px;
	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: #d1df67;
}

.copyright {
  width: 400px;
  margin: 20px auto;
  margin-left:500px;
  display:none;
}

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







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



/* Slimbox Styles */
/* =================================================================== */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}




table.productsMediaTable td{
margin-top:-5px;

	padding-left:10px;
}

.info{
color:red;
font-size:11px;
padding-bottom:10px;
}

.markProductOutOfStock{
color:red;
}


div#alsoPurchased h5.product_name, div#newProductsDefault h5.product_name {
	height:32px;
}


#content-pro{
padding:10px;
background-color:#f1f7af;
}

.contentxt ul{
list-style:outside;
list-style-type:disc;
padding-left:15px;
padding-top:3px;

}

.contentxt ul li{
padding-top:3px;
}

.contentxt table{
width:430px;

}
.contentxt table tbody{
border:1px solid #000;
}

.contentxt table tbody td{
padding:5px;
}

#content #XTCcontent{
padding:10px 40px 10px 30px;
}

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

}



/* =================================================================== */
/* Parrainage */
/* =================================================================== */

div.advertising 
{
	padding-left:20px;
	padding-right:30px;
	padding-top:10px;
}

#content div.advertising h1
{ 
	line-height:25px;
}

div.advertising p
{
	margin-bottom:16px;
}

div.advertising table
{
	margin-bottom:16px;
}

div.advertising_form table.formArea
{
	display:block;
}

div.advertising_form table.formArea td
{
	padding:0 30px 5px 0;
}

div.advertising_form td.main
{
	width:150px;
	vertical-align:top;
}

div.advertising_form a.add_friend
{
	display:block;
	padding:2px 10px;	
	background-color:#000;	
}

div.advertising_form a.add_friend span
{
	background: url("img/bg_add_friend.gif") no-repeat scroll left 3px transparent;
	padding-left:17px;
	color:#fff;	
}

div.advertising_form a.add_friend:hover
{
	text-decoration:none;
}

div.advertising_form input.submit
{
	margin-top:10px;
}

