/**
 * Main CSS Stylesheet
 */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	text-align:center;
	background-image:url(../images/fdbody.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a img {border: none; }

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

h1 {
	margin: 0 0px 0 0px;
	text-align:left;
	font-size:24px;
	color: #599010;
	letter-spacing: 1px;
	font-weight:bold;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABC300;*/
	border-bottom:1px solid #599010;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}

h4 {
	text-align:center;
}
code {
	/*font-family: arial, verdana, helvetica, sans-serif;*/
}

form, select {
	display: inline;
	margin: 0.1em;
}

textarea {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
}

legend {
	font-weight: bold;
	padding: 0.3em;
	color:#000000;
}

label, h4.optionName {
	/*line-height: 1.5em;*/
	/*padding: 0.2em;*/
}

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch {
	float: left;
}
label.inputLabel {
	width: 9em;
	float: left;
}
#contactUsForm label.inputLabel {
	width: 12em;
	float: left;
}

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

address {
	padding: 0.5em;
	font-style: normal;
	margin:10px 0 10px 0;
	border:#CCCCCC solid 1px;
}

.clearBoth {
	clear: both;
}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding: .2em .5em;
	border: 1px solid #000;
}

.messageStackWarning, .messageStackError {
	background-color:#FFFF99;
	color:#CC0000;
	padding: 0 .5em;
}
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackSuccess {
	background-color: #9f9;
	color: #070;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}

/*wrappers - page or section containers*/

#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}
	
#tagline {
	padding: 1em 0 0 0;
	text-align : center;
}

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

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

.wrapperAttribsOptions {
	/*margin: 0.3em 0em;*/
	margin-left:25px;
	padding:0 10px 10px 10px;
	width:auto;
	border:solid 1px black;
	float:left;
}
#productAttributes {
	padding-left:100px;
}
/*navigation*/

.navSplitPagesResult {
	padding-left:5px;
}
.navSplitPagesLinks {}

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

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	
}


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

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

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


#navEZPagesTop {
	background-color: #666666;
	padding: 0.5em;
	border-top: 1px solid #ccc;
}

/*The main content classes*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .alert {
	vertical-align: top;
}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*padding: 0.5em;*/
}
.alert {
	padding-left:5px;
	color: #c00;
}
.advisory {}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}
.centerColumn {
	padding:0 18px 10px 18px;
	margin-bottom:20px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
}

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	/*padding: 1em;*/
	border-top: 0px none #000;
	border-right: 0px none #000;
	border-bottom: 0px none #000;
	/*border-left: 1px dashed #5495BB;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #5595B8;
}

.contourOptions {
	border: 1px solid #A6A6A6;
}
.fdOptionsBas {
	background-color: #F3F3F3;
}

.tableHeading th {
	border-bottom: 1px solid #ccc;
}

.tableHeading, #cartSubTotal {
	/*background-color: #F6F9E5;*/
}

#cartSubTotal {
	border-top: 1px solid #ccc;
	text-align: right;
	line-height: 2.2em;
	/*padding-right: 2.5em;*/
	font-size:19px;
	color:#000000;
}

.cartTotalDisplay {
	color:#000000;
	font-weight:bold;
}

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

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

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

#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	width: 4.7em;
}

.cartQuantity input {
	text-align:center;
}

#cartProdTitle {
	float:left;
}

#scProductsHeading {
	text-align:left;
	padding-left:62px;
}

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

.cartOldItem {
	color: #666666;
	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: #ff0000;
}

.orderHistList {
	margin: 0 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;
	color:#FF0000;
	font-weight:bold;
}

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

.amount {
	width: 5.5em;
}

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


.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
}

/*Attributes*/
.attribImg {
	width: auto;
	margin: 0.3em 0em;
	float:left;
}

.attributesComments {}

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


/*sideboxes*/
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	font-weight:bold;
}
#bestsellers ol {
	padding: 0;
	margin: 0 0 0 1.5em;
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */
span.category-subs-parent {
	font-style: italic;
}
span.category-subs-selected {
	font-style: italic;
	color:#99C809;
	padding-left:15px;
	background-image:url(../images/selected.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
/* end categories box links */

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

.forward {
	float: right;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #f5f5f5;
	vertical-align: top;
}

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

caption {
	/*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
} 
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
}
.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}
tr.tableHeading {
	/*background-color: #F6F9E5;*/
	color:#000000;
}
#prevOrders td {
	border-bottom: 1px solid #ccc;
	padding: 0 .5em 0 0;
}
.productListing-rowheading {
	background-color: #F6F9E5;
}
.productListing-data {
	padding: 10px 10px 10px 0px;
	
}
.productListing-data h3 {
	margin: 0 0 1em 0;
	
}
#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: #F1F9FC;
	text-align: left;
	padding: 0px 10px 0px 10px;
}

