/**
 * Main CSS Stylesheet
 */


.buttonRow {
	font: bold 11px Verdana;
	margin:0;
}
.cssButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	margin: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	
	/* background: url("../images/fondok.jpg") center no-repeat; */
	background-image: url("../images/fondok.jpg");
	background-position:top;
	background-repeat:no-repeat;
	height:26px;
	/* width:150px; */
	 padding:0 30px 0 30px; 
}

span.nbcatproduit {
	font-size:10px;
	font-weight:100 !important;
	display:block;
	text-align:left;
}

.buttonRow a {
	float:left;
	background:url("../images/boutonft.jpg") no-repeat left top;
	height:21px;
	padding:0px 0px 0px 11px;
	text-decoration:none;
	color:#FFFFFF;
}
.buttonRow a span {
	float:left;
	/* 31px de haut - 10px de padding top */
	height:18px; 
	display:block;
	background:url("../images/boutonbright.jpg") no-repeat right top;
	padding:3px 13px 0px 3px;
	color:#FFFFFF;
}

.buttonRow a:hover span {
	color: #FFFFFF;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	text-decoration:none;
}
.buttonRow a:hover {
	background-position:0% -21px;
	text-decoration:none;
}
.buttonRow a:hover span {
	background-position:100% -21px;
	text-decoration:none;
}


/* bouton submit */

.button_in_cart, .button_login, .button_in_cart input.BUTTON_IMAGE_CONTINUE_CHECKOUT {
	background: url("../images/fondpanier.jpg") center no-repeat;
	width:118px;
	padding: 0px;
	height:21px;
}
.button_update_cart {
	width:33px;
  	padding: 0;
}

.button_submit{
	background: url("../images/fondpanier.jpg") center no-repeat;
	width:138px;
	height:21px;
}

.button_buy_now{
	background: url("../images/drapeau.gif") no-repeat left;
	color:#728200;
	margin:0;
  	padding:0 0 0 20px;
	text-align:right;
}
.button_confirm_order {
	background: url("../images/confirm.jpg") no-repeat left;
	width:150px;
	padding:0;
	height:21px;
}

.button_send{
	background: url("../images/fondpanier.jpg") center no-repeat;
	width:138px;
	height:21px;
}



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

.bgsite {
	width:100%;
	height:auto;
}


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 15px 0 15px;
	text-align: left;
	font-size:18px;
	color: #EE1D24;
	letter-spacing: 1px;
	font-weight:bold;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABC300;*/
}
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;
}

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 {}
.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:30px 5px 10px 5px;
	margin-bottom:20px;
	width:760px !important;
}
.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: 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: #f5f5f5;
}

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

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

.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;
}
/* 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: #f5f5f5;
}
#prevOrders td {
	border-bottom: 1px solid #ccc;
	padding: 0 .5em 0 0;
}
.productListing-rowheading {
	background-color: #f5f5f5;
}
.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 {
	/*background:url("../images/bas.jpg") no-repeat;*/
	/*height:0px;*/
	text-align:center;
	margin:0px;
}

#navSupp {
	background-image:url(../images/fdfooter.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative !important;
	padding-left:269px;
	padding-top:18px;
	color:#000000;
}

#decofooter {
	background-image:url(../images/decofooter.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position:absolute !important;
	top:0;
	left:-102px !important;
	width:102px;
	height:220px;
}


#navSupp, #navSupp a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

.adressefooter {
	border-bottom:1px solid #BBBCBD;
	padding-bottom:10px;
	margin-bottom:15px;
}

.contfooter {
	width:145px;
	float:left;
	text-align:left;
}

.col1 {
	margin:0 5px 0 5px;
	border-bottom:1px solid #BBBCBD;
}

.col2 a {
	display:block;
	padding:0 5px 0 5px;
	font-size:11px !important;
	font-weight:normal !important;
}

#navSupp a:hover {
	color:#EE1D24 !important;
}

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

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 0 10px 0;
}

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

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

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

#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 {
	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") left bottom no-repeat;
/*background:url("../images/header/centre_r12_c1.jpg");*/
	padding: 0 0px 10px 0;
	margin: 0;
	border-bottom:1px solid #000000;
	width:770px !important; 
}
.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;
}

.ombrebox {
	width:239px;
	height:20px;
	display:block;
	background:url(../images/ombrebox.png) top no-repeat;
	position:absolute;
	bottom:-20px;
	left:0;
	z-index:5;
}

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

#productGeneral{
	position:relative;
	padding-top:60px;
}

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

/*********************** bof mise en forme menu ****************************/

#menucateg {
	background-image:url(../images/fdmenucateg_new.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:760px;
	height:29px;
	z-index:5;
	clear:both;
	position:absolute;
	bottom:-29px;
	left:0;
}

#menucateg .sideBoxContent {
	float:left !important;
}

.sepamenu {
	/*background-image:url(../images/header/sepamenu.jpg);*/
	background-position:top;
	background-repeat:no-repeat;
	width:1px;
	height:29px;
	float:left;
}

#Content6, #Content5 {
	display:none;
}

#menucateg #Content1 ul, #menucateg #Content2 ul, #menucateg #Content3 ul, #menucateg #Content4 ul, #menucateg #Content5 ul {
	margin:0;
	padding:0;
	list-style:none;
}

#Content1 .headcateg a, #Content2 .headcateg a, #Content3 .headcateg a, #Content4 .headcateg a, #Content5 .headcateg a, a#lienoccas {
	display:block;
	float:left;
	height:24px;
	font-size:15px;
	color:#FFFFFF;
	font-weight:normal;
}

#Content1 .headcateg a {
	padding:5px 0 0 0;
	width:136px;
	text-align:center;
}

