/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */


body {
	margin: 0;
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 12px; /* 62.5% */
	color:#000;
	/*background-color: #e5edf5;*/
	background-color: #000;
	}

a img {
	border: none;
}

a:link, #navEZPagesTOC ul li a {
	color: #82241f; 
	text-decoration: none;
}
a:visited {	
	color:#000;
	text-decoration:none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color:#000;
}
a:active {
	color:#82241f;
}


.productListing-heading {
	font-weight:normal;
}

a.productListing-heading {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
a.productListing-heading:link {
	color:#fff;
	text-decoration:none;
}
a.productListing-heading:visited {	
	color:#fff; 
	text-decoration:none;
}
a.productListing-heading:hover {
	color:#a9a8a8;
}
a.productListing-heading:active {
	color:#fff;
}

#categoriesHeading.leftBoxHeading a:hover, #whatsnewHeading.leftBoxHeading a:hover, #reviewsHeading.leftBoxHeading a:hover, #featuredHeading.leftBoxHeading a:hover, #specialsHeading.rightBoxHeading a:hover, #shoppingcartHeading.rightBoxHeading a:hover {
	color:#a9a8a8;
}

.navNextPrevWrapper {

}


h1 {
	font-size:1.3em;
	color:#000;
}



/* Layout page produit */
h1#productName {
	margin: 0;
	padding: 0;
	margin-top: 45px;
	line-height: 20px;
}
h2#productPrices {
	margin: 0;
	padding: 0;
	margin-top: 33px;
	line-height: 20px;
}


h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
}

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

.biggerText {
	padding-top: 10px;
}
.biggerText p a {
	color: #82241f; 
}
.biggerText p a:hover {
	color: #000000;
}



/*div#productDescription.productGeneral {
	padding-left: 0;
	margin-left: 0;
} */

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
}

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

CODE {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 1em;
}

FORM, SELECT, INPUT {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

TEXTAREA {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	margin: auto;
	display: block;
	width: 95%;
}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
}

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

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

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

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

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

#logoWrapper a {
	padding:0;
	margin:0;
}


#logo {
	/*position:relative;*/
	/*left: -50px;*/
	/*float: left;*/
	/*padding-left:15px;*/
	padding:0;
	margin:0;
	z-index:1000;
}
/*
#logo a {
	position: relative;
	left: -100px;
}*/

LABEL.inputLabel {
	width: 13em;
	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;
	font-size: 1em;
}

P, ADDRESS {
	padding: 0.5em;
}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	/*border: 1px solid #9a9a9a;*/
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;

	background-color:#862620;
    background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);
}

.messageStackWarning, .messageStackError {
	/*background-color: #82241f;*/
	color: #fff;
}

.messageStackSuccess {
	/*background-color:#99FF99;*/
	color:#000;
}

.messageStackCaution {
	color:#fff;
	/*background-color: #82241f;*/
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;

	background-color:#862620;
    background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);
}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color:#fff;
	text-align:left;
	width:1000px;
	vertical-align:top;
	border:1px solid #000;
}


#navMain {
	position:relative;
	left:20px;	
	top:20px; /* -65px */
	z-index:1200;
}

#headerWrapper {
	height:282px;
}

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

#taglineWrapper {
	margin:0;
	padding:0;
}

#logoWrapper{
	/*background-image:url(../images/studio41-header.jpg);*/
	position:relative;
	background-position:left;
	background-repeat:no-repeat;
	height:164px;
	left:0;
}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
	margin-top: -17px;
	margin-left: 15px;
	margin-right: 15px;
	border:0;
	/*background-color: #dcdfdb;*/
} 
#mainWrapper {
	margin: auto;
}
	
#tagline {
	position: relative; 
	width: 700px;
	/*height: 30px;*/
	line-height: 22px;
	top: 14px;
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;

/*
	position: absolute; 
	width: 700px;  
	left: 500px; 
	top: 44px; 
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	font-family: Gill sans, Gill Sans MT, Arial, sans-serif;
	text-align: center; /* left */
/*	text-transform: uppercase;
	letter-spacing: 2px;
*/


/*
	position: relative; /* absolute   */ 
/*	width: 700px; /* 800 */ 
/*	right: 0; /* 200  500*/
/*	top: 14px; /*  44 */
/*	margin: auto;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	font-family: Gill sans, Gill Sans MT, Arial, sans-serif;
	text-align: right; /* left */
