/**

 * 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 5347 2006-12-22 20:26:09Z birdbrain $

 */



body {

	margin: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000000;

	background-color: white;

	}



a img, img { border: none; }



a:link, #navEZPagesTOC ul li a {

	color: #428dff;

	text-decoration: none;

	}

 

a:visited {

	color: #428dff;

	text-decoration: none;

	}



a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {

	color: #ffb062;

	}

a:active {

	color: #ffb062;

	}

#categories * a

{

	color: #aa5100;

}



#navSupp ul li a:link, #siteinfoLegal a:link, #navSupp ul li a:visited, #siteinfoLegal a:visited

{

	color: #393b44;

}



#navSupp ul li a:hover, #siteinfoLegal a:hover, #navSupp ul li a:active, #siteinfoLegal a:active

{

	color: white;

}



h1 {

	font-size: 16px;

	}



h2 {

	font-size: 15px;

	}



h3 {

	font-size: 14px;

	}



h4, h5, h6, h4.optionName, .larger{

	font-size: 1.1em;

	}



.biggerText {

	font-size: 1.2em;

	}



h1, h2, h3, h4, h5, h6

{

    margin: 0.75em 0;

	color: #9a9a9a;

	font-family: Arial, Helvetica, sans-serif;

}



CODE {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 1em;

	}



FORM, SELECT, INPUT {

	display: inline;

	font-size: 1em;

	margin: 0.1em;

	}



TEXTAREA {

/*	float: left;*/

	margin: auto;

	display: block;

	width: 95%;

	}



input:focus, select:focus, textarea:focus {

	background: #F0F8FF;

	}



FIELDSET {

	padding: 0.5em;

	margin: 0.5em 0em;

	border: 1px solid #bbc3d3;

	}



LEGEND {

	font-weight: bold;

	padding: 0.3em;

	}



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;

	}



LABEL.inputLabel {

	width: 11em;

	float: left;

	}



LABEL.inputLabelPayment {

	width: 15em;

	float: left;

	}



LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {

	width: 12em;

	float: left;

	}



P, .catDescContent {

/*	padding: 0.5em; */

	margin: 0;

	padding: 8px 3px;

	}



ADDRESS {

	margin: 0;

	padding: 0 3px 8px;

	font-style: normal;

	line-height: 150%;

	}



.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 #bbc3d3;

	font-weight: bold;	

	}



.messageStackWarning, .messageStackError {

	background-color: #218709;

	color: #ffffff;

	}



.messageStackSuccess {

	background-color: transparent;

	color: #a5bc0a;;

	}



.messageStackCaution {

	background-color: #FFFF66;

	color: #000000;

	}



/*wrappers - page or section containers*/

#mainWrapper {

	margin: 0;

    padding: 0 3px;

	background: white top left url('../images/main-wrapper-background.png') repeat-y;

	background-color: #ffffff;

	text-align: left;

	width: 770px;

	vertical-align: top;

	}



#headerWrapper
{
	position: relative;
	width: 100%;
	height: 96px;
}


#flashWrapper

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 96px;

}

#flashObject

{

	width: 770px;

	height: 96px;

}


#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {

	margin: 0em;

	padding: 0em;

	}

#logoWrapper

{

	float: left;

	padding-top: 17px;

	margin-left: 10px;

	display: inline; /* fix IE double float bug */

}

#tagline {

	color:#000000;

	font-size: 2em;

	text-align : center;

	vertical-align: middle;

	}



#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {

	margin: auto;

	}



#contentMainWrapper

{

	background: transparent top center url('../images/center-column-background.png') repeat-y;

}



#sendSpendWrapper {

	border: 1px solid #cacaca;

	float: right;

	margin: 0em 0em 1em 1em;

	}



.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutBillto, #checkoutShipto, #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, #navSuppWrapper, #navCatTabsWrapper {

	margin: 0em;

	background-color: #a6bc09;

	color: #393b44;

	height: 1%;

	width: 100%;

	}



#navSuppWrapper

{

	border-top: solid 1px #576205;

}

#navSupp

{

	margin: 0 auto;

	width: 500px;

}

/*#navSupp ul li:before

{

  content: "|";

}

#navSupp ul > li:first-child:before

{

  content: "";

}*/





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

	margin: 0;

	color: #393b44;

	white-space: nowrap;

	}



#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 {

	float: right;

	}



#navBreadCrumb {

	color: #9a9a9a;

	}



#navEZPagesTop {

	background-color: #ffff33;

	}



#navBreadCrumb, #navEZPagesTop {

	font-size: 10px;

	font-weight: bold;

	margin: 0 20px;

	padding: 3px;

	}