#Content2 .headcateg a {
	padding:5px 0 0 18px;
	width:162px;
}

#Content3 .headcateg a {
	padding:5px 0 0 17px;
	width:144px;
}

#Content4 .headcateg a {
	padding:5px 0 0 14px;
	width:122px;
}

#Content5 .headcateg a, a#lienoccas {
	padding:5px 0 0 0;
	width:143px;
	text-align:center;
}

#Content1 .headcateg a:hover, .color1, #Content2 .headcateg a:hover, .color2, #Content3 .headcateg a:hover, .color3, #Content4 .headcateg a:hover, .color4, #Content5 .headcateg a:hover, .color5, a:hover#lienoccas {
	background-color:#B3B3B4 !important; 
	text-decoration:none;
	color:#000000 !important;
}

#menucateg ul {
	margin:0;
	padding:0;
	list-style:none;
}

.relative{
	position:relative;
}

.divSsCateg{
	/*background-image:url(../images/fdsscateg3.jpg);*/
	background-repeat:repeat-x;
	background-position:top;
	/*background-color:#E0DDDD;*/
	background-color:#EAE8E8;
	/*border:1px solid black;
	top:29px;*/
	width:754px; 
	z-index:100;
	clear:both;
	/*height:100px; 
	/*left:0;
	position:absolute; 
	display:none;
	z-index:1000;*/
}

#divSsCateg1 {
	border:3px solid #B3B3B4;
	top:29px; 
	left:0;
	position:absolute; 
	display:none;
	z-index:1000;
	padding-bottom:5px;
}

#divSsCateg2 {
	border:3px solid #B3B3B4;
	top:29px; 
	/*left:-136px;*/
	left:-137px;
	position:absolute; 
	display:none;
	z-index:1000;
	padding-bottom:5px;
}

#divSsCateg3 {
	border:3px solid #B3B3B4;
	top:29px; 
	/*left:-316px;*/
	left:-318px;
	position:absolute; 
	display:none;
	z-index:1000;
	padding-bottom:5px;
}

#divSsCateg4 {
	border:3px solid #B3B3B4;
	top:29px; 
	right:-143px;
	position:absolute; 
	display:none;
	z-index:1000;
	padding-bottom:5px;
}

#divSsCateg5 {
	border:3px solid #B3B3B4;
	top:29px; 
	right:-2px;
	position:absolute; 
	display:none;
	z-index:1000;
	padding-bottom:5px;
}

#divSsCateg1 .colDefault a {
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
}

#divSsCateg1 .colDefault ul, #divSsCateg2 .colDefault ul, #divSsCateg3 .colDefault ul, #divSsCateg4 .colDefault ul, #divSsCateg5 .colDefault ul {
	margin:0 5px 5px 5px !important;
}

#divSsCateg1 .colDefault li a, #divSsCateg2 .colDefault li a, #divSsCateg3 .colDefault li a, #divSsCateg4 .colDefault li a, #divSsCateg5 .colDefault li a {
	display:block;
	padding:5px;
	border-bottom:1px solid #FFFFFF;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
}

#divSsCateg1 .colDefault li a:hover {
	text-decoration:none;
	background-color:#E2F8FE;
}

#divSsCateg2 .colDefault li a:hover {
	text-decoration:none;
	background-color:#F1E0E7;
}

#divSsCateg3 .colDefault li a:hover {
	text-decoration:none;
	background-color:#D1B79F;
}

#divSsCateg4 .colDefault li a:hover {
	text-decoration:none;
	background-color:#7FC9D7;
}

#divSsCateg5 .colDefault li a:hover {
	text-decoration:none;
	background-color:#F2D074;
}

#divSsCateg1 .colDefault, #divSsCateg2 .colDefault, #divSsCateg3 .colDefault, #divSsCateg4 .colDefault, #divSsCateg5 .colDefault {
	float:right !important;
	border-left:1px solid #FFFFFF;
	margin-top:5px;
}

.colFeuille {
	border-right:1px solid #B3B3B4;
}

.colFeuille, .colNoeud {
	/*border-right:1px solid #FFFFFF;*/
	margin-top:5px;
	width:150px;
}

ul.noeud li a {
	color:#333333;
	font-weight:normal;
}

.colFeuille ul {
	margin:5px !important;
}

.colNoeud ul {
	margin:0 5px 5px 5px !important;
}

.colFeuille li a, .colNoeudTitle {
	font-size:12px;
	font-weight:normal;
	display:block;
	padding:5px;
	border-bottom:1px solid #FF0000;
	color:#000000;
}

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

.colFeuille li a:hover, .colFeuille li a:visited {
	font-size:12px;
	font-weight:normal;
}

.colNoeudTitle a {
	font-size:12px;
	font-weight:normal;
	display:block;
	padding:10px 5px 0 5px;
}

.colNoeud li a {
	padding-left:5px !important;
}

.colNoeudTitle a:hover, .colNoeudTitle a:visited {
	font-size:12px;
	font-weight:normal;
}

#blocleft {
	float:left;
	width:603px;
}

#imgmenu {
	float:left;
	background-image:url(../images/imgmenu.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:5px;
	height:29px;
}

/*********************** eof mise en forme menu ****************************/


/*********************** bof mise en forme blocslide ****************************/

#blocslide {
	width:760px;
	height:273px;
	float:left;
	margin:10px 0px 20px 0;
}

/*********************** eof mise en forme blocslide ****************************/


/*********************** bof mise en forme special ****************************/

#specialsDefault .centerBoxHeading {
	background-image:url(../images/special_title.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:19px;
	margin:10px 0;
	position:relative;
}

