/**
 * 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin:0;
	padding:0;
	padding-top:5px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:7.5pt;
	color:#545454;
	background:#B8C76F url(../images/body_bg.jpg) top left repeat-x;
	}

a img {border:none; }

a:link, #navEZPagesTOC ul li a, a:visited {
 	color:#555555;
	font-size:10px;
	text-decoration:none;
	}
 
a:hover, #navEZPagesTOC ul li a:hover, a:active {
	text-decoration:none;
	}
h1, .centerBoxHeading {
        background:transparent url(../images/centerBoxHeading.png) left no-repeat;
        }
h2, h3, h4, h5, h6, LABEL, h4.optionName, ADDRESS, .sideBoxContent, 
.larger{
	font-size:8pt;
	}

.biggerText {
	font-size:1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: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%;
	}
*/

blockquote {
	text-align:justify;
	font-size:9px;
	}

CODE {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1em;
	}

FORM, SELECT, INPUT {
	display:inline;
	font-size:1em;
	margin:0.1em;
	color:#666666;}

TEXTAREA {
	float: left;
	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;
    font-size: 1em;
    text-transform:uppercase;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#searchHeader {
	float:right;
	margin: 0 4em 0 3em;
	vertical-align:bottom;
	}
#searchHeader .button {
	background-color:#6688C1;
	border:1px outset #3366CC;
	color:#FFFFFF;
	}
#searchHeader a {text-decoration:underline;}

LABEL.inputLabel {
	width:9em;
	float: left;
	padding-left:1em;
	color:#666666;
	font-size:1em;}

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;
	border:none;
	border-bottom: 1px dotted #bbbbbb;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
    width: 780px;
	vertical-align: top;
	}

#contentMainWrapper {
	background:transparent url(../images/mainWrap.png) top left repeat-y;
	width:779px;
	height:166px;
	}

#header, #headerWrapper, #logoWrapper, #ezPageBoxList, 
#cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#blancHeading {
height:15px;
padding-top:40px;
margin-left:35px;
}
#cartBoxListWrapper {
	padding:.2em 1em;
	padding-top:60px;
	margin-left:1.3em;
	font-style:oblique;
	}
#header {
	width:779px;
	height:166px;
	background:transparent url(../images/header_bg.png) top left no-repeat;
}

#headerWrapper {
	padding-top:12px;
	padding-left:26px;
	padding-right:13px;
}

#headerMid {
	float:left;
	width:315px;
	height:98px;
	background:transparent url(../images/h_mid.gif) left no-repeat;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin:auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left:1.4em;
	margin-right:0.5em;
	}
	
#tagline {
	color:#000000;
	font-size:2em;
	text-align:center;
	vertical-align:middle;
	}

#sendSpendWrapper {
	border:1px solid #cacaca;
	float:right;
	margin:0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin:0 0.5em;
	width:45%;
	}

.wrapperAttribsOptions {
	margin:0.3em 0em;
	}

/*navigation*/
#navSplitPages {
	background:transparent url(../images/navSplitPages.png) bottom left no-repeat;
        font-size:7.5pt;
	height:20px;
	line-height:1.5em;
	margin-left:0.2em;
	color:#FFFFFF;
	padding:1em 0 0 1em;	
}
#navSplitPages a {
	color:#FFFFFF;
}
.navSplitPagesResult {font-size:7.5pt;
}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin:0em;
	}
.navNextPrevList {
	display:inline;
	white-space:nowrap;
	margin:0;
	padding:0.5em 0em;
	list-style-type:none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin:0em;
	background:transparent url(../images/footer.png) bottom left no-repeat;
	color:#ffffff;
	height:55px;
	}
.legalCopyright {
	color:#555555;
	padding:3px 0 3px 0;}	

.legalCopyright a {
	color:#f00000;
	text-decoration:underline;
	}

#navMainWrapper {
	margin:0em;
	padding-top:0;
	height:51px;
	float:left;
	width:300px;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navCatTabs ul, #navSupp ul {
	margin: 0;
	padding:0;
	list-style-type:none;
	text-align:center;
	height:26px;
	line-height:26px;
	text-transform:lowercase;
	}
