/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5347 2006-12-22 20:26:09Z birdbrain $
 */
 /**
  * Tables des couleurs utilisées
	* //OLD rgb(220,193,172)  -- couleur de fond des bannières #dcc1ac
	* rgb(213,180,155)  -- couleur de fond des bannières #dcc1ac
	* rgb(255,255,255)    -- couleur du texte et des liens dans les bannières
	* rgb(186, 132 , 92)  -- couleur du texte et des liens hors des bannières généralement sur fond blanc
	* rgb(241,230,221)  -- couleur du fond des lignes de produits impaires (1 sur 2)
	* //OLD rgb(220,193,172)  -- couleur de fond des lignes de produits paires (1 sur 2)
	* rgb(213,180,155)  -- couleur de fond des bannières #dcc1ac
	* rgb(232,213,198);  -- Couleur de fond de la catégorie sélectionnée	
	*
	*/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #ffffff;;
	margin-top: 8px;
	}

a img {border: none; }

a:link, a:visited, #navEZPagesTOC ul li a {
	color: rgb(255,0,0);
	text-decoration: none;
	}

.shippingEstimatorWrapper a:link, .shippingEstimatorWrapper a:visited,
#conditionsMainContent a:link, #conditionsMainContent a:visited,
#checkoutSuccess a:link, #checkoutSuccess a:visited,
.termsdescription a:link, .termsdescription a:visited,
#navMainCartSummary a:link, #navMainCartSummary a:visited
 {
	color: rgb(255,255,255); 
	text-decoration: none;
  }	

.cdelabCenterBoxContents a:link, .cdelabCenterBoxContents a:visited,
.centerBoxContentsCrossSell a:link, .centerBoxContentsCrossSell a:visited
 {
	color: rgb(255,255,255); 
	text-decoration: none;
  }	

#navBreadCrumb a:link, #navBreadCrumb a:visited,
#accountLinksWrapper a:link, #accountLinksWrapper a:visited,	
#checkoutSuccess a:link, #checkoutSuccess a:visited,
#createAcctSuccess a:link, #createAcctSuccess a:visited,
.specialsListBoxContents a:link, .specialsListBoxContents a:visited
 {
	color: rgb(186, 132 , 92); 
	text-decoration: none;
  }	
#navBreadCrumb a:hover,#checkoutSuccess a:hover, #accountLinksWrapper a:hover, 
.centerBoxContentsCrossSell a:hover,
#navMainCartSummary a:hover, .specialsListBoxContents a:hover,
#createAcctSuccess a:hover
 {
	text-decoration: underline;
  }	


#conditionsMainContent a:link, #conditionsMainContent a:visited,
#shippingInfoMainContent a:link, #shippingInfoMainContent a:visited
 {
	color: rgb(186, 132 , 92);
	text-decoration: underline;
  }	
	
#productMainImage a:link, #productMainImage a:visited,
#productMainImage a:link, #productMainImage a:visited,
#productGeneralHeader a:link, #productGeneralHeader a:visited
  {
	color: rgb(186, 132 , 92);
  }	

#checkoutPayment a:link,#checkoutPayment a:visited   {
	color: rgb(186, 132 , 92);
  }	


#bannerFive a:link,#bannerFive a:visited   {
	color: rgb(186, 132 , 92);
  }	

#checkoutPayment a:hover   {
	text-decoration: underline;
  }	



	
.centerBoxContentsNew a:link, .centerBoxContentsNew a:visited, 
 .centerBoxContentsProducts  a:link, .centerBoxContentsProducts a:visited  
  {
	color: rgb(255,255,255);
  }	
.centerBoxContentsNew a:hover, .centerBoxContentsProducts a:hover
  {
	text-decoration: underline;
  }	
	
.sideBoxContent a:link, .sideBoxContent a:visited  {
	color: rgb(255,255,255);
  }	

#listCell0-1 a:link, #listCell0-2 a:link {
	color: rgb(186, 132 , 92);
  }	
	

/*
a:visited {
	color: #3300FF;
	text-decoration: none;
	} */