/*	text-transform: uppercase;
	letter-spacing: 2px;
*/
}

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}
.wrapperAttribsOptions div.back {
	margin: 0.5em 0 0 1em;
}
.wrapperAttribsOptions h4 {
	font-weight: bold;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navMainWrapper {
	margin:0;
	padding-top:40px;
	font-weight:normal; /* bold */
	color:#fff;
	/*height: 1%;*/
	height:20px;
	background-image:none;
	background-color:transparent;
	
}
#navSuppWrapper, #navCatTabsWrapper {
	margin:0;
	/*background-color: #abbbd3;*/
/*	background-image: url(../images/tile_back.gif);*/
	background-image:none;
	background-color:#fff;
	padding:0;
	font-weight:normal; /* bold*/
	color:#fff;
	/*height:1%;*/
}

#navCatTabsWrapper {
	background-color: #fff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navCatTabs ul {
	margin:0;
	padding:13px 0 10px 0;
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
}

#navSupp {
	background:url(/assets/templates/2011/images/herbe.png) no-repeat;
	padding-top:5px;
	height:28px;
}
#navSupp ul {
	margin:0;
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
	text-transform:uppercase;
	font-weight:bold;
}

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

#navMain ul li a, #navCatTabs ul li a {
	text-decoration:none;
	padding:0 0.5em;
	margin:0;
	color:#82241f;
	white-space:nowrap;
	font-size:14px;
}
#navSupp ul li a {
	text-decoration:none;
	padding:0 0.5em;
	margin:0;
	color:#82241f;
	white-space:nowrap;
	font-size:9px;
}

#navCatTabs ul li a {
	color:#9a9a9a;
}

#navEZPagesTOCWrapper {
	font-weight:normal; /*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;
}

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

#navMainSearch {
	float: right;
}

#navBreadCrumb {
	background-color: #ffffff;
	font-size: 1.1em; /*0.95*/
	font-weight: normal;
	margin: 0;
	paddding: 0;
	padding-top: 5px; 
	padding-left: 197px;/*0.5em 0.5em*/
	height: 30px;
	line-height: 22px;
}

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

#navColumnOne, #navColumnTwo {
	background-color: transparent;
}

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0; /* 0.5em  */
	margin: 0;
}
#productDescription p {
	padding: 0;
	margin: 0;
	margin-top: 15px;
}

.alert {
	color: #82241f;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: normal; /* bold */
}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
}
.centerColumn {
	padding:0;
	padding-left:15px;
	padding-right:15px;
	margin-top:-5px;
	
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

.legalCopyright {
	height: 30px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

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

.tableHeading TH {
	/*border-bottom: 1px solid #9a9a9a;*/	
}

.tableHeading {
	/*background-color: #e9e9e9;*/
	/*background-color: #82241f;*/
}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	color:#fff;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;

	background-color:#862620;
    background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);

}

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

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	text-align: center; /* ligne ajoutée */ 
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: center; /* right */
	padding-right: 0.2em;
}
.cartTotalDisplay, #ccTotalHeading {
	padding-right:1.2em;
	text-align: right;
}


#scUpdateQuantity {
	width: 2em;
	background-color:#862620;
    background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);
	
}

.cartQuantity {
	width: 4.7em;
}

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

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
}

.cartAttribsList {
	margin-left: 1em;
}

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

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

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

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

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

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

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

.totalBox {
	width: 8em; /* 5.5*/
	padding: 0.2em;
	padding-right:1.2em;
	text-align: right;
}

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

.amount {
	width: 5.5em;
}

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

.categoryIcon {
	font-size: 1.3em;
	font-weight: bold;
	color: #82241f;
	margin: 0;
	padding: 0;
}
.categoryIcon a, .categoryIcon a:active {
	color: #82241f;
}
.categoryIcon a:hover {
	color: #000000;
}





#cartImage {
	margin: 0.5em 1em;
}

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

.attributesComments {}

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

.centeredContent {
	font-weight: normal; /*bold;*/
}

.centeredContent div {
	font-weight: normal;	
}

.centeredContent back {
	font-weight: normal;
}
.centeredContent {
	background-color:#fff;/*dcdfdb*/
}

.centerBoxWrapper {
	/*border: 1px solid #9a9a9a;
	height: 1%;*/
	margin: 1.1em 0;
	background-color: #dcdfdb;
	border: 0;
}
	
h2.centerBoxHeading {
	/*background-color: #dcdfdb;*/
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;

	background-color:#862620;
    background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);
}

/*sideboxes*/
.columnLeft {
	border:0;
	border-right: 1px #000000 solid;
	background:url(../../template_default/images/icons/logo-paypal.jpg) bottom center no-repeat;
}
.columnRight {
	border:0;
	border-left: 1px #000000 solid;
}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label,
h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
	position: relative;
	font-size: 1em;
	color: #ffffff;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
}
/*h3.leftBoxHeading, h3.rightBoxHeading {
	margin: 0;
	margin-top: -4px;
	position: relative;
	top: -2px;
	background-color: #dcdfdb;
}*/


