/**
 * 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: 0;
	font-family: verdana, arial, helvetica, sans-serif;
/*	font-size: 62.5%;*/
	font-size: 9pt;
	background-color: #ffffff;
/*	background-image: url(../images/gray-sides.jpg);*/
	padding:0px 10px 0px 10px;
	background-position: center;
	background-repeat:repeat-y
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color:#84007c;
	text-decoration: none;
	font-size: 9pt;
	}
 
a:visited {
	color: green;
	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: green;
	text-decoration:underline;*/
	/*font-weight: bold;*/
	color: #822381;
	text-decoration: underline;
	}

a:active {
	color: green;
	}

a img:hover {
	text-decoration:none;
}

h1 {
	font-size: 1.5em;
	color: #84007c;
	/*color: #9a9a9a;*/
	}

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

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

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

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

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	/*background: #E4FEF5;*/
	background: #f8eaf8;
	color: green;
	}

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

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

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: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

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

.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: #ffffff;
	text-align: left;
	width: 930px;
	vertical-align: top;
	/*border: 1px solid #9a9a9a;*/
	}

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

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x repeat-y ;
	background-color: #ffffff;
	height:134px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : right;
	vertical-align: right;
	}

#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: #7CFC00;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #000000;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

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

#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: #000000;
	white-space: nowrap;
	font-weight: bold;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

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

#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;
	width:300px;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

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

.alert {
	color: #FF0000;
	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: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 0em;
	border: 0px solid #000000;
	padding: 0em;
	padding-right: 30px;
	}

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

.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 {
	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;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.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;
	list-style-type: none;
	} 

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

#productMainImage {
	float: right;
}

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

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #000000;
       }

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a, h3.leftBoxHeading label{
  font-size:11pt;
  font-weight:bold;
  color: #ffffff;
}

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

h3 label, h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading a:visited, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading a:visited {
  font-size:9pt;
  color: #ffffff;
  padding: 5px 0px;

}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #000000;
}

//.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
//	margin: 0em;
//	/*background-color: #abbbd3;*/
//	background: url(/static/img/box_top.gif) no-repeat top;
//	padding: 0px 0px 4px 0px;
///*	padding: 0.5em 0.2em;*/
//	}
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	/*background-color: #abbbd3;*/
	background: url(/static/img/box_top.gif) no-repeat top;
	padding: 0px 0px 4px 0px;
/*	padding: 0.5em 0.2em;*/
	}
 .centerBoxHeading {
	margin: 0em;
	padding: 0px 0px 4px 0px;
	}
.rightBoxHeading {
	background: url(/static/img/zc_rt_top.gif) no-repeat top;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	/*border: 1px solid #9a9a9a;*/
	
	margin-top: 1.5em;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 10px;
	padding: -30px -10px 4px 4px;
	height:auto;
	background:url(/static/img/box_mid.gif) repeat-y left top;
	
	/*border-left:1px thin #999999;*/
	}

.rightBoxContainer {
	background:url(/static/img/zc_rt_mid.gif) repeat-y left top;
}

.sideBoxMid{
	height:auto;
	background:url(/static/img/images/box_mid.gif) repeat-y left top;
	}
.sideBoxContent {
	background-color: #ffffff;
	padding:5px 5px 5px 5px;
	border-right:1px #999999;
	
    /*background:url(/static/img/box_mid.gif) repeat-y left top ;*/
	background:url(/static/img/box_bot.gif) no-repeat left bottom;
	 }
.sideBoxContent img {
	align: left;
	float: left;
	margin: 3px;
}

.rightBoxContainer div.sideBoxContent {
	background:url(/static/img/zc_rt_bot.gif) no-repeat left bottom;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: green;
	text-decoration: underline;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #000000;
	}

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

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

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
/*	font: normal 12px Georgia;*/
	color:#666666;
	padding-left:2px;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	/*font: normal 12px Georgia;*/
	color:#e8f5e6;
	padding-left:2px;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

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

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

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #000000;
	}

.productListing-odd, .productListing-even {

	margin: 0px;
	padding: 0px;
}

