/**
 * 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: 62.5%;
	color: #000000;	
	background-color: #C7D38D;
	width:100%;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #996633;
	text-decoration: none;
	}
 
a:visited {
	color: #996633;
	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: #754D28;*/
	color: #9AC9DC;
	font-weight:bold;
	}


a:active {
	color: #9AC9DC;
	}

h1 {
	font-size: 1.5em;
	}

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.3em 3px;

}

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-size:1.2em;
	color:#996633;
	}

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

.messageStackSuccess {
	background-color: #bed7d3;
	color: #996633;
	font-weight:bold;
	}

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

/*wrappers - page or section containers*/
#mainWrapper {
	/*background-color: #E4D6C1;*/
	background-color:#DBE8AC;
	text-align: left;
	width: 100%;/*800px;*/
	min-width:800px;
	/*margin:0 auto auto 0;*/
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
	#logoWrapper {
width:850px;
height:38px;
background-image:url(../images/header_bg.gif);
background-repeat:no-repeat;
margin:5px 0px 0px 0px;
padding:0px;
}

	#headerWrapper {
	background-color:#C7D38D;
	/*
	border-bottom-style:solid;
	border-bottom-color:#BED7D3;
	border-bottom-width:9px;
	*/
	}

#navColumnOneWrapper, #navColumnTwoWrapper{
	margin: auto;
	
	} 
#mainWrapper{
margin:0 auto auto 0;
}

#tagline {
	color:#000000;
	font-size: 2em;
	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.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: #C7D38D;
	font-weight: bold;
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	height: 1%;
	width: 100%;
	min-width:200px;
	}
	

	
/*
#navSuppWrapper{
	border-top-width:9px;
	border-top-style:solid;
	border-top-color:#BED7D3;//#D0E6E6
}
*/

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;	
	}

#navSupp ul
{
text-align:left;
}

#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: #ffffff;
	white-space: nowrap;
	font-size:1.2em;
	}

#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 {
	background-color: #DBE8AC/*E4D6C1*/;
	color:#996633;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

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

#navColumnOne {
	background-color: #DBE8AC/*E4D6C1*/;
	}

#navColumnTwo {
	background-color: #DBE8AC/*E4D6C1*/;
	}

/*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;
	}
	
.content
{ 
 font-size:1.2em;
 }
	
#productDescription{
	/*max-width:500px;*/
	width:500px;
}

.alert {
	/*gpg color: #FF0000;*/
	color: #990000;
	margin-left: 0.5em;
	}
.advisory {}
.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: 1.1em;
	background-color: #C7D38D;
	}

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

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

.tableHeading, #cartSubTotal {
	background-color: #c7d38d;/*#e9e9e9;*/
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	font-size:1.2em;
}

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

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

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

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

/*gpg mod*/
#ottotal{
font-weight:bold;
font-size:1.1em;
}

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

.categoryIcon {}


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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1.5em;
	color: #996633;
	text-align:left;
	font-weight:bold;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #DBE8AC/*E4D6C1*/;
	padding: 0.5em 0.2em;
	

}
	
.centerBoxHeading {
	border-bottom:2px solid #c7d38d;
	padding-bottom:0px;
}


.leftBoxContainer {
	/*border: 1px solid #ffffff;
	margin-top: 1.5em;*/
	padding-top:0;
	}
	
	


.sideBoxContent {
	color: #996633;
	background-color: #DBE8AC/*E4D6C1*/;
	padding: 0 0.4em 0 0.4em;
	font-size:1.1em;
	font-family:verdana, arial, helvetica, sans-serif;
	/*font-weight:bold;*/
	text-align:left;
	font-style:normal;
	/*border-bottom: 1px solid #996633;*/
	/*border: 2px solid #c7d38d;*/
	margin-left:5px;
	}
	

.category-products {
font-size:1.1em;
padding:1px 0 1px 0;
display:block;
/*border-bottom: 1px solid #996633;
display:block;*/
}
	
.sideBoxContent a:link{
	color: #996633;
}

.sideBoxContent a:visited{
	color: #996633;
}

.sideBoxContent a:hover{
	color: #ffffff;
}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;	
	} 

h3.rightBoxHeading a:hover {
	color: #990000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #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;
	}
#siteinfoLegal
{
text-align:left;
}

#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;
	}
	
.navSplitPagesResult
{
	float:none;
}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
	
.navSplitPagesLinks{
	float:none;
	padding-top:5px;
}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #c7d38d;/*#E8E8E8;*/
	height: 1.5em;
	vertical-align: top;	
	}

.rowEven {
	background-color: #c7d38d;/*#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: #bed7d3;/*#cacaca;*/
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	font-size:1.2em;
	}

