/**
 * 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 4387 2006-09-04 13:54:28Z drbyte $
 */
/* @import url("../includes/templates/template_perso/css/style_jqzoom.css");*//* including stylesheet for jqzoom */
.menuRef{
	width:100%;
	background-color:#404040;
	text-align:center;
	padding-bottom:10px;
	color:#DDDDDD;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #38292E;
	text-align:center;
	background-color: #E9E6DD;
	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: #38292E;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #38292E;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #38292E;
	font-weight: bold;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #38292E;
}

h1 {
	margin: 0 15px 0 15px;
	text-align: center;
	font-size:18px;
	color: #AA420B;
	letter-spacing: 1px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69461F;
}
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 #888888;
}

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

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

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;
	border:1px solid #AA420B;
	background-color: #F2E9D9;
}

.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: #ff9;
	color: #c00;
	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 {}
.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: #38292E;
	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 15px 10px 15px;
	margin-bottom:20px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	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: 14px;
	font-weight: bold;
	padding:10px 0 5px 0;
	text-align:right;
}

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

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

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

#cartSubTotal {
	border-top: 1px solid #ccc;
	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:#FFFFFF;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

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

#cartBoxListWrapper {
	padding:10px 0 0 10px;
}

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

#productMainImage {
	/*margin: 20px 10px 10px 0 ;*/
	float:left;
	width:310px;
}

#productName {
	margin-top: 10px;
}

.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: 0em 0em;
}

.centerBoxContentsFeatured{
	background: transparent url(../images/coupcoeur.gif) no-repeat scroll center;
	height:148px;
	padding-top:25px;
	width:150px;
}


/*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;
}
/* 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: #EFE9DE;
}
#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;
}

/* Modifs Mathias */
.catergoryImgMenu {
	text-align:center;
	width:100%;
	height:110px;
	padding-top:10px;
	/*background-color:#F1F9FC;*/
}

/* footer */
#navSuppWrapper {
	height:26px;
	text-align:center;
	margin:0px;
	background-image: url(../images/fdadresse.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom:3px;
}
#navSupp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
	padding-top:5px;
}

#navSupp a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
	padding-top:0px;
}
/* Bandeau titre */
/**/
h2.centerBoxHeading,#navBreadCrumb {
	font-size:11px;
	font-weight:bold;
	color:#38292E;
}

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

#navBreadCrumb {
	padding:0px 0 15px 30px;
	margin:0;
}

#navBreadCrumb a {
	color:#AA420B;
}

#categoryImgListing, #indexProductListCatDescription, #categoryIcon {
	text-align:center;
	/*background: #F1F9FC;*/
	padding-top:5px;
}
.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 {
	width:300px;
	margin-left:auto;
	margin-right:auto;
}
.fieldLogin2 {
	text-align:center;
	width:300px;
	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") bottom no-repeat;
/*background:url("../images/header/centre_r12_c1.jpg");*/
	padding: 0;
	margin: 0;
}
.liensInfo  {
	list-style-type:none;
	padding: 0;
	margin-top:0px;
	margin-left:15px;
}
#navBreadCrumb a {
    /*color:#38292E;*/
}
.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;
}

.email_news3 {
	font-family:Geneva,Arial,Helvetica;
	font-size:10px;
	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;
	height:11px;
}

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

#iframe {
	width:518px;
	margin-left:auto;
	margin-right:auto;
}

#delaiLivraison {	
	color:#75BF48;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-align:left;
	border-bottom:1px solid #8E8E8E;
	padding:5px 0 5px 0;
}

.colordelai {
	color:#414141;
}

#fdgarantie {
	background-image:url(../images/fdgaranties.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:941px;
	height:118px;
	margin:10px 0 3px 33px;
	color:#404040;
}

#cont1 {
	width:317px;
	height:118px;
	float:left;
}

#cont1 p, #cont2 p {
	margin:0;
}

#titre {
	font-size:18px;
	font-weight:bold;
	color:#AA420B;
	padding:10px 0 0 25px;
}

#textcont1 {
	text-align:center;
	font-size:12px;
	padding:20px 0 0 70px;
}

#textcont1 .livraison {
	font-weight:bold;
	font-size:18px;
}

#cont2 {
	width:367px;
	height:118px;
	float:left;
}

#titre1 {
	font-size:18px;
	font-weight:bold;
	padding:13px 0 0 22px;
}

#textcont2 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:9px 0 0 73px;
}

