/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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,v 1.9 2008/04/02 11:33:47 pierrick Exp $
 */
html, body {
  /*height: 100%;*/
}
html{
  background-color: #ffffff;
  /*background: url(../images/fond.jpg) repeat left top;*/
  margin: 0px;
  padding: 0px;
}
body {
  /*background: url(../images/background.jpg) repeat-y center top;*/
  /*background: url(../images/fond-degrade.jpg) repeat-x left top;*/
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

a img, img {border: none; }

#navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: none;
}

#ezPageDefault_td{
  background-color:#E3E3E3;
}

#ezPageDefault{
  background-color:#E3E3E3;
  height:100%;
}

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

/*Heading*/
h1, h2, h3, h4, h5, h6{
  margin: 0px;
  padding: 0px;
}
h1 {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
  margin-bottom: 2px;
}

#breadCrumb {
  margin: 0px;
  padding-left: 5px;
}
h2{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
  margin-bottom: 2px;
}
h4{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	background: url(../images/bgbreadcrumb.gif) repeat-x;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
h5{
  font-size: 14px;
  letter-spacing: -1px;
  padding: 5px;
  background-color: #ffffff;
  border-top: 1px solid #E3E3E3;
  font-weight: bold;
  text-transform: uppercase
}
h4.optionName, .larger, ADDRESS{
	font-size: 1.1em;
}
.instructions{
  float: left;
  padding-left: 15px;
  padding-top: 4px;
}
.notice{
  padding: 5px 15px 5px 15px;
}
.biggerText {
	font-size: 1.2em;
}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/
.centerColumn{
width:800px;
}

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

FORM{
	margin: 0px;
}
INPUT, SELECT{
  margin: 0px;
  padding: 0px;
  border: 1px solid #BDBDBD;
  font-size: 10px;
}
INPUT{
  padding-top:1px;
  height: 14px;
}
TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

FIELDSET {
	padding: 5px;
	margin-right: 5px;
  border: 1px solid #cccccc;
	}
	FIELDSET FIELDSET{
	 border: none;
  }

LEGEND {
	font-weight: bold;
	padding: 2px;
  font-size: 11px;
  color: #000000;
}

h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

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

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

LABEL.inputLabel {
	float: left;
	width: 200px;
	padding-left: 10px;
}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

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

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 4px;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
}

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

/***********/

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	/*border: 1px solid #38383B;*/
	}

.messageStackError {
	/*background-color: #ff0000;
	color: #ffffff;"*/
	color: #ff0000;
	}

.messageStackSuccess {
	/*background-color: #a9c885;
	color: #000000;*/
	color: #3f2bff;
	}

.messageStackWarning, .messageStackCaution {
	/*background-color: #FFFF66;
	color: #000000;*/
	color: #ffbc2b;
	}

/*wrappers - page or section containers*/
#mainWrapper {
  min-height: 100%;
	height: 100%;
	background-color: #ffffff;
	text-align: left;
	width: 947px;
	vertical-align: top;
	margin: auto;
	padding: 0px;
}
html>body #mainWrapper {
    height: auto;
}

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

#headerWrapper{
  background-color: #ffffff;
}
/*
#slideshow{
  float: right;
  height: 110px;
}
*/
#logoWrapper{
/*	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;*/
	position:relative;
	padding-top:3px;
	height:120px;
}
  #logoWrapper #logoLeftContent{
     position:absolute;
	bottom:3px;;
    /*height: 120px;
    float: left;
	padding:0;*/
  }

  #logoWrapper #slideshow{
  position:absolute;
  bottom:1px;
  right:0;
    /*float: right;*/
  }

#localizationWrapper{
  background-color: #dcddde;
  color: #000000;
  height: 19px;
  padding-left: 5px;
  padding-right: 10px;
  border-top: 0px solid #C5C5C5;
  border-bottom: 0px solid #8C8C8C;
  width:932px;
}
  #localizationWrapper a{
    color: #000000;
    text-decoration: none;
  }
  #localizationWrapper #boxLanguagesHeader{
    float: right;
    padding-top: 1px;
  }
  #localizationWrapper #boxCartHeader{
    float: left;
    padding-top: 3px;
  }

#navColumnTwoWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
}
	
#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%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

#newProductsDefaultListingBottomNumber, #newProductsDefaultListingBottomLinks, #specialsDefaultListingBottomNumber, #specialsDefaultListingBottomLinks {
  padding-top: 10px;
}

#newProductsDefaultListingBottomNumber, #specialsDefaultListingBottomNumber, #productsListingBottomNumber {
  padding-left: 5px;
}