#navColumnOne, #navColumnTwo {

	padding-bottom: 100px;

	/*background-color: white;*/

	}



#siteinfoLegal

{

	padding-bottom: 5px;

	background-color: #a6bc09;

	color: #393b44;

}



/*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: #218709;
	
	/*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 10px 100px;

}

#searchboxWrapper

{
	background: #5c5c5c;

	padding: 2px 20px 2px;

	text-align: center;

}

#searchboxWrapper * input, #searchboxWrapper * label

{

	font-size: 1.25em;
	vertical-align: middle;

}




.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, #navSupp, .greeting {

	font-size: 10px;

	}

.greetUser

{

	color: #f0a480;

	font-weight: bold;

}



#indexCategoriesHeading

{

	margin: 10px 0;

	font: bold 16px Arial, Helvetica, sans-serif;

}

#indexCategoriesHeading img

{

	margin: 5px 0;

}



/* Product Listing */

.tabTable

{

	margin: 5px auto;

	border-left: solid 1px #dcdcdc;

	border-right: solid 1px #dcdcdc;

}

th.productListing-heading

{

	margin: 0;

	padding: 4px 5px 5px 4px;

}

.tabTable * tr.productListingBottom-odd td

{

	border-bottom: solid 1px #dcdcdc;

}



/*.tabTable * .listingProductImage

{

	margin: 5px;

}*/



.tabTable * .itemTitle

{

	font: normal 11px Verdana, Arial, Helvetica, sans-serif;

}



.tabTable * td.productListing-data

{

	padding: 10px 5px;

}



/* Product Info Page */

#productInfoWrapper

{

	position: relative;

	margin: 10px auto;

	width: 430px;

}

#productInfoWrapper .topOfBox

{

	position: absolute;

	top: 0;

	left: 0;

	width: 430px;

	background: #d3e072 url('../images/product-info-top-background.png') top center no-repeat;

}

#productInfoWrapper .middleOfBox

{

	padding: 32px 10px 25px;

	border-left: solid 1px #dcdcdc;

	border-right: solid 1px #dcdcdc;

	background-color: transparent;

}

#productInfoWrapper .bottomOfBox

{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 430px;

	height: 10px;

	background: white url('../images/product-info-bottom-background.png') top center no-repeat;

}



#productName

{

	margin: 0 20px;

	padding: 6px 0;

	color: #555b2e;

	background-color: transparent;

}



#productMainImage

{

	padding: 30px;

	background-color: white;

}



#productVitals

{

	margin-top: 30px;

}

#productVitals ul, #productVitals ul li

{

	/* Reset the ul values so we can set them ourselves */

	margin: 0;

	padding: 0;

	list-style: none;

}

#productVitals ul li

{

	margin: 5px 0;

}



#productVitals ul, #productTechFuelAndDetails, #productSpecs, #alsoPurchased

{

	margin: 10px 0;

}



#productPrices

{

	display: inline;

}



#techFuelImgWrapper

{

	float: left;

	width: 240px;

	text-align: center;

}



#productDetailsList, ul#productDetailsList li

{

	margin: 0;

	padding: 0;

	list-style: none;

}



table#productSpecs

{

	width: 100%;

	border-collapse: collapse;

}

table#productSpecs, table#productSpecs * th

{

	background-color: #d3e072;

}

table#productSpecs * td, table#productSpecs * th

{

	padding: 5px;

	border: solid 1px white;

}

table#productSpecs * th

{

	padding-top: 7px;

	padding-bottom: 7px;

	color: #555b2e;

	font: bold 14px Arial, Helvetica, sans-serif;

	text-align: left;

	text-transform: uppercase;

}

table#productSpecs * td.label

{

	width: 25%;

}



#alsoPurchased .centerBoxHeading

{

	display: none;

}



#productReviewLink, #productTellFriendLink

{

	margin: 10px;

}



/*Shopping Cart Display*/

#cartAdd {

	float: right;

	margin: 10px 0;

	text-align: right;

	}



#cartSubTotal {

	padding: 10px 0;

	border-top: solid 1px #bbc3d3;

	border-bottom: solid 1px #bbc3d3;

	text-align: right;

	}



.tableHeading th, .cartTableHeading th{

	padding: 0 5px;

	height: 22px;

	}

#scRemoveHeading, #scQuantityHeading, #cQuantityHeading

{

	text-align: center;

}

#scTotalHeading, #ccTotalHeading

{

	text-align: right;

}



.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {

	padding: 0.5em 0em;

	}



#cartContentsDisplay

{

	font-size: 10px;

}



table#cartContentsDisplay * td

