/**
 * 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;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #333;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000;
	text-decoration: none;
	}
 
a:visited {
	color: #000;
	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: #999;
	}

a:active {
	color: #999;
	}

h1 {
	font-size: 16px;
  }
  
h1.productGeneral, #reviewsInfoDefaultHeading, #productReviewsDefaultHeading {text-decoration:underline;}


h2 {
	font-size: 15px;
	}

h3 {
	font-size: 13px;
	}

h3.itemTitle {
  text-align:left;
  }

h3.itemTitle a:link {
  color:#333;
  text-decoration:underline;
  }
  
h3.itemTitle a:hover {
  color:#c00;
  }

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 12px;
	}

h3 label {font-size:11px;}

.biggerText {
	font-size: 14px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 4px 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, verdana, helvetica, sans-serif;
	font-size: 11px;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 12px;
	margin: 2px;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	}

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

FIELDSET {
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #ccc;
	}

LEGEND {
	font-weight: bold;
	padding: 4px;
	}

LABEL, h4.optionName {
	line-height: 12px;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 8px 8px 8px 2px;
	position:relative;
	bottom:4px;
	}

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

LABEL.inputLabel {
	width: 150px;
	float: left;
	position:relative;
	bottom:4px;
	line-height:30px;
	}

LABEL.inputLabelPayment {
	width: 120px;
	float: left;
	padding-left: 30px;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 120px;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 6px;
	}

ADDRESS {
	font-style: normal;
	line-height:18px;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 6px;
	border: none;
	border-bottom: 1px solid #666;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 20px;
	padding: 3px;
	border: 1px solid #333;
	}

.messageStackWarning, .messageStackError {
	background-color: #f00;
	color: #fff;
	}

.messageStackSuccess {
	background-color: #9f3;
	color: #000;
	}

.messageStackCaution {
	background-color: #ff6;
	color: #000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #fff;
	text-align: left;
	width: 1000px;
	vertical-align: top;
	border: 1px solid #333;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0;
	padding: 0;
	}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #666;
	height:55px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 5px;
	margin-right: 5px;
	}
	
#tagline {
	color:#000000;
	font-size: 20px;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 10px 10px;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 4px 0;
	}

/*navigation*/

.navSplitPagesResult { line-height:30px; }
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0;
	font-size: 10px;
	}
.navNextPrevList {
  line-height:50px;
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0;
	background-color: #666;
	padding: 6px 3px;
	font-weight: bold;
	color: #fff;
	height: 1%;
	}

#navSuppWrapper {
  margin-top:5px;
  padding:0;
  background:#333;
  background-image:url(../images/footer_bg.jpg);
  height:150px;
  }

#navCatTabsWrapper {
	background-color: #fff;
	color: #999;
	background-image:none;
  }

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 6px 0;
	list-style-type: none;
	text-align: center;
	line-height: 16px;
	}

#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: 0 6px;
	margin: 0;
	color: #fff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #999;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #999;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 6px 0;
	list-style-type: none;
	line-height: 16px;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0 6px;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 6px;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 6px;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 6px;
	}

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

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

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 6px;
	}

.alert {
	color: #f00;
	margin-left: 6px;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	margin: 10px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 10px;
	line-height: 20px;
	}

#siteinfoLegal {height:50px;background:#333;color:#fff;}

/*Shopping Cart Display*/
#cartAdd {
	text-align: center;
	line-height:20px;
	margin: 10px 0;
	border: 2px solid #666;
	padding: 10px;
	}

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

.tableHeading, .cartTableHeading {
	background-color: #333;
	color:#fff;
	line-height:25px;
	 }



#cartSubTotal {
	border-top: 1px solid #333;
	font-weight: bold;
	text-align: right;
	line-height: 25px;
	padding-right: 10px;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 25px;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 6px 0;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 3px;
	}

#scUpdateQuantity {
	width: 20px;
	}

.cartQuantity {
	width: 50px;
	text-align: left;
	line-height:10px;
	padding:5px 3px;
	}

.cartNewItem {
	color: #c00;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

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

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 35px;
	}

#mediaManager {
	width: 50%; 
	margin: 3px;
	padding: 6px;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #c00;
	}

.productPriceDiscount {color:#000;font-size:10px;}

.orderHistList {
	margin: 10px;
	padding: 3px 0;
	list-style-type: none;
	line-height:16px;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 3px 0;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 60px;
	text-align: right;
	padding: 3px;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 3px;
	}

.amount {
	width: 60px;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0 10px 10px 0 ;
	}

.categoryIcon {}

#cartImage {
	margin: 6px 12px;
	border:1px solid #666;
	}

/*Attributes*/
.attribImg {
	width: 110px;
	margin: 4px 0;
	font-size:9px;
}
.attribImg img {width:100px;height:100px;border:1px solid #666;}

.attributesComments {text-decoration:underline;}

.attribsCheckbox {font-size:9px;position:relative;top:-4px;}
.attribsRadioButton {font-size:9px;position:relative;top:-4px;}

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

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

h2.centerBoxHeading {
	font-size: 15px;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 11px;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 11px;
	color: #fff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0;
	background-color: #333;
	padding: 0 3px 8px 3px;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0;
	border: 1px solid #333;
	border-bottom:3px solid #333;
	border-top: 0;
	}

.sideBoxContent {
	background-color: #eee;
	padding: 5px;
	}

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

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0 0 0 10px;
	}

#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: #000;
	line-height: 20px;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #000;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}

#categoriesContent a:hover {text-decoration:underline;}

/* end categories box links */

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

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

.bold {
	font-weight: bold;
	}

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

.rowOdd a:link, .rowOdd a:visited {color:#000;}
.rowOdd a:hover {text-decoration:underline;}

.rowEven {
	background-color: #ffd;
	height: 1.5em;
	vertical-align: top;
	}
	
.rowEven a:hover {color:#000;text-decoration:underline;}

.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:#333;
  color:#fff;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #fff;
	height: 30px;
	font-size: 13px;
	color: #000;
	}

th.productListing-heading {
  border-bottom: 2px solid #000;
  }

.productListing-data0 {
  width:120px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  }
.productListing-data1 {
  width:auto;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  }
.productListing-data2 {
  width:180px;
  border-bottom: 1px solid #ccc;
  padding:10px 10px 10px 0;
  }
  
#attribsOptionsText {line-height:30px;color:#08f;font-weight:bold;}
#productDetailsList {line-height:20px;font-size:11px;}
#productDetailsList b {color:#666;font-size:12px;}

#imageSection {width:110px;float:left;border-right:1px solid #666;}
#productSection {margin-left:120px;padding:5px;}

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

#footertable {width:950px;height:100px;border-collapse:collapse;border-top:1px solid #333;}
#footertable tr {vertical-align:top;}
#footertable td {padding:15px;width:250px;line-height:20px;}
#footertable td.last {width:200px;}
#footertable td.last div {width:200px;height:80px;background-image:url(http://www.leetmod.com/images/paypal_verified.gif);}

.cartAttribsList {font-size:9px;line-height:13px;}
.information {line-height:15px;}

#productDescription {font-size:12px;line-height:20px;}
#productDateAdded {display:none;}