#newProductsDefaultListingBottomLinks, #specialsDefaultListingBottomLinks, #productsListingListingBottomLinks {
  padding-right: 5px;
}

/*.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: 0;
  padding: 0;
  color: #ffffff;
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #383838;
	background-image:none;
}

#navMain ul, #navSupp ul, #navSuppRight ul , #navCatTabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*text-align: center;*/
}

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

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
}

#navMainWrapper{
  height: 23px;
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background: url(../images/fondbarrenav.gif) no-repeat;
  width:947px;
}
  #navMain ul li{
    display: block;
    float: left;
    height: 23px;
    padding-left: 39px;
    background: url(../images/bgnav.gif) no-repeat left top;
    font-weight: bold;
    font-size: 11px;
	text-transform:uppercase;
  }
  #navMain ul li.first{
    padding-left: 21px;
    background: url(../images/bgfirstnav.gif) no-repeat left top;
  }
    #navMain ul li a{
      display: block;
      padding-top: 5px;
    }
  #navMain li.currencies .currenciesLbl{
    padding-top: 5px;
    padding-right: 5px;
    float: left;
	text-transform:capitalize;
  } 
  #navMain li.currencies .currenciesForm{
    padding-top: 3px;
    float: left;
  }
  
#navHome{
  height: 15px;
  clear: left;
  position: relative;
  bottom: 0px;
  padding-top: 3px;
  padding-left: 0px;
}
  #navHome ul{ 
  	margin: 0;
  	padding: 0;
  	list-style-type: none;
  }
    #navHome ul li {
    	display: block;
    	float: left;
    	height: 16px;
    	width: 92px;
    	text-align: center;
    	padding-top: 4px;
    	/*background: url(../images/bgbtn.gif) no-repeat;*/
		background-color:#58585a;
    	padding-right: 1px;
    	font-weight: bold;
    }
    #navHome ul li.cart {
      width: 70px;
      padding-left: 22px;
      text-align: left; 
    	background: url(../images/bgbtncart.gif) no-repeat;
    }
      #navHome ul li a{
      	text-decoration: none;
      	padding: 0;
      	margin: 0;
      	color: #dcddde;
      	white-space: nowrap;
      	text-transform: uppercase;
      }

#navSuppWrapper{
  border-top: 1px solid #525252;
  margin-top: 2px;
}
  #navSupp{
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
	float:left;
	width:600px;
  }
  
  #navSuppRight{
	width:347px;
	text-align:right;
	height:30px;
	float:left;
	
  }
    #navSupp ul{
      padding-top: 7px;
      padding-bottom: 7px;
    }
      #navSupp ul li{
        padding-left: 5px;
        padding-right: 20px;
      }
    #navSupp ul li a{
      color: #000000;
    }
	
	#navSuppRight ul{
      padding-top: 2px;
      padding-bottom: 0px;
    }
      #navSuppRight ul li{
        padding-left: 0px;
        padding-right: 2px;
      }
    #navSuppRight ul li a{
      color: #000000;
    }

#navManufacturersContent{
  background-color: #E3E3E3;
  padding: 10px 5px 10px 5px;
  margin: 0px 2px 2px 2px;
}
  #navManufacturersContent a{
    color: #000000;
    font-weight: normal;
  }

#navCatTabs ul li a {
	color: #38383B;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #38383B;
	}

#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, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	padding-right: 5px;
	/*background-image: url(../images/bglastnav.gif);*/
	background-position: right;
	background-repeat: no-repeat;
}
  #navMainSearch .searchLbl{
    float: left;
    padding-right: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-top: 5px;
  }
  #navMainSearch .searchForm{
    padding-top: 3px;
    float: left;
  }

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin: 0em;
}

#navEZPagesTop {
	background-color: #A1C22B;
/*	background-image: url(../images/tile_back.gif);*/
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: #E3E3E3;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

/*** LOGIN ***/
#loginDefault input,
#accountEditDefault input,
#accountPassword input{
  width: 200px;
  margin-top: 2px;
}
#loginDefault select,
#accountEditDefault select,
#accountPassword select{
  width: 202px;
  margin-top: 2px;
}
#loginDefault #gender-male,
#loginDefault #gender-female,
#loginDefault #newsletter-checkbox,
#loginDefault #email-format-html,
#loginDefault #email-format-text,
#accountEditDefault #gender-male,
#accountEditDefault #gender-female,
#accountEditDefault #newsletter-checkbox,
#accountEditDefault #email-format-html,
#accountEditDefault #email-format-text{
  width: 12px;
  margin-left: 10px;
  border: none;
}
#loginDefault #dob_month,
#loginDefault #dob_day,
#loginDefault #dob_year,
#accountEditDefault #dob_month,
#accountEditDefault #dob_day,
#accountEditDefault #dob_year{
  width: 65px;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