.centerBoxContentsSpecials, .centerBoxContentsProducts {
	margin:0 0 15px 0;
}

.contspecial, .contprodlist {
	width:154px;
	border:1px solid #A2A4A6;
	margin-left:auto;
	margin-right:auto;
	padding:0 2px 0 2px;
}

.contspecial:hover, .contprodlist:hover {
	background:#f5f5f5;
}

.ui-tabs-panel .itemTitle {
	text-align:center;
}

.ui-tabs-panel .contprodlist {
	float:left;
	display:inline;
	margin:0 10px 20px;
	position:relative;
}

.ui-tabs-panel .priceprodlist a {
	width:90px;
	height:17px;
	display:block;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	background:url(../images/btnacheter.jpg) top left no-repeat;
	position:absolute;
	bottom:5px;
	left:35px;
	text-decoration:none !important;
	z-index:1;
}

.ui-tabs-panel .priceprodlist a span {
	background:none !important;
	color:#fff !important;
}

.ui-tabs-panel .priceprodlist a:hover {
	background-position:top right;
	text-decoration:none !important;
}

.itemTitle {
	margin:0;
}

.nomspecial, .itemTitle {
	height:48px;
	padding-top:5px;
}

.nomspecial {
	margin:0;
}

.nomspecial a, .nomspecial a:visited, .itemTitle a, .itemTitle a:visited {
	color:#000000;
	font-size:12px;
}

.nomspecial a:hover, .itemTitle a:hover {
	font-size:12px !important;
	color:#000000 !important;
}

.imgspecial, .imgprodlist {
	height:109px;
	width:136px;
	margin-left:auto;
	margin-right:auto;
}

.imgprodlist img, .imgspecial img {
	display:block;
	margin:0 auto;
	border:1px solid #ccc;
}

.priceprodlist {
	font-size:26px;
	color:#EE1D25;
	text-align:center;
}

.pricespecial #normalprice, .priceprodlist #normalprice {
	width:154px !important;
	display:block;
	font-size:14px;
	color:#000000;
}

.pricespecial #productSpecialPrice, .priceprodlist #productSpecialPrice {
	font-size:26px;
}

.pricespecial #productPriceDiscount, .priceprodlist #productPriceDiscount {
	display:none;
}

.liendetail {
	margin:2px 0 10px 0;
}

.liendetail a, .liendetail a:visited {
	display:block;
	padding:1px 5px 0 5px;
	border:1px solid #AAAAAA;
	width:88px;
	height:14px;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	background-image:url(../images/fdliendetail.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.liendetail a:hover {
	color:#000000;
	text-decoration:none;
	background-image:url(../images/fdliendetailhover.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/*********************** eof mise en forme special ****************************/

#indexProductList h1, #categoryIcon {
	background-image:url(../images/fdh1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#categoryIcon {
	text-align:left;
	/*margin:0 15px 0 15px;*/
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
#categoryIcon h2 {
	margin:10px;
}

#categoryIcon a {
	text-align: left;
	font-size:18px;
	color: #EE1D24;
	letter-spacing: 1px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:5px;
	margin-left:15px;
	text-decoration:none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABC300;*/
}

#backwhite {
	background-color:#FFFFFF;
	padding-right:10px;
}

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

#specialsListingBottomLinks a, #productsListingListingBottomLinks a, #featuredProductsListingBottomLinks a, #newProductsDefaultListingBottomLinks a, #specialsListingBottomLinks a:visited, #productsListingListingBottomLinks a:visited, #featuredProductsListingBottomLinks a:visited, #newProductsDefaultListingBottomLinks a:visited {
	/*border:1px solid #5DAAD6;
	background-color:#CCCCCC;
	padding:4px !important;*/
	color:#FFFFFF;
	padding:4px 10px 4px 10px;
	background-color:#989898;
	float:left;
	font-size:13px;
	margin-left:1px;
}

#specialsListingBottomLinks a:hover, #productsListingListingBottomLinks a:hover, #featuredProductsListingBottomLinks a:hover, #newProductsDefaultListingBottomLinks a:hover {
	text-decoration:none;
	background-color:#EE1D24;
}

.current {
	/*border:1px solid #5DAAD6;
	padding:4px;*/
	color:#FFFFFF;
	background-color:#EE1D24;
	padding:4px 10px 4px 10px;
	font-size:13px;
	float:left;
	margin-left:1px;
}

#productsListingBottomNumber, #specialsListingBottomNumber, #featuredProductsListingBottomNumber, #newProductsDefaultListingBottomNumber {
	color:#000000; 	
}

#productGeneral form {
	margin:0;
}

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

#contimg {
	width:252px;
	float:left;
	text-align:center !important;
	border:2px solid #000000;
	margin-left:0px;
	margin-right:20px;
}

#contimg img {
	text-align:center;
}

#continfos {
	float:left;
	width:420px;
}

#productName {
	color:#000000;
	margin:0;
	font-size:25px;
}

#productDescription {
	color:#000000;
}

#prixdetail {
	background-image:url(../images/fdprixdetail.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
}

#productPrices {
	margin:0;
	float:left;
	width:260px;
	height:51px;
	text-align:center;
	color:#ED1D25;
	font-size:38px;
	font-weight:bold;
}

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

#productPrices #productSpecialPrice {
	font-size:28px;
}

#productPrices #productPriceDiscount {
	display:none;
}

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

#cartAdd {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	float:left;
	padding:0 10px 0 10px;
	margin-top:7px;
}

#cartAdd input {
	margin:7px 5px 0 5px;
	text-align:center;
}

