/**
 * 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 4376 2006-09-03 20:42:22Z drbyte $
 */

body {
	margin: 0 auto;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFF2C6;
	
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #729737;
	text-decoration: none;
	}
 
a:visited {
	color: #729737;
	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: #D2D192;
	}

a:active {
	color: #729737;
	}
	
a.TopHeading {
	color: #5AA905;
	font-size: 12px;	
	text-decoration: underline;
	
}

h1 {
	font-size: 1em;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}
	
.itemTitle{
	font-size: 1em;
	color: Red;
	
}

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.3em;
	}

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 #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size:1em;
	}

INPUT.hideText
{
	display: none;
}
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, 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: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
	
.leftEdge {
   background-image: url(../images/secondary-bg.gif);
	
	background-repeat: repeat-y;
	background-position: top right;
	width: 8px;
	color: #2D2D2D
	}
.rightEdge {
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 8px;
	color: #2D2D2D
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width:816px;
	vertical-align: top;
	}
	
#logoWrapper
{
	background-image: url(../images/header_bg.gif);
	
}

#headerWrapper{
	
}

#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#indexDefaultHeading{
	/*float: left;*/
	text-align: center;
	vertical-align: middle;
	height: 200px;
	width: 400px;
	border: 1px solid #7D5E0B;
	margin-left: 50px;
	}
	
#indexDefaultMainContent
{
	text-align: left;
	vertical-align: text-top;
	height: 85x;
	width: 400px;
	border: 1px solid #7D5E0B;
	margin-left: 50px;
}
	
#mainPageText{
	height: 150px;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;	
	} 



#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#tellAFriendDefault{
	margin: 0.7em 3em;
	/*background-image: url(../images/tell_a_friend.gif);
	background-repeat: repeat-x;
	border: 0.2em dashed #796226;*/
	background-color: #4D9C03;
	width: 450px;
	height: 270px;
	color: white;
	font-weight: bold;
}

#tellAFriendDefault textarea { 
   float: none; 
}

#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 {
	
}

.NavViewAllPagesLinks{
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	text-align: center;
	padding-bottom: 7px;
	padding-top: 7px;
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
	
.navNextPrevWrapper{
	
	margin-left: 250px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0;
	background-color: ;
	font-weight: bold;
	color: Black;	
	
	}

	#navMain ul li a{
		color: Black;
	}

#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;
	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	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;
	
	}

#navMainSearch, #navCategoryIcon, , #indexProductListCatDescription {
	margin: 0.5em;
	}

.buttonRow
{
	margin: 0 0 0 0;
}

#navBreadCrumb {
	background-color: transparent;
		
	}

#navEZPagesTop {
	background-color: #CF6A0A
	
	}
	
	#navEZPagesTop .fontCust{
	color: White;
	font-weight: bolder;
	font-family: Verdana;
	font-size: 1.1em;
	layout-flow: horizontal;
	vertical-align: middle;
	text-align:  center;
	margin: 1.3em;
	letter-spacing: .2em;
	}

	
	

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: transparent;
	
	}

#navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
	
.additionalImages{
	vertical-align: top;
	
	text-align: center;
	width: 120px;
}

.PageHeading{
	
}

#productAdditionalImages{
	
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#productDescription{
	text-align: left;
}

.content{
	display: inline;	
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
	

.advisory {
font-size:0.9em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
	
#cartButtons
{
	text-align: center;
	margin-left: 25em;
}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	
	
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	background-color: white;
	float: right;
	}



.centerBoxContentsProducts, .centerBoxContentsFeatured{
	color: #8C8C8C;
	
}
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantity,  .cartTotalsDisplay   {
	padding: 0.5em 0em;
	background-color:white;	
	}
	
#cartInstructionsDisplay{
	
}
	
.cartQuantityUpdate{
	background-color:white;
	width: 0em;
	display: none;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	display:none;
	}
	
#scQuantityHeading, #scProductsHeading, #scUnitHeading, #scTotalHeading, #scRemoveHeading{
	background-color: #80BFE9;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#scButtons{
	
	background-image: url(../images/shoppingCartButtonsBg.gif);
	background-repeat: repeat;
}

.cartQuantity {
	width: 4.7em;
	background-color:white;
	}

.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;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}
	
.productListing-data {
   padding-top: 0.8em;
   border-bottom: 1px solid #9a9a9a;
   }

#productListing{
	border: 0.2em dashed #796226;
	padding: 0.2em;
	margin: 0px;
}

#shoppingCartDefault{
	border: 0.2em dashed #796226;
	padding: 0.2em;
	margin: 0.7em;
}

#productGeneral{
	border: 0.2em dashed #796226;
	padding: 0.2em;
	margin: 0.7em;
}

#productGeneral.centerColumn
{
	height:800px;
}

#productName{
	color: #8C8C8C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#categoryIcon{
	color: #8C8C8C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	float: right;
}

#productPrices{
	
}
	
.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;
  }
  
#cartTellAFriend
{
	text-align: left;
	margin-left: 32em;
}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

a.underline{
	text-decoration: underline;
}

.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;
	
}

#cartProdTitle{
	float: left;
	display: block;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials,  .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
	
