/**
 * 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 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background-color: #cedac4;
	}
	
* html body{
		font-size:x-small;
		f\ont-size:small;
		}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #661f24;
	text-decoration: none;
	}
 
a:visited {
	color: #661f24;
	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 {
	text-decoration:underline;
	}
	
.grn{
	color:#567635;
	}
h1 {
	font-size: 2.0em;
	color:#FF9900;
	line-height:1.4em;
	}
/*h1.format{
	padding:0.8em 0px 0px 0;
	}*/
h1.formatBoth{
	padding:0.8em 0px 0.8em 0;
	}
h1.padTop{
	padding:0.5em 0px 0em 0;
	}
h2 {
	font-size: 1.6em;
	color:#336600;
	}
h2.format{
	padding:1em 0em 0em 0;
	}
h2.format2{
	padding:1em 0em 1em 0;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	padding: 0.3em 0;
	font-weight:lighter;
	}
.intro{
	color:#996633;
	}
li.navSep, ul.userOptions li{
	display:inline;
	}
li.sep{
	padding:0em 1px 0em 1px;
	}
ul.userOptions{
	background-color:#A1BFD8;
	padding:8px 5px 0;
	/*width:200px;*/
	text-align:center;
	}
ul.userOptions a {
	font-weight:bold;
	text-decoration:none;
	font-size:1em;
}
ul.userOptions a:hover {
	text-decoration:underline;
}
.cartCorners {
	background:#A1BFD8 url(../images/Fruit_R2L.jpg) no-repeat scroll right top;
}
.memberLinks_cornLeft{
	background:#A1BFD8 url(../images/Fruit_L2R.jpg) no-repeat scroll right top;
	float:left;
	width:10px;
}
.memberLinks_cornLeft, .cartCorners{
	height:10px;
	}
/*  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-top:1.0em;
	}
	
INPUT {
	padding:0.3em;
	/*border:1px solid #666;*/
	}

TEXTAREA {
	margin:0;
	padding:2px;
	display: block;
	width: 98%;
	overflow:hidden;
	border:1px solid #666;
	}

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

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

LEGEND {
	font-weight: bold;
	padding: 1.0em 0em 1.0em 0em;
	color: #000;
	}

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;
	}
	
#logo{
	padding:25px 0em 20px 0em;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	margin-top:0.5em;
	color:#333;
	}

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

p{
	font-size:1.3em;
	}

P, ADDRESS {
	padding: 0.0em;
	line-height:1.5em;
	}

.paragraph, .paragraphLeft, .paragraphLeft, .paragraphPadtop, .paragraphPad{
	line-height:1.4em;
	font-size:1.4em;
	}
.paragraphLeft, .paragraph{	
	padding:0.8em 0px 0em 0px;
	}
.paragraphPadtop{	
	padding:1.0em 0px 1.8em 0px;
	}
.paragraphPad{	
	padding:1.0em 0px 0em 0px;
	}
ADDRESS {
	font-size:0.9em;
	line-height:2em;
	}

.clearBoth {
	clear: both;
	height:0px;
	}

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: #fff;
	text-align: left;
	width: 920px;
	vertical-align: top;
	padding:0em 20px 0em 20px;
	/*border: 1px solid #9a9a9a;*/
	}

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

/*#navColumnOneWrapper,*/ /*#navColumnTwoWrapper,*/ #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper a,#navColumnOneWrapper li{
	font-size:10px;
}
#salesMessage{
	float:right;
	width:720px;
	text-align:left;
	padding:10px 0em 0em 0em;
	}
#badge{
	width:113px;
	height:122px;
	float:right;
	background:url(../images/badge-HG.gif) no-repeat;
	}
#messageContain{
	float:left;
	width:600px;
	}
.headerNavigation{
	width:720px;
	padding-left:20px;
	}
#fruit{
	width:500px;
	height:50px;
	padding:0em 0em 0 0;
	background:url(../images/fruit.gif) no-repeat;
	float:left;
	}
#wel_Statement{
	padding:1.5em 1.5em 0em 1.5em;
	width:485px;
	float:left;
	}
.eatingApple{
	background:url(../images/eating.png) no-repeat;
	width:194px;
	height:203px;
	float:right;
	}
.cornerContent{
		background:url(../images/cornerContent.jpg) no-repeat right;
		width:10px;
		height:10px;
		float:left;
		}
.cornerContentRight{
		background:url(../images/corner_Content_R2L.jpg) no-repeat right;
		width:10px;
		height:10px;
		float:right;
		}
.introContent,#introBottom{
	background:#384D23;
	}
#introBottom{
	height:10px;
	width:100%;
	}
.eatingBot{
	background:url(../images/eatingBot.png) no-repeat right;
	height:10px;
	width:194px;
	float:right;
	}
