/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 5347 2006-12-22 20:26:09Z birdbrain $
 */

body {
	margin: 0px auto;
	width: 960px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #666 url('../images/main/mainback.jpg');
	}

a img {border: none; }

a:link {
	color: #666;
	text-decoration: none;
	}
 
a:visited {
	color: #666;
	text-decoration: none;
	}

a:hover, #navCatTabs ul li a:hover {
	color: #F2D351;
	}
#navMain ul li a:hover {
	color: #F2D351; 
	text-decoration: none;	
	}
#navSupp ul li a:hover {
	color: #666;
	}

a:active {
	color: #000;
	}

h1 {
	font-size: 1.5em;
	color: #999;
	margin: 10px auto;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	margin: 6px auto;
	}

h4 {	
	font-size:1.3em;
	font-weight:bold;
	color: #999;
	}


h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h3, h4, h5, h6 {
	margin: 0;Padding: 4px 0;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM {
	display: inline;
	font-size: 1em;
	margin: 0;
	}

/*input {border:1px solid #444; background:#fff; margin: 0px auto;}*/
/*input.checkbox {border:0px; padding: 0px; background:#fff; margin: 0px auto;}*/
	
	
TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, textarea:focus {
	background: #fff;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

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;
	}
	
select {margin: 0;background:#fff;}
select:focus {
	background: #fff;
	}		
option {background:#fff; color:#444;}
optgroup {background:#fff; color:#444; font-family:georgia, serif;}
optgroup option {background:#fff; color:#444;}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
/*	float: left;*/
	}
#logo {
	float: left;
	height: 148px;
	width: 280px;
	display:block;
	}
#logo img {
	height: 148px;
	width: 280px;
	}

LABEL.inputLabel {
	width: 10em;
	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, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #999;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.4em;
	padding: 0.2em;
	border: 1px solid #999;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #000;
	}

.messageStackSuccess {
	background-color: #99ff99;
	color: #000;
	}

.messageStackCaution {
	background-color: #ffff66;
	color: #000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	margin: auto;
	background: #fff;
	text-align: left;
	width: 100%;
	border: 0px solid #000; 
	}

#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0px;
	padding: 0em;
	}	

#contentMainWrapper {
	margin: 0px;
	padding: 0px;
	background-color: transparent;	

} 	
	
#headerWrapper {
	background-color: transparent;	
}	
	
#logoWrapper{
	margin: 0;
	padding: 0;
	height:148px;
	width: 100%;
	background: url('../images/main/headerback.jpg');
 	border-top:10px solid #333;
	}
 
#navColumnOneWrapper {
	margin: 0em;
	padding: 0em;
	vertical-align: top; 
	}
#navColumnTwoWrapper {
	margin: 0 0.5em;
	}
#taglineWrapper {
	margin:0;
	padding:20px 0 0 200px;
 
	color:#000;
}
#tagline {
	font-size: 1.3em;
	font-weight: 400;
	/*text-align : center;*/
	}

#sendSpendWrapper {
	border: 1px solid #cccccc;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper{
	margin: 4px;
	width: 60%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/
.navNextPrevWrapper{padding: 0px; margin-bottom: 20px;}
.navSplitPagesResult {padding: 0px;}
.navSplitPagesLinks {}
.navNextPrevCounter {
	padding: 0px;
	font-size: 0.9em;
	margin: 6px auto 0px auto;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	padding: 2px 2px 5px 2px;
	list-style-type: none;
	}

#navMainWrapper {
	margin: 0em;
	padding: 0em;
	background: url('../images/main/subheaderback.jpg');
	font-weight: bold;
	color: #000;
	height: 1%;
 	border-bottom:10px solid #000;
	font-size:1.4em;
	}
#navCatTabsWrapper {
	margin: 0em;
	padding: 0 0.2em;
	background-color: transparent;
	font-weight: bold;
	color: #999;
	height: 1%;
 
	font-size:1.2em;
}
#navSuppWrapper {
	margin: 0em;
	padding: 0 0.2em;
	background-color: transparent;
	font-weight: bold;
	color: #000;
	height: 48px;
	font-size:.9em;
	}

#navCatTabs ul {
	margin: 0;
	padding: 0m;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul {
	margin: 0;
	padding: 0.5em 0 0 300px;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	opacity: 0.80;
	}

#navSupp ul {
	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 {
	margin: 0;
	padding: 0em 0.5em;
	text-decoration: none;
	background: #ccc;
	color: #000;
	white-space: nowrap;
	}
	
#navMain ul li a:hover {
	text-decoration: none;
	background: #ccc;
	color: #fff;
	}
	