/* footer */
#navSuppWrapper {
	/*background:url("../images/bas.jpg") no-repeat;*/
	text-align:center;
	margin:0px;
}

#navSupp {
	background-image:url(../images/fdfooter.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:121px;
	color:#FFFFFF;
	position:relative;
	background-color:#52820E;
}

#navSupp a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top:0px;
}

#navSuppindex {
	background-image:url(../images/fdfooter.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:121px;
	color:#FFFFFF;
	position:relative;
	background-color:#52820E;
	padding-bottom:90px;
}

#navSuppindex a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top:0px;
}

/* Bandeau titre */
/**/
h2.centerBoxHeading,#navBreadCrumb {
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

h2.centerBoxHeading {
	/*padding:30px 0 0 45px;
	background:url("../images/header/bas_box_titre.jpg") no-repeat;
	height:53px;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:-25px;*/
	margin:0;
}

#navBreadCrumb {
	/*background:url("../images/header/centre_r1_c1.jpg") no-repeat;
	height:20px;
	padding:22px 0 0 45px;
	margin:0;*/
	margin:0 0 5px 18px;
}

#navBreadCrumb a {
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
}

#navBreadCrumb a:hover {
	color:#52850F;
}

#categoryImgListing, #indexProductListCatDescription, #categoryIcon {
	text-align:center;
	background: #F1F9FC;
}
.centerBoxContentsNew {
	/*background:url("../images/prod.jpg") center no-repeat;
/*	background:url("../images/prod.jpg") center no-repeat;*/
	/*height: 148px;
	width: 150px;
	margin:10px 11px -3px 12px;
	/*padding: 25px 5px 20px 5px;*/
}
#BoxNewContent {
	/*padding-top:20px;*/
}
.productListing-even {
	background-color: #F6F9E5;
}
.fieldLogin {
	margin-left:auto;
	margin-right:auto;
}
.fieldLogin2 {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#prixProduitListe {
font-weight:bold;
}

.note{
color:#FF0000;
}

/* footer */
/*#navSupp ul{
	margin: 0;
	padding: 0.3em 0em;
	list-style-type: none;
}
#navSupp ul li {
	display: inline;
}
#navSupp ul li a{
	padding: 0em 0.5em;
	margin: 0;
}
/* centre */
.fondCentre {
	/*background:url("../images/header/bas_box.jpg") left bottom no-repeat;
/*background:url("../images/header/centre_r12_c1.jpg");*/
	padding: 0;
	margin: 0;
	/*position:relative;
	z-index:0;*/
}
.liensInfo  {
	list-style-type:none;
	padding: 0;
	margin-top:0px;
	margin-left:15px;
}

.email_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border-bottom:#bbbbbb 1px solid;
	border-top:#bbbbbb 1px solid;
	border-left:#bbbbbb 1px solid;
	border-right:#bbbbbb 1px solid;
}
.texteGrandCouleur2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #A74274;
}
.alignementGauche {
	float:left ;
	margin-right: 5px;
	border: 1px solid #000000;
}
.alignementDroite {
	float:right ;
	margin-left: 5px;
	border: 1px solid #000000;
}
.alignementCentre {
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #000000;
}

/* This is the CSS needed for the Order Step Edition 2 contribution */

div.order_steps {       /* Is needed for the centering in IE */
    width: 100%
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: center;
}

table.order_steps {
    margin-left: auto;
    margin-right: auto;
    width: 80%;       /* Here you can set the total width of this contrib */
    padding-bottom: 10px;
    background-color: transparent;      /* Here you can change the background-color of the whole contrib */
}

tr.order_steps_line_2 {
    height: 5px;        /* Is a part in determining the height of the line */
    padding: 0px;
    margin: 0px;
}

tr.order_steps_line_3 {
    height: 1px;        /* Is a part in determining the height of the line shadow */
    padding: 0px;
    margin: 0px;
}

td.progressbar_active {
    background-color: #3DA200;     /* Determines the active color of the completed part of the line */
    width: 4%;
    padding: 0px;
    margin: 0px;
}

td.progressbar_inactive {
    width: 4%;
    background-color: #9A9A9A;    /* Determines the non-active color of the uncompleted part of the line */
    padding: 0px;
    margin: 0px;
}

