/**
 * 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_new.css 3286 2006-03-28 01:14:04Z drbyte $
 */

body {
	color:#000000;
	font:.8em/1.6;
	font-family: Arial, sans-serif; 
	background-image: url("/images/page_graphics/background.gif");
	background-color: #b7dd27; 
	background-repeat: repeat-x; 
	text-align: center; 
	margin: 0 0 50px;
	}

/*Headers start*/
#header           { 
	margin: 0px; 
	padding: 0px; 
	width: 782px; height: 125px;
	*margin-bottom: -5px;
	}

#header object { 
	margin: 0; 
	padding: 0;
	}

#header .animation { 
	margin: 0; 
	padding: 0; 
	}

#header p   { 
	color: #000; 
	font-family: Georgia, serif; 
	text-align: right; 
	letter-spacing: 0.15em; 
	margin: 0; 
	padding: 0 2em 0 0; 
	}

/*Headers end*/

/*- Menu Tabs 1--------------------------- */
html>body  { }
 
/* 
#mainnav        { 
	background: #3b390d; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: normal; 
	margin: 0; 
	padding: 0; 
	width: 100%;
	}

#mainnav ul { 
	list-style: none; 
	margin: 0; 
	padding: 0 20px 0 20px; 
	}

#mainnav li { 
	display: inline; 
	margin: 0; 
	padding: 0;
	}

#mainnav a      { 
	color: #98b238; 
	text-decoration: none; 
	background-color: transparent; 
	display: block; 
	margin: 0;
	padding: 10px 9px;
	float: left; 
	}

#mainnav a:hover	{ 
	color: #fff 
	}
 */
#ecoheader      {
	padding-bottom: 10px;
	}

#storenav { 
	background: #3b390d; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: normal; 
	margin: 0; 
	padding: 0; 
	width: 362px; 
	float: left; 
	border-top: medium none;
	}

#storenav ul { 
	list-style: none; 
	margin: 0; 
	padding: 0 10px 0 10px; 
	}

#storenav li { 
	display: inline; 
	margin: 0; 
	padding: 0;
	}

#storenav a      { 
	color: #FFF; 
	text-decoration: none; 
	background-color: transparent; 
	display: block; 
	margin: 0;
	padding: 10px 9px;
	float: left; 
	}

#storenav a:hover	{ 
	color: #fff 
	}

#mainBanner {
	width:100%;
	margin: 0;
	padding-bottom: 10px;
}

a img {
	text-decoration: none;
	border: none; 
	}
	
a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	}

h1	{ 
	padding-bottom: 20px; 
	color: #a6c500; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	margin-top: 0px;
	padding-top: 0px;
	}
	
h2 {
	font-size: 20px;
	}
	
h2.greeting {
	font-size:14px;
	}

h3 {
	margin-top: 0px;
	padding-top: 0px;
	}

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

.biggerText {
	}

h1, h2, h3, h4, h5, h6 {
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
	
FORM, SELECT, INPUT {
	display: inline;

	
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	border: 1px solid #cccccc;
	}
	
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	/* added 6-17-08 RT */
	float:right;
	width:550px;
	/* end added 6-17-08 RT */
	}
	
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

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

LABEL.inputLabel {
	font-size: 0.95em;
	width: 10em;
	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;
	}
	
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: white;
	text-align: left;
	vertical-align: top; 
	background-image: url("http://store.greengurugear.com/images/page_graphics/page_background.gif"); 
	background-repeat: no-repeat; 
	background-position: 0 100%; 
	margin: 0 auto; padding: 0; width: 782px;
	}

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

#contentMainWrapper { 
	width: 782px; 
	}

/*Left & Right col wrapper*/
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;

	}


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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0;
	width: 43%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/* HEADER */
	#navMainWrapper {	
	}

#navMainWrapper a:link , #navMainWrapper a:visited {
	color:#aaa000;
	}

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

#headerContent {
	/* background:#f1d600 url('../images/header-bg.jpg') center right no-repeat;*/
	}

#nameWrapper  {
	padding:10px 0 10px 30px;
	}

#nameWrapper a, #nameWrapper a:visited {
	font-size:40px;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	}

#taglineWrapper {
	font-size:20px;
	padding:10px 0 10px 60px;
	margin-top:-30px;
	}

#navEZPagesTop {
	font-weight: bold;
	text-align:center;
	font-size:1.2em;
	}

#navEZPagesTop a {
 	color:#fff;
	}

