/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0px auto;
	font-family: Trebuchet MS,verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #3f3400;
	width:980px;
	}
TD, TEXTAREA{
	font-family: Trebuchet MS,verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #3f3400;
	font-weight:normal;
}


a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #462a05;
	text-decoration: none;
	}
 
a:visited {
	color: #462a05;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover {
	color: black;
	}

a:active {
	color: black;
	}
	
.orange, A.orange{
	color:#bc6220;
}

.even{
	background:#faf7f2;
}

.odd{
	background:white;
}

.white, A.white{
	color:white;
}

.lightGreen{
	color:#8d851b;
}


.green, A.green{
	color:#8d851b;
}

.darkGreen, A.darkGreen{
	color:#5d5200;
}

.greenBorder{
	border:solid 1px #aaa331;
}

.darkGreenBorder{
	border:solid 1px #aba432;
}

A.orange{
	text-decoration:underline;
}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent{
	/*font-size: 1.1em;*/
	}

.larger{
	font-size:13px;
}
	
.large{
	font-size:14px;
}

.ex-large{
	font-size:19px;
	font-weight:bold;
}

.biggerText {
	font-size: 1.3em;
	}

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

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


INPUT[type=text],INPUT[type=password],SELECT,INPUT[type=file]{
	border: solid #aba432 1px;


}
INPUT[type=text],INPUT[type=password]{
	height:16px;
	*height:18px;

}

SELECT,OPTION{
	*height:20px;
}





	
FORM, SELECT, INPUT,OPTION {
	margin:0px;
	padding:0px;
	font-family: Trebuchet MS,verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #3f3400;
	
	/*display: inline;
	//font-size: 1em;
//	margin: 0.1em;*/
	}
	
OPTION{
	padding-left:4px;
}
	

	



TEXTAREA {
/*	float: left;*/

	display: block;
	width: 95%;
	border: solid #aba432 1px;
	}

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

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,.inputLabel {
	width: 102px;
	float: left;
	display:block;
	height:20px;
	margin-left:0px;
	padding-left:0px;
	}
	
	.inputLabela {
	width: 122px;
	float: left;
	display:block;
	height:20px;
	margin-left:0px;
	padding-left:0px;
	}
	

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: 0px solid #000000;*/
	line-height:18px;
	}

.messageStackWarning, .messageStackError {
	background-color: white;
	color: red;
	}

.messageStackSuccess {
	background-color: white;
	color: green;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	padding:5px;
	margin-bottom:10px;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	position:relative;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#cartBoxListWrapper{
	height:51px;
	overflow:hidden;
	
	
	
}
	
#contentMainWrapper{
	margin-top:8px;
}
	
#headerWrapper{
	background: #DDD url('../images/header4.gif') no-repeat top left;
	width:980px;
	height:198px;
	position:relative;
	
}


#shipping_banner{
	background: #DDD url('../images/homepage_shipping_banner2.gif') no-repeat top left;
	width:285px;
	height:91px;
	position:relative;
	
}

#homePageTestimonial{
	background: #DDD url('../images/homepage_testimonials.gif') no-repeat top left;
	width:285px;
	height:129px;
	position:relative;
	
}

#internalTestimonial{
	background: #DDD url('/images/mytestimonial.jpg') no-repeat top left;
	width:590px;
	height:137px;
	position:relative;
	
}


#contentPageTestimonial{
	background: #DDD url('../images/content_page_testimonials.gif') no-repeat top left;
	width:250px;
	height:149px;
	position:relative;
	
}

#spicesHowTo{
	background: #DDD url('../images/spices_how_to_bg2.gif') no-repeat top left;
	width:250px;
	height:157px;
	position:relative;
	
}


#homePageContentTop{
	background: #DDD url('../images/home_page_content_top.gif') no-repeat top left;
	width:940px;
	height:3px;
}

#homePageContent{
	background: #DDD url('../images/home_page_content_bg.gif') repeat-y top left;
	width:940px;

}

#homePageContentBottom{
	background: #DDD url('../images/home_page_content_bottom.gif') no-repeat top left;
	width:940px;
	height:3px;
}

#navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
	
#navColumnOneWrapper{
	width:124px;
	background: url('../images/left_box_bg.gif') repeat-y top left;
	padding: 5px 3px 5px 3px;
	min-height:477px;
}

#navColumnOneTop {
	background: url('../images/left_box_top.gif') no-repeat scroll top left;
	width: 130px;
	height: 3px;
}

#navColumnOneBottom {
	background: url('../images/left_box_bottom.gif') no-repeat scroll top left;
	width: 130px;
	height: 3px;
}

#tagline {
	position:absolute;
	top:105px;
	left:30px;
	color:#5b5609;
	font-size: 15px;
	}

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

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

.title_divider {
	background: url('../images/divider_bg.gif') repeat-x top left;
	width: 100%;
	height: 1px;
	margin:3px 0px 12px 0px;
}

.row_divider {
	background: url('../images/divider_bg.gif') repeat-x top left;
	width: 100%;
	height: 1px;

}

