/**
 * 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  { color: #000000; font-size: 62.5%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; margin: 0 }

a img {border: none; }

a:link, #navEZPagesTOC ul li a   { color: black; text-decoration: none }
 
a:visited   { color: black; 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: #f36523 }

a:active    { color: #f36523 }

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

h4.optionName, #cartAdd  { color: #999; font-size: 0.8em } 

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 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;
	}

FORM, SELECT, INPUT   { font-size: 1em; display: inline; margin: 0.1em }

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus   { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 50% }

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL  { line-height: 1.1; padding: 0.1em }

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

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;
	}

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: 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     { background-color: #ffffff; text-align: left; padding: 0; width: 900px; vertical-align: top }

#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	max-height: 146px;
	min-height: 25px;
	height: 146px;
	}
#contentMainWrapper { margin: 5px 0; padding: 0 }
#headerWrapper { margin: 0; padding: 0 }
#logoWrapper{
/* 	background-image: url(../images/header_bg.jpg);*/
/*	background-repeat: repeat-x; */
	background-color: #ffffff;
	/* height:75px; */
	height:199px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper   { margin: auto } 
#navColumnOneWrapper, #navColumnTwoWrapper     { margin: 0; padding-top: 0 }
	
#tagline {
	max-height: 60px;
	min-height: 25px;
	height: 60px;
	color: white;
	background-color:#0099CC;
	font-size: 10pt;
	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;
	width: 47%;
	}

.wrapperAttribsOptions   { margin: 0; padding: 0 }

/*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, #navCatTabsWrapper {
	margin: 0em;
	background-color: #0099CC;
	background-image: url(../images/tile_back.gif);
	padding: 10px 5px 0px 5px;
	font-weight: bold;
	color: #006299;
	height: 1%;
	}
#navSuppWrapper  { background-color: #ed6823; margin-top: 0; margin-bottom: 3px; height: 8px }
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs 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, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #006299;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	margin: 5px;
	padding: 5px;
	}
#ezPagesHeading {
	margin-bottom: 15px;
}
	
#ezPagesTOCHeading {
	text-align: center;
	color: #ffffff;
	background-color: #f8641e;
}

#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 {
	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; margin: 0; padding: 0; border: solid 1px #ccc }

/*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.8em;
	}
.centerColumn     { padding: 0 1px 0 5px }
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd   { text-align: center; margin: 0; padding: 0; float: right; font-weight:bold; text-transform:uppercase;}

.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;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	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;
	}

.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: 80px;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
#productMainImage { margin: 0 auto 1em }
.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper  { margin: 1.1em 0; height: 1% }

h2.centerBoxHeading  { color: #999; font-size: 1.3em; text-align: left }

/*sideboxes*/
.columnLeft   { margin: 0; padding: 0 }

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a    { color: black; font-size: 1.2em; text-align: left; text-transform: uppercase; padding-top: 5px; padding-left: 5px }
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading   { color: black; font-size: 1em; text-align: left; text-transform: uppercase }

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading      { text-align: left; text-transform: capitalize; margin: 15px 0 -5px 4px; padding: 0 3px 0 10px }

.leftBoxContainer, .rightBoxContainer       { margin: 0; padding: 0 }