.navMainSearch {
	margin:0 10px 0 0;
	line-height:0;
	float:right;
	}
	
/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 0.9em;
	}
	
.navSplitPagesLinks {
	margin: 0.5em;
	font-size: 0.9em;
	}

.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;
	font-weight: bold;
	height: 20px;
	width: 100%;
	padding-top: 0px;
	font-size: 12px;
	}

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

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}

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

#headerWrapper #navMain ul li {
	border-right:1px solid #666;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border:1px solid #dfdfdf;
	}

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

#navBreadCrumb {
	border-bottom:1px solid #bfbfbf;
	padding: 0px 0 5px 0;
	margin:3px 25px 0 25px;
	}

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

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.1em;
	font-size: 0.9em;
	}

.advisory {padding:1em 1em;margin:1em 0;font-size:12px; border: 1px dashed red;}

.important {
	font-size: 1.1em;
	}

.notice {}

.rating{}

.gvBal {
	float: right;
	}
	
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

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

#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	margin-bottom:10px;
	}

/*Shopping Cart Display*/
#cartAdd {
	text-align: center;
	margin: 10px 10px 0 0; 
	padding: 0;
	float:left;
	clear:right;
	}
	

.productListing-heading , .tableHeading th{
	font-size: 12px;
	}

.cartTableHeading, #cartSubTotal {
 }

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

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

.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: 70px;
	text-align: right;
	padding: 0.2em;
	font-size:15px;
	}

.lineTitle {
	text-align: right;
	padding: 0.2em;
	font-weight:bold;
	font-size:15px;
	}

.amount {
	text-align: right;
	width: 5.5em;
	}

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

#cartImage {
	margin: 0;
	}

#categoryIcon {
	display:none;
	width: 190px; 
	height: 64px;
	float: right;
	}

/*Attributes*/
.categoryIcon {
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: 13px;
	/*	
	border-color: #99cc00;
	border-style: solid;
	border-width: 1px;
	*/
	}

.categoryIcon a:link {
	color: color: #343434;
	text-decoration: none;
	}

.categoryIcon a:visited  { 
	color: #343434;
	 }

.categoryIcon a:hover { 
	color: #343434; 	
	}

.categoryIcon a:active { 
	color: #343434; 
	}



.attribImg {
	width: 20%;
	margin: 0.3em 0em;
	}

.attributesComments {
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxContents {
	}

/* BOXES */
	
#navColumnOne, #navColumnTwo {
	padding: 0 10px 0 10px;
	}	


.centerColumn {
	padding: 0 0px 0 20px;
	width: 570px;
	}

.centerColumn INPUT#submit1 {
	}

.centerColumn p {
	font-size: 12px; 
	padding: 0px; 
	margin: 0px;
	}

#productDescription .productGeneral biggerText {
	font-weight: normal; 
	line-height: 1.5em; 
	padding: 0; 
	margin: 0;
	}
	
h2.centerBoxHeading,  TR.tableHeading {
  background:transparent url('../images/sidebox-title-bg.gif') 0px 16px repeat-x;
  font-weight:bold;
  margin:0;
	}

h2.centerBoxHeading {
	font-size: 15px;
	}

.productListing-rowheading {
	background:transparent url('../images/sidebox-title-bg.gif') 0px 23px repeat-x;
  	font-weight:bold;
  	margin:0;
	}

h2.centerBoxHeading {
 	padding-left:10px;
	}

.productListing-rowheading, TR.tableHeading {
	height:2.0em;
	line-height:2em;
	}

.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	margin-bottom: 1em;
	line-height:1.4;
	}
		
.sideBoxContent {
	margin-bottom:15px;
	}

h3.rightBoxHeading, h3.leftBoxHeading  {
	background:transparent url('../images/sidebox-title-bg.gif') 0px 20px repeat-x;
	line-height:1.4em;
	text-align:left;
	margin:0;
	padding:0;
	}

h3 label {
	font-size:1.0em;
	}

h3.rightBoxHeading, h3.rightBoxHeading a, h3.leftBoxHeading, h3.leftBoxHeading a  {
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	text-decoration: underline;
	} 

/* PRODUCT LISTING */
.productListing-rowheading a {
	color:#666;
	}

.productListing-data img {
	padding:8px;
	}

/* PRODUCT INFO */


#productDetailsList{
	padding:0;
	margin-top:10px;
}