a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, 
#navCatTabs ul li a:hover {
	text-decoration: underline;
	}

a:active {
/*	color: #0000FF; */
	}


h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {

    margin: 0.3em 3px;

}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: rgb(241,230,221);
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

 .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	
#logo {
  float: left;
	}	

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	/margin-top: 0px; 
  /padding: 0;
  /font-size: 1px;
  /height: 0;
  /line-height: 0px;
  }

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

.legalCopyright a:link, .legalCopyright a:visited
  {
	color: rgb(186, 132 , 92);
  }		
	
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
	
.termsdescription {
	font-size: 1.1em;
	line-height: 1.2em;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	width: 100%;
	width: 1124px;
/*	margin-left: 20px;*/
	margin-right: auto;
	margin-top: 0;
	}

#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

/*#contentMainWrapper {
	margin: 0em;
  margin-top: 1px;
	padding: 0em;
	}*/

#logoWrapper {
	margin-bottom: 0em;
	margin-right: 0em;
	margin-left: 0px;
  margin-top: 0px;
	/margin-top: -2px;
	padding: 0em;
	}

*:first-child+html #logoWrapper {
	margin-top: -6px;
	}


/* #headerWrapper {
	margin: 2em;
	padding: 0em;
	}
*/

/*#logoWrapper { 
        background-color: rgb(213,180,155); 
        }
*/

/*#navColumnTwoWrapper {
	margin: auto;
	} 

#navColumnOneWrapper {
	margin: 0em;
	} 
*/

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}



#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

	
/*navigation*/

.navSplitPagesResult {
      color: rgb(186, 132 , 92);
      }

.navSplitPagesLinks {
   color: rgb(186, 132 , 92);
	 }
.navSplitPagesLinks a:link, .navSplitPagesLinks a:visited {
   color: rgb(186, 132 , 92);
	 text-decoration: none;
	 }
.navSplitPagesLinks a:hover {
	 text-decoration: underline;
	 }

#productsListingBottomNumber, #productsListingListingBottomLinks {
  margin-top: 10px;
}

	 
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: rgb(213,180,155);
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navSuppWrapper {
	margin: 0em;
	background-color: rgb(255,255,255);
	font-weight: bold;
	color: #ffffff;
	height: 60px;
	width: 100%;
	background-image: url(../images/barre_paiement.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;	
	}

#navMain ul  {
  margin: 0;
	padding: 0;
	/*margin-bottom: 10px;
	padding-bottom: 10px;*/
	/*padding:  0.5em 0em;*/
	list-style-type: none;
	text-align: center;
	/*height: 25px;*/
	background-color: rgb(213,180,155);
	}
	
#navMain ul li {
	display: inline;
	}

#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	/*margin: 0;*/
	color: rgb(255,255,255);
	white-space: nowrap;
	}
	
#navMain li {
  position: relative;
	top: -13px;
  background-image: url(../images/icons/right_arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 5px;
	padding-right: 20px;
	}

#navMain img {
  margin: 0;
	position: relative;
	top: 13px;
	}

	
li#navMainCartSummary  {
  background-image: url();
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0;
	margin:0;
	padding-left: 7px;
	padding-right: 20px;
  }
	
#navSupp ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
/*	background-color: rgb(213,180,155);*/
	}

#navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	background-color: rgb(213,180,155);
	}

#navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: rgb(255,255,255);
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	padding: 10px;
	margin: 15px;
	width: 250px;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#indexProductListCatDescription {
 background-image: url(../images/bg_product_info.gif);
 background-repeat: repeat-x;
 color: rgb(186, 132 , 92);
 padding: 5px;
 font-size: 11px;
 text-align: center;
 font-weight: normal;
 border-bottom: 1px solid rgb(213,180,155);
 margin-bottom: 20px;
 /*border: 5px solid rgb(213,180,155);*/
}

#navMainSearch {
	float: right;
	margin: 0;
	margin-top: 8px;
	}

#NavMainCartDetail {
  /*position:relative;
  top:-11px;
  margin-left:3px;*/
  }