.placer {
	background-image:url(../images/ajoutpanier2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:149px;
	height:31px;
	position:absolute;
	top:57px;
	right:35px;
	clear:both;
	padding:0;
}

.placer:hover {
	background-image:url(../images/ajoutpanier2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.bouton_moins, .bouton_plus {
	cursor:pointer;
}

#fdajout {
	background-image:url(../images/fdajout.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:414px;
	height:4px;
	margin-top:6px;
}

#contleft {
	float:left;
	width:256px;
	padding-left:15px;
	padding-right:20px;
}

ul#productDetailsList {
	margin:10px 0px 10px 0px;
	padding:0;
	list-style:none;
	color:#000000;
	width:250px;
}

.forme {
	font-weight:bold;
}

#attribut {
	width:256px;
	color:#000000;
}

.nomoption {
	float:left;
	font-weight:bold;
}

.menuoption {
	float:left;
}

.blocattrib {
	margin-bottom:10px;
}

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

#menuref {
	position:absolute;
	bottom:105px;
	left:0;
	width:995px;
	border-top:1px dotted #CCCCCC;
	color:#000000;
	text-align:justify;
	padding:5px 0 0 0;
}

#menuref h1 {
	color:#000000;
	font-size:11px;
	font-weight:normal;
	display:inline;
	margin:0px;
	letter-spacing:normal;
}

#menuref a, #menuref a:hover {
	text-decoration:none;
	color:#000;
	font-weight:normal;
	cursor:text;
}

.low {
	text-transform:lowercase;
}

.additionalImages {
	width:84px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* End Order Steps contribution CSS */


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

#container-1 p {
	font-size:14px;
	color:#2A2A2A;
	margin:11px 0 10px 0;
	padding:0 0 0 12px;
	font-weight:bold;
}

ul.ui-tabs-nav {
	width:743px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #777;
	height:auto;
	padding:10px 0 0 10px;
	margin:0 0 11px 0;
	overflow:hidden;
	background:url(../images/bloc_ul.jpg) top repeat;
}
ul.ui-tabs-nav li {
	float:left;
	width:173px;
	height:20px;
	display:inline-block;
	margin:0 10px 15px 0;
	border:1px solid #cccccc;
}
ul.ui-tabs-nav li a {
	color:#2a2a2a;
	text-decoration:none;
	width:163px;
	background:#dbdbdb;
	height:20px;
	padding:0 5px;
	line-height:20px;
	display:block;
	font-weight:bold;
}

ul.ui-tabs-nav li a:hover {
	background:#fff;
	color:#2A2A2A;
	text-shadow:none;
}

ul.ui-tabs-nav li.ui-tabs-selected a {
	background:#fff !important;
	color:#2a2a2a !important;
	text-shadow:none !important;
}

.catergoryImgMenu {
	margin:10px 0 0 0;
}

.catergoryImgMenu h2 {
	text-align:left;
	margin:0 0 5px 20px;
	width:200px;
	height:auto;
	line-height:15px;
	padding:5px 0;
	float:left;
}

.catergoryImgMenu h2 a {
	font-size:14px !important;
}

.catergoryImgMenu h2 a:hover {
	text-decoration:none;
	color:#EE1D24;
}


.destockage_bandeau {
	width:760px;
	height:138px;
	display:block;
	position:relative;
	margin:0 0 15px 0;
	padding:0;
	z-index:2;
}

.my_flash {
	width:760px;
	height:138px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

.destockage_bandeau ul {
	margin:0;
	padding:4px 0 0 381px;
	overflow:hidden;
	list-style:none;
}

.destockage_bandeau ul li {
	float:left;
}

.destockage_bandeau ul li a {
	width:200px;
	height:auto;
	padding:0px 0 10px 10px;
	/*background:url(../images/puce.png) left no-repeat;*/
	color:#fff;
	text-shadow:1px 1px 1px #444;
	display:block;
	text-decoration:none;
	text-align:left;
	font-size:13px;
	/*font-weight:100;*/
	font-weight:bold;
}

.destockage_bandeau ul li a .yellow {
	color:#FBFF24;
	font-size:18px;
}

.destockage_bandeau ul li a:hover {
	color:#FBFF24 !important;
}

.up {
	width:87px;
	height:16px;
	display:block;
	background:url(../images/up_destockage.jpg) top no-repeat;
	position:absolute;
	top:-16px;
	left:259px;
	z-index:1;
}

.SlideDiv
{
	width:31px;
	height:21px;
	padding:0;
	overflow:hidden;
	float:left;
}

#accordionDiv {
	width:765px;
	height:295px;
	display:block;
	margin:0 0 20px 0;
	overflow:hidden !important;
}

#accordion {
list-style: none;
margin: 0;
padding: 0;
height: 295px;
overflow: hidden;}
 
#accordion li {
float: left;
}
 
#accordion li div.SlideDiv {
display: block;
height: 260px;
padding: 15px 0;
position:relative;
overflow: hidden;
color: #fff;
text-decoration: none;
cursor:pointer;
font-size: 16px;
line-height: 1.5em;}

 
#accordion li div.SlideDiv img {
border: none;
float: left;
margin: -0px 15px 0 0;}
 
#accordion li div.active {
width: 630px;
}

#accordion li div.active .bouton {
background-position:top right;
}

#specialsDefault .centerBoxHeading {
	margin-bottom:15px;
}

#specialsDefault .centerBoxHeading a {
	/*float:right;*/
	font-size:13px;
	color:#EE1D25;
	/*position:absolute;
	top:6px;
	right:0;*/
	display:block;
	padding:6px 0px 0 0px;
	text-align:right;
}

#specialsDefault .centerBoxHeading a .white {
	background-color:#FFFFFF;
	padding:0 15px 0 5px;
}

