/**
 * 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, verdana, helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	padding: 0;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #0e5893;
	text-decoration: none;
	}
 
a:visited {
	text-decoration: none;color: #0e5893;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size:18px;
	color: #c70211; font-weight:normal;
	}
h1 a{font-size:18px; color: #c70211 !important; font-weight:normal; text-decoration:none;}
h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.3em 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: 1em;
	}

SELECT, INPUT, TEXTAREA {
	display: inline;
	
	margin:5px 0 0 0; padding:0;
	}
.inpSty01{background:#f4f4f4; border:solid 1px #d5d5d5; font-size:13px; width:250px; padding:5px 0 5px 5px;}
.inpSty02{background:#f4f4f4; border:solid 1px #d5d5d5; font-size:13px; width:140px; padding:0px 0 5px 0px;}
FORM{ padding:0; margin:0;}
 

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

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #dfdfdf;
	}

.FIELDSETLOGIN {
	margin-left: 0.2em;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color:#24669b;
	}

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

#logo {
	_padding-top:3px;;
	}

LABEL.inputLabel {
	width: 120px; color:#353535;
	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 #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding:5px;
	 
	}

.messageStackWarning, .messageStackError {
	background-color: #c70211;
	color: #ffffff; font-weight:bold;
	}
.messageStackWarning, .messageStackError img{vertical-align:middle;}
.messageStackSuccess {
	background-color: #dfdfdf;
	color: #353535;
	}

.messageStackCaution {
	background-color: #dfdfdf;
	color: #353535;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 984px;
	vertical-align: top;
	}

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

#contentMainWrapper {padding-top:16px;}

#logoWrapper{
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0;
	margin-right:0;
	}
	
.toplinks {
	float:right;
	width: 185px;
	padding-top:13px;
	padding-right:20px;
}

.toplinks a {float:left; width:155px; padding:5px 8px 7px 22px; background: url(../images/top_link_arrow.gif) no-repeat left 6px; font-size:14px; color:#2a75b5; border-bottom:1px dotted #9c9c9c; margin-bottom:2px;}

.toplinks a:hover {color:#000;}

#botLinks {
	float:right;
	color:#fff; font-size:13px;
	padding-top:5px;
	padding-right:12px;
}

#botLinks a {color:#fff; font-size:13px;}


#tagline {
	float:left;
	width: 370px;
	padding-left:2px;
	padding-top:12px;
	color:#606060;
	font-size: 13px;
	text-align : left;
	vertical-align: middle;
	}

#tagline b {
	color:#092d4c;
	font-size: 16px;
	line-height: 28px;
}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navMainWrapper{
	border-top: 5px solid #364e63;
	height: 5px;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin-top:20px;
	background:#266ba3 url(../images/navbg.gif) repeat-x left bottom;
	border:1px solid #003b6f;
	float:right;
	width:982px;
	}

#navSuppWrapper a {background: url(../images/linksep.gif) no-repeat right center; padding: 6px 10px 7px 10px;}
#navSuppWrapper a:hover {color:#ddd !important;}
#navSuppWrapper a.last {background:none !important;}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain {
	background:#000;
	float:right;
	width:595px;
	margin-top:-33px;
	_margin-top:-36px;
	}


#navSupp {
	padding:0 10px;
	}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin:0; padding:0;
	list-style-type: none;
	text-align: left;
	}

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

#navMain ul li a {
	font-size: 15px;
	text-decoration: none;
	padding: 7px 19px;
	margin: 0;
	color: #ffffff;
	border-right:1px solid #666;
	float:left;
	}

#navSupp ul li a, #navCatTabs ul li a {
	font-size: 13px;
	text-decoration: none;
	margin: 0;
	color: #ffffff;
	float:left;
	}

#navMain ul li a:hover {
	background: #333;
	color:#fff;
	padding: 7px 19px;
	border-right:1px solid #666;
}

#navMain ul li a.selected {
	background:#266aa0 url(../images/navbg.gif) repeat-x left bottom;
	color:#fff;
	padding: 7px 19px;
	border:1px solid #003b6f;
}

#navMain ul li a.last {
	border-right:none;
}

#mainBanner {width: 984px; float:left; border-top:3px solid #fff; _border-top:none;}

#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;
	}
.buttonRow input{border:none !important;}
.buttonRow a{border:none !important; }

#navMainSearch {
	float: right;
	}

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

.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 0.8em 0.8em 0.8em; height: auto !important; /* for modern browsers */height: 450px; /* for IE5.x and IE6 */min-height: 450px; /* for modern browsers */}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

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