.leftMod{
	border-bottom:1px dotted #999;
	padding-bottom:1.5em;
	color:#333;
	font-size:1.0em;
	}
.padRight{
		padding:0px 3.3em 0px 0px;
		}
.leftFloat, .padRight{
		float:left;
		}
.rightFloat{
		float:right;
		}
#topTen_LeftCol{
	width:180px;
	}
#topTen_LeftCol h4{
	padding:1.2em 0em 0em 0;
	color:#384D23;
	line-height:1.4em;
	font-weight:bold;
	}
#topTen_LeftCol a{
	font-size:1.4em;
	text-decoration:underline;
	}
#employees{
	padding:1em 0em 0em 0em;
	}
	
#tagline {
	color:#000;
	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;
	}
#contentHolder{
		background-color:#384D23;
		color:#FFF;
		padding:0em 0em 0em 0em;
		}
#contentHolder p{
		font-size:1.3em;
		}

#contentHolder a{
		text-decoration:underline;
		}

.cornerContent2{
		background:#384D23 url(../images/eatingBot.png) no-repeat right;
		}

#navHolder{ 
		background:url(../images/navBack.png) no-repeat;
		width:719px;
		height:36px;
		/*border:1px solid #FF0000;*/
		}

#navigation li{float:left; width:119px; text-align:center; height:26px;padding:0px 0px 10px 0px;}

#navigation a{font-size:1.5em; display:block;padding:10px 0px 0px 0px; height:25px; color:#fff; text-decoration:none;}

#about, #products, #recipes, #links, #faq, #contact{
		border-left:1px solid #fff;
		}
#home:hover, #home.selected{
	background:url(../images/navHover.png) 0px 0px;
	}
	
#about:hover, #about.selected, #about.active{
	background:url(../images/navHover.png) -5px 0px;
	}
	
#products:hover, #products.selected, #products.active{
	background:url(../images/navHover.png) -5px 0px;
	}
	
#recipes:hover, #recipes.selected, #recipes.active{
	background:url(../images/navHover.png) -5px 0px;
	}
	
#links:hover, #links.selected, #links.active{
	background:url(../images/navHover.png) -5px 0px;
	}
	
#faq:hover, #faq.selected, #faq.active{
	background:url(../images/navHover.png) -5px 0px;
	}
	
#contact:hover, #contact.selected, #contact.active{
	background:url(../images/navHover.png) -661px 0px;
	}
/*****BOXES******************************************************************************************/
div.boxHolder{
		float:left;
		padding:0px 0em 0px 0px;
		margin-top:20px;
		}
#bonusBox{
		float:left;
		margin-top:20px;
		padding:0em 0em 0em 2.0em;
		}
#newsletter{
	margin-top:20px;
	}
	div.box1_Header{
		background:url(../images/boxGrad_orange.jpg) repeat-x;
		height:39px;
		width:225px;
		}
div.boxHolder h2, div.box2_content h2, #newsletter h2{
		padding:6px 0px 0px 0px;
		text-align:center;
		color:#FFF;
		}
	
	div.box1_content{
		border-left:1px solid #FF6600;
		border-right:1px solid #FF6600;
		border-top:0px solid #ff6600;
		width:203px;
		padding:10px 10px 0px 10px;
		}
	div.boxTopcorners{
		background:url(../images/cornerBox_R2L.jpg) no-repeat top right;
		}
	div.boxBottomcorners{
		background:url(../images/boxBottom_R2L.jpg) no-repeat top right;
		width:245px;
		}
	div.borderSep{
		border-top:1px dotted #ccc;
		padding:9px 0px 0px 0px;
		}
	div.box2_content{
		background: #557635 url(../images/ref_Gradback.jpg) repeat-x;
		}
	div.box2_content, .cornerRef, .cornerRefBot, div.box2_Header{
		width:290px;
		}
div.box2_content p{
		font-size:1.2em;
		line-height:1.8em;
		padding:1.0em 0em 1.0em 2.1em;
		}
/*****COLOR WHITE - MIXED************************************************************************************/
div.boxHolder h2, div.box2_content h2, #newsletter h2, div.box2_content p, .cornerRefProducts h2, .button, .addCart a, li.navSep, ul.userOptions a, li.sep, .greeting, #contentHolder a, #contentHolder p{
	color:#fff;
	}
