/**
 * 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 3215 2006-03-20 06:05:55Z birdbrain $
 */
 

/* Set overall font and line-height */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
li, dt, dd,
legend, label, option,
th, td, caption {
	font-family: 'Trebuchet MS', Helvetica, Verdana, sans-serif;
	line-height: 18px !important;
}

/* Set general left and right margins */

* {
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6,
p, blockquote, address,
ul, ol, dl,
form, table {
	/*
margin-left: 10px;
	margin-right: 10px;
*/
} 

/* General header top and bottom margins */
h1, h2, h3, h4, h5 {
	margin-bottom: 0;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	padding-bottom: 10px;
	}

/* General content and container element top and bottom margins */
p, blockquote, address,
ul, ol, dl,
form, table, object {
	margin-top: 0;
	margin-bottom: 0;
}


/* General content styling */
p, blockquote, address,
li, dt, dd,
label, option,
th, td, caption {
	font-size: 14px;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
	background-color: #ECF3DF;
	}

a img {border: none; text-decoration: none !important; }

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

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, a:active {
	text-decoration: underline !important;
	}
	
#navCatTabs a:link,
#navCatTabs a:visited {
	color: #fff;
	}
	
	#navCatTabs a:hover,
	#navCatTabs a:active {
		color: #fff !important;
		text-decoration: underline;
		}

/*     Menu located in left column		*/
#categories a:link,
#categories a:visited {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
#categories a:hover,
#categories a:active {
	}


h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
	
h1#productName {
	padding-top: 20px;
	}
/*
h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}
*/

#page_title h2 {
	font-family: georgia, times, serif;
	font-size: 28px;
	font-style: italic;
	color: #fff;
	line-height: 28px !important;
	}
	
h2#productPrices {
	font-size: 16px;
	}
	
h2#checkoutShippingHeadingAddress {
	margin-bottom: 20px;
	}
	
h2#checkoutShippingHeadingMethod,
h2#checkoutPaymentHeadingAddress {
	margin-bottom: 10px;
	}
	
h3#categoriesHeading {
	display: block;
	margin-bottom: 5px;
	padding: 0 0 2px 10px;
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	color: #666600;
	font-size: 16px !important;
	border-bottom: 1px #999900 dotted;
	}
	
h3#informationHeading {
	padding-top: 29px;
	margin-left: 47px;
	}
	
h3#shopping_cart_header {
	position: absolute;
	top: -20px;
	left: 47px;
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	color: #fff;
	font-size: 16px !important;
	}
	
h3.itemTitle {
	margin-left: 10px;
	font-size: 13px;
	}

.biggerText {
	/*font-size: 1.2em;*/
	}

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	/*margin: 0.1em;*/
	}
	
SELECT {
	font-size: 12px;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;

	}

FIELDSET {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 0 20px 0;
	border: 1px solid #BDBD5D;
	background: #E7E7B8 url(../images/fieldset_bg.jpg) no-repeat top left;
	*background-position: 0 22px;
	}
	
	FIELDSET FIELDSET {
		/*margin: 0 5px;*/
		}
		
		
	#firstname,
	#lastname,
	#city,
	#state,
	#postcode,
	#telephone,
	#fax,
	#password-new,
	#password-confirm {
		width: 93% !important;
		}
	
	fieldset input,
	fieldset div,
	fieldset select,
	fieldset label {
		margin-left: 10px;
		margin-right: 10px;
		}
	
.navNextPrevWrapper {
	position: relative;
	padding: 5px 5px 0 5px;
	border: 1px solid #D2D9C6;
	background: #DEE6D3;
	}
	
	.navNextPrevWrapper div {
		margin-left: 5px;
		margin-right: 5px;
		}

LEGEND {
	margin-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding: 0.3em;
	background: #585800 url(../images/legend_bg.jpg) repeat-x top left;
	color: #FFFFFF;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	font-size: 12px;
	}

.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 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	}

ADDRESS {
	font-style: normal;
	}
	
	#checkoutShipto address {
		display: block;
		}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9A9C86;
	}
	
#center_column p {
	line-height: 24px;
	margin-bottom: 20px;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	font-size: 11px;
	background-color: #ff0000;
	color: #ffffff;
	}
	
	.messageStackWarning img,
	.messageStackError img {
		margin: 0 10px;
		}

.messageStackSuccess {
	font-size: 11px;
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	font-size: 11px;
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 900px;
	vertical-align: top;
	/*
background-image: url(../images/mainwrapper_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
*/
	}

#logoWrapper {
	position: absolute;
	width: 216px;
	height: 186px;
	top: 0;
	left: 0;
    background-color: transparent;
	}
	
#headerWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 900px;
	height: 299px;
	background: url(../images/header-bg.jpg) no-repeat;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	margin-top: 15px;
	}
	

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

#tagline {
	color:#ffffff;
	font-size: 1.4em;
	font-weight: bold;
	text-align : right;
	vertical-align: middle;
	padding-right: 30px;
	padding-top: 60px;
	}

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

/*#accountLinksWrapper*/ .floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	/*margin: 0;*/
	width: 45%;
	}
	
#checkoutShipto {
	margin-bottom: 20px;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	float: right;
	margin: 0 0 5px 0 !important;
	font-size: 11px;
	line-height: 12px !important;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	list-style-type: none;
	}

#navMainWrapper {
	position: absolute;
	margin: 219px 0 0 0 !important;
	padding: 0 !important;
	width: 900px;
	height: 30px;
	}
	
#navSuppWrapper {	
    margin: 0;
	height: 26px;
	font-weight: bold;
	color: #ffffff;
	padding: 15px;
	}
	
#navCatTabsWrapper {
	position: absolute;
	width: 900px;
	margin: 225px 20px 0 20px;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #666666;
	}

#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, .buttonRow, #indexProductListCatDescription {
	margin: 0 0 10px 0;
	}
	
.marg-right {
	margin-right: 10px;
	}

#navBreadCrumb {
	background-color: transparent;
	}

#navEZPagesTop {
	background-color: #FFFFFF;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 11px;
	margin: -10px 20px 10px 20px;
	}

#navColumnOne {
	padding-bottom: 319px;
	background: url(../images/menu_side_bg.jpg) no-repeat top left;
	border-right: 1px solid #999900;
	}

#navColumnTwo {	
	border-left: 1px solid #999900;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription {
	/*font-size: 1.2em;*/
	padding: 15px 0 0 0;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}


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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	border: 1px solid #BDBD5D;
	background: #E7E7B8 url(../images/fieldset_bg.jpg) no-repeat top left;
	padding: 1em;
	margin-bottom: 20px;
	}
	
	#cartAdd input[type=text] {
		height: 14px;
		padding: 3px 0;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		background: url(../images/shopping_cart_input_bg.jpg) no-repeat top left;
		border: 1px solid #999900;
		color: #666600;
		}


.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;
	}
	
.cartProductDisplay,
.cartUnitDisplay,
.cartTotalDisplay {
	font-size: 11px;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 40px;
	}
	
	.cartQuantity input[type=text] {
		height: 14px;
		padding: 3px 0;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		background: url(../images/shopping_cart_input_bg.jpg) no-repeat top left;
		border: 1px solid #999900;
		color: #666600;
		width: 24px;
		}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #606000;
	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;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.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 20px 20px 0em;
	padding-top: 20px;
	}

.categoryIcon {
	
	}
	
	.categoryIcon a {
		font-size: 24px;
		color: #333300;
		}


#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: 16px;
	color: #FFFFFF;
	line-height: 16px;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0;
	background-color: transparent;
	}
	
.leftBoxHeading {
	margin: 0em;
	}

.leftBoxContainer {
     border: none;
	}

.sideBoxContent {
	background-color: transparent;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
	}

.rightBoxHeading {
	margin: 0em;
	}
	
.rightBoxContainer {
	border: none;
	}


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

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

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#siteinfoIP, #siteinfoLegal {
	/*background-color: none;*/
	}

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}
	
#categories {
	padding-top: 50px;
	}
	
	#categories * {
		margin-left: 10px;
		margin-right: 10px;
		}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}
	
.hiddenField {
	display: none;
	}

.visibleField {
	display: inline;
	}	

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}
	
.productListing-odd {
	/*background-color: none;*/
	}
					  
.productListing-even {
	background-color: #DEE6D3;
    }
    
.productListing-even td,
.productListing-odd td {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.productListing-even,
.productListing-odd {
	padding-right: 10px;
	}
					  
.listingProductImage {padding: 4px;}

CAPTION {
	/*display: none;*/
	}


ul#myAccountGen, ul#myAccountNotify {
	margin: 10px 20px 20px 35px;
	}
	
#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: #333300;
	height: 2em;
	font-size: 12px;
	color: #fff;
	}

#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 {
	background-color: #fff;
	padding: 20px;
	}



/*  Corning Olive Oil Custom Code  */
.left {
	position: absolute;
	left: 0;
	}
	
.right {
	position: absolute;
	right: 0;
	}

#center_column {
	padding-top: 20px;
	width: 450px;
	}
	
	
#taglineWrapper {
	display: none;
	}
	