#navMain ul, #navCatTabs ul  {
background: transparent url(../images/menu_bg.gif) left 
repeat-x;
	padding-top:25px;
	color:#ffffff;
	}
#navSupp ul {padding-top:15px;}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	font-weight:bold;
	}
#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	font-weight:bold;}

#navEnd {
        float: left;
        background: url(../images/menu_end.gif);
        height: 51px;
        width: 27px;
}
#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-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 1.5em;
	}

#navMainRight {
 		float: left;
        background: transparent url(../images/h_right_t.gif) no-repeat;
        height: 14px;
        width:300px;
		}
		
#navMainSearch {
	float:right;
	background: transparent url(../images/h_right_b.gif) left no-repeat;
	height:79px;
	width:300px;
	padding-right:15px;
}
#navBreadCrumb {
	padding:0.2em 0 0.5em 1em;
	color:#aaaaaa;
	margin: 0em;
	margin-left:1em;
	background-color:#F4F9EE;
	width:95%;
	}
#navBreadCrumb a {color:#bbbbbb;text-decoration:underline;}

#navEZPagesTop {
	background: transparent url(../images/menu2_bg.gif) right repeat-x;
	height:33px;
	margin: 0em;
	padding:0;
	float:right;
	text-transform:uppercase;
	}
#navEZPagesEnd {
        float: right;
        background: url(../images/menu2_end.gif);
        height:33px;
        width:27px;
}
#navEZPagesTop a, #navEZPagesTop {
	color:#ffffff;
	font-weight: bold;
	line-height:31px;
	}

#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;
	margin:0 0.7em;
        }

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
        font-size:1.1em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	margin: 0 0.8em 0 1.6em;
	line-height:16px;
	width:528px;
	font-size:8pt;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size:9px;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	padding: 0;
	margin:0 1.5em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#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;
	}

.quantityBox {
	width:50%;
	height:12px;
	border:1px inset #FFA346;
	font-size:8pt;
	text-align:right;
	margin-right:0.5em;
	}

.cartNewItem {
	color:#DBEDF8;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color:#DBEDF8;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	text-align: right;
	font-weight: bold;
	background: transparent url(../images/sub-total.gif) left 
no-repeat;
	width:150px;
	position:relative;
	left:20px;
	color:#FFFFFF;
	z-index:1;	
}

.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;
	}
.productPriceDiscount {
	font-size:7pt;
	}
#productPrices {
	background-image:none;
	color:#444444;
	font-size:9pt;
	text-align:left;	
	}
.price {
    display:block;
	padding-bottom:2px;
	font-weight:bold;
	color:#444444;
	margin-right:0.5em;
	}

.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 2em;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em 0 0;
	}
#featuredProducts {background: transparent url(../images/centerBoxMid_dot.png) top repeat-y;}
#whatsNew {background: transparent url(../images/centerBoxMid_3dot.png) top 
repeat-y;
vertical-align:bottom;}

.centerBoxContentsFeatured, .centerBoxContentsNew {
	font-size:9pt;
	font-weight:bold;
	color:#444444;
	padding-bottom:14px;
	}

.centerBoxContentsFeatured {background: transparent url(../images/hr_line.gif) bottom left no-repeat;}

.centerBoxContentsNew {background: transparent url(../images/hr_line3.gif) bottom 
center no-repeat; }
	
.centerBoxContentsFeatured img {
    float:left;
	padding-left:1em;}

.centerBoxContentsNew img {
	vertical-align:top;
	padding-left:2px; }

.centerBoxContentsFeatured a, .centerBoxContentsNew a {
	font-size:8pt;
	font-weight:normal;
	color:#689115;
	text-decoration:underline;
	padding-left:10px;
	padding-right:10px;
	display:block;
	}

.centerBoxContentsFeatured a:hover, .centerBoxContentsNew a:hover {
	text-decoration:underline;
	}

.categoryListBoxContents {
    margin:0;}

