/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4387 2006-09-04 13:54:28Z drbyte $
 */

body {
	margin: 0;
	font-family: arial, lucida sans unicode, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #2b2f33;
	background-color: #fff;
	padding-bottom:10px;  
}
a img {border: none; }

a {
	color: #2b2f33;
	text-decoration: none;
}
a:visited {
	color: #2b2f33;
	text-decoration: none;
}
a:hover {
	color: #2b2f33;
	text-decoration: underline;
}
h2, h3, h4, h5, h6 {
	/*font-family: georgia;*/
	color: #FFFAFA;
}

h1 {
	margin: 10px 0px 10px 0px;
	/*text-align: center;*/
	font: 18px georgia, helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	/*border-bottom: 1px solid #000;*/
	/*clear: both;*/
	/**/
}
h2 {
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
h3 {
	font-size: 12px;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
}

p {
	padding: 2px;
}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #fff;
	width: 906px;
	border-left: 0px solid #c0c0c0;
	border-right: 0px solid #c0c0c0;
	border-bottom: 0px solid #c0c0c0;
	padding-left: 0px;
	padding-bottom: 20px;
}
#headerWrapper {
	margin: 0em;
	padding: 0em;
	border-bottom: 0px solid #000000;
}

#headerWrapper br {line-height:0} 

#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	background-color: #ffffff;
	color: #2b2f33;
	padding-bottom:20px;
}

#logoWrapper{
	/*background-color: #444;*/
	margin: 0em;
	padding: 0em;
	padding-bottom: 1px;  
	*padding-bottom: 5px; 
	background-color: #fff;
	text-align: center;
	height: 58px;
}

#logoWrapper{
	_padding-bottom: 2px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
} 
#navColumnTwoWrapper {
	margin: -1.5 -2em;
	margin-right:2px;
}
#navColumnOneWrapper {
	margin: 0em 0em;
}
	
#tagline {
	/*padding: 1em 0 0 0;*/
	text-align : center;
	color: #ccc;
	font-style: italic;
}

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

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navMainWrapper/*, #navSuppWrapper, #navCatTabsWrapper*/ {
	margin: 0;
	padding: 0.5em 0;
	background-color: #fff;
	/*border-bottom: 1px solid #222;*/


}
#navCatTabsWrapper {
	background-color: #333;
	/*display: none;*/
	border-top: 1px solid #2b2f33;
}
#navMain {
	margin-top: -1px;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0 .5em;
	padding: 0;
	list-style-type: none;
	position: relative;
}

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

#navMain ul li a/*, #navSupp ul li a*/ {
	padding: 0.5em;
	margin: 0;
	color: #2b2f33;
	background-color: #afccdc;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#navMain ul li a:hover/*, #navSupp ul li a:hover, #navCatTabs ul li a:hover*/ {
	background-color: #fff;

}

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

#navBreadCrumb {
	color: #2b2f33;
	background: url(../images/breadcrumb.gif);
	height: 24px;
	padding: 3px;
	font-size: 10.25px;
	padding-left:10px;
	position:relative;
	border-bottom: 2px solid #fff;
}
#navBreadCrumb a {
	color: #2b2f33;
	text-transform: uppercase;
}
a:visited {
	color: #2b2f33;
	text-transform: uppercase;
	text-decoration: underline;
}
a:hover {
	color: #2b2f33;
	text-decoration: underline;
}

#navEZPagesTop {
	height: 12px;
	color: #afccdc;
	background: url(../images/ezpages.gif);
	background-position: center;
	background-repeat: no-repeat;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	*margin-top: -3px; /*only for IE*/
	padding: 0.5em;
	font-size: 11px;
	text-align: right;
}

#navEZPagesTop { margin-top/*\**/: -5px\9 }

@media screen and (-webkit-min-device-pixel-ratio:0) {#navEZPagesTop {
	margin-top: -20px;
}
}

#navEZPagesTop a:link {
    color: #afccdc;
    text-decoration: none;
}
 
#navEZPagesTop a:visited {
    color: #afccdc;
    text-decoration: none;
    }

#navEZPagesTop a:hover {
    color: #afccdc;
    text-decoration: underline;    
    }

#navEZPagesTop a:active {
    color: #afccdc;
    text-decoration: none;
    }
a {
	color: #afccdc;
}


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

code {
	/*font-family: arial, verdana, helvetica, sans-serif;*/
}

form, select , input {
	display: inline;
	margin: 0.1em;
	color: #2b2f33;
}

