/**
 * 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 2007-03-18 kuroi $
 */

body {
	margin: 10px 10px 0 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
	background-color: #fff962;
	}

a img {border: none; }

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

a:active {
	color: #9ac166;
	}

h1 {
	font-size: 2em;
	color: #f64d11;
	text-align: center;	
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0.3em 0.3em 0;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1.03em;
	text-align:left;
	margin: 0.1em 0.3em;
	color:#666;
	background-color:white;
	}
	
TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: white;
	color: #000000;
	}

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

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #f64d11;
	}
	
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;
	}

LABEL.inputLabel {
	width: 17em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

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

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #000000;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
/*	width: 100%;*/
	width: 750px;
	vertical-align: top;
	margin:0;
	}
	
	
#headerWrapper {
	float: left; 
	border-bottom: solid 3px #fff962
	
        }

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	width: 100%;
	}
	
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

/*#navColumnOneTagline {height:1px} */

#logo {display:none}

#tagline {
	color:#f64d11;
	font-size: 1.7em;
	text-align : center;
	vertical-align: middle;
	clear:both;
	margin-bottom:5px;
	}
	
#tagline2 {
	color:#FF0000;
	font-weight: bold;
	font-size: 1.7em;
	text-align : center;
	vertical-align: middle;
	clear:both;
	margin-bottom:5px;
	}

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/* corner images */
#mainWrapper {background: white url(../images/top_left_corner.gif) no-repeat top left}
#headerWrapper {background-image:url(../images/top_right_corner.gif); background-repeat:no-repeat; background-position:top right}
#navSuppWrapper {background-image:url(../images/bottom_left_corner.gif); background-repeat:no-repeat;	background-position:bottom left;}
#navSupp {background-image:url(../images/bottom_right_corner.gif); background-repeat:no-repeat; background-position:bottom right;}

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

#navSuppWrapper, #navCatTabsWrapper {
	clear:both;
	border-top: solid 3px #fff962;
	margin: 0em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}
	
#navSupp ul {
	margin:0;
	padding:.5em;
	}
	
#navMainWrapper {
	margin: 0em;
	height: 1%;
	width: 99%;
	height:86px;
	background-image:url(../images/logo_bg.gif);
	background-repeat:no-repeat;
	}	
	
#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 2em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	font-size:1.3em;
	color: #f64d11;
	white-space: nowrap;	
	}

.navMainSearch {position:absolute; right:10px; width:380px; height:20px;}
#searchBox {position:absolute; left:150px; height:16px; border: solid 2px #d80317}
#searchButton {position:absolute; left:310px}
	
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#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 {
	clear:right;
	margin:0.5em;
	}

#navBreadCrumb {
	background-color: #ffffff;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

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

.main {text-align:left}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.alert2 {
	color: #FA0006;
	margin-left: 0.0em;
	font-weight: bold;
	text-align:center;
	}

	
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

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

#siteinfoLegal {
	padding-top:4px;
	font-size: 1.2em;
	color:#f64d11;
	background-color:#FFF962;
	width:100%;
}

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

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

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

#scQuantityHeading, .cartQuantity, #scUpdateQuantity, .cartQuantityUpdate { text-align:center} 

#scProductsHeading, .cartProductDisplay {text-align:left}

#scUnitHeading, #scTotalHeading, #scRemoveHeading {text-align:right; padding-right:1em}

.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: #666;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList ul {
	margin-top:0;
	margin-left:2em;
	padding-left:0;
	}
	
.cartAttribsList {
	margin-left: 1em;
	}

.productListingHeading {text-align:left;}