#productDetailsList li {
	list-style-type:none;
	margin:0;
	padding:0;
	}

/* FOOTER */
#authorLink {
	text-align:center;
	font-size:.9em;
	}

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

.centeredContent a{
color: #000000;
font-size: 12px;
}

.centeredContent a:hover{
color:#666666;
font-size: 12px;
}



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

#upProductsHeading {
	text-align: left;
	}
	
#upDateHeading {
	text-align: right;
	}
	
/*misc*/
.back {
  	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #F4F4F4;
	height: 1.5em;
	vertical-align: top;
	}*/

.productListing-odd td, .productListing-even td, .rowOdd td, .rowEven td {
	/*border-bottom:1px solid #d8d8d8;*/
	}
	
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
	}

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

.category-products {
	}

#accountLinksWrapper {
	width: 100%;
	}


h3.leftBoxHeading { 
	font-size: 18px; 
	margin: 0; 
	padding-bottom: 0; 
	color:#666666;
	}

#categoriesContent { 
}

#categoriesContent a {
}

#categoriesContent a:link { 
	color: #3b390d; 
	text-decoration: none; 
	}

#categoriesContent a:visited { 
	color: #3b390d; 
	text-decoration: none; 
	}

.catDescContent {
	font-size:12px; 
	line-height: 1.5em;
	}
	
#productDescription{
	padding-bottom: 2.5em;
	}

#productDescription ul {
	color: #666666;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 13px;
	}

#productDescription p {
	padding-bottom: 1.25em;
	}
	
.category-top {
	font-size: 12px;
	font-weight: bold;
	}
	
a.category-products {
	font-size: 11px;
	}	

#siteinfoLegal {
	height: 50px; 
	font-weight: normal; 
	text-align: left; 
	margin: 0; 
	padding: 0;
	margin: 5em 0 0; 
	background-image: url("http://store.greengurugear.com/images/page_graphics/footer.gif"); 
	background-repeat: repeat-y; 
	}

#siteinfoLegal.legalCopyright {	
	color: #999; 
	font-size: 9px; 
	font-weight: normal; 
	text-align: left; 
	margin: 0; 
	padding-left: 20px;
	margin-top:50px;
	}	
	
#siteinfoLegal a:link { 
		color: #999; 
		}
					
#siteinfoLegal a:visited { 
	color: #999;
	}

#siteinfoLegal a:hover { 
	color: #000; 
	}
	
.catcount {
	float: none; 
	text-align: left; 
	font-size: 11px; 
	padding-left: 5px; 
	color:#999;
	}

#categoriesContent a:hover { 
	color: #999; 
	}
	
a.category-links { 
	font-weight: bold; 
	font-size: 12px;
	}

ecotitle {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

ecopara {
	color: #4c4c4c;
}

 p {
	line-height: 1.5em;
	margin-bottom: 1.25em;
	}

.main {
	font-size: 12px;
	line-height: 1.5em;
	}

#sorter {
	width: 100%; 
	font-size: 10px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	}

#productDescription {
	font-size: 12px;
	line-height: 1.5em; 
	}



.listingDescription {
	font-size: 12px;
	padding: 0 0 10px 0;
	}


h3.itemTitle {
	font-size: 14px;
	margin:0px;
	padding: 5px 0 0 0;
	}

.productListing-data {
	font-size: 12px;
	}

/*top links*/
.back {
	background-image: url(none);
	padding-left: 0px;
	margin-left: 0px;
	}

.centerBoxWrapper {
	padding-top: 25px;
	}

#productDateAdded{
	width: 500px;
	font-size: 10px;
	line-height: normal;
	text-align: left;
	padding-bottom: 25px;
	padding-top: 25px;
	clear: left;
	}

#productTellFriendLink {
	text-align: left;
	padding: 0; 
	margin: 10px 10px 0 0; 
	float: left;
	clear: right;
	}

#productReviewLink 	{
	text-align: left;
	padding: 11px 10px 11px 0;
	float: left;
	clear: right;
	margin-left: 0px;
	margin-top: 0px;
	}

table #cartContentsDisplay {
	font-size: 12px;
	}

#cartContentsDisplay td {
	text-align: center;
	}

#cartProdTitle {
	text-align: center;
	}

.cartProductDisplay {
	}

.cartTotalsDisplay {
	font-style: normal;
	background-color: #cccccc;
	color: #343434; 
	font-weight: normal;
	}

#authorLink {
	display: none;
	}