#navBreadCrumb {
	background-color: rgb(255,255,255);
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 10px;
	font-weight: bold;
	color: rgb(186, 132 , 92);
	margin: 0em;
	margin-left: 3px;
  margin-top: 2px;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: rgb(213,180,155);

	}

#navColumnTwo {
	background-color: rgb(213,180,155);
	}

/*The main content classes*/

#indexDefaultMainContent {
        text-align: center;
        margin-top: 3px;
        }

#indexDefaultMainContent img {
        margin-top: 3px;
        }

				
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert, centerBoxContentsProducts {
	vertical-align: top;
	}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 7px;
	}
	
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	margin-top: 15px;
	margin-left: 0px;
	}
	
#bannerFour {
	margin-bottom: 5px;
	}


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, #bannerFive {
	font-size: 0.9em;
	}

/* Productlisting */
#productListing { 
  margin-top: -10px;
  font-size: 0.9em;
  }


/* texte caché */
h1#productListHeading {
  font-size: 0.1px;
	color: rgb(255, 255 , 255);
	margin: 0;
	padding: 0;
	}
	
h3.itemTitle {
  font-size: 10px;
  line-height: 13px;
	color: rgb(102, 153, 255);
	}
	
.tabTable {
	border-spacing: 0 3px;
	}	
	
th.productListing-heading {
  color: rgb(186, 132 , 92);
	background-color: rgb(241,230,221);
	border-bottom: medium solid rgb(255,255,255);
	padding: 0;
	padding-top: 4px;
	padding-bottom: 3px;
	}
	
.productListing-odd {
  background-color: rgb(213,180,155);
	color: rgb(255,255,255);
	}
	
.productListing-odd a:link, .productListing-odd a:visited {
  color: rgb(255,255,255);
	text-decoration: none;
	}
.productListing-odd a:hover {
	text-decoration: underline;
	}
	
td.productListing-odd {
	border-bottom: medium solid rgb(255,255,255);
	}

.productListing-even {
  background-color: rgb(241,230,221);
	color: rgb(186, 132 , 92);
	}

.productListing-even a:link, .productListing-even a:visited {
  color: rgb(186, 132 , 92);
	text-decoration: none;
	}
.productListing-even a:hover {
	text-decoration: underline;
	}
	
/* Product info display */

#productGeneralHeader {
  float: right;
  margin: 0;
  padding: 0em;
	color: rgb(255,255,255);
	background-color: rgb(213,180,155);
  }

#productHeader {
  margin: 0;
  margin-left: 245px;
	color: rgb(255,255,255);
  background-color: rgb(213,180,155);
	/*height: 274px;*/
	padding: 7px;
  }


#productMainImage {
  float: left;
	width: 238px;
  /*height: 270px;*/
  margin: 0;
  padding: 0em;
	background-color: rgb(255,255,255);
  }	
	
.productGeneral {
	font-family: Arial;
	font-weight: bold;
	}

#productName {
	padding: 0;
	margin: 0;
	background-color:  rgb(213,180,155);
	}

#productName h1 {
	padding: 0;
	margin: 0;
	font-size: 200%;
	text-align: center;
	/*line-height: 50px;*/
  margin-top: 10px;
	margin-bottom: 20px;	
	}


h2#productPrices {	
	margin: 0;
	margin-bottom: 4px;
	margin-top: 20px;
	padding: 0;
	font-size: 1.2em;
	text-align: center;
	}

#cartAdd {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	background-color:  rgb(213,180,155);
	text-align: center;
	font-weight: bold;

	}
	
#cartAdd p {
   padding: 0;
	 margin: 0;
	 font-weight: normal;
	 text-align: center;
	 }	
	
#productDescription {
  clear: right;
	padding: 0em;
	margin-top: 0em;
	color: rgb(255,255,255);
	font-family: Arial;
	font-weight: normal;
	border-bottom: 1px dashed rgb(255, 255, 255);
  }
#productDescription ul {
  margin-left: 0;
	padding-left: 0;
  }