td.progressbar_active_shadow {
    background-color: #346C00;     /* Determines the non-active color of the completed part of the line shadow */
    width: 4%;
    padding: 0px;
    margin: 0px;
}

td.progressbar_inactive_shadow {
    width: 4%;
    background-color: #666666;   /* Determines the non-active color of the uncompleted part of the line line*/
    padding: 0px;
    margin: 0px;
}

td.order_steps_text {
    text-align: center;
    vertical-align: top;
    color: #A7A7A7;        /* Determines the non-active color of the text */
    padding-bottom: 5px; /* Determines the distance between the text and the line */
}

td.order_steps_text_completed {
    text-align: center;
    vertical-align: top;
    color: #8DB18D;        /* Determines the non-active color of the text steps that have been completed*/
    padding-bottom: 10px; /* Determines the distance between the text and the line */
}

td#active_step_text {       /* These are the styles for the active text */
    color: #005C2C;
    font-weight: 700;
    font-size: 1.1em;
}
#prixtemp{
	font-weight:bold;
	font-size:16px;
}
#encartcontact {
	/* background-image:url(../images/contact.jpg);
	width:195px;
	height:89px;
	margin-bottom:10px;
	margin-top:10px; */
}

#fondencartinfos{
	/* background-color:#F7DBE3; */
	/*padding-left:36px;*/
	/* padding-bottom:5px;
	padding-left:10px; */
	/*background-image:url(../images/pucemenu.jpg);*/
	/* background-repeat:no-repeat;
	background-position:left;
	text-align:left;
	margin-right:12px;
	margin-left:-28px;
	margin-bottom:5px; */
	/*text-decoration:underline;*/
	/* list-style-image:url(../images/pucemenu.jpg);
	list-style-position:inside; */
}

#fondencartinfos2{
	/* background-color:#F7DBE3; */
	/*padding-left:36px;*/
	/*padding-bottom:5px;
	padding-left:10px;
	/*background-image:url(../images/pucemenu2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:28px;*/
	/* text-align:left;
	margin-right:12px;
	margin-left:-28px;
	margin-bottom:5px; */
	/*text-decoration:underline;*/
	/* list-style-image:url(../images/pucemenu2.jpg);
	list-style-position:inside; */
}	

/** MENU HORIZONTAL *//

#navCatTabsWrapper{
	 margin-bottom:26px;	
	 width:100%;
	 height:26px;
}
#navCatTabs{
	margin-bottom:26px;
	width:80%;	 
	margin-right:auto;
	margin-left:auto;
	background-color:green;	
	height:26px;
	 
	 position: absolute; 
	  /* placement du menu, à modifier selon vos besoins */
	 /* correction pour Opera */
}

#navCatTabs ul {	
	padding:0; 
	margin:0;
	text-align:center;
	list-style-type:none;
	font-weight: bold;
}

#navCatTabs ul li{
	height:26px;	
}

#navCatTabs dl {
	float: left;  
	width: 12em;
	margin-top: 6px;
}

#navCatTabs dt {
	cursor: pointer;
	background: transparent;
	 border: none;
	margin: 1px;
}

#navCatTabs dd {

	display: none;
 	 border: none; 
	padding: 0;
	margin: 0; 
	background-color:#604029;
}

#navCatTabs dt a {
	color:black;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none; 
	font-size: 12px;
}

#navCatTabs li a {
	color:black;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-size: 12px;
}

#navCatTabs li a:hover, #navCatTabs li a:focus, #navCatTabs dt a:hover, #navCatTabs dt a:focus {
	background: transparent;
}

#navCatTabs li a:hover {
	background-color:#8F6949;
}	

#indexCategoriesMainContent {
	/*padding-top:15px;*/
}

#fdsite {
	/*width:1047px;*/
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(../images/fdsite.jpg);*/
	background-repeat:repeat-y;
	background-position:top;
}

#contentMainWrapper {
	background-image:url(../images/fdbas.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

/******************** bof mise en forme new ******************/

#whatsNew {
	width:269px;
	float:left;
}

#whatsNew .centerBoxHeading {
	/*background-image:url(../images/head_new.jpg);*/
	background-repeat:no-repeat;
	background-position:top;
	width:269px;
	height:92px;
	margin-top:20px;
}

#whatsNew .centerBoxHeading a, #whatsNew .centerBoxHeading a:visited {
	display:block;
	width:269px;
	height:20px;
	padding:72px 0 0 0;
	text-align:right;
	font-size:13px;
	color:#304D0B;
}

#whatsNew .centerBoxHeading a:hover {
	color:#8AC841;
	font-size:13px;
}