h3.itemTitle a, h3.itemTitle a:link {
	color: #82241f;
}
h3.itemTitle a:hover {
	color: #000000;
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 1em;
	color: #ffffff;
}

.centerBoxHeading {
	margin: 0em;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	height: 15px;
}
.leftBoxHeading, .rightBoxHeading {
	margin:0;
	background-color:#dcdfdb;
	/*background-image:url(../images/encadres-neutres-2.jpg);*/
	padding:0.5em 0.2em;
	height:15px;

	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;

	background-color:#862620;
    background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);
}

.leftBoxContainer, .rightBoxContainer {
	margin:0;
	border:0;
	/*border: 1px solid #9a9a9a;		
	border-bottom: 5px solid #336633;*/
	margin-top:1.5em;
	background-color:#dcdfdb;
}

.sideBoxContent {
	background-color:#dcdfdb; /* dcdfdb */
	font-size:1.1em;
	/*padding:0.4em;*/
	padding:12px 10px 5px 10px;
	border:solid 1px #b6b6b6;
	border-top:none;
}


.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
}

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

.productListing-data {
	text-align: left;
	padding: 5px 20px;
	margin: 0;
}
.productListing-data h3.itemTitle {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	/*padding: 0 20px;*/
}


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

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

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

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */
A.category-top, A.category-top:visited/*, #informationContent.sideBoxContent a, #informationContent.sideBoxContent a:link, #informationContent.sideBoxContent ul li a:visited*/ {
	color: #82241f;
	text-decoration: none;
}
#informationContent.sideBoxContent a, #informationContent.sideBoxContent a:link, #ezpagesContent.sideBoxContent a, #ezpagesContent.sideBoxContent a:link {
	color: #82241f;
	text-decoration: none;
}
#informationContent.sideBoxContent a:hover, #ezpagesContent.sideBoxContent a:hover {
	color: #000000; 
	text-decoration: none;
}

A.category-top:hover {
	color: #000000; 
	text-decoration: none;
}
A.category-links, A.category-links:visited {
	color: #82241f;
	text-decoration: none;
}
A.category-links:hover {
	color: #000000;
	text-decoration: none;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #82241f;
	text-decoration: none;
}
A.category-subs:hover, A.category-products:hover {
	color: #000000;
	text-decoration: none;
}


SPAN.category-subs-parent {
	font-weight: bold;
}
SPAN.category-subs-selected {
	font-weight: bold;
}
/* end categories box links */

/*misc*/
.back {
	float: left;
	font-weight: normal;
}

.back a{
	font-weight: bold;
}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}

.bold {
	font-weight: bold;
}

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

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

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

CAPTION {
	/*display: none;*/
}

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

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

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

tr.tableHeading {
	/*background-color: #cacaca;*/
	/*background-color: #82241f	;*/
	color:#fff;
	height:2em;
/*	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;

	background-color:#862620;
    background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);
*/
}

tr.tableHeading th, tr td.accountQuantityDisplay {
	text-align: left; 
}
tr.tableHeading th#myAccountTotal, tr.tableHeading th#total, tr.tableHeading th#view {
	text-align: right; 
}
tr.tableHeading th#myAccountTotal, tr.tableHeading th#view, tr td.accountQuantityDisplay  {
	padding-right: 5px;
}

#productListing {
	/*background-color: #dcdfdb;*/

}


th#scQuantityHeading, th#scProductsHeading, th#scUnitHeading, th#scTotalHeading {
	text-align:center;
	background-color:#862620;
    background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);
}

th#scQuantityHeading {
	border:solid 0px #862620;
	-moz-border-radius:5px 0px 0 0;
	-webkit-border-radius:5px 0px 0 0;
	-khtml-border-radius:5px 0px 0 0;
	border-radius:5px 0px 0 0;

	background-color:#fff;

	background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);
}
th#scRemoveHeading {
	-moz-border-radius:0px 5px 0 0;
	-webkit-border-radius:0px 5px 0 0;
	-khtml-border-radius:0px 5px 0 0;
	border-radius:0px 5px 0 0;

	background-color:#fff; /* 862620 */

	background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);
}

.productListing-rowheading {
	background-color:#dcdfdb;
	/*background-image:url(../images/tile_back.gif);*/
	height:2em;
	color:#fff;
/*	
	-moz-border-radius:5px 0 0 0;
	-webkit-border-radius:5px 0 0 0;
	-khtml-border-radius:5px 0 0 0;
	border-radius:5px 0 0 0;

	background-color:#862620;
    background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=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: #ffffff;
}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
}

.seDisplayedAddressLabel {
	background-color:#ffffff; /*  85C285 */
	text-align: center;
}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#seShipTo {
	padding: 0.2em;
}


