/**
 * 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 $
* Seaveggies template for MCSV - Mary Greene Design. Jennifer Greene 2010
* Based initially on stylesheet for Simply Kerrin template (kerrinhardy.com)
* top category removed from product page after breadcrumbs turned on, MG 4-29-2016
 */

body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	color: #000000;
	background-color:#538A7A; /* teal : was #006666; */
	
	}

table {
	border-style: none;
	}

td {
	border-style: none;
	}

#mainWrapper {
	text-align: left;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #538A7A; /* teal */
	background-color: #FFFFFF;
	}
	
.skwrapper {
	width: 100%;
/*	min-width: 750px;*/
	margin-top: 0;
	background-color: #FFFFFF;
	background: url('../images/seaweed_background.jpg') #FFFFFF 32px 32px repeat-x;
	}
.sktable table {

}
	
.skwrapper td.tl {
	background: url(../images/kwtl.png) top left no-repeat;
}
* html .skwrapper td.tl {			/* box model fix for ie5 */
	background: url(../images/kwtl.gif) top left no-repeat;
}

.skwrapper td.tp {
	background: url(../images/kwt.png) top repeat-x;
}
* html .skwrapper td.tp {			/* box model fix for ie5 */
	background: url(../images/kwt.gif) top repeat-x;
}

.skwrapper td.tr {
	background: url(../images/kwtr.png) top right no-repeat;
}
* html .skwrapper td.tr {			/* box model fix for ie5 */
	background: url(../images/kwtr.gif) top right no-repeat;
}

.skwrapper td.l {
	background: url(../images/kwl.png) left repeat-y;
}
* html .skwrapper td.l {			/* box model fix for ie5 */
	background: url(../images/kwl.gif) left repeat-y;

}


.skwrapper td.mid {
	width: 100%;
}

.skwrapper td.bl {
	background: url(../images/kwbl.png) bottom left no-repeat;
}

.skwrapper td.bt {
	background: url(../images/kwb.png) bottom repeat-x;
}

.skwrapper td.br {
	background: url(../images/kwbr.png) bottom right no-repeat;
}
	

.skwrapper td.r {
	background: url(../images/kwr.png) right repeat-y;
}
* html .skwrapper td.r {			/* box model fix for ie5 */
	background: url(../images/kwr.gif) right repeat-y;
}

	


#siteinfoIP, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus {
	/* background-color: #538A7A;*/ /* teal was : #006666, #dadac5*/
	}
		

#headerWrapper {
	position: relative;
}


#navMainWrapper {
}

#navMain {
	position: absolute;
	top: -2.5em;
	text-align: right;
/*	margin-right: 40px;*/
	font-weight: normal;
	color: #677f39;
	height: 0;
	width: 100%;
	font-size: 80%;
	}
 	
#navMain ul li a:hover {
	text-decoration: underline;
	}	
	

a img {border: none; padding: 0.2em; }

#navEZPagesTop a {
	color: #7B4A5A; /* dulse maroon */
	background-color: white;
	}
	
#navEZPagesTop a:visited {
	color: #7B4A5A; /* dulse maroon */
	}

#navEZPagesTop a:hover {
	text-decoration: underline;
	}

#navCatTabs ul li a:visited {
	color: #677f39; /* kelp green */
	}
	
#navCatTabs ul li a {
	color: #677f39; /* kelp green */
	}
	
#navCatTabs ul li a:hover {
	text-decoration: underline;
	}

a:link, #navEZPagesTOC ul li a {
	color: #7B4A5A; /* dulse maroon */
	text-decoration: none;
	}
 
#tellafriendContent {
	text-align: left;
	}
 
 #productnotificationsContent {
	text-align: left;
	}
 
 
 
 
 
 
  
a:visited {
	color: #7B4A5A; /* dulse maroon */
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover {
	text-decoration: underline;
	}

a:active {
	color: #7B4A5A; /* dulse maroon */
	/* color: #677f39;*/
	}

h1 {
	color: #666699;
	font-size: 1.3em;
	}

h2 {
	color: #677f39; /* kelp green */
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1em;
	}

.biggerText {
	font-size: 1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em .4em;
}

h2 {
	margin-bottom: -.5em;
}

#productListHeading {
	padding: 2px 0 0 0;
}

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

FORM {
	display: inline;
	background-color: none;
	margin: 0.1em;
	vertical-align:middle;
	}
	
SELECT {
	display: inline;
	font-size: 0.8em;
	margin: 0.1em;
	vertical-align:middle;
	}
	