.centerBoxContentsNew {
	width:264px !important;
	padding:4px 0 11px 5px;
	height:75px;
	margin:0;
}

.centerBoxContentsSpecials {
	width:263px !important;
	padding:4px 0 11px 5px;
	height:75px;
	margin:0;
}

#whatsNew .even {
	background-color:#C0EC84;
}

#whatsNew .odd {
	background-color:#FFFFFF;
}

#specialsDefault .odd {
	background-color:#FFF15F;
}

#specialsDefault .even {
	background-color:#FFFFFF;
}

.imgnew {
	float:left;
	margin:0 10px 0 0;
	width:94px;
	background-color:#FFFFFF;
}

.centerBoxContentsSpecials .nomnew, .centerBoxContentsSpecials .pricenew {
	width:154px;
}

.nomnew {
	float:right;
	width:155px;
	text-align:left;
	padding:5px 5px 0 0;
}

.nomnew a {
	font-size:13px;
	font-weight:normal;
	color:#000000;
}

.pricenew {
	float:right;
	width:155px;
	text-align:left;
	padding:0 5px 0 0;
	font-size:18px;
	font-weight:bold;
	color:#D82126;
	padding-top:5px;
}

.pricenew #normalprice {
	color:#000000;
	font-size:12px;
}

.pricenew #productSpecialPrice {
	color:#D82126;
}

.pricenew #productPriceDiscount {
	display:none;
}


/******************** eof mise en forme new ******************/

#specialsDefault {
	width:268px;
	float:right;
	border-bottom:1px solid #FF8C4C;
	border-right:1px solid #FF8C4C;
	border-left:1px solid #FF8C4C;
	position:relative;
	padding-top:92px;
	margin-top:20px;
}

#head_promo {
	/*background-image:url(../images/head_promo.jpg);*/
	background-repeat:no-repeat;
	background-position:top;
	width:270px;
	height:92px;
	float:right;
	position:absolute;
	top:0;
	left:-1px;
}

#head_promo a, #head_promo a:visited {
	display:block;
	width:260px;
	height:20px;
	text-align:right;
	padding:72px 10px 0 0;
	font-size:13px;
	color:#932808;
}

#head_promo a:hover {
	font-size:13px;
	color:#FE7122;
}

#adressefooter {
	height:38px;
	font-size:12px;
	padding-top:17px;
}

#ps {
	position:absolute;
	top:58px;
	left:210px;
	color:#000000;
	font-size:20px;
	font-style:italic;
}

#navSupp ul, #navSuppindex ul {
	float:left;
	margin:0;
	padding:9px 15px 0 0;
	list-style:none;
	text-align:left;
	line-height:1.4em;
}

ul#lien1 {
	margin-left:395px;
}

.sepabas {
	background-image:url(../images/sepafooter.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:2px;
	height:42px;
	float:left;
	margin:9px 10px 0 5px;
}

#menuref {
	background-color:#52820E;
	color:#FFFFFF;
	padding:15px 0 10px 0
}

#menuref a, #menuref a:visited {
	color:#FFFFFF;
}

.contfooter {
	/*float:left;
	width:80px;
	padding:0 1px 0 1px;*/
	margin:0 10px 5px 10px;
	/*border-bottom:1px solid #8CC63F;*/
	border-bottom:1px dotted #5D9311;
	padding-bottom:2px;
	height:100%;
}

.contfooter a:hover {
	text-decoration:none;
	color:#8CC63F !important;
}

.col1 {
	/*padding-bottom:5px;*/
	float:left;
	width:140px;
	padding:0 0 0 10px;
}

.sepafooter {
	float:left;
	margin:0 5px 0 5px;
	font-size:11px;
	font-weight:bold;
	color:#8CC63F;
}

.col2 {
	float:left;
	width:800px;
	line-height:1.5em;
}


.col1 a, .col1 a:visited {
	font-size:11px;
	font-weight:bold;
}

.col1 a:hover {
	font-size:11px;
	font-weight:bold;
}
 
.col2 a, .col2 a:visited {
	font-size:10px;
	padding-right:5px;
}

.col2 a:hover {
	font-size:10px;
}
 

/*************** bof mise en forme listing ****************/

.centerBoxContentsProducts, .centerBoxContentsDestockage, .specialsListBoxContents {
	border-bottom:1px solid #E5E5E5;
	padding-bottom:10px;
	padding-top:10px;
}

.specialsListBoxContents {
	margin:0;
}

.blocproduit {
	width:172px;
	margin-left:auto;
	margin-right:auto;
}