.centerBoxContentsAlsoPurch{
	display: none;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	word-wrap: break-word;
	}
	
.leftBoxHeading{
	margin: 0em;
	/*background-color: #FF6699;*/
	padding: 7px;
	background-image: url(../images/categoriesHdr_bg.gif);
	background-repeat: y-repeat;
	color: Black;
	border: 0.1em dashed #756428;
	}

h2.centerBoxHeading {
	text-align: centre;	
	color: #D2D192;
	background-color: #9DB63A
	
}
	
#featuredProducts .centerBoxWrapper{
	text-align: center;
}

.leftBoxContainer {
	float: left;
	margin-top: 0.5em;
	}
	
.rightBoxContainer {	
	margin-top: 0.5em;
	border: .1em solid #A1B806;
	float: right;
	margin-right: 1px;
	}

.sideBoxContent {
	background-color: #ffffff;
/*	padding: 0.4em;*/
	padding-top: 3px;
	
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

.rightBoxHeading {
	background-color: #9DB63A;
	padding: 3px;
	margin: .1em;	
	}
	
#externallinkssideboxHeading.rightBoxHeading
{
	background-color: transparent;
	color: #7A7A7A;
}

#bannerbox.rightBoxHeading
{
	display: none;
}

#contactUsMain{
	
}

#contactUsDefault{
	margin: 0.7em 3em;
	/*background-image: url(../images/contactUsBg.gif);	
	background-repeat: repeat-x;
	border: 0.2em dashed #796226;*/
	background-color: #E68361;
	width: 450px;
	height: 320px;
	color: white;
	font-weight: bold;
	
}

#contactUsDefault.centerColumn{
	
}



#externallinkssideboxContent.sideBoxContent 
{
	padding: 0px;
	margin: 0px;
}

#subscribeHeading.leftBoxHeading
{
	display: none;
}
#subscribeContent.sideBoxContent
{
	padding:0px;
	margin:0px;
	background-image: url(../images/join-maki.jpg);
	text-align: center;
	color: white;
	height: 200px;
	width: 120px;
	background-repeat: no-repeat;
}

.subscribeLabel
{
	color:#663300;
	font-size: 0.6em;
	font-weight: bold;
}


#loginboxHeading.rightBoxHeading
{
	/*padding:0px;
	margin:0px;
	background-image: url(../images/loginHeading.jpg);
	height: 40px;
	*/
	display: none;
}

#loginboxContent.sideBoxContent
{
	padding:0px;
	margin:0px;
	/*background-image: url(../images/loginBoxContent.jpg);*/
	text-align: center;
	color: black;
}

#loginboxContent ul{
	text-align: left;
}

#loginboxContent .loginBoxLinks{
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3.leftBoxHeading a:hover {
	color: #D2D192;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #D2D192;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

	
.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, .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;
}

#bannerboxHeading.rightBoxHeading {
	display: none;
}

#bannerboxallHeading.rightBoxHeading {
	display: none;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	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;
	}

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;
	}

#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;
	}



#ezPagesHeading{
	display: none;
}


/* Login Page */
#logpage{
margin: 5px; padding: 8px; height: 265px;
}

#returncus {
margin-bottom: 1.5em; padding: 0; width: 45%; float: left; border-right: 1px solid #680000; border-left: 1px solid #680000; border-bottom: 5px solid #66006B;
}

#returncusheading {
margin: 0;	padding: 0.5em 0; font-size: 1em; background-color: #66006B; color: #FFFF00; width: 100%; text-align: center
}
#returncus label.inputLabel {
width: 8em;	float: left;
}
.logcontent {
padding: 0 5px; background-color: #FFF4FC; 
}
#newcusheading {
margin: 0; padding: 0.5em 0; font-size: 1em; background-color: #66006B; color: #FFFF00; width: 100%; text-align: center
}

#newcus legend, #returncus legend  {
margin: 0; padding: 0.3em 0; font-weight: bold;	color: #66006B;
}

#newcus {
margin-bottom: 1.5em; margin-left: 45px;  padding: 0; width: 45%; float: left; border-right: 1px solid #680000; border-left: 1px solid #680000; border-bottom: 5px solid #66006B;
}
/* End Login Page */

#ezPageDefault.centerColumn
{
	color: #7A7A7A;
}

A.ezMenuTopHeading, P.ezMenuTopHeading{
	color: #3F7B26;
	font-size: 12px;
	text-decoration: underline;	
}
.ezParaHeading {
	color: #3F7B26;
}
.divBorder{
	border: 0.2em dashed #796226;
	margin: 2px;
	padding: 10px;
}

#listingDescription{
	display: none;
}

A.loginLinks{
	color: black;
}

#categoriesHeading.leftBoxHeading
{
	display: none;
}

A.welcomeLogin
{
	font: Verdana;
	font-weight: bold;
	font-size: 1.1em;
	color: #924E05;
}

H2.greeting
{
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: normal;
}

SPAN.productPriceDiscount
{
	display: none;
}

SPAN.productSalePrice
{
	color: #8C8C8C;
}

SPAN.productSpecialPrice
{
	color: #8C8C8C;
}

SPAN.normalprice
{
	color: #8C8C8C;
}

#alsoPurchased.centerBoxWrapper
{
	display: none;
}

}