#textcont2 a {
	font-size:12px;
	font-weight:normal;
	color:#404040 !important;
}

#cont3 {
	width:235px;
	height:105px;
	float:left;
	font-size:18px;
	font-weight:bold;
	padding:13px 0 0 22px;
}

#fdnewsletter {
	background-image:url(../images/fdnewsletter.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:30px;
	text-align:right;
	padding:10px 157px 0 0;
	width:855px;
}

#fdnewsletter a {
	color:#FFFFFF;
	font-size:15px;
}

#fdnewsletter a:hover {
	color:#F59E4A;
	text-decoration:none;
}

#contpop {
	width:1012px;
	height:153px;
	background-image:url(../images/fdcontpop.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#pagespop {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	width:190px;
	height:113px;
	float:left;
	text-align:center;
	padding:40px 32px 0 0;
	float:left;
}

#refpop {
	width:790px;
	height:153px;
	float:left;
	display:inline;
	position:relative;
	overflow:hidden;
}

#products_purchased	{
	position:relative;
	width:30%;
	float:left;
}
#products_viewed	{
	position:relative;
	width:30%;
	float:left;
}

#contplan {
	width:1012px;
	/*height:101px;*/
	background-image:url(../images/fdplan2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#sitemap {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	width:190px;
	height:75px;
	float:left;
	text-align:center;
	padding:26px 32px 0 0;
	float:left;
}

#contmap {
	width:790px;
	/*height:81px;*/
	float:left;
	padding-top:20px;
}

#contmap ul {
	margin:0;
	padding:0;
	list-style:none;
	color:#FFFFFF;
	padding-left:50px;
	line-height:1.5em;	
}

#contmap li {
	display:inline;
}

#contmap li a {
	color:#FFFFFF;
	padding:0 5px 0 2px;
}

#listeprod p {
	float:left;
	margin:0;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:50px;
}

#listeprod ul {
	float:left;
	margin:0;
	padding:0;
	width:640px;
	line-height:1.5em;	
}

#fdbas {
	background-image:url(../images/fdbas.jpg);
	background-repeat:repeat-y;
	background-position:top;
	padding-bottom:10px;
}

.encartindex {
	background-image:url(../images/fdencartindex.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:361px;
	height:173px;
	float:left;
	margin:0 18px 10px 0;
}

.nomcateg {
	width:177px;
	height:22px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-top:6px;
}

.nomcateg a {
	font-size:14px;
}

.listmarque {
	width:163px;
	height:100px;
	float:left;
	line-height:1.8em;
	padding:9px 0 0 15px;
}

.imgindex {
	width:177px;
	height:109px;
	float:left;
	text-align:center;
	margin-left:3px;
}

.priceindex {
	float:left;
	width:108px;
	height:25px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 4px;
}

.nomprodindex {
	float:left;
	width:186px;
	height:26px;
	padding:4px 0 0 60px;
	text-align:center;
}

#encartpromo {
	background-image:url(../images/encartpromo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:118px;
	width:741px;
	margin-bottom:20px;
	position:relative;
	z-index:999;
	overflow:hidden;
}

#encartbas {
	border:1px solid #AA420B;
	width:739px;
	margin-top:10px;
	margin-bottom:15px;
}

#indexCategories fieldset {
	width:729px;
}

#imgpromo {
	width:246px;
	height:90px;
	margin:11px 0 0 11px;
	float:left;
	text-align:center;
}

#contpromo1 {
	width:250px;
	height:77px;
	float:left;
	margin-top:39px;
}

#promo {
	font-size:22px;
	color:#AA420B;
	margin-left:25px;
}

#contpromo1 p {
	padding:5px 0 0 25px;
	margin:0;
}

#contpromo2 {
	float:left;
	width:220px;
	height:77px;
	margin-top:39px;
}

#prixpromo {
	width:220px;
	height:35px;
	text-align:center;
	padding-top:10px;
	font-size:18px;
}

#prixpromo a {
	font-size:18px;
}

#detailpromo {
	width:196px;
	height:25px;
	background-image:url(../images/pucedetail.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:7px 0 0 24px;
}

#detailpromo a {
	font-size:14px;
}

#detailpromo a:hover {
	color:#F59E4A;
	text-decoration:none;
}

#pagination {
	position:absolute;
	width:221px;
	height:38px;
	top:0px;
	left:507px;
	z-index:1000;
}