{

	padding: 10px 5px;

	vertical-align: middle;

}



#cartImage

{

	margin: 0 10px;

	vertical-align: top;

}



.cartUnitDisplay, .cartTotalDisplay {

	text-align: right;

	padding-right: 0.2em;

	}



.cartNewItem {

	position: relative;  /*do not remove-fixes stupid IEbug*/

	color: #f47511;

	font-weight: bold;

	}



.cartOldItem {

	position: relative;   /*do not remove-fixes stupid IEbug*/

	}



.cartBoxTotal {

	text-align: right;

	}



.cartRemoveItemDisplay {

	width: 3.5em;

	}



.cartAttribsList {

	margin-left: 1em;

	}



#mediaManager {

  width: 50%; 

  margin: 0.2em;

  padding: 0.5em;

  }



.normalprice, .productSpecialPriceSale {

	text-decoration: line-through;

	}



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

	}



/* Checkout */

#checkoutShippingHeadingAddress, #checkoutShipAddressDefaultAddress, #checkoutPaymentHeadingAddress, #checkoutPayAddressDefaultAddress

{

	margin: 0 5px;

	text-align: center;

}



#checkoutShipAddressWrapper

{

	margin: 5px 0;

}



div.pleaseSelectArrow

{

	float: right;

	margin: 10px 5px 0;

	text-align: right;

}



.paymentRadioButton, .shipMethodRadioButton

{

	margin-left: 30px;

	float: right;

}

#checkoutPayment * .radioButtonLabel

{

	font-weight: bold;

}



#ottotal .totalBox

{

	border-top: solid 1px #bbc3d3;

	font-weight: bold;

}

/*Image Display*/

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {

	margin: 0em 1em 1em 0em ;

	}



.categoryIcon {}



/*Attributes*/

.attribImg {

	width: 20%;

	margin: 0.3em 0em;

}



.attributesComments {}



/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

	margin: 1em 0em;

	}



/*sideboxes*/

.columnLeft {}



h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {

	font-size: 12px;

	}



.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {

	margin: 0;

	padding: 4px 4px 4px 6px;

	text-align: left;

	}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading, th.productListing-heading, .tableHeading, .cartTableHeading

{

	background: transparent left center url('../images/sidebox-header-background.gif') repeat-x;

	color: #393b44;

	font: bold 12px Arial, Helvetica, sans-serif;

}



.leftBoxContainer, .rightBoxContainer {

	/*border: 1px solid #ffffff;*/

	margin-top: 5px;

	}



.sideBoxContent {

	background-color: #ffffff;

	padding: 0.4em;

	}





h3.rightBoxHeading, h3.rightBoxHeading a {

	font-size: 1.1em;

	color: #393b44;

	}

/*

.rightBoxHeading {

	margin: 0em;

	background-color: #663366;

	padding: 0.2em 0em;

	}

*/

h3.leftBoxHeading a:hover {

	color: #ffb062;

	text-decoration: none;

	} 



h3.rightBoxHeading a:hover {

	color: #ffb062;

	text-decoration: none;

	}



.rightBoxContent {

	background-color: #ffffff;

	margin-bottom: 1em;

	}



.centeredContent, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .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 {

	background-color: #0000CC;

}



#upProductsHeading {

	text-align: left;

	}



#upDateHeading {

	text-align: right;

	}



div.imageLinkBox

{

	text-align: center;

}

#fedexHeading, #call2recycleHeading, #controlscansecureHeading, #controlscanprivacyHeading, #satisfactionguaranteeHeading, #bbbonlineHeading, #authorizenetHeading, #godaddyHeading, #mcafeesecureHeading
{
	display: none;
}



/*misc*/

.back {

	float: left;

	}



.forward, #shoppingCartDefault #PPECbutton {

	float: right;

	}



.bold {

	font-weight: bold;

	}



.rowOdd {

	height: 1.5em;

	vertical-align: top;

	}



.rowEven {

	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

	}



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

	}



#indexCategories div.categoryListBoxContents

{

	padding-left: 30px;

	text-align: left;

}



div.dotDivider

{

	clear: both;

	margin: 5px 0;

	width: 100%;

	height: 1px;

	background: transparent url('../images/dot-divider-background.png') left center repeat-x;

	font-size: 0;

}



div.solidDivider, div.solidDividerSilver

{

	margin: 5px 0;

	height: 0;

	font-size: 0;

/*	margin: 5px 0;*/

	clear: none;

}

div.solidDivider

{

	border-top: solid 1px #a6bc09;

}

div.solidDividerSilver

{

	border-top: solid 1px #bbc3d3;

}

