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

/* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #3f2e2a;
	font-size: 0.84em;
	font-family: arial, verdana, sans-serif;
	/* main site background color, blue default */
}

div
{
	margin: 0;
	padding: 0;
}

h1, h2
{
	font-size: 12px;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 1.7em;
}

h1 { color: #659800; }
h2 { color: #3F2E2A; }

p, a, li
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3f2e2a;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

a:link, a:visited
{
	text-decoration: none;
	color: #659800;
}

a:hover
{
	text-decoration: none;
	color: #3f2e2a;
}

ol
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.5;
}

/*
.columnL {
position: relative;
float: left;
width: 250px
}
.columnR {
position: relative;
	width: 250px;
	float: right;
}
*/

#overwrap
{
	width: 100%;
	background-color: #fff;
	background-image: url(../images/page_bkg2.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	padding: 0;
}

#wrap
{
	width: 780px;
	margin-left: -390px;
	position: relative;
	height: auto;
	left: 50%;
}

#header
{
	background: url(../images/header_img2.gif) no-repeat 75px 29px;
	height: 131px;
	width: 780px;
	margin-top: 0;
}

/* menu bar ============================================================================*/
#logo
{
float: right;
	z-index: 99;
}

#menubar
{
	width: 780px;
	height: 70px;
	float: left;
	z-index: 999;
}

#menubar img { border: none; }

ul#navlist
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#navlist li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	color: #fff;
}

ul#navlist li a
{
	display: block;
	padding: 0 5px 28px 6px;
	color: #fff;
	text-decoration: none;
	margin: 25px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

ul#navlist li a:hover, ul#navlist li#active a:hover { color: #669900; }

/* subnavigation formatting ============================== */
#navlist li ul
{
	margin: 0;
	z-index: 999;
}

*html li ul { padding-top: 2px; }

#navlist li li a
{
	margin: 0 0 0 -35px;
	width: 170px;
	font-size: 10px;
	display: block;
	font-weight: bold;
	color: #000;
	padding: 3px 6px;
	background-color: #669900;
	border-bottom: 1px solid #fff;
}

#navlist li li a.last { border-bottom: none; }
*html #navlist li li a { margin: 0; }
*+html #navlist li ul { margin: -1px 0 0 35px; }

#navlist li li a:hover
{
	color: #fff;
	background-color: #3f2e2a;
}

li ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0%;
	visibility: visible;
}

li>ul
{
	top: auto;
	left: auto;
	background-color: none;
}

li li
{
	padding: 0px;
	display: block;
	float: left;
	background-color: none;
	border: 0;
}

li:hover ul, li.over ul { display: block; }

/* main copy content ==================================================================== */
#storelocator
{
	position: relative;
	height: 18px;
	top: 0;
	margin-top: 1px;
	float: right;
}

div#storelocator a
{
	display: block;
	position: relative;
	padding: 3px 4px;
	margin-right: 5px;
	font-size: .84em;
	background-color: #669900;
	color: #fff;
	float: right;
	font-family: 'trebuchez ms', tahoma, sans-serif;
}

div#storelocator a.browntab { background-color: #3F2E2A; }
div#storelocator a.browntab:hover { background-color: #98AB4B; }

#storelocator a:link, #storelocator a:visited
{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}

#storelocator a:hover { background-color: #98AB4B; }

#contentwrap
{
	float: left;
	width: 780px;
	margin-bottom: 15px;
}

#RHcol
{
	float: right;
	width: 580px;
	margin-top: 32px;
}

#LHcol
{
	float: left;
	margin-top: 32px;
}

#RHcol_content, #LHcol_content
{
	padding: 0 20px 20px 20px;
	border: none;
}

#LHcol_content { padding: 0; }
#RHcol_content p { margin-bottom: 1em; }

#LHcol_content p
{
	font-family: arial, verdana, tahoma, sans-serif;
	color: #000;
	line-height: 1.4;
	margin-bottom: 1em;
}

/* footer and subfooter =================================================================== */
#footer-wrap
{
	width: 100%;
	height: 150px;
	position: relative;
	border-top: 6px solid #669900;
	z-index: 1;
}

#footer
{
	width: 100%;
	height: 70px;
	background-color: #3f2e2a;
}

#footer p
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding-top: 28px;
}

#subFooter
{
	position: relative;
	height: 80px;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	background-image: url(../images/footer_img2.gif);
	background-repeat: no-repeat;
	background-position: 605px 0;
	z-index: 999;
}

#subFooter p, #subFooter a
{
	color: #669900;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 10px;
}