#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #999;
	white-space: nowrap;
	}

#navSupp ul li :hover, #navCatTabs ul li a:hover {
	text-decoration: none;
	color: #666;
	}
		
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #999;
	}

#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 {
margin: 0;
padding: 8px 3px 9px 5px;
	float: right;
   background: transparent;
	}
#navMainSearch input {
	margin: 0;
	display: inline;
	font-size: 1em;
	}
	
#navBreadCrumb {
	padding: 0.5em 8px;
	background-color: transparent;
	font-size: 0.95em;
	font-weight: 700;
	margin: 16px 10px 5px 10px;
	}

#navEZPagesTop {
	margin: 0em;
	padding: 0.5em;
	background-color: transparent;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-align: right;
}
	
#navEZPagesTop a {
text-decoration: none;
color: #999;
	}	
#navEZPagesTop a:hover {
text-decoration: none;
color: #666;
	}
#navColumnOne {
	vertical-align: top; 
	padding: 0px;
	background: url('../images/main/sidebarback.jpg');
	}
#navColumnTwo {
	padding: 0 0 5px 0;
	}
/*The main content classes*/
#contentColumnMain, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
 
	}

/*.content*/, #productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
	display:block;
	}

.italic {
	font-style: italic;
}	
	
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.centerColumn{
	font-size:1.2em;
	background-color: transparent;
	width: 96%;
	padding: 0px 4px;
	margin-left:0px;
	}	


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 4px;
	border: 2px groove #666;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #999;
	background-color: #999;
}

.tableHeading, #cartSubTotal {
	background-color: #f0f0f0;
	}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	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: #444;
	position: relative;  /*do not remove-fixes IEbug*/
	}