.centerBoxWrapper {
	margin:0;
	background: transparent url(../images/centerBoxMid.png) top repeat-y;
	}
	
#indexCategories img {
	margin:1em 0 0 0;
		}	

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, 
h3.rightBoxHeading a, h1, .centerBoxHeading, .leftBoxHeading {
	font-size:8pt;
	color: #ffffff;
	text-transform:uppercase;
	height:30px;
    line-height:20px;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size:0.9em;
	color: #ffffff;
}
.leftBoxHeading {
	background:transparent url(../images/leftBoxHeading.png) left no-repeat;}

.centerBoxBottom {
	background:transparent url(../images/centerBoxBottom.png) bottom left no-repeat;
	height:14px;	
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	background:transparent url(../images/leftBoxBottom.png) bottom no-repeat;
	margin-bottom: 1em;
	padding-bottom:14px;
	}
#shoppingcartHeading {
display:none;
padding-top:70px;}
#shoppingcart {
	background: transparent url(../images/shoppingCart.gif) top 
no-repeat;
	height:180px;
	}

.sideBoxContent {
	background:transparent url(../images/leftBoxMid.png) top repeat-y;
	padding:0.4em;
	}

.sideBoxContent a {
	padding:2px;
	margin-left:2px;
	line-height:1.5em;
	vertical-align:text-bottom;
	}

#bestsellersContent a, #whatsnewContent a {
	text-decoration:none;
	}

#bestsellersContent a:hover, #whatsnewContent a:hover {
	text-decoration:underline;
	}

.centerBoxContent {
	background:transparent url(../images/centerBoxMid.png) left repeat-y;
	}
	
h1, h2, .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 {height:80px;vertical-align:middle;}
.productListing-data h3, .productListing-data a {font-size:1em; font-weight:bold; 
text-transform:uppercase;color:#689115; text-decoration:underline;}
 
.listingDescription, .itemTitle {
	padding-left:2em;
	}

.categoryListBoxContents a, .categoryListBoxContents a:visited {
	font-size:8pt;
	text-decoration:underline;
	color:#888888;	}
	
.categoryListBoxContents a:hover, .categoryListBoxContents a:active {
	color:#444444;	}

#bestsellers .wrapper {
	margin: -0.8em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding:0;
	margin-left:1.1em;
	font-size:10px;
	color:#F00000;
	padding-left:1em;
	}

#bestsellers li a {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	color:#666666;
	}

#bestsellers li a:hover {
	text-decoration:none;
	}

#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 {
	font-size:8pt;
	color:#F00000;
	font-weight:bold;
	margin-left:1em;
	padding-left:2em;
	background: transparent url(../images/arrow_red.gif) left no-repeat;
	text-decoration: none;
	text-transform:uppercase;
	line-height:1.6em;
	}

A.category-top:hover, A.category-top:active {
	text-decoration: none;
	letter-spacing:0.1em;
	border-bottom:none;
	}
A.category-links, A.category-links:visited {
	margin-left:1em;
	text-decoration: none;
	}
A.category-subs, A.category-subs:visited {
	font-weight:bold;
	padding-left:4.1em;
	text-decoration:none;
	font-size:8pt;
	font-style:oblique;
	}

A.category-subs:hover, A.category-subs:active {
	text-decoration:underline;
	border-bottom:none;
	}

A.category-products, A.category-products:visited {
	padding-left:4.9em;
	text-decoration:none;
}
A.category-products:hover {
	border-bottom:none;
	text-decoration:underline;
	}
SPAN.category-subs-parent {
	font-weight:bold;
	text-decoration:none;
	}
SPAN.category-subs-selected {
	text-decoration:underline;
	}
/* end categories box links */

/*misc*/
#sorter {
	padding-left:1em;
	}

.back {
	float: left;
	}

.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;
	} 
#myAccountGen li a:hover, #myAccountNotify li a:hover {
	text-decoration:underline;
}

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading, .productListing-rowheading a {
	height:1em;
	text-transform:uppercase;
	}

#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:transparent;
	}
