/**
 * 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: arial; font-size: 11px; color: #8a445a; }

a img {border: none; }

a:link, a:visited, #navEZPagesTOC ul li a { color: #8A445A; text-decoration: none; }

a:hover, a:active, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover 
{ color: #b1026d; text-decoration:underline; }

h1 { font-size: 12px; color: #b1026d; }
h2 { font-size: 11px; }
h3 { font-size: 11px; font-weight:normal; }
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{ font-size: 11px; }
.biggerText { font-size: 11px; }
h1, h2, h3, h4, h5, h6 { margin: 0.3em 1em; }


/*  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: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

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

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

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

LABEL, h4.optionName {
        width:220px;
        font-size:11px;
        font-weight:normal;
        line-height:10px;
        padding:0.5px;
	}

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

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

LABEL.inputLabel {
	width: 20em;
	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: normal;
	}

P, ADDRESS {
	padding: 0.1em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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

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

.messageStackWarning, .messageStackError {
	background-color: #D90000;
	color: #ffffff;
	font-weight: bold;
	}

.messageStackSuccess {
       background-color: #9900CC;
       color: #FFFFFF;
       font-weight: bold;
	}

.messageStackCaution {
	background-color:#CC3399;
        color:#FFFFFF;
        font-weight:bold;
	}

/*wrappers - page or section containers*/

#mainWrapper { text-align: left; width: 1024px; vertical-align: top; border: 1px solid #FFFFFF; }

#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage 
{ margin: 0em; padding: 0em; z-index: 5000; }

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.2em;
	margin-right: 0.2em;
	}
	
#tagline {
	color:#4e091e;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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

.floatingBox, #navEZPagesTOCWrapper {
margin:14px;
width:280px;
}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto {
margin:14px;
width:270px;
}


.wrapperAttribsOptions {
	margin: 0em 0em;
	}

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



#navSuppWrapper, #navCatTabsWrapper { margin: 0em; background-color: #b1026d; padding: 0 0.2em; font-weight: normal; color: #cc96a8; height: 1%; }


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

#navSupp ul, #navCatTabs ul { margin: 0; padding: 0.1em 0em; list-style-type: none; text-align: center; line-height: 1.2em; }

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

#navSupp ul li a, #navCatTabs ul li a { text-decoration: none; padding: 0em 0.5em; margin: 0; color: #cc96a8; white-space: nowrap; }

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

#navEZPagesTOCWrapper {
        background-color:#eed9e9;
        border-color:#CCCCCC #666666 #999999 #CCCCCC;
        border-style:solid;
        border-width:1px 4px 4px 1px;
	font-weight: bold;
	float: center;
	height: 1%;
	}

#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 {
        line-height:25px;
	padding: 0em 0.5em;
	margin: 0;
	}

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

#navMainSearch {
	float: right;
	}

#navBreadCrumb { padding: 0.5em 0.5em; font-size: 0.95em; font-weight: bold; margin: 0em; }

#navEZPagesTop {
	background-color: #eed9e9;
	background-image:url(../images/bara.jpg);
	background-image: 
	font-size: 12px;
	font-weight: normal;
	margin: 0em;
	padding: 0em;
	text-align: center;
	}

#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.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: normal;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.1em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 1em;
	margin: 0.1em;
	}

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

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

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

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

.cartOldItem {
	color: #800000;
	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: #FFFFFF;
	border: 1px solid #FFFFFF;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	background-color:#E2007A;
        color:#FFEFFC;
	}

.productPriceDiscount {
	color: #e2007a;
	font-size:10px;
        font-style:italic;
	}


.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: normal;
	font-size:10px;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

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

.amount {
	width: 5.5em;
	}

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

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

#productAttributes {
font-size: 11px;
}

h3#attribsOptionsText {
font-size: 11px;
} 

.attribsSelect {font-size: 11px;} 



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