.shippingEstimatorWrapper {
	padding: 0.5em;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
	
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

.majuscules{
  text-transform: uppercase;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #38383B;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

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

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.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 {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

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

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#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*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

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

/*Content Modules Display*/
.centerBoxWrapper {
  width: 100%;
  height: 240px;
	padding: 0px;
	margin: 0px;
  background-color: #E3E3E3;
  margin-top: 2px;
  float: left;
  color: #3D3D3D;
}
  .centerBoxWrapper .centerBoxContentsNew,
  .centerBoxWrapper .centerBoxContentsBestSellers{
    padding-left: 2px;
    padding-top: 3px;
    width: 120px;
  }
  
  #whatsNew .imageProduct, #bestSellers .imageProduct {
        height: 140px;
  }
      .ficheProduct .manufacturerProduct{
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding-top: 4px;
      }
      .ficheProduct .titleProduct,
      .ficheProduct .priceProduct{
        text-align: center;
      }
      
      #whatsNew .ficheProduct .manufacturerProduct,
      #whatsNew .ficheProduct .titleProduct,
      #whatsNew .ficheProduct .priceProduct,
      #bestSellers .ficheProduct .manufacturerProduct,
      #bestSellers .ficheProduct .titleProduct,
      #bestSellers .ficheProduct .priceProduct{
        padding-top: 4px;
      }
/*Exception*/
#whatsNew{
  width: 800px;
  border-right: 2px solid #ffffff;
}
  #whatsNew .first{
    padding-left: 35px;
  }
#bestSellers{
  width: 397px;
}
  #bestSellers .first{
    padding-left: 19px;
  }

/****************/

/*sideboxes*/
.columnLeft {
  padding: 0px;
  margin: 0px;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
  padding: 5px 5px 5px 15px;
  background-color: #58585a;
}

#mensHeading{
  background-color: #58585a;
}
#ladiesHeading{
  background-color: #58585a;
}

.leftBoxContainer, .rightBoxContainer {
	background-color: #E3E3E3;
}

.sideBoxContent {
    padding: 0px;
    margin: 0px;
    color: #000000;
    font-size: 11px;
    padding-top: 5px;
    padding-left: 2px;
}
  .sideBoxContent ul{
    list-style-type: none;
  }
	.sideBoxContent ul, .sideBoxContent li{
    padding: 0px;
    margin: 0px;
  }

/* categories box parent and child categories */
.sideBoxContent a{
  color: #000000;
  text-decoration: none;
}
  a.category-subs, a.category-products, a.category-select{
    font-weight: bold;
    padding-left: 10px;
  }
  a.category-select{
    background: url(../images/puce.gif) no-repeat 2px 4px;
  }
  a.categoryLevel1{
    padding-left: 30px;
  }
#mensContent .categoryLevel1 .category-subs-selected{
  color: #299ED4;
}
#ladiesContent .categoryLevel1 .category-subs-selected{
  color: #EC519D;
}
/*A.category-top, A.category-top:visited {
	color: #000000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #000000;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}*/
/* end categories box links */

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFFFF;
	text-decoration: none;
	} 

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

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	/*padding: 5px;*/
	}

.forward {
	float: right;
}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #FFFFFF;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #FFFFFF;
	height: 1.5em;
	vertical-align: top;
	}

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

CAPTION {
	/*display: none;*/
	}

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

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

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

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #A1C22B;
/*	background-image: url(../images/tile_back.gif); */
	height: 2em;
	color: #FFFFFF;
}

#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, #infoShoppingCart {
	background-color: #ffffff;
}

#storePickUpAddress {
  text-align: center;
}

#productNotificationNotice {
  background-color: #e8e8e8;
  margin: 5px;
  padding: 5px;
}

a.contactStoreOwner, a.contactStoreOwner:visited, a.contactStoreOwner.active {
  color: red;
}

a.contactStoreOwner:hover {
  font-weight: bold;
}

#indexDefaultMainContent {
  float: left;
  width:244px;
  overflow:auto;
  height:376px;
  background:#fff;
  padding:2px;
}
#ezPageContent_8{
  float: left;
  width:244px;
  overflow:auto;
  height:376px;
  background:#fff;
  padding:2px;
}


.newsInfo {
  text-align: left;
  font-style: normal;
}