.col_divider {
	background: url('../images/col_divider_bg.gif') repeat-y top left;
	
	width: 1px;

}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {
	color:#533e22;
	font-weight:bold;
	margin-top:2px;
}
.navSplitPagesLinks A { color: #c56500;}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}


#navCatTabsWrapper {
	position:absolute;
	top:160px;
	left:122px;

	
}

#navCatTabs ul{
	
	border:dashed 1px #4a3b2e;
	border-right:none;
	margin:0px;
	padding:2px;
	list-style-type: none;
	
	
}

#navCatTabs ul li{
	margin:0px;
	padding:0px;
	display: inline;
	border-right:dashed 1px #4a3b2e;

	
}

#navCatTabs ul li a{
	padding:0px 16px 0px 16px;
	text-decoration: none;
	margin-left:2px;
	line-height:17px;

	white-space: nowrap;
	font-size:12px;
	font-weight:bold;

	
}


#categoriesContent .category-top{
	font-size:16px;
	font-weight:bold;
	color:#c56500;
	margin:0px 3px 5px 3px;

	
}

A.category-products:link,A.category-products:visited,A.category-products,A.category-subs{
	font-size:12px;
	font-weight:bold;
	padding:0px 3px 0px 3px;
	margin-bottom:5px;
	line-height:16px;
	
	display:block;
}



A.category-products:hover, #categoriesContent  A.category-subs-selected{
	font-size:12px;
	font-weight:bold;
	padding:0px 3px 0px 3px;
	margin-bottom:5px;
	line-height:16px;
	
	background:#533e22;
	color:#f4f3f2;
	display:block;
	
	
}

A.category-top:link,A.category-top:visited,A.category-top {
	color:#4a3b2e;
	
	
}
A.category-top-selected, A.category-top:hover{
	color:#f4f3f2;
	background: url('../images/top_nav_selected_bg.gif') repeat-x top left;
}




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

#navMain ul li, #navSupp ul li {
	display: inline;
	border:dashed 1px black;
	}

#navMain ul li a, #navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color:#4a3b2e;
	white-space: nowrap;
	font-size:13px;
	font-weight:bold;
	}

#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 {
	position:absolute;
	top:107px;
	left:550px;
	}

#navBreadCrumb {
	color: #887966;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

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

#navColumnOne {
	padding-left:20px;
	}

#navColumnTwo {
	
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .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;
	}
.centerColumn, #bannerOne, #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #navBreadCrumb,#navSuppWrapper,#generalMessage {
	margin: 0px 20px 0px 20px;

	}

.centerColumn{	
	margin-top:15px;
}
	
#navSuppWrapper{
	/* background: url('../images/footer.gif') no-repeat top left;
	height:92px;
	width:940px; */
	
}

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

/*Shopping Cart Display*/
#cartAdd {
/*
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	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;*/
	}

.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 {
	line-height:15px;
/*	color: #33CC33;
	position: relative;  do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	line-height:17px;
	/*color: #660099;
	position: relative;   do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
/*
	font-weight: bold;*/
	}

.cartRemoveItemDisplay {
	/*width: 3.5em;*/
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.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: 45px;;
	/*text-align: right;
	padding: 0.2em;*/
	line-height:18px;
	}

.lineTitle, .amount {
	text-align: right;
	margin-right:30px;
	line-height:18px;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
 #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 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, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
	
	
#shoppingcartContent{
	margin:8px;


}
#shoppingcart{
	
	border:solid 1px #8b7819;
}

#shoppingcartHeading{
	background: #b6a52e;
	height:21px;
	padding:2px;
	
	
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

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


.leftBoxContainer {
	
	}

.sideBoxContent {
	
	}

h3.rightBoxHeading, h3.rightBoxHeading a {

	}

.rightBoxHeading {

	}

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

h3.rightBoxHeading a:hover {

	}

.rightBoxContent {

	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.centerBoxContentsSpecials{
	padding:10px 6px 10px 6px;
}

#productMainImage{
	border:solid 1px #aba332;
	padding:4px;
}


#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;
	}
	
.current{
	
	
}

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

#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 0px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	
	
/* anylink drop down menu rules */	
	
	.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

	}

	/* ######### Default class for drop down menus ######### */

	.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;

	border-bottom-width: 0;
	
	line-height: 16px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: url('../images/drop_down_menu_bg3.gif') repeat top left;
	width: 96px; /* default width for menu */
	}

	.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

	.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #bdb49e;
	color:#f5f4f2;
	text-decoration: none;

	text-indent: 5px;
	}

	.anylinkmenu a:hover{ /*hover background color*/
	
		color: #dfb235;
	}

	/* ######### Alternate multi-column class for drop down menus ######### */


	.anylinkmenucols{
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #E9E9E9;
	}

	.anylinkmenucols li{
	padding-bottom: 3px;
	}

	.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #E0E0E0;
	}

	.anylinkmenucols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}



	/* ######### class for shadow DIV ######### */


	.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
	}
/* end anylink drop down menu rules */	

#pmt-googlecheckout input{
display:none !important;
}

h1.mystyle{
font-size:12px;
font-weight:normal;
}


.myspice{
position:absolute; left:20px; bottom:18px;
}

#bannerOne{
text-align:left;
}


.shopby h1{
font-weight:bold;
font-size:14px;
}