.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; text-align:left;}

.cartProductDisplay img{border:solid 2px #ccc;}
.cartUnitDisplay{text-align:left;}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	 
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em; padding-left:5px;
	}

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

.cartOldItem {
	color: #353535;
	position: relative;  /*do not remove-fixes stupid 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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.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: 0em 1em 1em 0em ;
	
	}
.smallProductImage {margin: 0em 1em 1em 0em ;}
.categoryIcon { font-weight:bold; font-size:14px;}

#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: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #d5d5d5;
	height: 1%; float:left;
	margin: 0;
	
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;

	background: url(../images/bg_head.gif) repeat-x left top;
	 
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin:0;
	border: 1px solid #24669c;
	border-bottom: 5px solid #24669c;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}
.leftBoxContainer{	margin-bottom:10px;}
.rightBoxContainer{	margin-bottom:10px;}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
 
	text-decoration: none;
	} 
.sideBoxContent hr{border:solid 1px #24669b;}
.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, .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 {text-align:center;}
.productListing-data{text-align: left; padding:10px; border-bottom:dotted 1px #ccc;}
.productListing-data img{border:solid 2px #24669b;}
.productListing-heading{padding-left:10px;}

.centeredContent img{_padding:0 3px 3px 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: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #24669c;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #24669c;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

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

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

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

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background:#24669b;
	height: 2em;
	color: #FFFFFF;
	}
.productListing-rowheading a{color: #FFFFFF;}

#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;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

.copyArea {float:left; width:944px; font-size:11px; color:#474747; padding:12px 20px 20px 20px;}
.copyArea b {color:#000;}
.copyArea a {color:#2a75b5;}
.copyNote {float:left; width:415px; border-right:1px solid #ddd;}
.moreInfo {float:left; width:300px; padding-left:20px;}
.siteDesign {float:right;}

.prodFeatures {font-size:13px;}

.prodFeatures div {padding:10px; border:1px solid #c2c2c2;}
.prodFeatures ul {padding:0; margin:10px 8px 20px 8px;}
.prodFeatures li {list-style-type:none; padding:2px 0 2px 26px; margin:0; background: url(../images/libull.gif) no-repeat 10px 6px;}
.prodFeatures div span {display:block; background:#e9e9e9; padding:4px 10px; font-weight:bold; margin-bottom:5px;}


div.prodModels { clear:both; width:366px; padding-left:8px; _padding-left:0;}
div.prodModels .pro_list{ background:#000; float:left; width:366px; padding:0 0 10px 0;  margin-bottom:8px;}
div.prodModels .pro_list a { color:#fff;  display:block;  width:160px; text-align:left;  padding:0 0 0 20px; float:left; margin:5px 0 0 0; }
div.prodModels .pro_list a:hover { color:#c20000;}
div.prodModels span {width:366px; display:block; font:bold 15px "Arial"; text-align:center; background:#c20000; color:#fff; padding:5px 0px 5px 0px; font-weight:bold;}
div.prodModels h1 {font:bold 12px "Arial"; color:#ccc; margin:0; padding:5px 0 10px 10px; text-align:left;  background:#000;}


.prodFeatures h1 {font:bold 15px "Arial"; color:#636363; margin:0; padding:0;}
.prodFeatures h1 strong {font-size:24px; color:#c70211;}

.prodFeatures h2 {font:bold 15px "Arial"; color:#2168a4; margin:0; padding:5px 0 5px 0;}
.prodFeatures h3 strong{font:bold 15px "Arial"; margin:0; padding:5px 0 5px 0;}
.contact_content{color:#353535; text-align:center; padding:0; margin:0;}
.contact_content b{color:#24669b;}
.new_list {border:solid 1px #ccc; padding:5px 0 ;}
.new_list img{border:solid 2px #24669b;}
.main{padding:0 15px;}
.centerColumn hr{border:dotted 1px #ccc;}
.centerColumn {padding:0 20px 0 22px; text-align:justify; height: auto !important; /* for modern browsers */height: 450px; /* for IE5.x and IE6 */min-height: 450px; /* for modern browsers */}


.content{padding:0; margin:0; list-style-type:none;}
.content p {margin:0 0 15px 0; padding:0;}
.listing ul{padding:0; margin:0;}
.listing li {list-style-type:none; padding:3px 0 3px 36px; margin:0; background: url(../images/libull.gif) no-repeat 20px 8px;}