#subFooter a:hover { text-decoration: underline; }
#leftBoxContainer { margin: 0; }

input#searchTop
{
	background-image: url("../images/rounded-search-input.gif");
	background-repeat: no-repeat;
	background-position: left;
}

#navMainWrapper
{
	position: relative;
	padding: 20px 0 15px 0;
}

#navMain a, #navMain a span, #navMain a span.last
{
	color: #3F2E2A;
	text-decoration: none;
}

/* end main color changes */
/* other background color or image changes */
input:focus, select:focus, textarea:focus
{
	background: #E0EACC;
	/* background color for input boxes, light blue default */
}

.messageStackWarning, .messageStackError
{
	background: #F3F2F1;
	color: #980019;
	/* background color for warning messages, red default */
}

.messageStackSuccess
{
	background: #F3F2F1;
	color: #659800;
	/* background color for success messages, grey default */
}

.messageStackCaution
{
	background: #FFFF99;
	/* background color for caution messages, yellow default */
}

#cartSubTotal, h2.centerBoxHeading, .rowOdd
{
	background: #e8e9e9;
	/* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
}

TR.tableHeading
{
	background: #F3F2F1;
	/* background color for various table headings (including shopping cart heading), medium grey default */
}
#prevOrders tr td { padding: 2px 3px; }
.rowEven
{
	background: #F0F0F0;
	/* background color for even listings, very light grey default */
}

#navEZPagesTop
{
	background: url("../images/ezbg.gif") repeat-x;
	/* grey background image behind ezpages section */
}

#contentMainWrapper
{
	/* background: url("../images/sidebox.gif") 100% 0 repeat-y;
	This is the right column background "faked" with an image. */
	background-color: #ffffff;
	/*background color for the main "content" of the site */
}

#contentMainWrapperb
{
	/* background: url("../images/sidebox.gif") 0 0 repeat-y;
	This is the left column background "faked" with an image. */
	background-color: #ffffff;
}

input.search
{
	background: url("../images/rounded-search-input.gif") top left no-repeat;
	/* rounded search image for the search sidebox */
}

h3.leftBoxHeading, h3.rightBoxHeading 
/* right and left box heading color */
{
	background-color: #659800;
	color: white;
	font-size: 1em;
	font-weight: normal;
	border-right: 3px solid #3F2E2A;
	font-family: arial, verdana, tahoma, sans-serif;
	padding: .25em .4em .15em .4em;
	text-transform: uppercase;
}

.leftBoxHeading a, .rightBoxHeading a
{
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	/* right and left box LINK heading color */
}

.leftBoxHeading a:hover, .rightBoxHeading a:hover
{
	color: #E8E9E9;
	text-decoration: none;
	/* right and left box LINK heading color when hovered over*/
}

#navMain a span
{
	color: #ffffff;
	/* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */
}

#navMain a:hover span
{
	color: #ffffff;
	/* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */
}

#tagline
{
	color: #333333;
	/* tagline text color */
}

#productPrices
{
	color: #9F1C00;
	/* color of price */
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert
{
	color: #980019;
	/* color of sale prices and alerts */
}

.messageStackWarning, .messageStackError
{
	color: #980019;
	/* color of warning message text */
}

/* end of site font color changes */
/* site and main content width section */
html>body { width: auto; }

#nw
{
	width: 80%;
	/* main site width; if you'd prefer a fixed width site, enter the width in px here. */
	max-width: 1300px;
	/* prevents the main content from getting wider than 1300px in sites other than IE */
	min-width: 800px;
	/* this prevents the main content from getting smaller than 800px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
}

/* IE only. Controls Width of Site and Main Content*/
* html #nw
{
	width: expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "800px" : "80%"));
	/* this prevents the site from getting smaller than 800px or wider than 1300px in IE */
}

/* end IE only */
/* end site and main content width section */

/*wrappers - page or section containers
#nw
{
	text-align: left;
	vertical-align: top;
	margin: 0 auto;
}
*/

#navMainWrapper
{
	height: 32px;
	width: 100%;
	font-size: 12px;
}

#logoWrapper { width: auto; }

#taglineWrapper
{
	/*	width: 75%;
	float: left; */
	display: none;
}

#tagline
{
	/*		font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 25px 8px 35px 8px; */
	display: none;
}

#navEZPagesTop
{
	font-weight: bold;
	width: auto;
	padding: 7px 0;
}

#navEZPagesTop a { padding: 0 8px; }

#contentMainWrapper
{
	line-height: 1.4;
	min-height: 100%;
	margin-top: 20px;
}