textarea {
	margin: auto;
	padding: 0 3px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	color: #2b2f33;
	font: inherit;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #d9d9d9;
}

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

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

input {
	width: auto !important; /*hack for Zen Cart resizing buttons, grr */
}
input[type="text"], input[type="password"] {
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	font: inherit;
	color: #000;
	padding: 0 3px;
}
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;
}

#loginBody {
	color: #000000;
	}

address {
	padding: 0.5em;
}

address {
	font-style: normal;
}

.clearBoth {
	clear: both;
}

hr {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 8px solid #d9d9d9;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding: .2em .5em;
	border: 1px solid #000;
}

.messageStackWarning, .messageStackError {
	background-color: #ff9;
	color: #c00;
	padding: 0 .5em;
	margin-bottom: .5em;
}
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackSuccess {
	background-color: #9f9;
	color: #070;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}

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

#productName {
	color: #2b2f33;

}
#productPrices {
	color: #2b2f33;
}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*padding: 0.5em;*/	
	color: #2b2f33;
}

a:link {
	color: #2b2f33;
}

.alert {
	color: #f99;
}
.advisory {}
.important {
	font-weight: bold;
}
.notice {}
.rating{}
.gvBal {
	float: right;
}

#productTellFriendLink {
	float: left;
	margin-left: 476px;
	margin-top: -334px;
} 

#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}


#navSupp {
	text-align: center;
	position:relative;
	top:5px;
	}

.centerColumn div#pageThreeMainContent, .centerColumn div#privacyDefaultMainContent, .centerColumn div#conditionsMainContent, .centerColumn div#shippingInfoContent ,{
	padding: 3px;
	position:relative;
	left:10px;
	width: 580px;
	top:5px;
}

.centerColumn {
	min-height:300px;
	_height:300px;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	position:relative;
	top:10px;
}

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

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

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

#cartDefaultHeading {
	color: #2b2f33;
	}

#cartEmptyText {
	color: #2b2f33;
	}
	
#cartSubTotal {
	border-top: 1px solid #999999;
	color: #fff;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
}

#shoppingcartHeading {
	background-color: #d9d9d9;
	height: 40px;
}
.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: #000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

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

.cartBoxTotal {
	text-align: right;
}

.cartRemoveItemDisplay {
	width: 3.5em;
}

.cartAttribsList {
	margin-left: 1em;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #333;
	border: 1px solid #999999;
}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	/*color: #ff0000;*/
	font-weight: bold;
}

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

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

.amount {
	width: 5.5em;
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}
a:link {
	color: #2b2f33;
}
a:visited {
	color: #2b2f33;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover {
	color: #2b2f33;
	text-decoration: underline;
}
.categoryIcon {}

#productAdditionalImages img {
	width: 60%;
	height: 60%;
}

#cartImage {
	margin: 0.5em 1em;
}

#attribsOptionsText {
	color: #2b2f33;
}


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

.attributesComments {}

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

.centerBoxWrapper {
	margin: 1.1em 0;
	height: 1%;
	border: none;
}

.centerColumn {
	background-color: #fff;	
}

#indexCategoriesHeading,#indexDefaultHeading,#productListHeading {
	height: 0px;
	display: none;
}

#indexCategories
a:link {
	color: #2b2f33;
}

a:visited {
	color: #2b2f33;
}

a:hover {
	color: #2b2f33;
	text-decoration: none;
}

a.category-links, a.category-links:link {
	color: #2b2f33;
	text-decoration: none;
	text-transform: uppercase;
}

a.category-links, a.category-links:visited {
	color: #2b2f33;
	text-decoration: none;
}
h3.itemTitle a { 
	color: #2b2f33;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
h3.itemTitle a:visited {
	color: #2b2f33;
	text-decoration: underline;
}
.listingDescription {
	color: #2b2f33;
	font-size: 11px;
}
.listingPrice {
	color: #c00000;
	font-size: 12px;
	font-weight: bold;
}

/*sideboxes*/

.columnLeft {}

.columnRight {
	text-align: center;
}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0;
	color: #2b2f33;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}

.leftBoxHeading, .rightBoxHeading {
	font-size: 10.25px;
	text-decoration: none;
	padding: 3px;
	height: 22px;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #fff;
	background-color: #fff;
}
.centerBoxHeading {
	padding: 3px;
	border-bottom: 1px solid #d9d9d9;
	border-top: 0px solid #fff;
	background-color: #afccdc;
}
.leftBoxContainer, .rightBoxContainer {
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 0px solid #d9d9d9;
	margin: 0 0 0em 0;
}

.sideBoxContent {
	background-color: #fff;
	font-size: 10px;
	padding: 0.4em;
}
.sideBoxContent a:link {
	color: #2b2f33;
}

.sideBoxContent a:hover {
	color: #393939;
}

.sideBoxContent a:visited {
	color: #000;
}


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

#manufacturersContent{
	color: #2b2f33;
	background-color: #d0e6f1;
}
#manufacturersHeading {
	border-bottom: 1px solid #999999;
}
	