.centerBoxHeading a:hover {
	text-decoration:none;
	color:#000000 !important;
	font-size:13px;
}

.all_categ {
	position:absolute;
	bottom:15px;
	left:10px;
	background-color:#FFFFFF;
	border:3px solid #BE0A13;
	padding:0 5px 0 5px;
}

.all_categ a {
	color:#000000;
	font-size:12px;
	display:block;
}

.all_categ a:hover {
	text-decoration:none;
	color:#BE0A13;
}

/*
FEATURED************************************************/

.moncontainer {
	width:751px;
	height:256px;
	display:block;
	position:relative;
	margin:20px 0 20px 0;
	padding:42px 0 0 10px;
	z-index:1;
	/margin-top:40px;
}

.moncontainer .fonddiapo {
	width:761px;
	height:298px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.centerBoxContentsFeatured {
	width:236px !important;
	height:106px;
	display:block;
	background:url(../images/fdblanc.png) top repeat;
	float:left;
	margin:0 5px 20px !important;
	padding:0 !important;
	position:relative;
	z-index:2;
}

.centerBoxContentsFeatured:hover {
	background:#fff;
}

.imgcdc {
	width:95px;
	height:106px;
	display:block;
	float:left;
}

.imgcdc img {
	display:block;
	margin:0 auto;
}

.titlecdc, .titlecdc:active {
	width:121px;
	height:auto;
	display:inline-block;
	float:left;
	font-size:12px;
	text-transform:uppercase;
	line-height:13px;
	text-align:left;
	color:#000;
	margin:0 0 5px 10px;
}

.titlecdc:hover {
	color:#777px;
	text-decoration:none;
	font-size:12px;
}

.pricecdc {
	width:121px;
	height:40px;
	display:inline-block;
	float:left;
	margin:0 0 0 10px;
	font-size:25px;
	font-weight:bold;
	position:relative;
	color:#ee1d25;
	text-align:left;
}

.pricecdc span#normalprice {
	font-size:11px;
	color:#777;
	font-weight:100;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	width:121px;
	display:block;
}
.pricecdc span#productSpecialPrice {
	font-size:25px;
	font-weight:bold;
	color:#ee1d25;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:121px;
	display:block;
}
.pricecdc span#productPriceDiscount {
	display:none;
}

.btndetailcdc {
	width:84px;
	height:17px;
	display:inline-block;
	background:url(../images/btndetailcdc.jpg) top no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:center;
	position:absolute;
	line-height:17px;
	margin:0;
	padding:0;
	bottom:5px;
	right:48px;
	z-index:1;
}

.btndetailcdc:hover {
	color:#ee1d25;
	text-decoration:none;
}


#divCylindree select, #divType select, #divAnnee select {
	float:left !important;
}



/*
FIN STYLESHEET NORMAL**************************************/


/* Style global du container */
#navEZPagesTop {
	background-color: #F7F7EF;
}
#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
}
#naveZTabs {
  float:left; 
  width:100%;
  background:#F7F7EF;
  line-height:normal;
  }

#naveZTabs  img {
border: none;
} 
#naveZTabs ul {
  margin:0;
  list-style:none;
  }
#naveZTabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#naveZTabs a {
  float:left;
  background:url(../images/cat_h2.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#naveZTabs a span {
  float:left;
  display:block;
  background:url(../images/cat_hd2.gif) no-repeat right top;
  padding:12px 20px 15px 15px;
  color:#666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#naveZTabs a span {float:none;}
/* End IE5-Mac hack */
#naveZTabs a:hover span {
  color:#000;
  }
#naveZTabs a:hover {
  background-position:0% -42px;
  }
#naveZTabs a:hover span {
  background-position:100% -42px;
  }
  
/* Couleur du lien lorsqu'on passe la souris dessus */
#naveZTabs a span.category-subs-selected {
	color:#CC0000;
}



#blocslide, #blocslide *{
	margin:0;
	padding:0;
	list-style-type: none;
}
#blocslide li{
	cursor:pointer;
}
#blocslide .active_click{
	cursor:default;
}

.bouton {
	width:32px;
	height:273px;
	float:left;
}