INPUT {
	display: inline;
	font-size: .75em;
	margin: 0.1em;
	vertical-align:middle;
	}
	
TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #edede0;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #6b666d;
	}

LEGEND {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0.3em;
	color: #677f39;
	}

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

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#logo {
	margin-top: -12px;
	margin-left: 12px;
	height: 100px;
	width: 100%;
	}
* html #logo {			/* box model fix for ie5 */
	margin-left: 12px;
	m\argin-left: 12px;
	width: 75%;
	height: 75%;
}

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 {
	padding: 0.5em;
	border: 1px solid #000000;
	background-color: none;
	}

.messageStackWarning {
	background-color: #F8981D;
	color: #ffffff;
	}
	
.messageStackError {
	background-color: #B72019;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.2em;
	}

.messageStackSuccess {
	background-color: #99CC33;
	color: #000000;
	}

.messageStackCaution {
	background-color: #F1F1F1;
	color: #F8981D;
	}

/*wrappers - page or section containers*/

#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper {
	background-color: #FFFFFF;
}

#logoWrapper {
	margin: 0em;
	padding: 0em;
	} 

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

#tagline h1 {	/* note: make "invisible" but keep for search engines */
	display: none;
	color:#000000;
	font-size: 0px;
	line-height: 0;
	text-align : center;
	vertical-align: middle;
	margin-top: -400px;
	}

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0.8em;
	width: 45%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	color: #6b666d; /* grey, was 677f39 (light green) */
	font-size: 80%;
	font-style: italic;
	margin-bottom: .75em;
	margin-top: .75em;
	}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper {
	}

#navSupp {
	width: 80%;
	margin: 0em auto 0em auto;
	background-color: none;
	font-size: 0.80em;
	font-weight: bold;
	color: #7B4A5A; /* dulse maroon */
	height: 1%;
	text-align: center;
	}
	
#navCatTabsWrapper {
	margin: 0;
	background-color: none;
	font-weight: normal;
	text-align: center;
	color: #677f39;
	height: 1%;
	}

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

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	text-align: center;
	}
	
#navCatTabs ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	color: #677f39;
	}
 
#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: white; /* was #6b666d;*/
	white-space: nowrap;
	}
 
#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0em;
	margin: 0;
	color: #7B4A5A; /* dulse maroon */
	text-transform: uppercase;
	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;
	margin-top: 0em;
	}

#navBreadCrumb {
	background-color: #ffffff;
	}

#navEZPagesTop {
	background-color: white;	/* was: #677f39 */
	color:#7B4A5A; /* maroon */	/* was: white */
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.1em;
	}
* html #navEZPagesTop {			/* box model fix for ie5 */
	/* margin-top: .6em;
	margin-bottom: .8em;*/
}

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

#navColumnOne {
	/* background-color: #FFFFFF; */
	background-color: #F2F3E9;  /* very light grey-green */
		/*EBEBE1 DEE0CC#E9EDD1D9D9B8D9D9B8F5F5DFD9D9B8CCCC99FFFFFF*/
	/* border-right: 1px solid #D9D9B8; */
	padding-left: 6px;
	}

#navColumnTwo {
	background-color: #FFFFFF;
	}

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

.productListing-data {
	padding: 20px 0 10px 0;
	border-top: 1px solid gray;
	}

th.productListing-heading {
	display: none;
	padding-bottom: 1.5em;
	}
a.productListing-heading {
	display: none;
	padding-bottom: 1.5em;
	}

.itemTitle {
	padding-top: 1em;
}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #B72019;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: normal;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}
	
.centerColumn {
	padding-left: 1.8em;
	padding-right: 1.8em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	/* min-width:475px;*/
	}

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

/*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: 2px;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}
.cartProductDisplay   {
	padding: 0.5em 0em 0em 1em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	font-weight: bold;
	color: #6b666d;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	font-weight: normal;
	color: #6b666d;
	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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #B72019;
	}

.orderHistList {
	padding: 0;
	margin: 0;
	margin-left: 0.2em;
	padding: 0.1em 0em;
	list-style-type: none;
	} 

.orderHistList li {
	background-image: url(../images/icons/cart.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.4em;
	}

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

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {
    display: none;
}

#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 {
	line-height: 1.4em;
	}
.category-top {
	line-height: 1.6em;
	}

#categoriesContent li {
	/*display:block;*/
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1em;
}
* html #categoriesContent li {			/* box model fix for ie5 */
	text-indent: -2em;
	t\ext-indent: -1em;
}

hr.category-newsection {
	border: 2px dotted #677f39; /* kelp green */
	border-width:2px 0 0 0; height:0;line-height:0;font-size:0;
	margin: 6px 0 6px 0;
	}