.imglisting, .imgdestockage {
	height:123px;
	position:relative;
}

.blocgris {
	background-color:#F3F3F3;
	height:133px;
	padding:0 15px 0 15px;
}

.itemTitle, .nomdestockage {
	height:61px;
	text-align:left;
	border-bottom:1px solid #DEDEDE;
	padding-top:5px;
	margin:0;
}

.itemTitle a, .nomdestockage a {
	font-size:14px;
	font-weight:normal;
	color:#599010;
}

.pricelisting, .pricedestockage {
	color:#D82126;
	font-size:20px;
	padding:5px 0 5px 0;
}

.pricelisting #normalprice, .pricedestockage #normalprice {
	color:#000000;
	font-size:12px;
}

.pricelisting #productSpecialPrice, .pricedestockage #productSpecialPrice {
	color:#D82126;
}
 
.pricelisting #productPriceDiscount, .pricedestockage #productPriceDiscount {
	display:none;
}

.boutondetail {
	background-image:url(../images/fddetail.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:131px;
	margin-left:auto;
	margin-right:auto;
}

.boutondetail a {
	display:block;
	width:131px;
	height:17px;
	font-size:12px; 
	color:#000000;
	padding-top:2px;
}

.pagination {
	width:556px;
	border:1px solid #DFEFCA;
	background-color:#C0EC84;
	background-repeat:repeat-x;
	background-image:url(../images/fdpagination.jpg);
	background-position:top;
	padding:5px 0 5px 0;
	color:#2B4508;
}

#productsListingListingBottomLinks, #specialsListingBottomLinks, #specialsListingTopLinks, #featuredProductsListingBottomLinks, #newProductsDefaultListingBottomLinks, #newProductsDefaultListingTopLinks {
	padding:0px 0px 0px 0px;
}

#specialsListingBottomLinks a, #productsListingListingBottomLinks a, #featuredProductsListingBottomLinks a, #newProductsDefaultListingBottomLinks a, #specialsListingBottomLinks a:visited, #productsListingListingBottomLinks a:visited, #featuredProductsListingBottomLinks a:visited, #newProductsDefaultListingBottomLinks a:visited, #specialsListingTopLinks a, #specialsListingTopLinks a:visited, #newProductsDefaultListingTopLinks a, #newProductsDefaultListingTopLinks a:visited {
	/*border:1px solid #5DAAD6;
	background-color:#CCCCCC;
	padding:4px !important;*/
	color:#2B4508;
	/*padding:4px 10px 4px 10px;
	background-color:#989898;*/
	float:left;
	font-size:12px;
	margin-left:3px;
	background-image:url(../images/fdapagination.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:19px;
	height:16px;
	text-align:center;
	padding:1px 0 0 0;
}

#specialsListingBottomLinks a:hover, #productsListingListingBottomLinks a:hover, #featuredProductsListingBottomLinks a:hover, #newProductsDefaultListingBottomLinks a:hover, #specialsListingTopLinks a:hover, #newProductsDefaultListingTopLinks a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

.current {
	/*border:1px solid #5DAAD6;
	padding:4px;*/
	color:#2B4508;
	font-size:12px;
	float:left;
	margin-left:3px;
	width:19px;
	height:16px;
	text-align:center;
	padding:1px 0 0 0;
}

#productsListingBottomNumber, #specialsListingBottomNumber, #featuredProductsListingBottomNumber, #newProductsDefaultListingBottomNumber, #specialsListingTopNumber, #newProductsDefaultListingTopNumber {
	color:#2B4508;
}

#pdt {
	margin:3px 10px 0 0;
	float:left;
	color:#000000;
	font-size:12px;
}

#pdt1 a, #pdt1 a:visited {
	display:block;
	width:40px;
	height:20px;
	padding-top:2px;
	background-image:url(../images/pdt1.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	margin-right:10px;
	color:#599010;
	font-size:13px;
	font-weight:normal
}

#pdt2 a, #pdt2 a:visited {
	display:block;
	width:47px;
	height:20px;
	padding-top:2px;
	background-image:url(../images/pdt2.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	margin-right:10px;
	color:#599010;
	font-size:13px;
	font-weight:normal
}

#pdt3 a, #pdt3 a:visited {
	display:block;
	width:47px;
	height:20px;
	padding-top:2px;
	background-image:url(../images/pdt3.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	color:#599010;
	font-size:13px;
	font-weight:normal
}

#pdt1 a:hover, #pdt2 a:hover, #pdt3 a:hover {
	text-decoration:none;
	color:#000000;
}