.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%;}*/
.legalCopyright, .legalCopyright a{
color:#FFFFFF;
font-family:verdana, arial, helvetica, sans-serif;
font-size:100%;
}

#siteinfoLegal {
margin-bottom:3px;
margin-left:3px;
}
.centerColumn{
	color: #996633;
	font-size:1.2em;
	width:600px;
}
/* gpg after clicking on category header in sidebox, main page label is colored here*/
#productListHeading{
	
	font-style:italic;
}

/** gpg table cells between product rows */
.productListing-odd td, .productListing-even td {
    vertical-align: top;
    padding: 0.5em;
    margin-bottom: 1em;
    /*border-bottom: 1px solid #996633;*/
	border-bottom: 1px solid #D6BA96;
    } 
	
/** gpg cart checkout table */
#cartContentsDisplay th{
background-color:#bed7d3;/*#dbe8ac;*/
} 


/* gpg cart checkout rows */
.rowEven td, .rowOdd td {
padding: 0.5em;
    margin-bottom: 1em;
border-bottom: 1px solid #996633;
}
	
.itemTitle {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	/*height:35px;*/
}

.categoryListBoxContents{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
}

/*
A.category-top, A.category-top:visited {
color:#FF0000;
text-decoration:none:;
	padding-bottom: 20px;
}
*/

/*
.category-products {
line-height:1em;
}
*/
.category-top  {	
	font-size:1.3em;
	font-weight:bold;
	display:block;
	/*uncomment to help with visual display
	border-width:1px;	
	border-style:dashed;
	*/
	padding-top:0px;
	padding-bottom:0px;
	/*margin-top:10px;*/
	margin-bottom:0px;
}

.productListing-data img, .categoryListBoxContents img, #productMainImage img, .categoryImg img, .categoryIcon img, #cartImage img
{ 
	border: 1px solid #ffffcc;
}

/*gpg all ul lists */
.list 
{
font-size: 1.1em;
}

/*gpg quantity box*/
.cartQuantity input, .productListing-data input {
/*background-color:#c7d38d;*/
color:#996633;
/*font-weight:bold;*/
text-align:right;
}

.tabTable {
/*max-width:600px;
width:expression(document.body.clientWidth > 600? "600px": "auto" );
*/
width:600px;
}

#whatsNew, #featuredProducts, /*#indexProductListCatDescription,*/ #productAdditionalImages {
/*max-width:550px;
width:expression(document.body.clientWidth > 550? "550px": "auto" );*/
/*width:550px;*/
}
#indexProductListCatDescription
{
width:450px;
}
/*
#productAdditionalImages 
{
border:1px solid #996633;
}*/

#prevOrders th {
text-align:center;
}

#prevOrders td {
border-bottom: 1px solid #D6BA96;
}

#jmMainTopWedge, #jmMainBottomWedge {
/*background-image:url(/images/no_picture.gif);*/
margin: 0em;
padding: 0em;
border-top:1px solid #996633;
border-bottom:1px solid #996633;
background-color:#BED7D3;
height:9px;
min-height:9px;
width:100%;
min-width:800px;

/*
border-top-width:9px;
border-top-style:solid;
border-top-color:#BED7D3;
*/
}

#ezpagesContent li {
padding: .4em;
}

#productName{
display:block;
margin-top:10px;
}

.centerBoxContentsProducts, .centerBoxContentsFeatured, .centerBoxContentsNew
{	
	height:200px;
	border:1px solid #c7d38d;
	padding-top:5px;
}
.centerBoxContentsProducts img, .centerBoxContentsFeatured img, .centerBoxContentsNew img
{
	padding:3px 3px 3px 3px;
	border: 1px solid #c7d38d;
}

.centerBoxContentsProducts
{
	height:290px;
}

/*
#ezpagesContent {
border: 2px solid #c7d38d;
}
*/

/*for rounded corners on left side box (tpl_box_default_left.php)*/
.xsnazzy {background: transparent; /*width:240px; float:left;*/ margin:5px 3px;}

.xsnazzy h3, .zsnazzy h3 {
margin:0; 
font-size:1.2em; 
padding:0 10px 0px 10px; 
/*border-bottom:1px solid #444;*/
}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}

.xb2, .xb3, .xb4 {background:#dbe8ac; border-left:1px solid #996633; border-right:1px solid #996633;}
.xb1 {margin:0 5px; background:#996633;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; border:0 solid #996633; border-width:0 1px; height:auto;}
* html .xboxcontent {height:1px;}

.ezpages_color_a, #ezpagesContent{
background:#c7d38d;
}