.newsContent {
font-size: 1.0em;
}

#newsArchivTitleHeading {
	text-align: left;
	}

#newsArchivDateHeading {
	text-align: right;
	}

div.listingDescription, h3.itemTitle { padding-left: 10px; text-align: left; }

#manuAllWrapper {
	
	}

#manuAllHeading {
	
	}
#manufacturersAll {
	vertical-align: top;
	text-align: center;
	}

.ManuWrapper {
	float: left;
	text-align: center;
	font-size: 14px;
	padding: 5px;
        padding-top: 20px;
        width: 148px;
        height: 133px;
        border-right: 1px solid #E3E3E3;
        border-bottom: 1px solid #E3E3E3;
	}
        
.topManuWrapper {
        border-top: 1px solid #E3E3E3;
}

.leftManuWrapper {
        border-left: 1px solid #E3E3E3;
        width: 149px;
}

.rightManuWrapper {
        width: 149px;
}
/** PRODUCT INFO **/
#productGeneral .productDetailsWrapper{
  border-left: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}
  #productGeneral #productMainImage{
    border-right: 1px solid #E3E3E3;
    float: left;
  }
    #productGeneral #productMainImage #slideshowContainer{
      margin: 0px;
      padding: 0px;
    }
    #productGeneral #productMainImage #slideshowButtons{
      margin: 0px;
      padding: 0px;
    }
      #productGeneral #productMainImage #slideshowButtons #slideshowButtonsPrevious{
        float:left;
        width: 24px;
      }
      #productGeneral #productMainImage #slideshowButtons #slideshowButtonsNext{
        float:left;
        width: 24px;
      }
      #productGeneral #productMainImage #slideshowButtons #slideshowButtonsDescription{
        float: left;
        width: 452px;
        text-align: center;
        background-color: #000000;
        color: #ffffff;
        font-weight: bold;
        padding-top: 1px;
        height: 15px;
      }
      #productGeneral #productMainImage #slideshowButtons a{
        margin:0px;
        padding: 0px;
      }
    #productGeneral .productDetails{
      float: left;
      width: 297px;
      font-size: 10px;
    }
      #productGeneral .productDetails #manufacturerImage{
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 297px;
        height: 240px;
        border-bottom: 1px solid #E3E3E3;
      }
        #productGeneral .productDetails #manufacturerImage *{
          vertical-align: middle;
        }
      #productGeneral .productDetails #productModel{
        color: #979797;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 18px;
        padding-left: 10px;
      }
      #productGeneral .productDetails #manufacturerName{
        color: #000000;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 18px;
        padding-left: 10px;
      }
      #productGeneral .productDetails #productQuantity{
        color: #000000;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 13px;
        padding-left: 10px;
      }
        #productGeneral .productDetails #productQuantity input{
          width: 30px;
        }
      #productGeneral .productDetails .wrapperAttribsOptions{
        color: #000000;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 15px;
        padding-left: 10px;
      }

      #productGeneral .productDetails #productPrices{
        font-size: 14px;
        color: #000000;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 15px;
        padding-left: 10px;
      }
      #productGeneral .productDetails #ajouterAuPanier{
        margin: 0px;
        padding: 0px;
        padding-left: 10px;
        padding-bottom: 10px;
      }
      #productGeneral .productDetails #productTellFriendLink, #productGeneral .productDetails #productSizeChartLink{
        padding-left: 10px;
        padding-bottom: 5px;
      }
        
#productGeneral #productDescription .productDescriptionContent{
  padding: 5px;
  width: 490px;
}
/******************/
	
/** PRODUCT LISTING **/
#indexProductList #filtreProduits{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
  #indexProductList #filtreProduits select{
    margin-left: 10px;
  }
#indexProductList #productListHeading{
  height: 12px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	background: url(../images/bgbreadcrumb.gif) repeat-x;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
  /*#productListBottom a {
        color: white;
  }*/
  #indexProductList #productListHeading #productListTitle{
  	width: 35%;
    float: left;
  }
  #indexProductList #productListHeading #productsListingPages, #advSearchResultsDefault #productsListingPages {
    width: 65%;
    float: left;
    text-align:right;
  }
    #indexProductList #productListHeading #productsListingPages #productsListingTopNumber{
      padding-right: 5px;
    }
    #indexProductList #productListHeading #productsListingPages #productsListingListingTopLinks{
      padding-right: 5px;
      padding-left: 5px;
      color: #ffffff;
    }
      #indexProductList #productListHeading #productsListingPages #productsListingListingTopLinks a{
        color: #ffffff;
        text-decoration: none;
      }