#pdt1 a:hover {
	background-image:url(../images/pdt1ok.jpg);
	background-position:bottom right
}

#pdt2 a:hover {
	background-image:url(../images/pdt2ok.jpg);
	background-position:bottom right
}

#pdt3 a:hover {
	background-image:url(../images/pdt3ok.jpg);
	background-position:bottom right
}

#choixpage {
	margin-bottom:10px;
}

/*************** eof mise en forme listing ****************/



/*************** bof mise en forme destockage ****************/

#destockage {
	/*margin-bottom:20px;*/
	position:relative;
}

#destockage .centerBoxHeading {
	background-image:url(../images/head_destock.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:255px;
	height:28px;
	padding:14px 0 0 302px;
}

#destockage .centerBoxHeading a, #destockage .centerBoxHeading a:visited {
	color:#D82126;
	font-size:13px;
}

#destockage .centerBoxHeading a:hover {
	text-decoration:none;
	color:#52850F;
}

#borderbasdestock {
	height:1px;
	width:569px;
	background-color:#D82126;
	position:absolute;
	left:0px;
	bottom:0px;
}

/*************** eof mise en forme destockage ****************/



/*************** bof mise en forme fiche produit ****************/

#productGeneral form {
	margin:0;
}

#blocleft {
	width:310px;
	float:left;
	margin-top:20px;
	position:relative;
}

#productMainImage {
	margin:0;
	width:308px;
	border:1px solid #C0EC84;
	float:left;
}

#lienzoom a {
	height:24px !important;
	background-color:#C0EC84;
	display:block !important;
	width:310px !important;
	float:left;
	background-image:url(../images/fdzoom.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	cursor:pointer;
}

#lienzoom a:hover {
	background-image:url(../images/fdzoom.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.additionalImages {
	margin:5px 0 5px 0;
}

#blocright {
	float:right;
	width:230px;
	margin-top:20px;
}

#productName {
	color:#599010;
	font-weight:normal;
	font-size:18px;
	border:none;
	margin-bottom:25px;
}

#dispo {
	float:left;
	margin:0;
	color:#000000;
	font-size:13px;
	width:92px;
	height:22px;
	text-align:center;
}

#stock {
	float:left;
	background-image:url(../images/fdstock.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:124px;
	height:21px;
	color:#000000;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	padding:1px 0 0 5px;
}

#blocajout {
	background-color:#C0EC84;
	float:left;
	width:221px;
	padding-bottom:10px;
}

#productPrices {
	margin:0;
	background-image:url(../images/fdprix.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:201px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-bottom:6px;
	text-align:center;
	color:#D82126;
	font-size:30px;
}

#productPrices #normalprice {
	color:#000000;
	font-size:13px;
}


#productPrices #productSpecialPrice {
	color:#D82126;
}

#productPrices #productPriceDiscount {
	display:none;
}

#ajuster {
	margin:0;
	float:left;
	color:#000000;
	font-size:13px;
	margin:7px 15px 0 22px;
}

#ajoutqte {
	float:left;
}

.choix, .choix2 {
	float:left;
	cursor:pointer;
	margin:4px 0 0px 0;
}

#cartAdd {
	margin-top:4px;
	margin-right:5px;
	margin-left:5px;
}

#cartAdd input {
	text-align:center;
}

.placer {
	background-repeat:no-repeat;
	background-position:top;
	width:182px;
	height:29px;
	padding:0;
	margin:12px 0 0 21px;
}

.placer:hover {
	background-repeat:no-repeat;
	background-position:bottom;
}

#blocqte {
	background-image:url(../images/fdprix.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:27px;
	padding-bottom:5px;
}

#sepaprix {
	background-image:url(../images/fdprix.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:201px;
	height:2px;
	margin-left:10px;
	float:left;
}

#productDescription {
	width:100%;
	float:left;
	color:#000000;
}

#titledesc {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #000000;
	margin-top:20px;
	margin-bottom:5px;
}

ul#productDetailsList {
	margin:10px 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
	color:#000000;
	font-size:12px;
	background-image:url(../images/fdul.gif);
	background-position:top;
	background-repeat:repeat-y;
}

ul#productDetailsList li {
	padding:1px 0 1px 0;
}

#rupturexsell {
	color:#FF0000;
	border:1px dotted #FF0000;
	padding:5px 10px 5px 10px;
}

.mep {
	width:230px !important;
	display:block;
	float:left;
	padding-left:50px;
}

#crossSell .centerBoxHeading {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #000000;
	margin-top:5px;
	margin-bottom:10px;
}

