/**
 * 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:'Lucida Grande',Arial, Helvetica, sans-serif;	font-size: 75%;
background:#fff url(../images/page-bg.png);
	color: #000000;}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	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: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.4em;
	color:#19653F;
	font-weight:normal;
	}

h2 {
	font-size: 1.2em;
	color: #333333;
	}

h3 {
	font-size: 1.3em;
	}

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

.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;
	}
	
FORM {margin:0;}	

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

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

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

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

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

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

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

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

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

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*/
#marginwrapper{
	margin-top:10px;
	margin-bottom:10px;
	}

#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 960px;
	background:#fff url(../images/bg-a.gif) repeat-y 5px;
	}

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

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

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#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: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

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

#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: #ffffff;
	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{
	margin: 0.5em;
}

#navBreadCrumb {
	background-color: #fff;
	margin-left:18px;
	margin-top:7px;
	margin-bottom:10px;
	margin-right:10px;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

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

#navColumnOne {
	background-color: #fff;
	}

#navColumnTwo {
	background-color: #fff;
	}

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

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

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

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	}



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

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

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

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

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

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

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

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

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 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 {}

#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*/


h3.leftBoxHeading, h3.leftBoxHeading a {
	margin-top:0px;
border-bottom:3px solid #19653F;
padding:5px 0 5px 0px;
color:#fff;
background-color:#000;
font-size:1.1em;
text-align:left;
text-indent:10px;
font-weight:700;
font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #fff;
	border-bottom:1px solid #AA9C9C;
	}


.sideBoxContent {
	background-color: #ffffff;
		}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

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

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

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

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

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

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

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


#header{
	width:960px;
	height:141px;
	background-image:url(../images/header.jpg);
	}

#topnav{
float:left;
width:960px;
margin-bottom:0px;
margin-top:0px;
padding-bottom:1px;
background:#003E15;
border-bottom:1px solid #fff;
border-top:1px solid #fff;
color:#fff;
clear:both;
}
#topnav ul {
margin-top:0px;
border:0;
margin-left:0px;
padding-left:0px;
list-style-type: none;
margin-bottom:0px;
}
#topnav li
{
list-style-type:none;
text-align:center;
float:left;
width:auto;
padding:0px;
font-weight:bold;
}
#topnav li a
{
color:#fff;
background:#21714B;
text-decoration:none;
padding:1px 35px;
float:left;
width:auto;
border:1px solid #3C8F66;
margin:1px;
}
#topnav li a.lastlink
{
padding:1px 35px;
}
#topnav li a.firstLink
{
padding:1px 35px;
}
#topnav li a:hover
{
color:#fff;
background:#3A8D64 url(../images/bg_topnav.gif);
}
#callnow
{
width:auto;
font-size:1.5em;
font-weight:bold;
padding-right:10px;
float:right;
padding-left:20px;
margin-top:25px;
clear:both;
margin-right:43px;
background:url(../images/callnow.gif) no-repeat 0px;
}

#slogan
{
float:right;
clear:both;
padding-right:5px;
font-size:1.2em;
font-weight:bold;
width:33%;
margin-top:20px;
}


#topimage{
	width:701px;
	height:204px;
	border-bottom:1px solid #FFFFFF;
	float:left;
	display:none;
	}
	
#videobox{
	height:202px;
	width:255px;
	border-bottom:1px solid #FFFFFF;
	float:left;
	border:1px solid #ccc;
	margin-left:2px;
	background-image:url(../images/video.gif);
	display:none;
	}
		
			
.category-top {
display:block;
width:177px;
text-decoration:none;
text-indent:22px;
line-height:1.7em;
font-size:12px;
color:#fff;
border-bottom:1px solid #AA9C9C;
background:#19653F url(../images/bullet_left.gif) no-repeat 10px;

}