div#productGeneral.centerColumn form ul#productDetailsList.floatingBox li {
	font-size: 1em;	
}


#searchContent.sideBoxContent form a {
	color: #82241f; 
}
#searchContent.sideBoxContent form a:hover {
	color: #000000;
}


.alert forward {
	color: #82241f;
}

.attention {
	background-color: #82241f;
	color: #dcdfdb;
	text-align: center;
	height: 15px;
}

ul.noliste {
	list-style: none;
}


/* Ajout mars 2011 */

/*  footer, ajout perso */
#footer {
	position:relative;
	width:1000px;
	height:38px;
	padding-bottom:10px;
	color:#fff;
	margin:0 auto;
	background-color:#FFF;
}

#footer-coords {
	position:relative;
	width:980px;
	height:28px;
	padding-top:10px;
	margin:0 auto;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	background-color:#862620;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #862620, #2B0607);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);

	/*background:url(/assets/templates/2011/images/fond-footer.png) no-repeat;*/
}


/*#footer {
	position:absolute;
	bottom:0;
	width:1000px;
	height:41px;
	clear:both;
	/*border: solid;
	border-width: 0;
	border-top-width: 3px;
	border-top-color: #000000;*/
	/*background: url(/assets/templates/2011/images/footer-noir-ori.jpg) no-repeat;*/
	/*background: url(/assets/templates/2011/images/fond-footer.png) no-repeat;*/
	/*background-position: bottom;
	background-color: transparent;*/
	/*z-index:200;*/
/*}*/

/*
#footer span {
	position:relative;
	top:-6px;
}
*/
#footer a {
	color:#fff;
	text-decoration: none;
}
#footer a:hover {
	color:#dcdfdb;
}
/* end footer */


a {
	color:#82241f;
	text-decoration:none;
	/*outline:none;*/
}

a:link {text-decoration:none;color:#82241f;outline:none;}
a:visited {text-decoration:none;color:#82241f;}
/*a:focus {text-decoration:none;color:#000000;outline:none;}*/
a:hover {text-decoration:none; color:#000000;} 
a.hover {text-decoration:none; color:#000000;} 
a:active {text-decoration:none;color:#82241f;}



p a {
	color:#82241f;
	text-decoration:none;
}
p a:hover, p a.hover {
	color:#000;
}


#header {
	position:relative;
	top:0;
	width:1000px;
	height:164px;
	/*border-width:0;*/
	z-index:100;
	/*background: url(/assets/templates/2011/images/fond-bandeau-degrade.jpg) no-repeat;*/
}

#header-black {
	position:relative;
	width:1000px;
	height:19px;
	background-color:#000;
}


#flashheader {
	position:absolute;
	background:transparent;
	z-index:110;
}
#header-image-fond {
	position:absolute;
	width:1000px;
	height:164px;
	background-color:#999;
	background:url(/assets/templates/2011/images/studio41-header.jpg) no-repeat;
	z-index:10;
}
#header-menu {
	position:absolute;
	top:164px;
	width:980px;
	height:65px;
	padding:0 10px;
	z-index:1000;
}

#logo {
	position:absolute;
	top:34px;
	left:20px;
	width:292px;
	height:88px;
	text-indent:-5000px;
	z-index:1000;
	background:url(/assets/templates/2011/images/logo-studio41-createurs-image.png) no-repeat;
}
#h1_titre_page {
	position:absolute;
	top:30px;
	left:0;
	width:650px; 
	height:20px;
	font-size:15px;
	text-transform:uppercase;
	text-align:left;
	z-index:1;
	color:#000;
}
.herbe {
	width:1000px;
	height:34px;
	left:-3px;
	background:url(/assets/templates/2011/images/herbe.png) no-repeat;
	z-index:2;
}

#listCell0-0 {
	-moz-border-radius:5px 0 0 0;
	-webkit-border-radius:5px 0 0 0;
	-khtml-border-radius:5px 0 0 0;
	border-radius:5px 0 0 0;

	background-color:#862620;
    background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);
}
#listCell0-1 {
	-moz-border-radius:0 5px 0 0;
	-webkit-border-radius:0 5px 0 0;
	-khtml-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;

	background-color:#862620;
    background: -moz-linear-gradient(top, #862620, #2B0607);
    background: -webkit-gradient(linear, left top, left bottom, from(#862620), to(#2B0607));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#862620', EndColorStr='#2B0607', GradientType=0);
}