#productDescription li {
  list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.divleft {
	float: left;
  margin-left: 20px;
	}
	
.divright {
  float: left;
  margin-left: 5px;
  margin-top:15px;
	}
	
	
#productDescription h1 {
  font-size: 200%;
	text-align: center;
	height: 400%;
  }

#productDescription h2  {
  font-size: 150%;
	text-align: center;
	line-height: 300%;
  }

#productDescription h3 {
  font-size: 100%;
	text-align: left;
	line-height: 200%;
  }

#productDescription h4 {
  font-size: 100%;
	text-align: center;
	color: rgb(213,180,155);
  }

#productDescription li {
  text-indent: 0;
  }

#productAttributes {
  float: left;
	padding-top: 28px;
	padding-right: 10px;
	border-right: 1px dashed rgb(255, 255, 255);
  }

/*
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
*/
	
.wrapperAttribsOptions {
  padding-top: 9px;
	margin-top: 0;
	font-size: 0.9em;
  }

.wrapperAttribsOptions h4 {
  /*margin-top: 2px;*/
	padding-top: 0px;
	/*line-height: 15px;*/
  }

.wrapperAttribsOptions input {
  position: relative;
  top: 2px;
  }

.wrapperAttribsOptions label {
  display: inline;
  margin-left: 2px;
  width: 50px;
	margin-top: 0;
	padding-top:0;
  }
.attribsCheckbox {
  font-weight: normal;
	}
	
/*Shopping Cart Display*/
/* CartAdd : see below
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}
*/

.tableHeading TH {
	color: rgb(255,255,255);
	background-color: rgb(213,180,155);
	border-bottom: medium solid rgb(255, 255, 255);
	}
	

TR.tableHeading {
	height: 2em;
	}

.tableHeading, #cartSubTotal {
  background-color: rgb(213,180,155);
	height: 2.2em;
	 }

#cartSubTotal {
	border-top: medium solid rgb(255, 255, 255);
	font-weight: bold;
	color: rgb(255,255,255); 
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.cartTotalsDisplay {
  visibility: hidden;
  }

#cartContentsDisplay {
  vertical-align: middle;
  }	
	
.tableRow {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

#cartProdTitle {
	vertical-align: middle;
	font-size: 1.5em;
	font-weight: bold;
	}
	
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	line-height: 0.2em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
  float: left;
	position: relative;
	line-height: 1em;
	margin-top: 0px;
	/* margin-left: 50px; */
	}
.cartAttribsList ul {
  margin-left: 20px;
	margin-top: 10px;
  }
.cartAttribsList li {
  margin: 0;
  }
	
	
#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
  font-weight: bold;
  }

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#Image, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

	
.categoryIcon {}

/* Lien caché*/
.categoryIcon a:link,.categoryIcon a:visited   {
	color: rgb(255, 255, 255);
	text-decoration: none;
  }	
.categoryIcon a:hover   {
	text-decoration: none;
  }	

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .centerBoxContentsProducts  {
	margin: 1em 0em;
	}


/*sideboxes*/
.columnLeft {
	background-color: rgb(213,180,155);
	}

h3.leftBoxHeading, h3.leftBoxHeading a {
	color: rgb(255,255,255);
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.leftBoxHeading {
	margin: 0em;
	padding: 5px 4px;
	font-size: 11px;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	color: rgb(255,255,255);
	}

.rightBoxHeading {
	margin: 0em;
	padding: 5px 4px;
	font-size: 11px;
	}


h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}


.centerBoxHeading {
	margin: 0em;
	margin-top: 5px;
	background-color:  rgb(213,180,155);
	padding: 6px 4px;
	color: rgb(255,255,255);
	font-size: 11px;
	margin-left: -40px !important;
	margin-left: 0px !important!;
	}	

.centerBoxCrossSellHeading {
	margin: 0em;
	margin-top: 5px;
	background-color:  rgb(213,180,155);
	padding: 6px 4px;
	color: rgb(255,255,255);
	font-size: 11px;
	text-align: center;
	}	
	