h3#categoriesHeading {
	padding-bottom: 10px;
	}
	
/*
h3#productListHeading {
padding: 0px;
margin: 0px;
}
*/	

/* old mainnav */
#mainnav        { 
	background: #3b390d; 
	font-size: 11px; 
	font-weight: bold;
	line-height: normal; 
	margin: 0; 
	padding: 0; 
	width: 782px; 
	float: left; 
	border-top: medium none; 
	border-bottom: 1px solid #999; 
	}

#mainnav ul { 
	list-style: none; 
	margin: 0; 
	padding: 0 20px 0 20px; 
	}

#mainnav li { 
	display: inline; 
	margin: 0; 
	padding: 0;
	}

#mainnav a      { 
	color: #98b238; 
	text-decoration: none; 
	background-color: transparent; 
	display: block; 
	margin: 0;
	padding: 10px 9px;
	float: left; 
	}

#mainnav a:hover	{ 
	color: #fff 
	}

#mainnav li.store a { 
	color: #fff; 
	}

	
#upcomingProductsTable {
	font-size: 12px; 
	}	

/*Next and previous product nav*/
.navNextPrevWrapper {
	/*float: right;*/ 
	text-align: left;
	margin: 0 0 40px 0;
	padding: 0px;
	/*border: 1px solid black;*/
	width: 355px; 
	height:75px;
	}
	

#productDateAvailable {
	margin: 0;
	float: left; 
	width: 100%;
	border-color: #990000; 
	border-style: solid; 
	border-width: 1px;
	padding: 5px; 
	line-height: normal; 
	font-weight: bold;
	}

p#productDateAvailable  {
	color: #990000;
	}

.storenav {
	}

.storenav a:link { 
	color: white; 
	}

#ecostorenav         { 

	margin-left: 0; 
	margin-bottom: 10px; 
	margin-right: 0; 
	margin-top: 6px; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: normal; 
	padding: 0; 
	width: 100%; 
	float: left; 
	border-bottom: solid 1px #666;
	/*border: solid 1px #000;  */
	}

#ecostorenav ul { 
	list-style: none; 
	margin: 0; 
	padding: 0 20px 0 20px; 
	}

#ecostorenav li { 
	display: inline; 
	margin: 0; 
	padding: 0;
	}

#ecostorenav a      { 
	color: #666666; 
	text-decoration: none; 
	background-color: transparent; 
	display: block; 
	margin: 0;
	padding: 10px 9px;
	float: left; 
	}

#ecostorenav a:hover { 
	color: #98b238; 
	}

/* controls left column width */
#categoriescss   { 
	background-color: #fff; 
	text-align: left; 
	margin: 0px; 
	padding: 0px 0 10px 0; 
	width: 130px; 
	float: left; 
	}

#categoriescss ul   { 
	font-size: 11px; 
	line-height: 14px; 
	margin-top: 0; 
	margin-left: 0; 
	padding-top: 0.5em; 
	padding-left: 0px; 
	}

#categoriescss li	{ 
	list-style-type: none; 
	padding-bottom: 0.45em 
	}

#categoriescss ul.level1	{
	font-weight:bold;
	font-size: 12px;
	padding-left: 0px;
	margin-left: 0px;
	}
	
#categoriescss ul.level1 a:link { 
	color: #000; 
	text-decoration: none; 
	}
	
#categoriescss ul.level1 a:visited { 
	color: #000; 
	text-decoration: none; 
	}
	
#categoriescss ul.level1 a:hover { 
	color: #900; 
	text-decoration: underline; 
	}

#categoriescss ul.level1 li	{
	padding-left: 0px;
	margin-left: 0px;
	}	
	
#categoriescss ul.level2 li	{
	padding-left: 0px;
	margin-left: 15px;
	}	

#categoriescss ul.level2 a:link {	
	color: #3b390d; 
	text-decoration: none; 
	}
	
#categoriescss ul.level2 a:visited {	
	color: #3b390d;
	text-decoration: none;
	}
	
#categoriescss ul.level2 a:hover {
	color: #999; 
	}
	
#categoriescss .submenu li	{
	font-weight:normal;
	}
	
#categoryImgListing {
	padding: 0 20px 0px 0;
	float: left;
	width: 170px;
	}

/*#categoryImgListing {
	padding: 0 0 0 0; 
	margin:0px;
	width:auto;
	}*/

#categoryImgListing img {
	width:170px; 
	height:78px;
	}