.productListing-odd td {
	background-color: #f8eaf8;
	border-bottom: 1px solid white;
	padding: 6px;
	text-align: left;
}
.productListing-even td {
	background-color: #eeffee;
	border-bottom: 1px solid white;
	padding: 6px;
	text-align: left;
}

#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;
	}
div.ratingbox{
  display: none;
  width: 30em;
  position: fixed;
	top:180px;
	left:200px;
  margin-left: 100px;
  margin-top: 10px;
  padding: 2px 2px 2px 12px;
  border: 3px solid #999999;
  //background: #ffffcc;
  background: url(/static/img/buybox-bg.gif);
  color: green;
  font-size: 10px;
}


.author{
padding: 2px;
margin: 0px;
font-size: 9px;
}


.rating_bar {
  width: 55px;
  background: url(/static/img/star_x_grey.gif) 0 0 repeat-x;
}


div.midcolumn {
float: left;
width: 549px;
padding: 0px 2px 0px 2px;
}


div.htitlebox {
  font-size: 9pt;
  color: #333333;
  width: 99%;
  font-weight: bold;
/*  background: #8AC50B;
  background: #4CC417;
background: #c6ffb4;*/
background: #c6ffb4;
  text-align: center;
  padding-top:2px;
  padding-bottom:2px;
  border-top: 1px solid #20a800;
  border-left: 1px solid #20a800;
  border-right: 1px solid #20a800;
  border-bottom: 2px solid #20a800;
}


div.titlebox a{
  color: #333333;
}
/* menu style */
/* Menu Styles */

div.menugrp {
  font-size: 9pt;
  color: #583818;
}

table.menugrp
{
/*background-color: #c6ffb4;*/
  border-top: 1px solid #baeaae;
  
  border-bottom: 1px solid #baeaae;

/*  background-color: #254117;*/
  color:#000000;
  padding:0px;
}

table.menugrp th, table.menugrp td 
{
  font-size: 9pt;
  padding:2px 3px;
  text-align: left;
/*
  border-right: 1px solid #20a800;
  border-bottom: 1px solid #20a800;
  font-weight: bold;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
*/
}

a.menugrp, a.menugrp.visited{
  width: 98%;
  text-decoration: none;
  font-size: 10pt;
  font-family:Kristen ITC,Tahoma, Trebuchet, Arial, Verdana, Helvetica, sans-serif; 
  color: #88047b;
}

a.menugrp:hover {
  color: #88047b;
  text-decoration: underline;
  font-weight: bold;
}

table.menu
{
  position: absolute;
  visibility: hidden;
  padding:0px;
  border: 1px solid #baeaae;
}

table.menu td
{
  text-align: left;
  /*background-color: #c6ffb4;*/
  background-color: #e6f6e2;
  border-bottom: 0px solid #baeaae;
  padding: 4px 4px;
}

a.menu, a.menu:visited{
  text-decoration: none;
  font-size: 10pt;
  color: #333333;
  font-family:Kristen ITC,Verdana,Tahoma, Trebuchet, Arial, Helvetica, sans-serif; 
}

a.menu:hover {
  text-decoration: underline;
  color: #333333;
  font-weight: bold;
}
/* menu styles */

.ni-btn {
	background-color: #333366;
	background-image:url(side-nav-but3.gif);
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	height: 33px;
	width: auto;
}

.ni-btn-link {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 8px;
	text-decoration: none;
	width: auto;
}

.ni-btn-link a:link {
	color: #FFFFFF;
}

.ni-btn-link a:visited {
	color: #FFFFFF;
}

.ni-btn-link a:hover {
	color: #999999;
	text-decoration: none;
}

.ni {
	color: #666666;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	width: 168px;
/*	height: 32px;
	background-color: #FFFFFF;
	background-image:url(/sstatic/img/side-nav-bg.gif);
	background-color: #E6A9EC;
*/
        border-bottom: 0px solid white;
	text-align:left;
}
  /*border: 1px solid gray;*/