.centerBoxHeadingTop {
	margin: 0em;
	margin-top: 2px;
	background-color:  rgb(213,180,155);
	padding: 6px 4px;
	color: rgb(255,255,255);
	font-size: 11px;
	height: 11px;
	}	

.leftBoxContainer, .rightBoxContainer {
	padding: 0em;
	margin: 0em;
	  border-top: 3px solid rgb(255,255,255);
		}

#categoriesHeading {
        font-size: 11px;
        }

a.category-links {
        /*line-height: 2em;*/
      	border-top: 1px solid rgb(255,255,255);
				/*height: 18px;*/
				padding-top: 18px;
				display: block;
	}

a.category-top {
				height: 18px;
				background-image: url(../images/icons/right_arrow.gif);
        background-repeat: no-repeat;
        background-position: 0px 9px;
				padding-left: 10px;
				/*padding-right: 10px;*/
				padding-top: 7px;
      	border-top: 1px solid rgb(255,255,255);
				display: block;
	}
a.category-top:hover {
  background-color: rgb(241,230,221);
	color: rgb(186, 132 , 92);
	text-decoration: none;
				background-image: url(../images/icons/right_arrow_dark.gif);
        background-repeat: no-repeat;
        background-position: 0px 9px;
  }

a#cdlb_category_selected {
				background-color: rgb(232,213,198);
	}

a#cdlb_category_selected:hover {
				background-color: rgb(241,230,221);
	}

a.category-products, a.category-products:visited, a.category-products:link {
				height: 15px;
				font-size: 0.9em;
 	      font-weight: normal;
				color: rgb(186, 132 , 92);
				background-image: url(../images/icons/right_arrow.gif);
        background-repeat: no-repeat;
        background-position: 5px 5px;
				padding-left: 14px;
				/*padding-right: 10px;*/
				padding-top: 3px;
      	/*border-bottom: 1px solid rgb(255,255,255);*/
				display: block;
				background-color: rgb(232,213,198);
	}

a.category-products:hover {
  background-color: rgb(241,230,221);
	color: rgb(186, 132 , 92);
	text-decoration: none;
	background-image: url(../images/icons/right_arrow_dark.gif);
  background-repeat: no-repeat;
  /*background-position: 5px 9px;*/
  }
	
.category-subs-parent {
  color: rgb(186, 132 , 92);
	/*font-size: 1.2em;*/
	}	
	
.category-subs-selected {
  color: rgb(186, 132 , 92);
  font-weight: bold;
	/*font-size: 1.1em;*/
	}	
	
#catBoxDivider {
	border-style: solid;
	border-color: rgb(255,255,255);
	border-width: thin;
	}


.sideBoxContent {
	background-color: rgb(213,180,155);
	color: rgb(255,255,255);
	padding: 0em;
  font-size: 1em;
	font-weight: bold;
	/*border-top: 1px solid rgb(255,255,255);*/
	margin: 0em;
	}


#categoriesContent, #searchContent {
	border-top: 1px solid rgb(255,255,255);
	}

#featuredContent, #whatsnewContent, #bannerboxContent, #subscribeContent, #bannerbox2Content, #bannerboxallContent, #manufacturersContent {
  padding-top: 23px;
	border-top: 1px solid rgb(255,255,255);
	}
	
#bannerbox2Content, #featuredContent, #manufacturersContent, #bannerboxContent {
  padding-bottom : 15px;
  }

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.specialsListBoxContents {
  color: rgb(186, 132 , 92);
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em; 
	}
	
.centerBoxContentsNew, .centerBoxContentsProducts  {
  background-color: rgb(255,255,255);
	}

#crossSell {
  background-color: rgb(213,180,155);
	padding-bottom: 10px;
	margin-left: 245px;
	margin-left /*\**/: 242px\9;
/*	margin-left: 285px !important;
	margin-left: 245px !important!; */	
  height: 200px;
	}
		
.centerBoxContentsCrossSell {
  background-color: rgb(213,180,155);
	/*min-height: 180px;*/
  font-weight: bold;
	font-size: 1em;
  line-height: 1.1em; 
	color: rgb(255,255,255);
	padding-left: 0px;
	padding-right: 0px;
	}	