.productListing-heading, .productListing-data {padding: 0.8em 0.4em; text-align:left; border-bottom: solid 1px #666}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

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

.price, .normalprice {color:#666}

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

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

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

#contactUsDefault {text-align:left}

/*------------ centre boxes ------------*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 2em 0em;
	}

h2.centerBoxHeading {display:none}

#featuredProducts {
	margin: 0.5em;
	padding-top:2em;
	color: #666;
	background-image:url(../images/featured_products_title.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

#specialsDefault {
	margin: 0.5em;
	padding-top:2em;
	color: white;
	background-image:url(../images/special_offers_title.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

#whatsNew {
	margin: 0.5em;
	padding-top:2em;
	color: white;
	background-image:url(../images/new_products_title.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

.centerBoxContentsFeatured, .centerBoxContentsSpecials, .centerBoxContentsNew {margin-right:-3px;} /* fixes IE duplicate character bug */

.info {
	text-align:center;
	margin:0 5px;
	}

a.centerBoxContentsFeatured {
	display: block;
	margin-top:0.5em;
}
	
.price {
	font-size:17px;
	padding:0;
	margin:0
	}
	
a.desc {
	display:block;
	font-size: 13px;
	padding:0 0.5em 0 0;
	}
	
a.more {
	display:block;
	text-align:center;
	padding-top: 0.5em;
	text-decoration:underline;
	}

a:link.desc, a:visited.desc {
	color:#666;
}

a:hover.desc {
	color:#f64d11;
}

/*------------ end of centre boxes ------------*/

/*------------ sideboxes ------------*/

#navColumnOneWrapper {margin:10px}
#navColumnTwoWrapper {margin:10px}

.leftBoxHeading, rightBoxHeading {
	margin: 0em;
	background-color: #FFF962;
	padding: 0.5em 0.2em;
	}

h3.leftBoxHeading, h3.leftBoxHeading a, leftboxHeading LABEL {
	font-size: 1.1em;
	margin:2px 0;
	padding: 3px 0;
	color:#d80317;
	}


h3.rightBoxHeading, h3.rightBoxHeading a, rightboxHeading LABEL {
	font-size: 1.1em;
	margin:2px 0;
	padding: 3px 0;
	color:#f64d11;
	}

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

.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 10px;
	}
.rightBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 10px;
	}
h3#bannerboxHeading, h3#bannerboxallHeading {display:none}

/*------------ end of sideboxes ------------*/

/*------------ Categories ------------*/

#categoriesContent ul {
	margin:0;
	padding:0;
	list-style: none;
	}

#categoriesContent li {
	border-bottom:solid 1px #f7e6ff;
	}
	
#categoriesContent a {
	display:block;
	padding:2px 0 2px 25px;
	font-size:1.1em;
	color:#666;
	background-image:url(../images/cat_bullet.gif);
	background-repeat:no-repeat;
	background-position:8px 3px;	
}

#categoriesContent a:hover {
	color:#d80317;
	background-image:url(../images/cat_bullet_hover.gif);
}

#catBoxDivider {
	margin:0;
	color:#FFF962;
	background-color: #FFF962;
}

/*------------ end of categories ------------*/

/*------------ start of ezpages ------------*/
#ezpagesContent ul {
	margin:0;
	padding:0;
	list-style: none;
	}

#ezpagesContent li {
	border-bottom:solid 1px #f7e6ff;
	}
	
#ezpagesContent a {
	display:block;
	padding:2px 0 2px 25px;
	font-size:1.1em;
	color:#666;
	background-image:url(../images/cat_bullet.gif);
	background-repeat:no-repeat;
	background-position:8px 3px;	
}

#ezpagesContent a:hover {
	color:#d80317;
	background-image:url(../images/cat_bullet_hover.gif);
}

#catBoxDivider {
	margin:0;
	color:#FFF962;
	background-color: #FFF962;
}

/*------------ end of ezpages ------------*/

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #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, .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 {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*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: #CCCCCC;
	height: 2em;
	}

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

.testimonial {
color: #000;
padding: 0 5px 5px 5px;
text-align:left;
}
.testimonial p {
margin: 0; padding: 5px 0;
}
.testimonial span {
float:right;
}
/* Banners */
#footerBanners {clear:both}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #bannerNine, #bannerTen, #bannerEleven
{float:right;
position:relative; left:-50%;margin:10px 0 10px 10px} 