.catNewItem a:hover {color: #fff;}

.cartOldItem {
	color: #444;
	position: relative;  /*do not remove-fixes 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: #ff0000;
	}

.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: 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: 1em;
	}

.categoryIcon {}

#cartImage {
	display:none;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 1em;
	}

.centerBoxWrapper {
	height: 1%;
	margin: 1.0em 0;
	width: 732px;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #444;
	width: 100%;
	padding: 0px;
	margin: 4px auto;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	color: #fff;
	}
h3#manufacturersHeading, h3#currenciesHeading, h3#musicgenresHeading, h3#recordcompaniesHeading, h3#searchHeading, h3#search-headerHeading {
	color: #444;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding:.3em .2em;
	}
.leftBoxHeading, .rightBoxHeading {
background: transparent;
color: #fff;
	}	
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #000;
	border-width: 0 0 0px 0;
	margin-top: 1em;
	padding-bottom: .5em;
	}


.sideBoxContent {
	background-color: transparent;
	padding: 0em;
	margin-left: 4px;
	}
	
.sideBoxContent a:hover {
	text-decoration: none;
	color:#fff;
	}

.sideBoxContent a {
	text-decoration: none;
	color: #fff;
margin-left: 8px;
	}		

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #6C9C31;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #fff;
	}

.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;
	margin-top: 10px;
	}
#navEZPageNextPrev {
	padding: 10px 0;
}
#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: transparent;
	color: #444;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */


a.category-top, a.category-top:visited {
	color: white;
	text-decoration: none;
	background: #444;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px;
	padding: 4px 0px 0px 8px;
	width: 192px;
	height: 24px;
	display: block;
	margin: 0px 0px -13px 6px;
		-moz-opacity: 0.60;
		opacity: 0.60;
		filter: Alpha(Opacity=60);
	}

a.category-top:hover {
	background: #FFC10E;
	color:#fff;
		-moz-opacity: 0.70;
		opacity: 0.70;
		filter: Alpha(Opacity=70);
		-khtml-opacity: 0.70;	
	}

a.category-links, a.category-links:visited {
	color: #fff;
	text-decoration: none;
	}
a.category-subs, a.category-products, a.category-subs:visited, a.category-products:visited {
	color: #fff;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
	
category-links a:hover, category-subs a:hover, category-products a:hover {
	text-decoration: none;
	color: blue; 
}	
/* end categories box links */

/*misc*/
.back {
	float: right;
	margin: 0px 4px;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
 
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
 
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;

	}

.accountQuantityDisplay {
	width: 10%;

	}

TR.tableHeading {
	background-color: #cccccc;
	height: 2em;
	}

tr.productListing-rowheading,.tableHeading{background:#fff;font-size:1em;text-align:center;color:#444;height:24px;margin:0;padding:.5em 0.2em;}
tr.productListing-rowheading a,.productListing-heading a,.tableHeading a{background:transparent;color:#444;}
.productListing-heading{font-weight:700;font-size:1em;}
#productListing{background-color: #fff;}
.productListing-even .productListing-data,.productListing-even .linkListing-data{padding:5px 0;font-size:1em;background:#fff;color:#000;}
.productListing-odd .productListing-data,.productListing-odd .linkListing-data{padding:5px 0;font-size:1em;color:#000;background:#fff;}
.productListing-even {font-size:1em;background:#fff;color:#000;}
.productListing-odd {font-size:1em;color:#000;background:#fff;}
.itemTitle{font-size:1.1em;font-weight:700;text-align:left;padding:0px 10px;}
.listingDescription{text-align:left;clear:left;padding:0px 10px;}

.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;
	}


/* My Changes */


#navMainWrapper {width: 960px;}


#mainblockwrap {
	position: relative;
	display: block;
	width:776px;
	height: 600px;
	
	}

.buttonimg {
	display:block;
	width: 258px;
	height: 200px;
	display: block;
	float: left;
	}


.mainblock {
	display:block;
	width:258px;
	height:200px;
	display:block;
	float: left;
	margin: 0px;
	opacity: 100;
	}

.mainblock a {
	float:left;
	border: 0px;
	display: block;
	}

.mainblock a:hover {
	float:left;
	opacity: 0.01;
	filter: Alpha(Opacity=01);
	-khtml-opacity: 0.01;
	}

#accessories {background: url('../images/main/accessories.jpg');}
#navColumnTwo {padding: 0px; margin: 0px; background: #FFE36C;}
#navSuppWrapper {background: url('../images/main/footerback.jpg');}

#searchHeading, #navSupp, #categoryIcon, #productDateAdded, #siteinfoLegal, #indexDefaultHeading, #navCatTabs, #taglineWrapper {display: none;}

#productMainImage img {display: block; margin-left: 10px;}
#popupImage {margin: 0px; width:100%; background:white;} 
#popupAdditionalImage {margin: 0px; width:100%; background:white;} 


.back {float: left;}
#navMain .back {float: right;}
#productGeneral .clearBoth {clear: none;}
#productPrices {margin:0px auto;}
#productName {margin: 6px auto 4px auto;}


#productDetailsList {
	clear: both;
	display: block;
	float: left;
	margin: 0px 20px;
	}

#productGeneral ul {padding:0px; list-style:none;}

#productline {
float: left;
margin: 10px 0px 0px 20px;
width: 96%;
}

#productAttributes {
	width: 70%;
	float:left;
	}


#checkoutPayment .back, #checkoutConfirmDefault .back {margin: 10px;}
#indexDefault .content {margin: 0px;}
#loginDefault .floatingBox {margin: 0 0 0 8px; width: 47%;}
p.desc {size: .8em; margin: 1px auto;}
#myAccountShipInfo, #myAccountPaymentInfo {width: 48%;}
#whatsNew {width: 728px;}
.centeredContent {margin: 0px;}
#checkoutShipto, #checkoutBillto {width: 48%;}
#checkoutShipto {margin-top: 10px;}
#ezPageDefault, #terms, #shippingInfo, #privacy, #contactUsDefault, #terms {color:#444; width:660px; margin:24px auto; position:relative;}
.production {font-size: .7em; margin: 4px auto;}
#prevOrders td {text-align: center;}
#content back {padding: auto 4px;}
.optionName {width: 108px;}
#attrib-1, #attrib-2, #attrib-3, #attrib-4 {width:;}
.additionalImages {display:block; padding: 20px 0px;}
.attribImg {float: left;}
#cartProdTitle {margin-left: 36px;}
.cartQuantity input {margin-top: 16px;}

#popupShippingEstimator, #infoShoppingCart {width: 400px; background: #fff;}

a.category-products {
	display: block;
	width: 200px;
	background: #666;
	padding: 4px 0px;
	margin: 0px 0px -13px 6px;
		opacity: 0.60;
		filter: Alpha(Opacity=60);
	} 
a.category-products:hover {background: #6C9C31; color:#fff;}

#crossSell {width: 100%; clear: both;}
.centerBoxContentsCrossSell {margin-bottom: 10px; margin-left: -1px;}


#shoppingcartHeading {background:#fff; width: 193px; margin: 0px auto;}
#shoppingcartHeading a {color: #333;}
#shoppingcartHeading a:hover {color: #6c9c31;}
#shoppingcartContent {width: 190px; margin:auto; background:#fff; padding: 0px 4px;}
#shoppingcart {background: transparent;}
.cartName {display:block;}

.pricing {font-size: .8em; font-style: italic;}
#advancedsearchBody .back, #advancedsearchBody .forward {border: 0px solid blue; width: 46%;}