/*****PRODUCTS***********************************************************************************************/
	.cornerRefContact{
		background:url(../images/Ref_Corner_Top_R2L.jpg) no-repeat top right; background-color:#384d23;
		width:340px;
		float:right;
		}
	.cornerRefContactBOT{
		background:url(../images/cornerContent_R2L.jpg) no-repeat right;background-color:#384d23;
		width:340px;
		float:right;
		}
	.cornerRefProducts{
		background:url(../images/Ref_Corner_Top_R2L.jpg) no-repeat top right; background-color:#384d23;
		margin:2.0em 0em 2.0em 0em; 
		}
	.cornerRefProducts h2{
		font-size:2.0em;
		padding:0em 0em 0.1em 0.6em;
		}
	.cornerRef{
		background:url(../images/Ref_Corner_Top_R2L.jpg) no-repeat top right;
		}
	.cornerRefBot{
		background:url(../images/Ref_Corner_Bot_R2L.jpg) no-repeat top right;
		}
.textInput{
	border:1px solid #999;
	padding:2px 0px 2px 0px;
	width:15.8em;
	}
.button{
	padding-top:2px;
	margin:0.5em 0.5em 0 0em;
	border:0px;
	background:#FF6600;
	float:right;
	}
.addCart{
		float:right;
		width:auto;
		margin-top:3.5em;
		}
.addCart a{
		text-align:center;
		text-decoration:none;
		padding:0 0.5em 0em 0.5em;
		font-size:1.2em;
		}
.cartCornersProductsBOT{
		background:url(../images/Form_Corner_BotR2L.jpg) no-repeat top right;
		}
.cartCornersProducts{
		background:url(../images/Form_Corner_TopR2L.jpg) no-repeat top right;
		}
.cartCornersProducts, .cartCornersProductsBOT, .addCart{
		background-color:#ff6500;
		}
h3.prodPage{
	font-size:1.6em;
	line-height:1.4em;
	padding:1.2em 0 0em 0;
	}

/*****NAV CART***************************************************************************************/
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	/*background-image: url(../images/tile_back.gif);*/
	color: #000;
	float:right;
	width:780px;
	padding:0px 20px 10px 0px;
	}

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

#navMain ul, #navSupp ul, #navCatTabs ul {
	padding:0.9em 0px 0px 0px;
	list-style-type: none;
	line-height: 1.5em;
	float:right;
	background:#A1BFD8;
	}

#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.7em;
	color: #fff;
	font-size:1.3em;
	font-weight: bold;
	white-space: nowrap;
	}

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

#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;
	}*/
.centerColumn{
	padding-left:21px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 1.1em;
	}
/*#indexDefault{
	padding:0em 2em 0em 2em;
	}*/
/***********FOOTER*****************************************************************************/
#footer{
		background:url(../images/footer.png);
		height:10px;
		background-color:#cedac4;
		}
#copyright, #footer{
	margin:auto;
	width:960px;
	}
#copyright{
	padding:1em 0em 2em 0em;
	}
#copyright, #copyright a{
	color:#666;
	}
#copyright a{
	text-decoration:underline;
	}
#siteinfoLegal, #siteinfoIP, #credits ul, div.address{
	background-color:#cedac4;
	color:#666;
	font-size:1.1em;
	}
#siteinfoLegal a, #siteinfoIP a, .address a, #credits li a{
	color:#666;
	text-decoration:underline;
	}
#siteinfoLegal{
	padding:8px 0px 0px 0px;
	}
div.address{
	padding:8px 0px 20px 0px;
	}
#credits li{
	display:inline;
	padding:0px 5px 0px 0px;
	}
#credits ul{
	padding:8px 0px 0px 0px;
	}

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

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

.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 img{
	margin:0px;
}
.centerBoxWrapper {
	border-bottom: 1px dotted #9a9a9a;
	margin-bottom:10px;
	padding:10px 0px 20px 0;
	/*background-color:#ccc;*/
	/*margin-top:10px;*/
	}


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

/*sideboxes*/
.columnLeft {}

#categories-heading-td,#information-heading-td{
	font-size:16px;
	color:#336600;
	padding:0px 0px 5px 0px;
}
#information-heading-td{
	padding-top:5px;
}

#categories-content{
	border-bottom:1px dotted #999;
	padding:0px 0px 10px 0px;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	/*background-color: #abbbd3;*/
	/*background-image: url(../images/tile_back.gif);*/
	/*padding: 0.5em 0.2em;*/
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	/*border: 1px solid #9a9a9a;*/
	/*border-bottom: 5px solid #336633;*/
	margin-top: 1.5em;
	}

.sideBoxContent a, .sideBoxContent {
	font-size:0.9em;
	}
.sideBoxContent a{
	line-height:14px;
}

.sideBoxContent {
	/*background-color: #ffffff;*/
	padding-top: 0.4em;
	color: #008000;
	}

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

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, .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 {
	color: #008000;
	text-decoration: none;
	}
A.category-top:hover {
	text-decoration:underline;
}
A.category-links, A.category-links:visited {
	color: #004080;
	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;
	margin:0;
	padding:0;
	padding-top:10px;
	}

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

#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;
	}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;/*vertical-align:baseline;*/}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

.clear{
		clear:both;
		height:0;
		}