#contentMainWrapper {
	margin: 0;
	*margin-top: -5px;
	padding: 0;
}

#page_title {
	position: absolute;
	top: 259px;
	left: 235px;
	}

#navMainSearch { display: none; }

.centerColumn {
	margin-left: 20px !important;
	margin-right: 20px !important;
	}
	
	
input.input-yellow-shadow {
		background: url(../images/shopping_cart_input_bg.jpg) no-repeat top left;
		border: 1px solid #999900;
		color: #666600;
		}
		
span.spaced-head {
	color: #993300;
	font-family: georgia, times, serif;
	font-variant: small-caps;
	letter-spacing: 1px;
	}
	
span.imgLink {
	font-size: 10px;
	text-transform: uppercase;
	}
	
ul#productDetailsList {
	list-style: none;
	}
	
	
	
/*    HOMEPAGE 3-PRODUCTS    */
ul#homepage_products {
	list-style: none;
	padding-bottom: 20px;
	}
	
	ul#homepage_products li {
		display: inline;
		position: relative;
		width: 130px;
		float: left;
		line-height: 14px !important;
		background: #999900;
		}
		
	ul#homepage_products li.middle {
		margin: 0 9px;
		}
		
		ul#homepage_products li img {
			padding: 1px 1px 0 1px;
			}
		
		ul#homepage_products li span {
			display: block;
			font-size: 10px;
			font-weight: bold;
			color: #fff;
			text-transform: uppercase;
			text-align: center;
			padding: 4px 0 4px 0;
			margin: 0;
			}
			
ul#homepage_products li div.new {
	background: url(../images/new.png) no-repeat;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 63px;
	height: 39px;
	}
	
	ul#homepage_products li div.new span {
		display: none;
		}
		
p.p_iefix {
	*margin-top: 20px;
	}
			
		
	
/* Search Bar located in Head */
#search_bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 223px;
	background: url(../images/search_bg.jpg) no-repeat left top;
	border-left: 1px solid #999900;
	border-bottom: 1px solid #999900;
	border-right: 1px solid #999900;
	}
	
	#search_bar input[type=text] {
		margin: 10px;
		padding: 3px 10px 0 10px;
		width: 140px;
		height: 17px;
		font-size: 12px;
		float: left;
		}
		
	#search_bar input[type=image] {
		margin-top: 11px;
		float: left;
		}
		
	#search_bar input[type=hidden] {
		display: none;
		}
		
		
/* Call to action, below SEARCH bar */
#call_to_action {
	position: absolute;
	top: 50px;
	right: 0;
	width: 223px;
	background: url(../images/search_bg.jpg) no-repeat left top;
	border: 1px solid #999900;
	}
	
	#call_to_action p {
		margin-right: 5px;
		font-family: georgia, times, serif;
		font-size: 14px;
		font-style: italic;
		color: #666600;
		text-align: center;
		}
				
	#call_to_action p span.header {
		display: block;
		margin-bottom: 5px;
		padding-top: 5px;
		font-family: 'Trebuchet MS', arial, helvetica, sans-serif !important;
		font-size: 16px;
		color: #993300;
		font-style: normal;
		}
	
		#call_to_action p img {
			margin-right: 5px;
			border-right: 1px solid #999900;
			float: left;
			}
			
		#call_to_action p a:hover span {
			text-decoration: underline;
			}
		
	
/* Static Shopping Cart */
#static_cart {
	position: relative;
	padding-top: 15px;
	width: 225px;
	background: url(../images/static_cart_bg.jpg) no-repeat top left;
	}
	
	#static_cart td {
		font-size: 12px;
		}
	
	#static_cart ul {
		list-style: none;
		background: url(../images/shopping_cart_olive_line.gif) no-repeat bottom right;
		padding-bottom: 17px;
		}
		
		#static_cart ul li {
			border-top: 1px dotted #999900;
			margin: 0 10px 5px 10px;
			padding-top: 5px;
			}
			
		#static_cart ul li:first-child {
			border-top: none;
			}
		
	#static_cart td {
		vertical-align: top;
		}
		
	#static_cart td input[type=text] {
		width: 25px;
		height: 12px;
		margin: 0 10px 0 0;
		padding: 3px 0;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		}
			
	
	#static_cart td.item_text {
		font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
		color: #333300;
		}
	
	#static_cart span.item_title {
		display: block;
		}
	
	#static_cart span.item_volume {
		}
		
	#static_cart span.item_price {
		color: #666600;
		}
		
#static_cart form .button_container {
	padding-bottom: 30px;
	}