#catBoxDivider {
	display: none;
	margin-top: 20px;
	border: 2px solid #677f39; /* kelp green */
}

h3.leftBoxHeading {
	font-size: 1.0em;
	color: #6b666d;
	text-transform: uppercase;
	text-align: left;
	padding-top: 1em;
	}

h3.leftBoxHeading a {
	color: #6b666d;
	text-transform: uppercase;
	text-align: left;
	}

.leftBoxHeading {
	margin: 0em;
	padding: 0em 0.2em;
	padding-left: 0em;}

.centerBoxHeading {
	margin: 0em;
	background-color: #FFFFFF;
	padding: 0em 0.2em;
	padding-left: 0em;}

.leftBoxContainer {
	border: none;
	margin-top: 0;
	padding:0;
}

.sideBoxContent {
	/* background-color: #ffffff; */
	padding: 0.4em;
	padding-left: 0em;
	color: #7B4A5A; /* dulse red */ /* was: #6b666d; */
	/*text-transform: lowercase;*/
	text-align: left;
	}
	
.sideBoxContent A:link {
	color: #7B4A5A; /* dulse red */
	}
	
.sideBoxContent A:visited {
	color: #7B4A5A; /* dulse red */ 
	}
	
.sideBoxContent A:hover {
	text-decoration: underline;
	}
	
h2 A:link {
	color: #677f39; /* kelp green */
	}
	
h2 A:visited {
	color: #677f39; /* kelp green */
	}

h3.rightBoxHeading {
	font-size: 1.3em;
	color: #677f39;
	text-align: left;
	text-transform: lowercase;
	padding-top: 1em;
	}

h3.rightBoxHeading a {
	color: #677f39;
	text-align: left;
	text-transform: lowercase;
	}

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

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

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

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

.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, .rightBoxHeading, /*.productListing-data,*/ .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.centerBoxHeading {
	background-color: #ffffff;
	color: #677f39;
	font-weight: bold;
	font-size: 1.3em;
	border-bottom: 1px solid #677f39;
	text-align: left;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 0.2em;
	}

#bestsellersContent {
	padding-top: 0;
	padding-bottom: 0;
	}

#bestsellers ul {
	padding: 0;
	margin-left: 1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	list-style-type: square;
	font-size: 1em;
	color: #677f39;
	}

#bannerboxHeading {
	background-color: #F2F3E9;  /* very light grey-green */
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

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

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #edede0;
	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 3px; 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;
	}

#infobar {
	background-color:white;
	border-bottom: 2px solid #8e8e40;
	text-align: left;
	position: relative;
	padding-bottom: .5em;
	height: 1.2em;
	margin-bottom: 6px;
	}

#searchKeywordsHeader {
	float: left;
	text-align: left;
	}

#cartheader {
	float: right;
	display: inline;
	}
	
#messagebar {
	width: 96%;
	padding-top: 1em;
	padding-bottom: 1em;
	}

.thingreen hr {
	border: none;
	height: .5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#bottomaddress {
	/* font-family: arial, helvetica, sans-serif;*/
	font-face: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #336666; /* blue green */
}
#bottomaddress A:link A:visited {
	font-face: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #336666; /* blue green */
}

.chart3 td {
	padding: 10px;
	}
.colorbox {
	text-align: center;
	background-color: #F2F3E9; /* very light grey-green EBEBE1*/
	padding-left: 8px;
	padding-right: 8px;
}

#recipelistings a {
	color: #669966; /* green */
	font-weight: bold;
	line-height: 1.5em;
	}
	
#recipelistings a:visited {
	color: #669966;  /* green */
	font-weight: bold;
	}

#recipelistings a:hover {
	text-decoration: underline;
	font-weight: bold;
	}

#recipes  ul {
	list-style-type: none;
	}

.shoppingcartButtons {
	margin-top: -1em;
	vertical-align: bottom;
}

.shoppingcartUpdateall {
	vertical-align: middle;
	margin-top: .3em;
	padding-right: 4px;
}

.minUnits {
	font-size: .8em;
	font-style: italic;
}

#product_grid {
	list-style-type: none;
	font-size: .8em;
	padding: 0;
}

#product_grid li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 450px;
	border: 2px solid #F2F3E9; /* very light grey-green EBEBE1*/
	padding: 2px;
	text-align: left;
}

#product_grid li img {
	float: left;
	padding-right: 20px;
	width: 122px;
}

#product_grid a {
	font-size: 1.2em;
	font-weight: bold;
}