li.li_5 .bouton {
	background-image:url(../images/blocslide/slide1ok.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	width:32px;
}

li.li_5 .bouton:hover {
	background-image:url(../images/blocslide/slide1ok.jpg);
	background-position:top right;
	float:left;
}

li.li_5.slideActif .bouton {
	background-image:url(../images/blocslide/slide1ok.jpg) !important;
	background-position:top right;
	float:left;
}

li.li_3 .bouton {
	background-image:url(../images/blocslide/slide2ok.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	width:32px;
}

li.li_3 .bouton:hover {
	background-image:url(../images/blocslide/slide2ok.jpg);
	background-position:top right;
	float:left;
}

li.li_3.slideActif .bouton {
	background-image:url(../images/blocslide/slide2ok.jpg) !important;
	background-position:top right;
	float:left;
	width:32px;
}

li.li_4 .bouton {
	background-image:url(../images/blocslide/slide3ok.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	width:32px;
}

li.li_4 .bouton:hover {
	background-image:url(../images/blocslide/slide3ok.jpg);
	background-position:top right;
	float:left;
}

li.li_4.slideActif .bouton {
	background-image:url(../images/blocslide/slide3ok.jpg) !important;
	background-position:top right;
}

li.li_1 .bouton {
	background-image:url(../images/blocslide/slide4ok.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	width:32px;
}

li.li_1 .bouton:hover {
	background-image:url(../images/blocslide/slide4ok.jpg);
	background-position:top right;
	float:left;
}

li.li_1.slideActif .bouton {
	background-image:url(../images/blocslide/slide4ok.jpg) !important;
	background-position:top right;
	float:left;
}

li.li_486 .bouton {
	background-image:url(../images/blocslide/slide5ok.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	width:32px;
}

li.li_486 .bouton:hover {
	background-image:url(../images/blocslide/slide5ok.jpg);
	background-position:top right;
	float:left;
}

li.li_486.slideActif .bouton {
	background-image:url(../images/blocslide/slide5ok.jpg) !important;
	background-position:top right;
	float:left;
}

.blocimg {
	float:left;
	/*position:relative;*/
	border-top:3px solid #BE0A13;
	border-bottom:3px solid #BE0A13;
	border-right:3px solid #BE0A13;
	margin-top:3px !important;
	width:595px;
	height:263px;
	position:absolute;
	top:16px;
	left:32px;
	z-index:1;
}

li.li_5 .blocimg {
	background-image:url(../images/blocslide/backslide1_60.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;	
}

li.li_3 .blocimg {
	background-image:url(../images/blocslide/backslide2_60.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;		
}

li.li_4 .blocimg {
	background-image:url(../images/blocslide/backslide3_60.jpg);
	background-repeat:no-repeat;
	background-position:top;	
	float:left;	
}

li.li_1 .blocimg {
	background-image:url(../images/blocslide/backslide4_60.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;		
}

li.li_486 .blocimg {
	background-image:url(../images/blocslide/backslide5_60.jpg);
	background-repeat:no-repeat;
	background-position:top;	
	float:left;	
}

#blocprod {
	position:relative;
	width:367px;
	height:114px;
	margin:10px 0 0 214px;
}

.blocimg .continfosnew {
	width:364px;
	height:108px;
	position:relative;
	top:0;
	left:0;
	padding:3px 0 3px 3px !important;
}

.backwhite {
	background-color:#FFFFFF;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	width:367px;
	height:114px;
	position:absolute;
	top:0;
	left:0;
}

.contimgnew {
	width:162px;
	height:108px;
	float:left;
	text-align:center;
}

.contimgnew img {
	margin-left:auto;
	margin-right:auto;
}

.contnomnew {
	float:left;
	width:192px;
	padding:5px 0 5px 10px !important;
}

.contnomnew a, .contnomnew a:visited {
	color:#000000;
	font-size:14px;
}

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

.contpricenew {
	float:left;
	width:192px;
	padding-left:10px !important;
	color:#EE1D25;
	font-size:28px;
	font-weight:bold;
}

.contpricenew #normalprice {
	color:#000000;
	font-size:14px;
}

.contpricenew #productSpecialPrice {
	color:#EE1D25;
	font-size:28px;
	font-weight:bold;
}

.contpricenew #productPriceDiscount {
	display:none;
}

.liendetail2 {
	float:left;
	width:192px;
	padding-left:10px !important;
	margin-top:5px !important;
}

.liendetail2 a, .liendetail2 a:visited {
	/*display:block;*/
	padding:1px 5px 0 5px !important;
	border:1px solid #AAAAAA;
	width:88px;
	height:14px;
	text-align:center;
	color:#000000;
	background-image:url(../images/fdliendetail.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.liendetail2 a:hover {
	color:#000000;
	text-decoration:none;
	background-image:url(../images/fdliendetailhover.jpg);
	background-repeat:repeat-x;
	background-position:top;
}



/* Box */
h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0;
	vertical-align:bottom;
}
.sideBoxContent {
	/*background-image: url(../images/encarts_r9_c1.jpg);
	background-position: bottom;
	margin:0;
	padding:0 0 10px 0;
	background-repeat: no-repeat;
	height: 100px;*/
}


#categoriesHeading {
	background:url("../images/encarts_r1_c1.jpg");
	height:35px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: bottom;
}
#samsideboxHeading{
    /* background:url("../images/header/boutons_r23_c23.jpg");  */ 
	/* height:35px; */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: bottom;
}
#shoppingcartHeading {
	background:url("../images/panier.jpg");
	padding: 0px 0px 0 0px;
	height:35px;
	background-position: bottom;
}
#derniersproduitsconsultessideboxHeading {
	background:url("../images/panier.jpg");
	padding: 0px 0px 0 0px;
	height:35px;
	background-position: bottom;
}
#whatsnewHeading {
	background:url("../images/encarts_r9_c8.jpg");
	padding: 0px 0 0 0px;
	height:35px;
	background-position: bottom;	
}
#searchHeading {
	background:url("../images/encarts_r3_c8.jpg");
	padding: 0px 0 0 0px;
	height:35px;
	color: #047;
	background-position: bottom;	
}
#featuredHeading {
	background:url("../images/head_coeur.jpg");
	padding: 0px 0 0 0px;
	height:35px;
	background-position: bottom;	
}
#loginboxHeading {
	background:url("../images/header/boutons_r1_c23.jpg");
	padding: 0px 0 0 0px;
	height:35px;
	background-position: bottom;	
}


#tellafriendHeading, #specialsHeading, #informationHeading {
	background:url("../images/encartinfos.jpg");

	height:35px;
	color: #047;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-position: bottom;
}


#specialsHeading{
	background:url("../images/encarts_r8_c1.jpg");
	padding: 0px 0 0 0px;
	height:35px;
	color: #047;
	background-position: bottom;
}

#accessorynavsideboxHeading {
	display:none;
}

#headboxacces {
	background-image:url(../images/head_recherche_new.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:42px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 0 0 20px;
}

#accessorynavsideboxContent {
	background-image:url(../images/fdrecherche_new.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:200px;
	position:relative;
	color:#FFFFFF;
	padding-top:10px;
}