.category-products {
display:block;
width:177px;
text-decoration:none;
text-indent:15px;
line-height:1.7em;
font-size:10px;
color:#000;
border-bottom:1px solid #AA9C9C;
background:#339358 url(../images/bullet_left.gif) no-repeat 10px;

}

	
a.category-top:link {color:#fff;}
a.category-top:visited {color:#fff;}
a.category-top:hover {color:#fff;background-color:#000;}
a.category-top:active {color:#fff;}

a.category-products:link {color:#fff;}
a.category-products:visited {color:#fff;}
a.category-products:hover {color:#fff;background-color:#000;}
a.category-products:active {color:#fff;}


.content{font-size:12px;margin-right:20px;}
.content h1{margin:0;padding:0;}
.centerColumn{
	padding-left: 1.5em;
	padding-bottom: 2em;
	padding-top:0;
	}

#indexProductListCatDescription{}
#productListHeading{font-size:1.5em;}
#indexCategoriesHeading{font-size:1.5em;margin:0;}

#footer
{
clear:both;
width:960px;
background-color:#003E15;
color:#fff;
}
#footer p
{
margin:0;
border:0;
padding:3px;
text-align:center;
}
#footer a
{
color:#fff;
background:#003E15;
}
#footer a:hover
{
text-decoration:underline;
}


#navMainSearch{height:25px;margin-top:20px;width:250px;float:right;}

#latestnews{width:165px;margin-top:10px;padding:0;}
#latestnews p{color: #000;font-size:11px;margin-left:5px;margin-right:5px;}
#latestnews h1{margin:0px;margin-bottom:10px;
border-bottom:3px solid #19653F;
padding:5px 0 5px 10px;
color:#fff;
background-color:#000;
font-size:1em;
font-weight:700;
font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
width:156px;
}

#newsletter{display:block;margin:10px auto;border:1px solid #333; padding:1px; width:140px; text-align:center;}
#newsletter a{background:#5DAE51 url(../images/down_32x32.png) no-repeat 10px; color:#fff; padding:10px 10px 10px 30px; display:block; text-decoration:none; font-weight:bold; font-size:1.1em; text-align:center;}
#newsletter a:hover{background-color:#164020; color:#fff;}

#features
{
clear:both;
padding-top:10px;
padding-bottom:10px;
text-align:center;
}
#features img
{
margin-top:5px;
border:none;
}

.catDescContent{margin-right:20px;}

.categoryImg{border:solid 1px #ccc;float:right;margin-right:20px;margin-left:10px;margin-bottom:10px;}

#mapbox {
  float: right;
  width: 253px;
  margin-right: 50px;
  text-align: center;
}

#mapbox img{border: solid 1px #ccc;}

/* WEB LOG BEGIN */
.weblogthumb
{
text-align:center;
}
.weblog h3, .weblog p
{
font-size:0.95em;
}
.weblog h3
{
margin:0px 10px 5px 5px;
padding:0px;
}
.weblog p
{
margin-top:0;
margin-left:10px;
margin-right:10px;
}
.weblogentry h3
{
color:#000;
background:#fff;
margin:1px;
padding:0px 0 0px 5px;
font-size:1em;
font-weight:700;
font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
}
.content .weblogthumb
{
margin:10px auto;
}
/* WEB LOG END */

.wpform h1{display:none;}
.wpform{font-size:11px;margin:0;width:400px;}
.wpfrequired{color:#FF0000;font-weight:bold;}
#productMainImage{display:none;}
.categoryIcon{display:none;}

.availability{color:#FF0000;}

#productName{font-size:1.5em;margin:0;padding:0;}

.productListing{text-align:left;}
.productListing-heading{text-align:left;}
.productListing-data{text-align:left;}

#productsListingTopNumber{margin-bottom:10px;}
#productsListingBottomNumber{display:none;}

#home-flash{border: solid 1px #ccc;width:547px;padding-top:2px;padding-left:3px;margin-left:auto;margin-right:auto;margin-top:30px;margin-bottom:20px;}

/* Call Me Back Form */

#callmeback
{
float:left;
width:161px;
font-size:10px;
padding-bottom:2px;
margin:0px auto 10px auto;
font-family:Arial, Helvetica, sans-serif;
}
#callmeback p.error
{
margin:10px;
}
#callmeback p
{
float:left;
margin-top:0;
width:auto;
padding:0;
font-size:1.1em;
}
#callmeback input.one, label.one
{
width:140px;
clear:both;
margin:2px 0 0 10px;
font-weight:normal;
}
#callmeback input.one
{
border:1px outset #00330E;
padding:0px;
}
#callmeback input.two
{
width:90px;
float:left;
margin:2px 0 2px 10px;
font-weight:normal;
padding:0px;
border:1px outset #00330E;
}
#callmeback input.three
{
width:50px;
float:left;
margin:2px;
background:#21714C;
color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
padding:0px;
text-align:center;
border:1px outset #00330E;
height:18px;
}
#callmeback .text
{
margin:10px 0px 10px 10px;
font-weight:bold;
font-size:13px;
float:left;
width:auto;
}

p.emphasis{margin-left:10px;width:150px;}

a#category-a-40{background-color:#164020;}
a:hover#category-a-40{background-color:#000;}

a#category-a-41{background-color:#164020;}
a:hover#category-a-41{background-color:#000;}

a#category-a-42{background-color:#164020;}
a:hover#category-a-42{background-color:#000;}

a#category-a-39{background-color:#164020;font-size:1em;font-weight:bold;}
a:hover#category-a-39{background-color:#000;}


#siteMapList li{list-style-image:url(../images/green-bullet.gif);}


#buttons
{
margin: auto;
text-align:center;
margin-bottom:10px;
}
#buttons input
{
float:none;
}

.item{float:left;margin:6px;text-align:center;}