.ni a:link, .ni a:visited{
	/*background-color: #E6A9EC;*/
	color:#84007c;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
	width: auto;
	border-bottom: 1px solid #cccccc;
	font-weight:normal;
}
.ni a:hover {
	background-color: #111111;
	color: #E6A9EC;
    display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.htmlcontent_l {
  width:180;
  text-align:left;
  background: url(/static/img/item-bk1.jpg) 0 0 repeat-x;
  padding: 4px 4px 0px 4px;
  margin: 0px 0px 0px 0px;
  color:green;
  font-size:10pt;
  font-weight:bold;
  
}

.htmlcontent_l a{
  color:green;
  font-size:10pt;
  font-weight:bold;
  text-decoration:underline;
}
.innercontent_l {
  background: #ffffff;
  padding:2px;
  width:176;
  font-size:10pt;
  font-weight:normal;
}

div.shopcats {

  margin: 2px 0px;
  background: url(/static/img/plum-v-grad1.jpg) 0 0 repeat-x;
  width:168px;
}

a.login {
  border: none;
  font-size: 8pt;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
a.login:hover { 
  font-size: 8pt;
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}

a.morelink {
color: green;
text-align: right;
}

a.morelink:hover { 
  color: black;
  /*font-weight: bold;*/
	text-decoration: underline;
  filter: glow;
}


h3.itemTitle a {
	color: green;
	text-decoration: none;
	font-size: 9pt;
	}
 
h3.itemTitle a:visited {
	color: green;
	text-decoration: none;
	}

h3.itemTitle a:hover {
	color: #822381;
	}

h3.itemTitle a:active {
	color: green;
	}

div.retailerline {
	float: left;
	width: 300px;
	vertical-align:center;
	text-align: left;
	font-size: 10pt;
	color: #777777;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
}

div.retailerline a {
	font-size:10pt;
}

img.retimg {
	float: left;
	height: 30px;
	width: auto;
	margin-top: 1px;
	padding-right: 10px;
	padding-left: 0px;
}

div.indsrc {
	font-size: 10pt;
	width: 130px;
	padding-top: 5px;
	color: #777777;
	margin-right: 30px;
	padding-left: 5px;
	text-align: left;
	border: 2px dotted green;
	float: right;
}

div.indsrc div {
	padding: 5px;
	width: 110px;
	text-align: center;
}
/*--BOF Main Menu--*/
.basictab{
padding: 7px 0px 0px 0px;
font:normal 12px Verdana;
background:url(/static/img/navbar_bkg.gif) no-repeat;
height:24px;
list-style-type: none;
margin: 2px 0px 0px 0px;
width:930px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
border-bottom:none;
float:left;
color: #e8f5e6;
}

.basictab li a {
text-align:center;
text-decoration: none;
padding:5px 5px;
margin: 0px;
color: #e8f5e6;
font:normal 12px Verdana;
font-weight:bold;
}

.basictab li a:visited {
margin:0px;
}

.basictab li a:hover {
color:#ffffff;
margin:0px;
text-decoration: underline;
}

.basictab li a:active {
color: #efefef;
margin:0px;
}

.basictab li.selected a{ /*selected tab effect*/
/*position: relative;
 * background-color: #009900;
 * border: 1px solid gray;
 * border-bottom:none;
 * margin:0px
 * color: black;*/
}

.submenustyle{
padding: 0px;
overflow: hidden;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
margin: 0px 0px 0px 0px;
color:#e8f5e6;
font:normal 12px Verdana;
height:100%;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px solid #ffffff;
margin: 0px;
padding: 5px 5px;
text-decoration: none;
color:#000000;
float:left;
}

.submenustyle a:hover {
color: #efefef;
}

.lb {
  border-left: 1px solid gray;
}
#ecoleisure{
}

#ecoinfo {
}
#aboutus {
}
div.submenubar {
   width: 710px;
     background-color: transparent;
   padding:2px;
   margin-top: -31px;
   text-align: left;
   float:left;
 }

