/** * 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, helvetica, sans-serif;	font-size: 100%;	color: #8f8e81;	line-height: 1.4em;	background-color: #000;	}a img {border: none; }a:link, #navEZPagesTOC ul li a {	color: #D9B036;	text-decoration: none;	} a:visited {	color: #D9B036;	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: #fff;	}a:active {	color: #D9B036;	}h1 {	color: #a68b3a;	font-size: 1.3em;	}h2 {	color: #d9d6ca;	font-size: 1.1em;	}h3 {	font-size: 1.1em;	}	h1, h2, h3, h4, h5, h6, .optionValue {	margin: 1.0em 0;	}h4, h5, h6, LABEL, /*h4.optionName,*/ LEGEND, ADDRESS, .sideBoxContent, .larger{	font-size: 1.0em;	}	h4.optionName {	font-size: 1.0em;	}.biggerText {	font-size: 1.1em;	}	.smallerText {	font-size: 0.9em;	}	h2.greeting {	font-size: 1.0em;	font-weight: normal;	}	h4.productGeneral, .lighterText {	color: #d4d2c9;	}	    /* Client Header Links */.headerPageLink a:link {	color: #0DE6DB;	font-weight: bold;	text-decoration: underline;	} .headerPageLink a:visited {    color: #0DE6DB;    font-weight: bold;    text-decoration: underline;    }.headerPageLink a:hover {    color: #fff;    text-decoration: none;    }    .headerPageLink a:active {    color: #0DE6DB;    font-weight: bold;    text-decoration: underline;    } /* ------ Custom Formatting ------ */.headerRed {    text-align: left;	font-family: "Times New Roman", Times, serif;	font-size: 2.75em;	font-weight: normal;	color: red;	line-height: 1.4em;	margin: -0.12em 0 0;	}	/* Aligns vertical position of headers in checkout process */h1#checkoutShippingHeading {	margin-top: 0;	}	/* Aligns vertical position of headers in checkout process */h1#checkoutConfirmDefaultHeading {	margin-bottom: 0;	}	/* for checkout confirmation page */h4#checkoutConfirmDefaultShipmentTitle {	font-weight: normal;	color: #8f8e81;	} /* main SB & Gong categories */h1#productListHeading {    text-align: left;	font-family: "Times New Roman", Times, serif;	font-size: 2.5em;	font-weight: normal;	line-height: 1.4em;	color: red;	margin: 0.07em 0;	}	/* new products & all products */h1#newProductsDefaultHeading, h1#allProductsDefaultHeading {    text-align: left;	font-family: "Times New Roman", Times, serif;	font-size: 2.5em;	font-weight: normal;	line-height: 1.4em;	color: red;	margin: 0.07em 0 0.5em 0;	}	/* accessories top-level category */#indexCategoriesMainContent {	margin-left: 1.5em;	}h1#indexCategoriesHeading {    text-align: left;	font-family: "Times New Roman", Times, serif;	font-size: 2.5em;	font-weight: normal;	line-height: 1.4em;	color: red;	margin: 0.07em 0;	}	.subheadOrange {    text-align: left;    font-size: 1.3em;	line-height: 1.3em;	color:  #f2b418;	margin: 0.5em 0;	}	.subheadRed {    text-align: left;    font-size: 1.3em;	color: red;	margin: 0.5em 0;	}	.orangeText {    text-align: left;	color: #998b45; /* #a68b3a; */	}	.regTrademark, .regTm {	font-size: 0.6em;	vertical-align: top;	}.textLeft {	text-align: left;	margin-top: 0.7em;	}	.footerText {	color: #998036;	line-height: 1.3em;	margin: 0;	}	.legalText {    color: #8f8e81;	font-size: 0.85em;	margin: 0;	}	.legalText a {    color: #D9B036;	font-size: 1.0em;	text-decoration: none;	margin: 0;	}	.legalText a:hover {	color: #fff;	text-decoration: underline;	}	/* Contact Form Styling */#contactUsDefault {	font-size: 1.0em;	}/* Contact Form Confirm Message */div.mainContent.success {	color: #d4d2c9;	margin: 1.0em 0 1.0em 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: arial, helvetica, sans-serif;	font-size: 1em;	}FORM, SELECT {	display: inline;	font-size: 0.90em;	margin: 0.0em;	}	INPUT {	border: 0px;	background: #454545 !important;	color: #e0ded1;	display: inline;	font-size: 0.90em;	margin: 0.3em;	-moz-border-radius: 2px;	-khtml-border-radius: 2px;	-webkit-border-radius: 2px;	border-radius: 2px;	}TEXTAREA {	background: #454545 !important;	color: #e0ded1;	border: 0px;	margin: auto;	display: block;	width: 95%;	-moz-border-radius: 2px;	-khtml-border-radius: 2px;	-webkit-border-radius: 2px;	border-radius: 2px;	}input:focus, select:focus, textarea:focus {	background: #d9d8ce !important;	color: #000;	}FIELDSET {	padding: 0.5em;	margin: 1.0em 0em;	border: 1px solid #403f39;	}LEGEND {	font-weight: bold;	padding: 0.3em;	color: #d4d2c9;	}LABEL, h4.optionName, .optionValue {	line-height: 1.5em;	padding: 0.2em 0.5em 0.2em 0;	/*	padding: 0.2em;	*/	}	.optionValue {    color: #b3a262;	font-size: 1.0em;	line-height: 1.4em;    padding-left: 0.0em;    padding-top: 0.1em;    }LABEL.checkboxLabel, LABEL.radioButtonLabel {	margin: 0.5em 0.3em;	}SELECT {	background: #d9d8ce !important;	color: #000;	}#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {	float: left;	}.centerBoxContents a:link, .specialsListBoxContents a:link,.centerBoxContentsAlsoPurch:link, .attribImg:link {    text-decoration: none;    }.centerBoxContents a:visited, .specialsListBoxContents a:visited,.centerBoxContentsAlsoPurch:visited, .attribImg:visited {    text-decoration: none;    }	.sideBoxContent a:link, .sideBoxContent a:visited, .sideBoxContent a:active {	color: #60bf87;    text-decoration: none;    }	.sideBoxContent a:hover {	color: #fff;    }div.categoryListBoxContents a:link {	color: #D9B036;    font-weight: bold;    text-decoration: none;}div.categoryListBoxContents a:visited {    color: #D9B036;	font-weight: bold;    text-decoration: none;}div.categoryListBoxContents a:hover {    color: #fff;	font-weight: bold;    text-decoration: none;}div.categoryListBoxContents a:active {    font-weight: bold;    }	#productListing a:link, #productListing a:visited, #productListing a:active {	color: #D9B036;	}	#productListing a:hover {	color: #fff;	}.column {    float: left;    }    .columnWrap {    text-align: center;    width: 800px;    margin: auto;}.footerColumnWrap {    text-align: center;    width: 900px;    margin: auto;}	.columnWrap table {    width: 800px;    /*    margin-left: auto;    margin-right: auto;    text-align: left;    */    text-align: center;    }    #headerLinks, #footerLinks {    /*    margin-left: 10%;    width: 80%;    */    margin: auto;    }#columnWrap table a:link:visited {    text-decoration: none;    }/*#leftHeaderPad, #leftFooterPad {    margin-left: -90%;    width: 10%;     }	#rightHeaderPad, #rightFooterPad {    width: 9%;    }*/    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {    margin: 0em;    padding: 0em;    }	/* IEx patches \*/* html .column {    display: inline;    }/** html #leftHeaderPad li, #leftFooterPad li {    height: 1%;    }*/#logoWrapper, #footerTextWrapper {    background-color: #000000;    display: block;    }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;	}P {	padding: 0.0em;	}ADDRESS {	font-style: normal;	padding: 0.5em;	}.clearBoth {	clear: both;	line-height: 0em;	}HR {	height: 1px;	margin-top: 0.5em;	border: none;	border-bottom: 1px solid #403f39;	}	#shoppingcartContent HR {	height: 1px;	margin-top: 0.5em;	border: none;	border-bottom: 1px solid #45433d;	border-top: 1px solid #000;	}/*warnings, errors, messages*/.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {	line-height: 1.0em;	padding: 0.5em 0 0.5em 0.5em;/*	border-bottom: 1px solid #e5e5e5;	border-top: 1px solid #e5e5e5; */	}.messageStackWarning, .messageStackError {	background-color: #bf0000;	color: #ffffff;	}.messageStackSuccess {	background: #a68d29 url(../images/cartAddGold.jpg) repeat-x;	color: #2e2302;	}.messageStackCaution {	background-color: #faab4b;	color: #000000;	margin-top: 0.5em;	}	.messageStackError {	margin-top: 0.5em;	}/*wrappers - page or section containers*/#mainWrapper {/*	background: #000 url(../images/mainTop.jpg);	background-repeat: repeat-x;*/	border: 0px;	line-height: 1.1em;	text-align: center;	width: 100%;	vertical-align: top;	}#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {	margin: auto;	}	#navColumnOneWrapper, #navColumnTwoWrapper {	margin-left: 1.0em;	margin-right: 0.5em;	}	#tagline {	color:#ffffff;	font-size: 3em;	text-align : center;	vertical-align: middle;	}#sendSpendWrapper {	border: 1px solid #403f39;	float: right;	margin: 1.0em 0;	padding: 0.5em;	}.floatingBox, #accountLinksWrapper, /* #sendSpendWrapper, */ #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {	line-height: 1.4em;	margin: 0;	width: auto;	}	#accountLinksWrapper {	margin-top: 1em;	}.wrapperAttribsOptions {	margin: 0.3em 0em;	}/*navigation*//*Defines # of listings on list pages*/.navSplitPagesResult {color: #d4d2c9; margin-top: 0.4em; font-size: 0.9em;}.navSplitPagesLinks {color: #d4d2c9; margin-top: 0.4em; font-size: 0.9em;}.navNextPrevCounter {	margin: 0em;	font-size: 0.9em;	}	.navNextPrevList {	display: inline;	white-space: nowrap;	margin: 0;	padding: 0.5em 0.3em 0 0;	list-style-type: none;	}#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {	margin: 0em;/*	background-image: url(../images/tableHeading.jpg); */	background-color: #000;	padding: 0.5em 0.2em;	font-weight: bold;	color: #D9B036;	height: 1%;	}	#navMainWrapper {    display: block;	padding: 0.4em 0.2em 0 0.2em;}#navCatTabsWrapper {	background-color: #000000;	color: #9a9a9a;	background-image:none;}#navMain ul, #navSupp ul, #navCatTabs ul {	background: #000;	margin: 0;	padding: /*0.5em*/ 0em;	list-style-type: none;	text-align: center;	line-height: 1.5em;	}#navMain ul li, #navSupp ul li, #navCatTabs ul li {	display: inline;	}#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {	text-decoration: none;	padding: 0em 0.5em;	margin: 0;	color: #757575;	white-space: nowrap;	}#navMain ul {    font-size: 0.85em;    font-style: normal;    font-weight: lighter;    margin-left: 0.25em;     }#navCatTabs ul li a {	color: #9a9a9a;	}#navEZPagesTOCWrapper {	font-weight: bold;	float: right;	height: 1%;	border: 1px solid #9a9a9a;	}#navEZPagesTOC ul {	margin: 0;	padding: 0.5em 0em;	list-style-position: outside;	list-style-type: none;	line-height: 1.5em;	}#navEZPagesTOC ul li {	white-space: nowrap;	}#navEZPagesTOC ul li a {	padding: 0em 0.5em 0 0;	margin: 0;	}	/* patch to remove indent in IE */#ezpagesContent.sideBoxContent ul li {	list-style-position: outside;	}#navCategoryIcon /* .buttonRow, #indexProductListCatDescription */ {	margin: 0.5em;	}	#indexProductListCatDescription {	font-size: 1.0em;	line-height: 1.3em;	margin-left: 0.1em;	text-align: left;	}	/* Added for formatting category into paragraphs */#categoryDescription {	color: #998b45;	font-size: 0.90em;	text-align: left;	margin-bottom: 2.0em;	}	.buttonRow {		color: #bfae56; 	margin: 0.5em;	}#navMainSearch {	float: right;	margin: -0.32em 1.0em 0;	}#navBreadCrumb {	padding: 0.5em 0.5em;	background-color: #ffffff;	font-size: 0.95em;	font-weight: bold;	margin: 0em;	}#navEZPagesTop {	background-color: #abbbd3;/*	background-image: url(../images/tile_back.gif); */	font-size: 0.95em;	font-weight: bold;	margin: 0em;	padding: 0.5em;	}#navColumnOne, #navColumnTwo {	background-color: #000000;	}/*The main content classes*/#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {	vertical-align: top;	}/* Added to Format Product List Text */#productFeatures.main {	color: #b3a262;	text-align: left;	}.content, #productDescription, .shippingEstimatorWrapper {	/*font-size: 1.2em;*/	padding: 0;	}	#productDescription ul {	list-style-position: outside;	margin-left: 15px;	}.alert {	color: #FF0000;	margin-left: 0.5em;	}	.advisory {	color: #bfae56;	}.important {	font-weight: bold;	color: #bfae56;	}	.notice {}.rating{}.gvBal {	float: right;	}	.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {	margin: 0 1em 1em 3.5em;	}	#bannerThree {	margin: 0.8em 1em 1em 3.5em;}.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {	font-size: 0.9em;	}.centerColumn {	min-width: 695px;	width: 75%;    }/*Shopping Cart Display*/#cartAdd {/*	float: left; */	text-align: left;	margin-top: 0.25em;	margin-right: 1.5em;	margin-bottom: 1.5em;    margin-left: 1.0em;/*	line-height: 3.0em;	vertical-align: bottom; 	margin: 1em;	border: 1px solid #808080;	padding: 1em; */	}TR.tableHeading {	height: 2em;	}.tableHeading TH {	background: url(../images/tableHeading.jpg);	color: #d4d2c9;	}.tableHeading /*#cartSubTotal*/ {	background-color: #242424;	}#cartSubTotal {	background-color: #1c1c1c;	border-top: 1px solid #2e2e2e;	font-weight: bold;	color: #d4d2c9;	height: 2.2em;	text-align: right;	line-height: 2.2em;	margin-top: 1px;	margin-bottom: 1.0em;	padding-right: 4.7em;	-moz-border-radius-bottomleft: 4px;	-khtml-border-radius-bottomleft: 4px;	-webkit-border-bottom-left-radius: 4px;	border-bottom-left-radius: 4px;	-moz-border-radius-bottomright: 4px;	-khtml-border-radius-bottomright: 4px;	-webkit-border-bottom-right-radius: 4px;	border-bottom-right-radius: 4px;	}.tableRow, .tableHeading {	background: #242424;	height: 2.2em;	}	.rowOdd {	background-color: #1c1c1c;	height: 1.5em;	vertical-align: top;	}.rowEven {	background-color: #121212;	height: 1.5em;	vertical-align: top;	}.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {	padding: 0.5em 0.5em;	}.cartUnitDisplay, .cartTotalDisplay {	text-align: right;	padding-right: 0.5em;	}#scUpdateQuantity {	width: 2em;	}.cartQuantity {	width: 4.7em;	}.cartNewItem {	color: #D9B036;	position: relative;  /*do not remove-fixes stupid IEbug*/	}.cartOldItem {	color: #D9B036;	position: relative;  /*do not remove-fixes stupid IEbug*/	}.cartBoxTotal {	color: #c9c8bf;	font-weight: normal;	text-align: left;	}.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;	}h3#productPrices {	color: #b3a262;	}.normalprice, .productSpecialPriceSale {	color: #ffb700;	text-decoration: line-through;	}.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {	color: #d4d2c9;	}	.productPriceDiscount {	color: #ffb700;	}.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 {	color: #d4d2c9;	font-weight: normal;	}.totalBox {	width: 5.5em;	text-align: right;	padding: 0.2em;	}.lineTitle, .amount {	text-align: right;	padding: 0.2em;	}.amount {	width: 5.5em;	}/*Image Display*/#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {	margin: 0em 1em 1em 0em ;	}.categoryIcon {    text-align: left;	font-family: "Times New Roman", Times, serif;	font-size: 2.75em;	font-weight: normal;	color: red;	line-height: 1.4em;	margin: 0.05em 0 0.2em 0;	}	.categoryIcon a {	color: red;	}.categoryIcon a:hover {	color: #fff;	text-decoration: none;	}#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: 1.0em 0;	}.centerBoxWrapper {	/*	border: 1px solid #808080;	*/	height: 1%;	margin: 1.1em 0;	}h2.centerBoxHeading {	font-size: 1.2em;	font-weight: normal;	color: #c9c8bf;	}/*sideboxes*/.columnLeft {}h3.leftBoxHeading, h3.leftBoxHeading a,h3.rightBoxHeading, h3.rightBoxHeading a {	font-size: 0.9em;	color: #c9c8bf;	font-weight: normal;	}	#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {	font-size: 0.9em;	color: #b3b3b3;}.searchHeaderButton {    width: 78px;    height: 20px;    }    .searchHeaderPrompt {    width: 130px;    }    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {	background: #2e2e2e url(../images/navTop.jpg);/*	background-color: #242424; */	border-bottom: 2px solid #0d0d0d;	margin-bottom: 0.0em;	padding: 0.1em 0.2em 0.1em 0.4em;	-moz-border-radius-topleft: 3px;	-khtml-border-radius-topleft: 3px;	-webkit-border-top-left-radius: 3px;	border-top-left-radius: 3px;	-moz-border-radius-topright: 3px;	-khtml-border-radius-topright: 3px;	-webkit-border-top-right-radius: 3px;	border-top-right-radius: 3px;	}	#shoppingcartHeading.leftBoxHeading {	background: #d1b254 url(../images/navTopLite.jpg);/*	background-color: #242424; */	border-bottom: 2px solid #1c1b18;	margin-bottom: 0.0em;	padding: 0.1em 0.2em 0.1em 0.4em;	-moz-border-radius-topleft: 3px;	-khtml-border-radius-topleft: 3px;	-webkit-border-top-left-radius: 3px;	border-top-left-radius: 3px;	-moz-border-radius-topright: 3px;	-khtml-border-radius-topright: 3px;	-webkit-border-top-right-radius: 3px;	border-top-right-radius: 3px;	}.leftBoxContainer, .rightBoxContainer {	margin-bottom: 0.3em;/*	border: 1px solid #403f39;	border-bottom: 1px solid #004f37; */	margin-top: 0.0em;	}.sideBoxContent {	background-color: #121212;	border-top: 1px solid #292929;	font-size: 0.9em;	line-height: 1.5em;	padding: 0.7em;	text-align: left;	-moz-border-radius-bottomleft: 3px;	-khtml-border-radius-bottomleft: 3px;	-webkit-border-bottom-left-radius: 3px;	border-bottom-left-radius: 3px;	-moz-border-radius-bottomright: 3px;	-khtml-border-radius-bottomright: 3px;	-webkit-border-bottom-right-radius: 3px;	border-bottom-right-radius: 3px;	}	#shoppingcartContent.sideBoxContent {	background-color: #262626;	border-top: 1px solid #4d4b44;	font-size: 0.9em;	line-height: 1.4em;	padding: 0.7em;	text-align: left;	-moz-border-radius-bottomleft: 3px;	-khtml-border-radius-bottomleft: 3px;	-webkit-border-bottom-left-radius: 3px;	border-bottom-left-radius: 3px;	-moz-border-radius-bottomright: 3px;	-khtml-border-radius-bottomright: 3px;	-webkit-border-bottom-right-radius: 3px;	border-bottom-right-radius: 3px;	}	/* for lower portion of home page */.indexContent {	background-color: #000;	border: 1px solid #403a24;	color: #998b45;	font-size: 0.9em;	line-height: 1.5em;	margin: 3.4em 0 1.5em 1.5em;	padding: 0.75em 1.5em 0.75em 1.25em;	text-align: left;	-moz-border-radius: 5px;	-khtml-border-radius: 5px;	-webkit-border-radius: 5px;	border-radius: 5px;	width: 90%;	}	h3.leftBoxHeading a:link, h3.rightBoxHeading a:link {    font-size: 1.0em;	color: #c9c8bf;	text-decoration: none;    }.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {	font-size: 1.0em;	color: #c9c8bf;    text-decoration: none;    }	h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {	font-size: 1.0em;	color: #fff;	text-decoration: none;	}	/* Heading link for sidebox shopping cart */h3#shoppingcartHeading.leftBoxHeading a:link, h3#shoppingcartHeading.leftBoxHeading a:visited {    font-size: 1.0em;	font-weight: normal;	letter-spacing: -15%;	color: #000;	text-decoration: none;    }	h3#shoppingcartHeading.leftBoxHeading a:hover {	font-size: 1.0em;	color: #780000;	text-decoration: none;	}/*.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, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg /* <-- causes sidebox cart alignment issues */ {	text-align: center;	}	/* nicely arranges main page list boxes in centerColumn*/.categoryListBoxContents {	width: 195px;	margin: 0.5em 0.5em 0 -0.5em;	text-align: center;	}#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 {	color: #60bf87;	text-decoration: none;	line-height: 1.5em;	}	A.category-top:hover {	color: #fff;	}A.category-links, A.category-links:visited {	color: #60bf87;	text-decoration: none;	}	A.category-subs:link, A.category-products:link, A.category-subs:visited, A.category-products:visited {	color: #91d9af;	text-decoration: none;	}	A.category-subs:hover, A.category-products:hover {	color: #fff;	}	SPAN.category-subs-parent {	font-weight: normal;	}	SPAN.category-subs-selected {	font-weight: normal;	color: #d4d2c9;	}	/* end categories box links *//*misc*/.back {	float: left;	}div.floatingBox.back ul li {	list-style-position: inside;	}.forward, #shoppingCartDefault #PPECbutton {	float: right;	}.bold {	font-weight: bold;	}.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	}	/*.productListing-rowheading {	background-color: #abbbd3;	background-image: url(../images/tile_back.gif);	height: 2em;	color: #FFFFFF;	}*/#siteMapList {	width: 90%;	float: right;	}.ratingRow {	margin: 1em 0em 1.5em 0em;	}LABEL#textAreaReviews {	font-weight: normal;	margin: 1em 0em;	}#popupShippingEstimator, #popupSearchHelp, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {		font-size: 85%;	background-color: #0f0f0f;/*	background-image: url(http://www.customeradmin.net/bodhi/images/mandala-tile.gif); */	margin-left: 20px;	margin-top: 10px;	margin-right: 20px;	margin-bottom: 10px;	}	#popupWindowText {	font-size: 0.15em;	text-align: left;	}	#popupAdditionalImage, #popupImage {	background-color: #000000;	margin-left: 5px;	margin-top: 5px;	margin-right: 5px;	margin-bottom: 5px;	}.information {padding: 10px 3px; line-height: 150%;}#shoppingcartBody #shippingEstimatorContent {	clear: both;	}.seDisplayedAddressLabel {	background-color: #bab9a8;	color: #000;	text-align: center;	}	.seDisplayedAddressInfo {	text-transform: uppercase;	text-align: center;	font-weight: bold;	}	#seShipTo {	padding: 0.2em;	}		#checkoutConfirmDefaultPayment, #checkoutConfirmDefaultPaymentTitle {	color: #d4d2c9;	}	ul {	list-style-position: inside;	margin-left: 10px;	padding-left: 10px;	}	#productDetailsList {	color: #b3a262;	font-size: 1.11em;	margin-bottom: 2.0em;	margin-left: 15px;	}/* popup window CLOSE link */.pseudolink {color: #D9B036;}.attribsRadioButton {	line-height: 23px;	vertical-align: middle;	}	.instructions {	float: right;	border: 1px solid #403f39;	padding: 0.5em;	width: 55%;	}	#allProductsListingTopNumber {	margin-top: 1em;}