.centerBoxWrapper { border: 1px solid #FFFFFF; height: 1%; margin: 1px 0; }

h2.centerBoxHeading { font-size: 13px; color: #b1026d; text-align: left; }

.centerBoxHeading { background-color: #FFFFFF; border-bottom:1px solid #F0D3E5; margin-bottom: 5px; padding: 5px 0 1px 0; }


/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 12px;
	color: #E09AC1;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 1em;
	color: #cc96a8;
}

.leftBoxHeading, .rightBoxHeading { margin: 0em; background-color: #FFFFFF; padding: 0.5em 0.2em; border-top: 1px solid #e09ac1; }

.leftBoxContainer, .rightBoxContainer { margin: 0em; border: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; margin-top: 0.3em; }

.sideBoxContent { background-color: #FFFFFF; padding: 0.4em; }

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

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

.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, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

    
.bestsellers_thumbnail {
float:left;
height:46px;
margin:0.5px 3px 4px 0.1px;
padding-right:1px;
width:35px;
        }

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

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

#bestsellers li {
  margin-left: 10px;
	padding-top: 5px;
	margin: 0.5em 0.5em 1.3em 0.5em;
	clear: both;
	}

#bannerboxHeading {
	background-color: #b1026d;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}



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

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

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #eed9e9;
	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: #dd96b6;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #f3f2ed;
	background-image: none
	height: 2em;
	color: #000000;
	}

#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: #cc96a8;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#eed9e9;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}



/*Header*/

#headerWrapper { z-index: 5; margin: 0; padding: 0; }

#navMainWrapper { background-color: #b1026d; color: #cc96a8; font-weight: normal; height: 28px; margin: 0; padding: 0 0.2em; }
#navMainWrapper a { color: #cc96a8; }
#navMainWrapper a:hover { color: #FFFFFF; text-decoration: none; }

#headeraccueil, #headersuivi, #headercontact { float: left; background: url(../images/headericon.png) no-repeat left center; margin:3px 20px 0 6px; padding-left: 10px; }

#headerpanier { float: left; background: url(../images/headerpanier.gif) no-repeat left center; height: 22px; margin:3px 20px 0 6px; padding-left: 23px; }
#headerpanier li, #headerpanier li a { display: inline; list-style-type: none; padding: 0 3px; }

#headerlogin { float: right; background: url(../images/headerlogin.gif) no-repeat left center; height: 22px; padding: 3px 1px 0 22px; }
#headerlogin form, #headerlogin input { margin: 0; padding: 0;}
#headerlogin_login li { float: left; padding: 0 5px; list-style: none; }
.capitalize { text-transform: capitalize; }
.uppercase { text-transform: uppercase; }

#logoWrapper { z-index: 5000; clear: left; background: #b1026d url(../images/headerbg.jpg) no-repeat; height:100px; margin: 0; padding: 0; }

#frtagline { text-align: center; color: #b1026d; font-size: 14px; font-family: times new roman; line-height:25px; padding-top: 28px; }



/* Categories */

A.category-top, A.category-top:link, A.category-top:visited { color: #bd6798; font-weight: bold; text-decoration: none; text-transform:uppercase; line-height: 30px; }
A.category-top:hover, A.category-subs:hover { color: #b1026d; padding: 2px 0px 5px 0px; text-decoration: underline; }

A.category-subs, A.category-subs:link, A.category-subs:visited { color: #bd6798; text-decoration: none; line-height: 25px; }

A.category-products, A.category-products:link, A.category-products:visited { color: #bd6798; text-decoration: none; line-height: 20px; }
A.category-products:hover { color: #b1026d; padding: 2px 0px 5px 0px; text-decoration: underline; }

A.category-links, A.category-links:visited { color: #b1026d; text-decoration: none; }	

SPAN.category-subs-parent { font-weight: bold; }
SPAN.category-subs-selected { font-weight: bold; color: #000000; }

/* end Categories */



/*Main Page*/

#mainimg { float: left; background: url(../images/main/main.jpg) no-repeat; width: 650px; height: 211px; }
#mainintro { float: right; width: 190px; }
.frclearboth { clear: both; }



/*Product Listing*/
.prolistingborder { width:180px; height:180px; border: 1px solid #F0D3E5; padding:5px 2px; margin:15px; }
.prolistingborder:hover { border-color: #b1026d; }



/*Product_Info*/
#proinfoleft { }
#productMainImage { width: 170px; text-align: left; margin-bottom: 10px; }
#productAdditionalImages { width: 50px; text-align: left; }
.additionalImages { text-align: center; }

#proinforight { width: 200px; }

#productPrices { font-size: 14px; }
#proinfopricedescription { font-size: 9.5px; font-style: italic; color: #A38096; }
.proinfopricedescriptionb { font-size: 9.5px; font-style: normal; color: #8A445A; }



/*Featured CenterBox*/
.featuredcenterboxborder { width:180px; height:180px; border: 1px solid #F0D3E5; padding:5px 2px; margin:11px; }
.featuredcenterboxborder:hover { border-color: #b1026d; }



#betterTogetherDiscountPolicy {
   font-size: 11px;
   color: #8a445a;
}


.helpsidebox {
   font-size: 11px;
   font-weight: normal;
   color: #b1026d;
   line-height: 15px;
}