#contentMainWrapperb { min-height: 100%; }
* html #contentMainWrapper { height: 100%; }

.outer
{
	padding-left: 200px;
	/* Same width as margin-left for the float-wrap div */
	/* padding-right: 150px;
	Our right column width */
}

.inner { width: 100%; }

.float-wrap
{
	float: left;
	width: 70%;
	margin: 0 auto;
	/* margin-left: -250px;
	Same length as .outer padding-left but with negative value */
}

#content
{
	float: right;
	margin-right: -200px;
	/* Same length as .outer padding-left but with negative value */
	width: 100%;
	line-height: 1.6;
	position: relative;
	/* IE needs this  */
}

.contentWrap { padding: 5px 0 5px 5px; }

#navColumnOne
{
	float: left;
	position: relative;
	/* IE needs this  */
}

#navColumnTwo
{
	float: right;
	margin-right: -150px;
	/* This negative margin-right value is in this example the same as the right column width. */
	position: relative;
	/* IE needs this  */
}

* html #navColumnTwo
{
	margin-right: -170px !important;
	/* Fixes IE6 Issue */
}

/* end wrappers - page or section containers*/
*
{
	margin: 0;
	padding: 0;
}

a img { border: none; }

ul, ol
{
	text-align: left;
	padding-left: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
}