.centerBoxContentsCrossSell img {
  margin: 5px;
  }

.centerBoxContentsCrossSell a {
  margin: 8px;
  }
		
.cdelabCenterBoxContents {
  position: relative;
  width: 211px;
  /*min-height: 273px;*/
	height: 278px;
  /*background-color:  rgb(213,180,155);*/
  background-image: url(../images/bg_product_listing.gif);
  background-repeat: no-repeat
	font-weight: bold;
	font-size: 11px;
	color: rgb(255,255,255);
	line-height: 1.5em; 
/*  border-width: 0.3em;
  border-color:  rgb(213,180,155);
	border-style: solid;
	z-index: 2;*/
  }

.listingProductImage {
 margin-left: -3px;
 margin-top: 3px;
}

.cdelabCenterBoxContents br {
	line-height: 0.2em; 
  }

.cdelabCenterBoxContents a {
	font-size: 1.1em;
	margin-left: -3px;
  }
    
.cdelabReappro {
  position: absolute;
  top: 230px;
  width: 200px;
  left: 0;
  /*left: 52px;*/
}

.cdelabReappro a {
	font-size: 9px;
  font-weight: normal; 
}

.cdelabDisplayPrice {
  position: absolute;
  top: 200px;
  width: 200px;
  left: 0;
  border-top: thin dashed white;
  padding-top: 5px;
  line-height: 12px;
}


#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: rgb(213,180,155);
}

#bannerbox, #whatsnew, #featured, #bannerbox2 {
  margin-top: 20px;
	}

#bannerbox2 {
  margin-top: 0px;
	}

/*
 * Corrige une différence d'affichage avec IE.
 * la veur de margin-left doit être cohérente avec le style CenterboxHeading
 */  
#whatsNew, #productListing {
  margin-left: 40px !important;
  margin-left: 0px !important!;
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

/*
.back a:link, .back a:visited  {
	color: rgb(186, 132 , 92);
  }	
.back a:hover  {
	text-decoration: underline;
  }	
*/
	
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.forward a:link, .forward a:visited  {
	color: rgb(186, 132 , 92);
  }	

.forward a:hover  {
	text-decoration: underline;
  }	
	
	
.bold {
	font-weight: bold;
	}
	
.rowOdd, .cartTableHeading {
  background-color: rgb(213,180,155);
	color: rgb(255,255,255);
	height: 1.5em;
	vertical-align: center;
	}

	
.rowOdd a:visited, .rowOdd a:link   {
	color: rgb(255,255,255);
	text-decoration: none;
	}

.rowOdd	a:hover {
	text-decoration: underline;
	} 

.rowEven a:link, .rowEven a:visited {
	color: rgb(186, 132 , 92);
	text-decoration: none;
	}
	
.rowEven a:hover {
	text-decoration: underline;
	} 
	
.rowEven {
  background-color: rgb(241,230,221);
	color: rgb(186, 132 , 92); /*rgb(213,180,155);*/
	height: 1.5em;
	vertical-align: middle;
	}



.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShopping
 {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#ezPageDefault {
	margin-top: 20px;
	padding: 17px;
	color: rgb(186, 132 , 92);
	line-height: 150%;
	background-color: rgb(241,230,221);
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 130%;
	text-align: justify;
	}
	
#ezPageDefault h3 {
	margin-top: 20px;
	}
	
#ezPageDefault a:link, #ezPageDefault a:visited {
	color: rgb(186, 132 , 92);
	}

#ezPageDefault a:hover {
	text-decoration: underline;
	}
	
.CdeLaB_PaypalHelp {
  text-align: center;
	background-color: rgb(213,180,155);
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.5em;
  padding: 10px;
	margin: 10px;
	}
	
.CdeLaB_PaypalHelp p {
	line-height: 1.2em;
  margin: 10px 0 0 0;
	padding: 0;
	}

/*#productTellFriendLink {
  float: right;
  position: absolute;
  top: 262px;
  left: 870px;
  }*/