#indexProductList #productListing{
  padding: 0px;
  margin: 0px;
  background-color: #E3E3E3;
  color: #504E53;
}
  #indexProductList #productListing .ficheProduct{
    width: 196px;
    padding-left: 3px;
    padding-top: 2px;
  }
    #indexProductList #productListing .ficheProduct .imageProduct{
      height: 227px;
    }

#specialsListing {
  padding: 0px;
  margin: 0px;
  background-color: #E3E3E3;
  color: #504E53;
}
    
#specialsListing .ficheProduct{
    width: 196px;
    padding-left: 3px;
    padding-top: 2px;
  }
    #specialsListing .ficheProduct .imageProduct{
      height: 227px;
    }
/*********************/
/*****NEW PRODUCTS LISITING*****/
#newProductsDefault, #specialsListing {
  padding: 0px;
  margin: 0px;
  background-color: #E3E3E3;
  color: #504E53;
}

  #newProductsDefault #sorter, #specialsListingHeading{
  	height: 17px;
    font-size: 11px;
  	font-weight: bold;
  	color: #ffffff;
  	background-color: #000000;
  	padding-left: 5px;
  	padding-top: 4px;
  	padding-bottom: 2px;
  	text-transform: uppercase;
        margin: 0px;
  }
    #newProductsDefault #sorter select{
    	margin-left: 10px;
    }
  #newProductsDefault #newProductListHeading, #specialsListing #newProductListHeading{
        height: 12px;
  	font-size: 10px;
  	font-weight: bold;
  	color: #ffffff;
  	background-color: #000000;
  	background: url(../images/bgbreadcrumb.gif) repeat-x;
  	padding-left: 5px;
  	padding-top: 3px;
  	padding-bottom: 4px;
  	text-transform: uppercase;
  }
    #newProductsDefault #newProductListHeading #newProductsDefaultHeading, #specialsListing #newProductListHeading #newProductsDefaultHeading{
      width: 35%;
      float: left;
    }
    #newProductsDefault #newProductListHeading #newProductsListingPages, #specialsListing #newProductListHeading #newProductsListingPages{
      width: 65%;
      float: left;
      text-align:right;
    }
      #newProductsDefault #newProductListHeading #newProductsListingPages #newProductsDefaultListingTopNumber, #specialsListing #newProductListHeading #newProductsListingPages #newProductsDefaultListingTopNumber{
        padding-right: 5px;
      }
      #newProductsDefault #newProductListHeading #newProductsListingPages #newProductsDefaultListingTopLinks, #specialsListing #newProductListHeading #newProductsListingPages #specialsDefaultListingTopLinks{
        padding-right: 5px;
        padding-left: 5px;
        color: #ffffff;
      }
        #newProductsDefault #newProductListHeading #newProductsListingPages #newProductsDefaultListingTopLinks a, #specialsListing #newProductListHeading #newProductsListingPages #specialsDefaultListingTopLinks a{
          color: #ffffff;
          text-decoration: none;
        }

  #newProductsDefault .ficheProduct, #specialsListing .ficheProduct{
    width: 196px;
    padding-left: 3px;
    padding-top: 2px;
    float: left;
    text-align: center;
  }
    #newProductsDefault .ficheProduct .imageProduct, #specialsListing .ficheProduct .imageProduct{
      height: 227px;
    }
/*******************************/
.footer{
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-right: 5px;
  background-color: #ffffff;
  text-align: right;
}

#manufacturersContent {
  padding-left: 10px;
}

table {
  border: 0;
}

.current {
  text-decoration: underline;
}

#advSearchResultsDefaultHeading {
  margin: 0;
}

#alsoPurchased {
        height: 300px;
}

#alsoPurchased .ficheProduct {
        width: 198px;
        padding-left: 2px;
        padding-top: 1px;
}

#addThis {
        padding-left: 10px;
        padding-bottom: 10px;
}

.colonneGrise {
        background-color: #E3E3E3;
}

#ccaccept {
        text-align: center;
}

#ccacceptHeading {
        text-align: left;
}

#paymentSlipConditions, #dirBankConditions {
        color: #E64996;
        padding: 5px 5px 0px 5px;
}

.rssButton {
        float: right;
}

.rssLine {
        height: 20px;
}

.rssTitle {
        font-weight: bold;
}

#rssContent {
        padding-left: 10px;
        padding-right: 10px;
}

#footerSlogan{
	background-color: #E3E3E3;
	padding: 5px 8px 5px 8px;
	font-weight: bold;
}
#finFooter{
	margin-right:2px;
}