.centerBoxContentsProducts {
	width:733px !important;
	background-image:url(../images/fdlisting.jpg);
	background-repeat:repeat-y;
	background-position:top;
	margin-bottom:15px;
	
}

.itemTitle {
	margin:0;
	padding:13px 0 0 20px;
}

.itemTitle a {
	font-size:14px;
}

.itemTitle a:hover {
	color:#F59E4A;
	text-decoration:none;
	font-size:14px;
}

.fdnomprod {
	background-image:url(../images/fdnomprod.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:38px;
	background-image:url(../images/fdnomprod.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border:none;
	width:733px;
	text-align:left;
}

.imgprod {
	float:left;
	width:115px;
	/*height:110px;*/
	margin:10px 10px 0 10px;
}

.listingDescription {
	width:322px;
	float:left;
	text-align:left;
	padding:10px 0 10px 20px;
	font-weight:normal;
	z-index:20;
}

.fdajout {
	z-index:10;
	background-image:url(../images/fdajout.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:27px;
	width:733px;
	text-align:right;
	padding-top:12px;
}

.fdajout a {
	color:#AA420B !important;
	font-size:14px;
	margin:0 39px 0 0;
}

.fdajout a:hover {
	font-size:14px;
}

.fdinfos {
	background-image:url(../images/fdinfos.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:27px;
	width:733px;
	text-align:right;
	padding-top:12px;
}

.fdinfos a {
	color:#55AC00 !important;
	font-size:14px;
	margin:0 60px 0 0;
}

.priceprod {
	float:right;
	width:200px;
	font-size:18px;
	/*margin-right:10px;*/
	border-bottom:1px solid #8E8E8E;
	padding-bottom:35px;
}

.detail {
	float:right;
	width:181px;
	background-image:url(../images/fddetail.jpg);
	background-repeat:no-repeat;
	background-position:right;
	/*margin-right:10px;*/
	padding:7px 19px 9px 0;
}

.detail a {
	color:#F59E4A;
	font-size:14px;
}

.detail a:hover {
	font-size:14px;
}

.contprice {
	width:200px;
	margin-right:10px;
	float:right;
}

#productGeneral {
	background-image:url(../images/fdficheprod.jpg);
	background-repeat:repeat-y;
	background-position:top;
	width:733px;
	margin-bottom:0px;
}

#productGeneral form {
	margin:0;
}

#productName {
	background-image:url(../images/fdnomfiche.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:27px;
	width:713px;
	margin:0;
	font-size:14px;
	color:#404040;
	font-weight:bold;
	padding:11px 0 0 20px;
}

#basfiche {
	background-image:url(../images/basfiche.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:30px;
	width:733px;
	margin-left:15px;
}

#contfiche1 {
	width:470px;
	float:left;
	margin-left:1px;
	border-right:1px solid #9B9B9B;
	padding:10px 0 10px 0;
	margin-top:15px;
}

#productAdditionalImages {
	width:160px;
	float:left;
}

#productDescription {
	padding:0 10px 0 10px;
}

#contfiche2 {
	width:230px;
	float:left;
	margin-top:15px;
	padding:10px 15px 0 15px;
	position:relative;
}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
	position:absolute;
}
#productPrices {
	text-align:center;
	font-size:18px;
	padding-bottom:60px;
	border-bottom:1px solid #8E8E8E;
	margin:0;
}

#detailproduit ul {
	padding:5px 0 5px 0;
	border-bottom:1px solid #8E8E8E;
	color:#75BF48;
	font-size:14px;
	font-weight:bold;
}

#productDetailsList {
	width:100%;
	text-align:left;
}

#productDetailsList li {
	list-style:none;
	margin:0;
	padding:0;
}

#stock {
	border-bottom:1px solid #8E8E8E;
	padding:5px 0 5px 0;
	color:#75BF48;
	font-size:14px;
	font-weight:bold;
}

.plusvus{
	width:100%;
	background-color:#F2F2F2;
	margin:0;
	padding:0;
}

.plusvus_pair{
	background-color:#F9F9F9;
}

.plusvus_impair{
	background-color:#F2F2F2;
}
#pagination{
	padding-top:15px;
}
#pagination a, #promoSlide strong { margin: 0 5px; padding: 3px 5px; border: 1px solid #ccc; background: #fc0; text-decoration: none }
#pagination a.activeSlide { background: #ea0 }
#pagination a:focus { outline: none; }