#manufacturers.leftBoxContainer {
	border-top: 1px solid #afccdc;
	border-bottom: 1px solid #7c7c7c;
	border-left: 1px solid #afccdc;
	border-right: 1px solid #7c7c7c;
}
#search.rightBoxContainer {
	border-top: 0px solid #fff;
}
#bannerbox.leftBoxContainer {
	border: 0px solid #fff;
}
#bannerboxHeading {display: none;}

#bannerboxContent.sideBoxContent {
	padding: 0px;
}
#bannerbox2Heading {display: none;}

#bannerbox2.rightBoxContainer {
	border: 0px solid #fff;
	padding-top: 1px;
	padding-bottom: 1px;
}
#bannerbox2Content.sideBoxContent {
	padding: 0px;
}

#logosideboxHeading {
	display: none;
}
#logosidebox {
	margin: 0em;
	margin-top: 0em;
	border-top: 1px solid #7c7c7c;
}

#logosideboxContent {
	text-align: center;
	padding: 0;
}

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

#logosidebox2Heading {
	display: none;
}
#logosidebox2 {
	margin: 0em;
	margin-top: 0em;
	border-top: 0px solid #7c7c7c;
}

#logosidebox2Content {
	background-color: #afccdc;
	text-align: center;
}
	
#logosidebox2Heading {
	margin: 0;
	padding: 0;
}
#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: none;
}
span.category-subs-selected {
	font-style: none;
}
/* end categories box links */

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

.forward {
	float: right;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #fff;
	vertical-align: top;
}

.rowEven {
	background-color: #fff;
	vertical-align: top;
}

caption {
	/*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
	color: #2b2f33;
	margin: 0;
} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
}

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

tr.tableHeading {
	background-color: #999999;
	color: #ffffff;
}
#prevOrders td {
	border-bottom: 1px solid #999999;
	padding: 0 .5em 0 0;
}

.centerBoxContentsProducts img {
	border-top: 2px solid #2b2f33;
	border-bottom: 2px solid #2b2f33;
	border-left: 2px solid #2b2f33;
	border-right: 2px solid #2b2f33;
	padding: 0px;
}
#productListing {
	padding: 0 0em 5em 1em;
}
.productListing-rowheading {
	background-color: #2b2f33;
	color: #ffffff;
}
.productListing-data {
	color: #2b2f33;
	padding: .5em 0;
}
.productListing-data h3 {
	color: #2b2f33;
	margin: 0 0 1em 0;
}
.productdetailsmod{
	padding: 0 0em 0 .6em;
}
#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: #fff;
	color: #2b2f33;
}

#checkoutShippingHeading {
	color: #2b2f33;
}
#checkoutPaymentHeading {
	color: #2b2f33;
}
#checkoutPaymentHeadingAddress {
	color: #2b2f33;
}
#checkoutConfirmDefaultHeading {
	color: #2b2f33;
}
#checkoutConfirmDefaultHeadingComments {
	color: #2b2f33;
}
#checkoutConfirmDefaultBillingAddress {
	color: #2b2f33;
}
#checkoutConfirmDefaultPaymentTitle {
	color: #2b2f33;
}
#checkoutConfirmDefaultShippingAddress {
	color: #2b2f33;
}
#checkoutConfirmDefaultShipmentTitle {
	color: #2b2f33;
}
#checkoutConfirmDefaultShipment {
	color: #2b2f33;
}
#accountDefaultHeading {
	color: #2b2f33;
}
#createAcctDefaultHeading {
	color: #2b2f33;
}
#loginDefaultHeading {
	color: #2b2f33;
}
#span .greetUser {
	color: #2b2f33;
}
.greetUser {
	color: #2b2f33;
}

h2.greeting {
	color: #2b2f33;
}
h2.greeting  a{
	color: #2b2f33;
	text-decoration: underline;
}
#createAcctDefaultLoginLink {
	color: #2b2f33;
}
#maintenanceDefaultHeading {
	display: none;
}
#ezPagesHeading {
	display: none;
}
#pageThreeHeading {
	display: none;
}