.centerBoxContentsCrossSell {
	width:557px !important;
	padding:3px 0 3px 12px;
}

.imgxsell {
	float:left;
	width:66px;
	height:59px;
}

.infosxsell {
	float:left;
	width:370px;
	padding-left:10px;
}

.nomxsell {
	text-align:left;
	margin-bottom:5px;
}

.nomxsell a, .nomxsell a:visited {
	color:#599010;
	font-size:14px;
	font-weight:normal;
}

.pricexsell {
	text-align:left;
	color:#D82126;
	font-size:20px;
	float:left;
	width:231px;
}

.pricexsell #normalprice {
	color:#000000;
	font-size:12px;
}

.pricexsell #productSpecialPrice {
	color:#D82126;
}

.pricexsell #productPriceDiscount {
	display:none;
}

#fdassoc {
	background-image:url(../images/fdassoc.gif);
	background-repeat:repeat-y;
	background-position:top;
}

.boutondetail2 {
	background-image:url(../images/fddetail2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:101px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	margin-top:3px;
}

.boutondetail2 a {
	display:block;
	width:101px;
	height:17px;
	font-size:12px; 
	color:#000000;
	padding-top:2px;
}

.ajoutselection {
	float:right;
	text-align:center;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	margin:5px 15px 0 0;
}
.infiniteCarousel {
	width: 310px;
	position: relative;
	float:left;
	height:100px;
}

.infiniteCarousel .wrapper {
  width: 279px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 15px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border:1px solid #C0EC84;

}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 9px;
  height: 75px;
  width: 75px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 26px;
  width: 13px;
  background-image:url(../images/fleche.jpg);
  background-position:top right;
  background-repeat:no-repeat;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position:top right;
  right: 0;
}

.infiniteCarousel .back {
  /*background-position: 0 -72px;*/
  background-position:top left;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

#attribut {
	width:221px;
	border-bottom:1px dotted #000000;
	padding:0 0 5px 0;
	margin:0 0 20px 0;
	font-size:12px;
	color:#000000;
}

#head_attribut {
	margin:0 0 5px 0;
	border-bottom:1px dotted #000000;
	font-weight:bold;
	font-size:15px;
}

/*************** eof mise en forme fiche produit ****************/

#createAcctDefaultLoginLink {
	font-size:13px;
}

#createAcctDefaultLoginLink a, #createAcctDefaultLoginLink a:visited {
	font-size:13px;
	color:#FF0000;
}

#orderTotals, #checkoutConfirmDefault, #checkoutPayment, #checkoutShipping {
	background-color:#FFFFFF;
}

/* End Order Steps contribution CSS */

.NoradioButton {
	display:none;
}

#styleezpages {
	background-color:#FFFFFF;
	padding:0 5px 5px 5px;
}

#conditionsMainContent {
	background-color:#FFFFFF;
	padding:0 5px 5px 5px;
}

.title {
	color:#599010;
	font-size:13px;
	font-weight:bold;
	margin-top:20px;
}

#cgv p {
	margin:7px 0 7px 0;
}

#cgv ul {
	list-style:none;
	padding:0 0 0 15px;
	margin:0;
}

#categoryDescription {
	width:50%;
	float:left;
	margin:20px 0 20px 0;
	text-align:justify !important;
}

#categoryDescription p {
	margin:0 !important;
	text-align:justify !important;
}

.categoryListBoxContents {
	display:block;
	width:100%;
	text-align:left;
	margin:0;
}

.categoryListBoxContents a, .categoryListBoxContents a:visited {
	display:block;
	padding:5px 0 5px 0px;
	margin:0 0 0 20px;
	color:#2D4908;
	font-size:12px;
	font-weight:bold;
	font-weight:normal;
	border-bottom:1px solid #8CC63F;
}

.categoryListBoxContents a:hover {
	color:#99C809;
	text-decoration:none;
	border-color:#2D4908;
}

#imgcateg {
	border:1px solid #599010;
	float:left;
	margin:0px 10px 5px 0;
}

.catergoryImgMenu {
	width:50%;
	float:left;
	margin:20px 0 20px 0;
}

#pmt-moneyorder, #pmt-atos, #pmt-paypal, #ship-zones-zones, #ship-zones2-zones2, #ship-zones3-zones3, #ship-zones4-zones4 {
	float:left;
}

.radioButtonLabel, .checkboxLabel {
	float:left;
}

#pmt-img-atos {
	width:230px;
	height:30px;
	background-image:url(../images/logocb.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	float:left;
	margin:0px 0 0 10px;
}