/* Information Side Box */
#information {
	padding-bottom: 20px;
	background: url(../images/information_bg.jpg) no-repeat left top;
	border-bottom: 1px solid #999900;
	}
	
	#informationContent {
		margin: 0 10px;
		}
		
		#informationContent ul {
			padding-top: 20px !important;
			margin-left: 25px !important;
			}
			
			#informationContent ul li {
				padding-left: 10px;
				background: url(../images/bullet_arrow.gif) no-repeat left;
				
				}
			
				#informationContent ul li a:link,
				#informationContent ul li a:visited {
					font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
					font-size: 12px;
					color: #993300;
					}
					
				#informationContent ul li a:hover,
				#informationContent ul li a:active {
					text-decoration: underline;
					}
					
.productListing-rowheading th {
	margin-bottom: 10px;
	border-bottom: 1px solid #999900;
	}





/* CUSTOM BUTTONS */

.recalculate a span,
.check_out a span,
.go a span {
	display: none;
	}


.recalculate a {
	display: block;
	margin: 0 10px;
	width: 89px;
	height: 19px;
	background: url(../images/buttons/recalculate.gif) no-repeat 0 0;
	float: left;
	}
	
.check_out a {
	display: block;
	width: 75px;
	height: 19px;
	background: url(../images/buttons/check_out.gif) no-repeat 0 0;
	float: left;
	}
	
.check_out a:hover,
.check_out a:active,
.recalculate a:hover,
.recalculate a:active {
	background-position: 0 -19px;
	}
	
	
	
.go a {
	display: block;
	margin-top: 11px;
	width: 26px;
	height: 18px;
	background: url(../images/buttons/go.gif) no-repeat 0 0;
	float: left;
	}
	
	.go a:hover {
		background-position: 0 -18px;
		}
		
		
/*   FOOTER   */
#corning-footer {
	padding-top: 25px;
	margin: 0 0 20px 245px;
	width: 450px;
	}
	
	#corning-footer p,
	#corning-footer address {
		line-height: 16px !important;
		font-size: 11px;
		}
		
	#footer-top {
		margin-bottom: 5px;
		}
		
		
/*   PAGE 404 FILE NOT FOUND    */
#pageNotFound ul,
#siteMapList ul {
	margin: 10px 20px 20px 35px;
	}
	
	
/*   ADVANCED SEARCH PAGE   */
#advSearchDefault input[type=text],
#advSearchDefault select {
	width: 90%;
	font-size: 12px;
	display: block;
	}
	

/*   PRODUCT LISTING PAGE   */
#productsListingTopNumber {
	margin-bottom: 10px;
	}
	
.listingDescription {
	margin-left: 10px !important;
	}
	
#productsListingBottomNumber {
	margin-top: 10px;
	}
	
#productsListingTopNumber,
#productsListingBottomNumber {
	font-size: 12px;
	}
	
	
/*   SHOPPING CART PAGE   */
#cartContentsDisplay .rowEven,
#cartContentsDisplay .rowOdd {
	border: 1px solid #BDBD5D;
	background: #E7E7B8 url(../images/fieldset_bg.jpg) no-repeat top left;
	}
	
	
/*   CHECKOUT SHIPPING   */
#checkoutShippingContentChoose {
	font-size: 12px;
	font-weight: normal !important;
	}
	
	
	
#productMainImage img {
	display: block;
	border: 1px solid #9a9a9a;
	}
	
#productMainImage {
	margin-bottom: 10px !important;
	}
	
	

/* CUSTOM CRUSHING PAGE */

#custom_press {
	margin: 0 0 10px 10px;
	text-align: center;
	}
	
	#custom_press span {
		padding-top: 5px;
		display: block;
		font-size: 11px;
		}
		
		#custom_press a:hover span {
			text-decoration: underline;
			}
		
	#custom_press img {
		padding: 1px;
		border: 1px solid #999900;
		}
		
		
		

/* GILROY GARLIC FESTIVAL */
#gilroy {
	position: absolute;
	left: 260px;
	top: 50px;
	width: 206px;
	height: 108px;
	}
	
	#gilroy a {
		display: block;
		width: 206px;
		height: 108px;
		background: url(../images/gilroy_garlic_festival.jpg) no-repeat 0 0;
		}
		
	#gilroy a:hover,
	#gilroy a:active {
		background-position: 0 -108px;
		}
		
		#gilroy a span {
			display: none;
			}
			
			
/* OUR STORY */

p.call_out {
	text-align: center;
	font-size: 1.3em;
	color: #993300;
	}



#google_ads {
	border-top:1px solid #999900; 
	border-bottom:1px solid #999900; 
	padding: 20px 0; 
	text-align: center;
	background-color: #FFF;
	}
	
	
#aus {
	margin: 0 auto;
	}