ol,ul {list-style:none;}
<!--EOF Main Menu-->
#DirectMain {width:500px; height:auto; margin:10px 0 10px 0; padding-bottom:10px; float:left;}
#DirectMain #highlight{width:480px; height:auto; margin:15px 0 15px 0; padding:10px; border-top:2px dotted #c9eac3; border-bottom:2px dotted #c9eac3; float:left; background-color: #edf8eb;}
#DirectMain #highlight .img{width:160px; height:160px; margin:0 10px 0 0; float:left; border:3px solid #FFFFFF;}
#DirectMain #highlight .txt{width:300px; height:auto; float:left;}
#footer {width:930px;color:#666;font:normal 11px Georgia; border-top:2px dotted #CCCCCC; padding-top:5px; margin-top:15px; text-align:center; }
#footer a {color:#666;font:normal 11px Georgia; text-decoration:none;}
#footer a:hover {color:#199e00;}

#box_ecoshop {width:180px;height:auto;margin-top:-11px;}
#box_ecoshop .top{width:200px;height:5px; background:url(/static/img/ecoshop_top.gif) no-repeat left top;}
#box_ecoshop .mid{width:200px;height:auto; background:url(/static/img/ecoshop_bkg.gif) no-repeat left bottom;}
#box_ecoshop .mid .title{ padding:20px 25px 10px 20px; font: normal 24px Verdana;color:#ffffff; background:url(/static/img/ecoshop_dots.gif) repeat-x left bottom; }
#box_ecoshop .mid .links{ height:26px;padding:10px 5px 0px 5px;font:normal 12px Verdana;color:#ffffff; background:url(/static/img/ecoshop_dots.gif) repeat-x left bottom; cursor:pointer;white-space:nowrap;}
.box_title{padding:20px 25px 0px 20px; font: normal 20px Verdana;color:#ffffff; background:url(/static/img/ecoshop_bkg.gif) repeat-x left; }
.links1{ height:26px; padding:10px 5px 0 5px; font:normal 12px Verdana;color:#ffffff; background:url(/static/img/ecoshop_dots.gif) repeat-x left bottom; cursor:pointer;}

/*NAVBAR*/
#navbar {width:910px;height:25px; background:url(/static/img/navbar_bkg.gif) no-repeat; padding:5px 10px 0 10px; margin-bottom:1px; color:#e8f5e6;font:normal 12px Verdana; }
#navbar #links {float:left;}
#navbar a {color:#e8f5e6;font:bold 12px Verdana; text-decoration:none;}
#navbar a:hover {color:#ffffff;}
.subnavbarbkg {text-align:right; display: block;width:910px;height:25px; background:url(/static/img/subnavbar_bkg.gif); padding:5px 10px 0 10px; color:#e8f5e6;font:normal 12px Verdana; }
.subnavbar {text-align:left; display: none;width:650px;height:25px; background-color: transparent;aackground:url(/static/img/subnavbar_bkg.gif) repeat; padding:5px 10px 0 10px; color:#e8f5e6;font:normal 12px Verdana; }
.subnavbar a, .subnavbarbkg a{color:#e8f5e6;font:bold 12px Verdana; text-decoration:none;}
.subnavbar a:hover, .subnavbarbkg a:hover {color:#ffffff; text-decoration: underline;}
#main_button {width:135px;height:24px; background:url(/static/img/main_button.gif) no-repeat; padding:16px 0 0 65px; margin-bottom:1px; cursor:pointer; color:#e8f5e6;font:bold 17px Verdana; }

#categories {
	background:none;
	margin-left:-5px;
	
}

#categories h3 {
	font-size:0px;
}

#box_ecoshop .mid .openlinks{ height:26px;padding:10px 5px 0px 5px;font:normal 12px Verdana;color:#ffffff; vertical-align:center; cursor:pointer;white-space:nowrap;}
#box_ecoshop .mid .sublinks{ height:26px; padding:5px 25px 0 40px; font:normal 12px Verdana;color:#fff; font-style:italic;
background:url(/static/img/ecoshop_dots.gif) repeat-x left bottom; cursor:pointer;white-space:nowrap;}
.categoryListBoxContents {font-size: 1em;}