#productsListingListingTopLinks {
	height:24px;
}

#productsListingListingBottomLinks, #specialsListingBottomLinks, #featuredProductsListingBottomLinks, #newProductsDefaultListingBottomLinks, #productsListingListingTopLinks {
	padding:10px;
}

#specialsListingBottomLinks a, #productsListingListingBottomLinks a, #featuredProductsListingBottomLinks a, #newProductsDefaultListingBottomLinks a, #productsListingListingTopLinks a {
	border:1px solid #CCCCCC;
	background-color:#FFCC00;
	padding:4px !important;
}

#specialsListingBottomLinks a:hover, #productsListingListingBottomLinks a:hover, #featuredProductsListingBottomLinks a:hover, #newProductsDefaultListingBottomLinks a:hover, #productsListingListingTopLinks a:hover {
	border:1px solid #000000;
	background-color:#EEAA00 ;
	text-decoration:none;
}

.current {
	border:1px solid #000000;
	padding:4px;
	background-color:#EEAA00;
}
#ref_produit{
visibility:hidden;
}
#label_ref_produit{
visibility:hidden;
}

.flash-title
{
      font-size:22px;
      font-family: Arial;
}

.sIFR-active .flash-title
{
      visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
}

.customFont{
	padding:0 20px 0 20px;
	text-align:center;
	display:inline;
	color:white;
}

#categoryImgListing{
	position:relative;
}

#customFontDiv{
	width:615px;
	text-align:center;
	position:absolute;
	left:63px;
	top:12px;
    background-color: #222222;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

#dynacloud{
margin-top: -5px;
line-height: 1.5em;
}

.indexSubCategoriesContent {
	margin:10px;
	padding:5px;
	background:#F2F2F2;
}
.indexSubCategoriesContent ul {
	float:left;
	width:200px;
	margin:0;
	padding:0;
	list-style:none;
}
.indexSubCategoriesContent a {
	display:block;
	width:190px;
	padding:3px;
	border-bottom:1px dotted #999999;
}

.specialsListBoxContents {
	margin-bottom:25px;
}
.epuise{
	height:33px;
	width:216px;
	text-align:center;
	font-size:14px;
	padding-top:8px;
	color:#AA420B;
	background:url(../images/fdcontactfiche.jpg) no-repeat;
}
.epuise:hover{
	height:33px;
	width:216px;
	text-align:center;
	font-size:14px;
	padding-top:8px;
	color:#75BF48;
	background:url(../images/fdcontactfichehover.jpg) no-repeat;
}

/* Pierre-Henri Poiret - 13-10-2009 - Caroussel de produits */
#carousselProduits {
	margin:0 0 20px 0;
	height:260px;
	padding:2px;
	border:1px solid #CCCCCC;
	position:relative;
}
#carousselProduits h2 {
	position:absolute;
	margin:0;
	padding:0;
	left:0;
	top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#FFCC66;
}
#carousselProduitsCliquablesConteneur {
	float:left;
	margin-top:30px;
	width:460px;
	height:230px;
}
#carousselProduitsCliquablesConteneur ul, #carousselProduitAgrandi ul {
	margin:0;
	padding:0;
	list-style:none;
}
#carousselProduitAgrandi { /* Conteneur de gauche et qui contient tous les produits agrandis en visibility hidden */
	float:left;
	margin-top:30px;
	width:285px;
	height:230px;
}
.carousselProduitsAgrandis {
	display:none;
	margin:0 auto;
	padding:5px;
	height:200px;
	width:100%;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
}
.carousselProduitsAgrandis a {
	font-size:16px;
}
.carousselProduitsAgrandis .productSpecialPrice {
	font-size:18px;
}
.carousselProduitsCliquables {
	margin:1px;
	display:table-cell;
	vertical-align:middle;
	float:left;
	padding:5px;
	width:100px;
	height:100px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	text-align:center;
	overflow:hidden;
}

#crossSell {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#crossSell .centerBoxHeading {
	color:#AA420B;
	font-size:18px;
	margin:0 0 10px 0;
	padding:0;
	height:100%;
	border-bottom:1px solid #AA420B;
}

#uniquement-sur-internet { text-align:center; }

#achatTel {
	font-size:14px;
}

.excluNet {
	background-image:url(../images/uniquement-sur-internet.gif);
	height:80px;
	margin-bottom:-40px;
	margin-top:10px;
	width:79px;
	z-index:20;
}