.sideBoxContent       { background-color: #ffffff; margin: 5px 0 0; padding: 5px 3px 5px 5px }
.newsideBoxContent { font-weight: bold; background-color: #ffffff; margin: 0; padding: 0 3px 0 5px }
.newsideBoxContent a:active { font-weight: bold; background-color: #ffffff; margin: 0; padding: 0 3px 0 5px }
.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;
	}

#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  { }

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited    { color: black; text-decoration: none; margin-left: 10px }
A.category-links, A.category-links:visited   { color: black; text-decoration: none }
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited  { color: black; text-decoration: none }
A.category-products, A.category-products:visited { padding-left: 6px }
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-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	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;
	}
	.link_1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #737373;
	text-decoration: none;
}
.edit {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}
.txt_1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #F26522;
	text-decoration: none;
}
.txt_2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.link_2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #545454;
}
br{font-size:11px}
td{font-size:11px}
.txt_3 a  { color: #b9b9b9; font-size: 11px; font-family: Tahoma }
.txt_3 { color: #b9b9b9; font-size: 11px; font-family: Tahoma }
.link_3  { color: #595959; font-size: 11px; font-family: Tahoma; line-height: 1.5; text-decoration: underline }
.centerBoxContentsProducts     { margin: 0 2px 4px; padding-top: 2px; border: solid 1px #ccc }
#productPrices  { font-size: 12px; font-weight: bold; margin-bottom: 2px }
#productAttributes { margin: 0; padding: 0 }
.zmbox    { text-align: left; margin-right: 0; margin-left: 0; padding: 5px; border: solid 1px #ccc }
.zmbox1  { text-align: center; margin-right: 0; margin-left: 0; padding: 5px; border: solid 1px #ccc }
.zmsearchbox { text-align: left; margin: -2px 3px 0 0; width: 71px; height: 16px; border: solid 1px #ccc }
.additionalImages   { text-align: left; margin: 2px 0; float: left }
.nav_button_b { float: left }
.nav_cart  { background-color: #e3e3e3; background-image: url(../images/cart.gif); background-repeat: no-repeat; background-position: 2px 50%; margin-right: 5px; height: 20px; border: solid 1px #999 }
h1#productName   { color: #006282; font-size: 13px; font-weight: bold; padding-left: 5px }
.valigntop { position: relative; top: 0 }
.valignbottom { position: relative; bottom: 0 }
#chcategoriesContent  { padding-left: -10px }
#informationContent { padding-left: 10px }
#ezpagesContent { padding-left: 10px }
.attribsSelect  { margin: 0 5px 0 0; padding: 0 }
#footerads  { display: table-cell; margin-top: -0.3em; position: relative; bottom: 0; width: 100%; border: 0  }
#mainpagepadding  { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0 }
#mainpagepadding4   { padding-left: 5px }
#prod_info_table { margin-top: -4px; margin-left: -4px }
#productListing   { margin: 0 }
#productGeneral   { }
#indexDefaultMainContent { margin-top: -13px; margin-left: -5px }
#indexCategories  { margin: -6px 0 0; padding-top: -6px }
.categoryListBoxContents  { margin: 6px 0 0; padding: 0 }
#prod_info_ads { position: absolute; bottom: 0; height: 100%; vertical-align: bottom }
#womenssideboxHeading, #menssideboxHeading, #childrenssideboxHeading, #accesssoriessideboxHeading { visibility: hidden; margin: 0; padding: 0; height: 0 }
#womenssidebox, #menssidebox, #childrenssidebox, #accessoriessidebox  { margin: 0; padding: 0 }
#womenssideboxContent, #menssideboxContent, #childrenssideboxContent, #accessoriessideboxContent { margin-top: 5px; padding-top: 0; padding-bottom: 0; padding-left: 10px }
.newsletter_input  { background-color: white; text-align: left; margin: 60px 0 0 10px; width: 150px; height: 18px; float: left; border: solid 1px #ccc }
.newsletter_button { margin-top: 62px; margin-bottom: 0; margin-left: 5px; padding: 0; height: 18px; float: left }
.nomargin { margin: 0; padding: 0 }
#ezpages { margin-top: 130px; padding-left:0px; padding-top:130px; }
.currency_form  { margin: 8px 0; padding: 0; width: 175px }
.tiny { font-size: 9px }
#categoryImgListing { margin-bottom: 3px; margin-left: 3px }
.mainContent a:link { color:0062BD; text-decoration: underline; font-size: 1.0em; font-family: Verdana, Arial, Helvetica, sans-serif;}
.mainContent a:visited { color:0062BD; text-decoration: underline; font-size: 1.0em; font-family: Verdana, Arial, Helvetica, sans-serif;}
.mainContent a:hover { color:F36523; text-decoration: none; font-size: 1.0em; font-family: Verdana, Arial, Helvetica, sans-serif;}
.mainContent a:active { color:0062BD; text-decoration: underline; font-size: 1.0em; font-family: Verdana, Arial, Helvetica, sans-serif;}

.itemTitle a{
color: #006282;
font-size: 10px;
}
.listingDescription {
font-size: 10px;
}

.infobar
	{font-size:14px;
	padding-left: 10px;}
	
.infobar a
	{text-decoration:underline;}
	
/* 
 * Added by Supreme Supports
 * Date: 7th March, 2011
 * For: Homapage brand menu (includes/languages/english/html_includes/define_main_page.php)
 */
#brand-menu { width: 170px }
#brand-menu div { padding: 3px }
#brand-menu div a { font-family: 'Arial'; text-decoration: none; color: #333333 }
.ss-brend-menu { border: 1px #EAEAEA solid; }
.ss-brend-menu:hover { border: 1px #006299 solid; color: #000000 }
.ss-brend-menu a:hover { color: #006299 }


#slider {
	background-image:url(../images/loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height: 271px !important;
	width: 423px;
	display: block;
	list-style: none;
	border:1px solid #999999;
	overflow: hidden;
}
#slider a img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	border: none;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#bade02;
	opacity:0.8;
	width:100%;
	z-index:89;
	font-size: 11px;
	font-style: italic;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.nivo-html-caption {
	display:none;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