h1 { font-size: 1.3em; }
h2 { font-size: 1.1em; }
h3 { font-size: 0.9em; }
h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .larger { font-size: 0.92em; }
LEGEND { color: #659800; }
.biggerText { font-size: 1.1em; }
h1, h2, h3, h4, h5, h6 { margin: .3em 0; }
label.attribsSelect { padding-bottom: 5px; }

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

FORM, SELECT
{
	display: inline;
	font-size: inherit;
	margin: .25em 0;
}

select { border: 1px solid #B9AFAC; }
option { padding-right: .5em; }

INPUT
{
	margin: .3em .5em;
	border: 1px solid #B9AFAC;
}

html>/**/body input[type=checkbox], html>/**/body input[type=radio]
{
	float: left;
	clear: both;
}

html>/**/body .checkboxLabel, html>/**/body .radioButtonLabel
{
	margin: 0 .2em .5em 0;
	float: left;
}

.ratingRow input[type=radio]
{
	float: none;
	margin: 0 .5em;
}

TEXTAREA
{
	margin: auto;
	display: block;
	width: 95%;
	border: 1px solid #B9AFAC;
}

FIELDSET
{
	padding: .5em;
	margin: .5em 0;
	border: 1px solid #A3C166;
}

LEGEND
{
	font-weight: bold;
	padding: .3em;
}

h4.optionName { padding-right: 1em; }
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg { float: left; }

LABEL.inputLabel
{
	width: 90%;
	float: left;
	margin: .3em;
}

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

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

ADDRESS
{
	font-style: normal;
	padding-right: 40px;
}

.clear { clear: both; }

.clearBoth
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */
HR
{
	height: 1px;
	margin: .5em 0;
	border: none;
	border-bottom: 1px solid #A3C166;
}

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution { padding: .2em; }

/* product info page css */

#cartAdd
{
	width: 140px;
	height: 30px;
	margin: 10px auto;
	float: right;
}

#cartAdd input
{
	margin: .3em .3em 0 0;
	border: 1px solid #B9AFAC;
}

#productDescription
{
	margin: 0;
	clear: both;
	text-align: left;
	padding: 0;
}

.productGeneral
{
	margin: 0;
	width: 100%;
}

#rightFloat
{
	float: left;
	width: 45%;
}

#leftFloat
{
	float: left;
	text-align: center;
}

#productDetailsList { float: left; }
ul#productDetailsList { }

#productAttributes
{
	width: 100%;
	float: left;
	padding-left: 5px;
	margin: 5px 0 0 0;
	font-size: 0.88em;
}

#productImage
{
	margin: 0 auto;
	text-align: center;
}

.imgLink
{
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
}

#friendReview
{
	width: 200px;
	padding: 15px 0 10px 0;
	float: left;
	clear: left;
	text-align: left;
}

.reviewCount
{
	float: left;
	padding-left: 2px;
}

#productReviewLink { padding: 5px 0; }

.wrapperAttribsOptions
{
	line-height: 2em;
	width: auto;
	float: left;
}

.wrapperAttribsOptions h4 { padding-right: 15px; }

/* end product info page css */
/* css for top menu tabs */
#navMain
{
	width: 200px;
	line-height: normal;
}

#navMain ul { list-style: none; }
#navMain li { display: list-item; }

#navMain a
{
	padding-left: 5px;
	text-decoration: none;
}

#navMain a span
{
	text-align: left;
	color: #3F2E2A;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span { float: none; }

/* End IE5-Mac hack */
#navMain a:hover { background-position: 0% -32px; }
#navMain a:hover span { background-position: 100% -32px; }

/* end css for top menu tabs */
.navNextPrevWrapper { margin-bottom: 1em; }
.navPrevCounter { font-size: .9em; }

.navNextPrevList
{
	display: inline;
	white-space: nowrap;
	padding: 0 1em;
	list-style-type: none;
	position: relative;
}

#navSuppWrapper
{
	width: 100%;
	margin: 0 auto;
	float: left;
}

#navSupp
{
	margin: 0 auto;
	text-align: center;
	padding-top: 1em;
}

#navSupp ul
{
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	padding: .3em 0;
}

#navCatTabs ul
{
	list-style-type: none;
	text-align: center;
}

#navSupp li, #navCatTabs li
{
	display: inline;
	padding: 0 .5em;
}

#navSupp ul li a, #navCatTabs ul li a
{
	text-decoration: none;
	white-space: nowrap;
	display: inline;
	font-weight: bold;
	width: 0;
}

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

#navEZPagesTOC ul
{
	padding: .5em 0;
	list-style-type: none;
	line-height: 1.5em;
}

#navEZPagesTOC ul li { white-space: nowrap; }
#navEZPagesTOC ul li a { padding: 0 .5em; }
#navCategoryIcon, .buttonRow, #indexProductListCatDescription { margin: .5em; }

#navMainSearch
{
	clear: both;
	height: 24px;
	margin-bottom: 25px;
	padding: 0;
}

input.search
{
	border: 0;
	width: 100px;
	/* width of text-display area */
	padding: 3px 5px 4px 25px;
	color: #444;
}

input#searchTop
{
	border: 0;
	width: 120px;
	/* width of text-display area */
	padding: 6px 5px 6px 25px;
	color: #444;
}

* html input#searchTop { background-attachment: fixed; }

#navBreadCrumb
{
	text-align: left;
	line-height: 1.6em;
	padding: .2em 0;
	margin-bottom: 27px;
	color: #3F2E2A;
	font-family: arial, verdana, sans-serif;
}

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert { vertical-align: top; }
#productDescription, .shippingEstimatorWrapper { padding: .5em; }

.important
{
	font-weight: bold;
	padding: .5em;
	color: #5E443E;
}

.gvBal { float: right; }

#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix
{
	/* padding: .8em; */
	display: none;
}

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

#siteinfoLegal
{
	padding-bottom: 1em;
	clear: both;
}

.tableHeading TH { border-bottom: 1px solid #E0EACC;
padding: 3px; }

#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: .5em 0 0 0; }
#cartProdTitle { text-align: center; }

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

.cartRemoveItemDisplay input[type=checkbox]
{
	float: none;
	margin-bottom: 1em;
}

#scUpdateQuantity { width: 1.8em; }
#scProductsHeading { padding-left: 2em; }
.cartQuantity { width: 4em; }

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

.cartOldItem
{
	position: relative;
	/*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal
{
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	font-size: 90%;
}

.cartRemoveItemDisplay { width: 5em; }
.cartAttribsList { margin: 0; float: left; }
.cartAttribsList p { padding: 0; font-size: 0.84em; line-height: normal; }
/*
.cartAttribsList ul { margin: 0; }
.cartAttribsList ul li { padding: 0; list-style-type: none; font-size: 0.84em; margin: 0; }
*/
#mediaManager
{
	width: 50%;
	margin: .2em;
	padding: .5em;
}

.mediaTitle { float: left; }
.mediaTypeLink { float: right; }
.normalprice, .productSpecialPriceSale { text-decoration: line-through; }

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

#ezPageBoxList li { padding: .2em 0; }

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

.totalBox
{
	width: 5.5em;
	text-align: right;
	padding: .2em;
}

.lineTitle, .amount
{
	text-align: right;
	padding: .2em;
}

.amount { width: 5.5em; }
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage { margin: .5em 1em 0 0; }

#cartImage
{
	margin: .5em;
	float: left;
}

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

.attribImg input[type=radio]
{
	margin: 0 17px;
	clear: both;
	border: 0;
}

.attribImg img
{
	padding: 2px;
	border: 1px solid #E0EACC;
}

.centerBoxWrapperContents
{
	margin-bottom: 15px;
	font-size: 0.86em;
}

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

.centerBoxContentsNew img
{
	padding: 2px;
	border: 1px solid #E0EACC;
}

.centerBoxContentsProducts
{
	margin: 0 auto;
	text-align: left;
	width: 95%;
}

.listingProductImage
{
	padding: 2px;
	border: 1px solid #E0EACC;
	float: left;
	margin: 10px 10px 0 0;
}

h2.centerBoxHeading
{
	margin: 5px auto;
	padding: .5em 0;
	text-align: center;
	border: 1px solid #bababa;
	line-height: normal;
	width: 100%;
}

.leftBoxHeading, .rightBoxHeading
{
	margin: 0;
	padding: 0;
	border-right: 2px solid #3F2E2A;
}

.sideBoxContent
{
	padding: 5px;
	font-size: 0.88em;
}

.sideBoxContent select
{
	margin: 0;
	border: 1px solid #E0EACC;
}

.sideBoxContent ul
{
	text-align: left;
	list-style-type: none;
	padding: 0 0 0 5px!important;
	margin: 0!important;
}

.sideBoxContent li { line-height: 1.3em; }

.sideBoxContent li a
{
	text-decoration: none;
	color: #3F2E2A;
}

.sideBoxContent li a:hover { text-decoration: underline; }

a.category-top
{
	text-decoration: none;
	color: #3F2E2A;
}

a:hover.category-top { text-decoration: underline; }

#categoriesContent, #documentcategoriesContent
{
	text-align: left;
	padding-left: 10px;
}

.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, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal { text-align: left; }

.categoryListBoxContents img
{
	padding: 2px;
	border: 1px solid #E0EACC;
}

.categoryListBoxContents a { text-decoration: none; }

.attribImg
{
	text-align: center;
	font-size: .94em;
	text-transform: inherit;
}

.productListing-data img { padding: 10px; }
#upProductsHeading { text-align: left; }
#upDateHeading { text-align: right; }

/*misc*/
.back
{
	float: left;
	line-height: 1.15em;
}
.unique { background-color: #F3F2F1;
padding: 5px; }
.forward, #shoppingCartDefault #PPECbutton { float: right; }
.bold { font-weight: bold; }

.rowOdd
{
	height: 1.5em;
	vertical-align: top;
}

.rowEven
{
	height: 1.5em;
	vertical-align: top;
}

.hiddenField { display: none; }
.visibleField { display: inline; }

#accountLinksWrapper li
{
	padding: .5em 0;
	display: block;
	list-style: none;
}

.accountTotalDisplay, .accountTaxDisplay
{
	width: 20%;
	text-align: right;
}

.accountQuantityDisplay
{
	width: 10%;
	vertical-align: top;
}

TR.tableHeading { height: 2em; }

#siteMapList
{
	width: 90%;
	float: right;
}

.ratingRow { margin: 1em 0 1.5em 0; }

LABEL#textAreaReviews
{
	font-weight: normal;
	margin: 1em 0;
}

.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; }
.smallProductImage { padding: 1em; }

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper { width: 46%; }
.floatingBox { font-size: 0.9em; }

/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */
#productMainImage
{
	float: left;
	background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
	margin: 10px 0 0 10px !important;
}

#productMainImage img
{
	display: block;
	position: relative;
	background: #ffffff;
	margin: -3px 6px 6px -3px;
	border: 1px solid #a9a9a9;
	/* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
	padding: 4px;
}

/* end css for product image drop shadow */
h3.itemTitle a
{
	color: #659800;
	text-decoration: none;
	font-size: 1.4em;
}

#infoShoppingCart { margin: 15px 20px; }

#subscribeContent
{
	text-align: left;
	font-size: 0.86em;
}

#subscribeContent input { font-size: inherit; }
#subscribeContent label { font-size: inherit; }
.content { font-size: 0.9em; }
.fedexsvc { float: left; }

.fedexrate
{
	float: left;
	width: 15%;
}
/*beginning of Product Display code*/
#productImageWrapper {
float: left;
width: 250px;
}

#productAdditionalImages .additionalImages a { 
    float: left; 
    margin-left: 10px;
    }
/* end of Product Display code */

/* size chart table */

table.sizeChart
{
width: 80%;
font-size: inherit;
border-collapse: collapse;
}
.sizeChart th
{
text-align: center;
padding: 4px 8px;
background-color: #3F2E2A;
color: white;
text-transform: uppercase;
border: 1px solid #E0EACC;
}

.sizeChart td
{
padding: 4px 8px;
border-right: 1px solid #E0EACC;
}
tr.odd { background-color: #F3F2F1; }
tr.even { background-color: white; }
.termsiagree { font-weight: bold; background-color: #E0EACC; }