#indexDefaultHeading, #indexCategoriesHeading, #productListHeading {
	font-size:30px;
	padding: 0px 0 20px 0;
	margin:0px;
	}

#indexCategoriesHeading{
	display:none;
}

/*
#productListHeading {
	padding-bottom:	20px;
	margin-bottom: 20px;
	}
*/

#productName {
	padding: 0px; 
	margin: 0px;
	}

#productPrices { 
	font-size: 14px; 
	padding: 0; 
	margin: 0; 
	font-weight: normal;
	}

.centerBoxContentsNew {
	font-size:12px;
	}

.centerBoxContentsNew a:link {
	color:#343434;
	}

.centerBoxContentsNew a:visited  { 
	color: #343434; 
	}

.centerBoxContentsNew a:hover { 
	color: #a6c500; 
	}

.centerBoxContentsNew a:active { 
	color: #a6c500;
	}

.categoryListBoxContents {
	font-size: 13px;
	font-weight: bold;
	}

.categoryListBoxContents a:link {
	color:#343434;
	}
	
.categoryListBoxContents a:visited  { 
	color: #343434; 
	}

.categoryListBoxContents a:hover {
	color: #a6c500; 
	}

.categoryListBoxContents a:active { 
	color: #a6c500;
	}

#loginDefault {
	font-size: 13px;
	}

h1 #loginDefaultHeading {
	padding:0;
	margin: 0;
	}

#accountDefault { 
	font-size: 13px;
	}

#accountLinksWrapper {
	margin: 0; 
	padding:0;
	}

td.cartProductDisplay #cartProdTitle	{
}

 #checkoutShipto, #checkoutBillto  { 
	font-size: 11px; 
	padding: 10px; 
	border: solid 1px #666; 
	}

.floatingBox {
	font-size: 13px;
	}

BoxContents a:hover { 
	color: #a6c500; 
	}

.categoryListBoxContents a:active { 
	color: #a6c500;
	}

#reviewsDefault {
	font-size: 13px;
	margin-top: 10px;
	}

h1 #loginDefaultHeading {
	padding:0;
	margin: 0;
	}

#accountDefault { 
	font-size: 13px;
	}

#accountLinksWrapper {
	margin: 0; 
	padding:0;
	}

td.cartProductDisplay #cartProdTitle	{
}

#checkoutShipto, #checkoutBillto  { 
	font-size: 11px; 
	padding: 10px; 
	border: solid 1px #666; 
	}

.floatingBox {
	font-size: 13px;
	}

#checkoutPayment, #checkoutConfirmDefault {
	margin-top: 17px;
	}

h3.itemTitle {
	text-align: center;
	}

h3.itemTitle  a:link {
	color: #a6c500;
	}

h3.itemTitle  a:visited  { 
	color: #a6c500; 
	}

h3.itemTitle  a:hover { 
	color: #343434; 
	text-decoration: underline;
	}

h3.itemTitle  a:active { 
	color: #a6c500;
	}

#upcomingProductsTable caption {
	font-size: 13px;
	padding-bottom:1em;
	}
	
#upcomingProductsTable a:link {
	color: #a6c500;
	}
	
#upcomingProductsTable a:visited { 
	color: #a6c500; 
	}
	
#upcomingProductsTable a:hover { 
	color: #343434; 
	text-decoration: underline;
	}
	
#upcomingProductsTable a:active { 
	color: #a6c500;
	}

.imgLink {
	font-size:10px;
	}

#indexProductListCatDescription {
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 1.45em;
	}
	
#productListing table {
/*	border: 1px solid red;	*/
	}

#productListing table .itemTitle{
	margin-top: 4px;
	}
	

#productAttributes {
	border: 1px solid red;
	float: left;
	margin: 10px 10px 0 0; 
	padding:5px;
	width: auto; 
	height:40px;
	}

h4.optionName {
	padding:0 5px 0 0;
	margin:0;
	font-weight:normal;
		font-size:12px;
	}

label.attribsSelect {
	padding:0;
	margin:0;
	
	}
	
h3#attribsOptionsText {
	padding: 0; margin: 0;
	font-weight:bold;
	font-size:12px;
}	
/**
#tellAFriendDefault{
	padding-top:34px;
	} */
	
#alsoPurchased {
	float:left; 
	width:100%; 
	margin: 25px 0 0 0;
	font-size:12px;
	}	
	
/* Slider */


	
	
	