#pmt-img-moneyorder {
	width:78px;
	height:35px;
	background-image:url(../images/logocheque.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	float:left;
	margin:0px 0 0 5px;
}

#pmt-img-paypal {
	width:68px;
	height:20px;
	background-image:url(../images/logopaypal.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	float:left;
	margin:4px 0 0 5px;
}

#ship-img-zones-zones {
	background-image:url(../images/logogls.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:77px;
	height:20px;
	float:left;
	margin-left:10px;
}

#ship-img-zones2-zones2 {
	background-image:url(../images/logochronopost.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:98px;
	height:25px;
	float:left;
	margin-left:10px;
}

#ship-img-zones3-zones3 {
	background-image:url(../images/logolaposte.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:170px;
	height:30px;
	float:left;
	margin-left:10px;
}

#ship-img-zones4-zones4 {
	background-image:url(../images/logombs.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:113px;
	height:25px;
	float:left;
	margin-left:10px;
}

#account-parrainage img {
	margin-right:5px;
}

/************************** bof mise en form textacceuil ***********************/

/*#textes-accueil {
	margin:0 auto 10px auto;
	width:820px;
}
#textes-accueil ul {
	margin:0;
	padding:0;
	list-style:none;
	height:19px;
	border-bottom:1px solid #09BB00; 
}
#textes-accueil ul li {
	float:left;
	height:12px;
	margin:0 2px 0 0;
	padding:3px 7px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	border-width:1px;
	border-right-width:2px;
	border-style:solid;
	border-bottom:none;
}
#textes-accueil div {
	padding:5px;
	border:1px solid #09BB00;
	border-top:none;
	background:#FFF;
	font-size:11px;
	text-align:center;
}
*/
/*#textes-accueil div p { display:none; }*/

/*#textes-accueil ul .tabOn {
	height:13px;
	border-color:#09BB00;
	background:#FFF;
	color:#006600;
}
#textes-accueil ul .tabOff {
	height:12px;
	border-color:#999999;
	background:#F4F4F4;
	color:#999999;
	cursor:pointer;
}
#textes-accueil .divOff { display:none; }
#textes-accueil .divOn { display:block; }
.texte-accueil-lire-suite {
	color:#006600;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}*/

/************************** eof mise en form textacceuil ***********************/

#textindex {
	position:absolute;
	bottom:457px;
	left:0 !important;
	z-index:3000;
	font-size:10px;
	text-align:justify;
	color:#FFFFFF;
	padding:0 20px 0 20px;
}

#textindex h1 {
	float:left;
	color:#FFFFFF;
	font-size:10px;
	border:none;
	letter-spacing:0;
	font-weight:normal;
	margin-right:5px;
}

#textindex p {
	float:left;
	margin:0;
}

div#fancy_overlay, div#fancy_loading_overlay {
	z-index: 100000 !important;
}

div#fancy_outer {
    z-index: 110000 !important;
}

#estimation {
	margin:30px 0 5px 0;
	color:#599010;
	font-size:16px;
	text-align:left;
}

#seProductsHeading, #seTotalHeading {
	color:#000000;
}

#shoppingCartDefault select {
	width:207px !important;
}

.linkstyle{
	color:#FFFFFF!important;
	font-weight:normal!important;
	font-size:10px!important;
}

#lien_suivi a {
	color:red !important;
}

#encarteuro {
	width:181px;
	text-align:center;
	margin-top:10px;
}

#eurofiche {
	margin-bottom:5px;
}

#pucesolde {
	background-image:url(../images/pucesolde2.png);
	background-repeat:no-repeat;
	background-position:top;
	width:80px;
	height:80px;
	position:absolute;
	top:-15px;
	left:-15px;
}

.pucesolde {
	background-image:url(../images/pucesolde5.png);
	background-repeat:no-repeat;
	background-position:top;
	width:45px;
	height:45px;
	position:absolute;
	top:0px;
	left:0px;
}

#messdestock {
	border:3px solid #599010;
	padding:10px;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	margin-top:30px;
}

#messtitle {
	text-align:center;
	color:#FF0000;
	display:block;
	font-weight:bold;
	font-size:14px;
	margin-bottom:15px;
}

#messdestock .color {
	color:#FF0000;
}

#messdestock p {
	margin:0 0 15px 0;
}

#messdestock a, #messdestock a:visited {
	display:block;
	width:150px;
	height:18px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	font-size:12px;
	background-color:#98D24A;
	padding:2px 0 0 0;
	margin-top:5px;
	margin-bottom:5px;
}

#messdestock a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}