#accessorynavsideboxContent form {
	margin:0;
}

#accessorynavsideboxContent h3 {
	color:#FFFFFF;
	margin:0;
	padding:2px 0 0 0;
	font-size:11px;
	font-weight:normal;
}

.nomlabel {
	text-align:right;
	width:75px;
}

.test {
	background-image:url(../images/ok.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:31px;
	height:21px;
	padding:0;
	float:left;
	margin-left:5px;
}

#champrecherche {
	width:177px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #BF9396;
	margin-top:10px;
	padding-top:42px;
	padding-left:8px;
}

#contact {
	background-image:url(../images/bloc_colonne.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:57px;
	width:211px;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	padding:21px 15px 0 0;
	position:relative;
}

.destockbox {
	height:120px;
	width:226px;
	background:url(../images/destockbox.jpg) top no-repeat;
	position:relative;
	margin:0;
	padding:0;
	display:block;
}

.destockbox ul {
	margin:0;
	padding:52px 0 0 80px;
	overflow:hidden;
	list-style:none;
}

.destockbox ul li {
	float:left;
}

.destockbox ul li a {
	width:auto;
	height:auto;
	padding:5px 0 5px 10px;
	background:url(../images/puce.png) left no-repeat;
	color:#fff !important;
	text-shadow:1px 1px 1px #444;
	display:block;
	text-decoration:none;
	text-align:left;
	font-size:20px;
	font-weight:100;
}

.destockbox ul li a:hover {
	color:#FBFF24 !important;
}


#contact .size {
	font-weight:bold;
	font-size:26px;
}

#decocontact {
	background-image:url(../images/decocontact.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:10px;
	height:20px;
	position:absolute;
	top:0;
	right:-10px;
}

#livraison {
	background-image:url(../images/fdlivraison_new.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:220px;
	height:151px;
	text-align:right;
	color:#000000;
	font-size:14px;
	padding:4px 10px 0 0;
}

#livraison .size2 {
	font-size:26px;
}

#livraison p {
	font-weight:normal;
	font-size:9px;
	text-align:left;
	margin:0;
	padding:77px 0 0 9px;
}

#lieninfo {
	background-image:url(../images/fdinfos.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:225px;
	width:226px;
	text-align:left;
}

#lieninfo ul {
	margin:0;
	padding:7px 0 0 10px;
	list-style:none;
}

#lieninfo li {
	padding-bottom:7px;
}

#lieninfo li a, #lieninfo li a:visited {
	font-size:13px;
	color:#FFFFFF;
	font-weight:normal;
	background-image:url(../images/puceinfos.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0 0 0 25px;
}

#lieninfo li a:hover {
	color:#000000;
}

#lieninfo li.size3 a {
	font-size:14px !important;
	font-weight:bold !important;
	background-image:url(../images/pucenews.jpg) !important;
	background-repeat:no-repeat !important;
	background-position:top left !important;
}

#boxinfosContent {
	margin-bottom:10px;
}

/* Style pour l'affichage vertical de categories */
#categories {
	background:none;
	border: 0;
	margin: 0;
}
#categoriesContent {
	padding: 0 0px 10px 5px; /* 18px: taille du foote */
	height:100%;
}
#shoppingcartContent, #derniersproduitsconsultessideboxContent {
	padding: 0 5px 10px 5px; /* 18px: taille du foote */
	height:100%;
}
#categoriesContent ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
}	
#categoriesContent li a {
	height: 100%;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}	
#categoriesContent li a.category-top {
	display: block;
	background:  url(../images/pucemenu.jpg) left no-repeat;
	padding: 0 0 0 20px;
}

#categoriesContent li a.category-products {
	display: block;
	padding: 0 0 0 25px;
}


/* CSS Document */

#navColumnOneWrapper {
	padding:0 0 0 20px;
} 
#navColumnTwoWrapper {
	padding:0 0px 0 0;
} 

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	/*background-color: #00FF33;*/
	vertical-align: top;
}
.columnRight {

}

#navColumnOne a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#navColumnTwo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#mainWrapper {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px 0 200px 0;
	position:relative;
}

#contentMainWrapper {
	/*background-color:#FFFFFF;*/
	background-image:url(../images/fdsite.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}

#navMain {
	width:995px;
	height:158px;
	z-index:5;
	position:relative;
}

#navMainWrapper {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
}

#newsletter {
	background-color:#FFFFFF;
	/*background-image: url(../images/header/fdmailing.jpg);*/
	height: 25px;
}

#buttonNews {
 vertical-align:middle;
}

.newsText {
	margin:0;
	padding:0px;
	position:relative;
	top:3px;
}

#contheader {
	width:995px;
	height:158px;
	position:relative;
}

#logo {
	background-image:url(../images/header/logo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:252px;
	height:158px;
	float:left;
}

#logo a {
	display:block;
	width:252px;
	height:158px;
}

#header01 {
	background-image:url(../images/header/header01_new.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:513px;
	height:158px;
	float:left;
	position:relative;
}

#bordermenutop {
	width:218px;
	height:2px;
	background-color:#1D191A;
	position:absolute;
	top:-2px;
	left:196px;
}

#header01 ul {
	margin:6px 0 0 235px;
	padding:0;
	list-style:none;
	height:22px;
}

#header01 li {
	display:inline;
}

#header01 li a, #header01 li a:visited {
	display:block;
	float:left;
	color:#FFFFFF;
	font-weight:normal;
	height:22px;
}

#header01 li a:hover {
	color:#FF0000;
}

.sepatop {
	width:1px;
	height:15px;
	background-color:#FFFFFF;
	float:left;
	margin:0 5px 0 5px;
}

#header01 p {
	margin:0;
	font-size:12px;
	color:#828486;
}

#header01 p#baseline {
	color:#ED1D24;
	font-size:24px;
	margin:18px 0 0 110px;
}

#header02 {
	background-image:url(../images/header/header02_new.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:226px;
	height:59px;
	float:left;
}

#login a {
	background-image:url(../images/header/fdlogin2_new.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:226px;
	height:33px;
	float:left;
}

#login a:hover {
	background-image:url(../images/header/fdlogin2_new.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#panier a {
	background-image:url(../images/header/fdpanier2_new.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:226px;
	height:38px;
	float:left;
}

#panier a:hover {
	background-image:url(../images/header/fdpanier2_new.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#header03 {
	background-image:url(../images/header/header03_new.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:28px;
	width:130px;
	float:left;
	padding:0 0 0 96px;
}

.imgmenu {
	width:5px;
	height:29px;
	display:block;
	background:url(../images/imgmenu.jpg) top no-repeat;
	position:absolute;
	right: 225px;
	bottom: -29px;
	z-index:1;
}


#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



/* News */
.newsHeadlineText {
  text-align: left;
  font-size: .9em;
  margin: 0 1.5em 0 1.5em;
}
.newsHeadlineText IMG {
  vertical-align: middle;
}
.newsHeader {
  margin-bottom: 10px;
}

p.articleHeading {
  text-align:center;
  text-decoration:underline;
  font-weight: bold;
  font-size: 15px;
  padding: 0 2em 0 2em;
  margin: 0 1.5em 0 1.5em;
  margin: 0em;
}
span.articleHeading {
  font-weight: bold;
}

p.articleByLine {
  font-size: .9em;
  padding: 0 0 0 20px;
  margin: 0;
}

p.articleByLine SPAN.author {
  font-style: normal;
}
p.articleByLine SPAN.comments {
  font-style: italic;
}
p.articleByLine A {
  text-decoration: underline;
}

div.articleTextBlock {
  clear: both;
  padding: 0;
  margin: 0;
}
div.articleText, p.articleText {
  margin: 0 1.5em 0 1.5em;
  padding: 0;
  width:542px;
}

div.imageArticle { 
  text-align:center;
}


IMG.articleImage { border: 3px double #9a9a9a; background: #666666; padding: 0; margin: 10px 10px 10px 10px; }

p.newsListingDate { font-weight: bold; text-align: center; margin: 0; padding: 0; }

ul.articleLinkList { list-style-type: none; line-height: 1.5em; padding: 10px 0 0 0; margin: 0; }
ul.archiveLinkList { list-style-type: none; line-height: 1.5em; padding: 0; margin: 0; }
ul.articleLinkList li, ul.archiveLinkList li { background-image: url("../images/icons/news_link.gif"); background-repeat: no-repeat; background-position: 17px 2px; padding: 0 0 0 35px; }
ul.articleLinkList li.articleStoreLink { background-image: url("../images/icons/news_link_2.gif"); background-repeat: no-repeat; background-position: 17px 4px; padding: 0 0 0 35px; }
ul.articleLinkList li.articleProductLink { background-image: url("../images/icons/cart.gif"); background-repeat: no-repeat; background-position: 17px 0px; padding: 0 0 0 35px; }
ul.articleLinkList a, ul.archiveLinkList a { text-decoration: underline; }

.commentsHeading { background: #f2f1ee; padding: 3px; }
.commentsBody { background: #666666; padding: 3px; }
p.backLink { float: right; margin: 0; padding: 0; clear: right; }
.commentsAuthor { text-align: left; float: left; margin: 0; width: 45%; }
.commentsSubject { font-weight: bold; }
.commentsDate { text-align: right; float: right; padding: 0; margin: 0; }
div.commentsBody p { clear: both; padding: 0 10px 10px 10px; margin: 0; }

fieldset.commentsFieldSet { text-align: left; background: #f2f1ee; border: 1px solid #e7e6e0; padding: 1em; margin: 10px 0 0 0; }
fieldset.commentsFieldSet legend { padding: 0.2em 0.5em; border: 1px solid #c96e29; background: #666666; color: #000; text-align: right;}
fieldset.commentsFieldSet label { display: block; text-align: left; margin: 3px;}
fieldset.commentsFieldSet label input { display: block; }
.commentsSubmit { text-align: right; }

.splitSolid { height: 1px; background: #000000; padding: 0; margin: 0;}
.splitSolidGray { height: 1px; background: #9a9a9a; padding: 0; margin: 0 1.5em 0 1.5em; }
.clearSplit { height: 10px; padding: 0; margin:0; }
.splitSolid hr, .splitSolidGray hr, .clearSplit hr { display: none; }

.clearboth { clear: both; height: 1px; width: 100%; }
.clearboth hr { display: none; }



/* newsScrollerSideBox */
.newsScrollerSideBox { background: #f2f1ee; border: 1px solid #e7e6e0; }
.newsScrollerSideBox div.articleSummary { border-bottom: 1px solid #9a9a9a; padding: 0 0 10px 0; }
.newsScrollerSideBox span.articleHeading { }
.newsScrollerSideBox ul.archiveLinkList { list-style-type: circle; line-height: normal; padding: 0; margin: 0 0 0 25px; }
.newsScrollerSideBox ul.archiveLinkList li { background: none; padding: 0; margin: 0; }
.newsScrollerSideBox ul.archiveLinkList a { text-decoration: none; }





/* 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: #000000;     /* 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: #000000;     /* 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: #A7A7A7;        /* 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: #000000;
    font-weight: 700;
    font-size: 1.1em;
}

/* End Order Steps contribution CSS */
