/**
 * 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 $
 */
 
@import url(custom.css);

/* undo some default styling of common (X)HTML browsers*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
fieldset,img,a img,:link img,:visited img {border:0; vertical-align: top;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
h1{color:#5D3F7C; font-size:18px; padding:5px 0; position:relative; text-align:left;} 
h2{color:#5D3F7C; font-size:16px; padding:5px 0; position:relative; text-align:left;} 
h3,h4,h5,h6 {font-size:100%;}

q:before,q:after {content:'';}

body {
	background:url(../images/background_tile.jpg) repeat-x top #DCD9CD;
	font:12px arial, helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	}

a img {border: none; }

#navEZPagesTOC ul li a {
	color: #E7DFEE;
	text-decoration: none;
	padding-top: 5px; right: 5px;
	}
 
a:link, a:visited, .content a{color:#3366FF; text-decoration:none;}
.content a:hover{color:#98AF5F;}

a:hover, a:active, .categoryListBoxContents a:hover{
	color:#98AF5F;
}

td.main a strong{color:#5D3F7C;}
td.main a:hover strong{color:#98AF5F;}

#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #98AF5F;
	text-decoration: none;
}
	
#productsListingListingBottomLinks a {
	color: #98AF5F;
	}
	
#ezPageDefault a {
	color:#3366FF;
	list-style-type:square;
	margin:0;
	padding:0;
	}
	
#ezPageDefault ul {
	margin-left:20px;
	}
	
#ezPageDefault li {
	list-style-type:square;
	margin-left:0;
	padding:0;
	}
	
#productDescription a:link, #productDescription a:visited, .pseudolink {
	color: #3366FF;
	padding: 2px;
	}
	
#productDescription a:hover {
	background: #98AF5F;
	color: #ffffff;
	}
	
.singleSection ul {
	list-style-type: square;
	}
	
.singleSection li {
	list-style-type: square;
	margin-left: 20px;
	}

h3 {
	color:#674987;
	font-size:14px;
	position:relative;
	text-align:left;
	}
	
.itemTitle a {
	color: #FEBD11;
	font-size: 15px;
	letter-spacing: .5px;
	}
	
h5 {
	color: #5D3F7C;
	font-size: 15px;
	letter-spacing: .5px;
	}

a h5{
	color: #5D3F7C;
}

a:hover h5{
	color: #98AF5F;
}

/*h4.optionName, h6, LABEL, LEGEND, ADDRESS, .larger{
	color: #5D3F7C;
	font-size: 14px;
	}
*/
h4.optionName, h6, LABEL, LEGEND, ADDRESS, .larger{
	color: #5D3F7C;
	font:bold 12px/14px Arial;
}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 12px;
	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 {
	color: #000000;
	font-weight: bold;
	padding: 0.3em;
	}

LABEL {
	line-height: 1.5em;
	padding: 0;
	}
	
h4.optionName {
	color: #ffffff;
	font-size: 12px;
	letter-spacing: .5px;
	}

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

#logo, .centerBoxContents, .specialsListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	position: relative;
	}
	
.categoryListBoxContents {
	height: 200px;
}
	
.categoryListBoxContents td{
	padding:3px;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	width:33%;
	vertical-align:bottom;
}

.categoryListBoxContents a{
	color:#000;
}

LABEL.inputLabel {
	width: 11em;
	}

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

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

P {
	padding: 10px 0;
	}

ADDRESS {
	font-style: normal;
	padding: 0 7px;
	}

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


#indexCategoriesMainContent {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/*wrappers - page or section containers*/

#mainWrapper {
	/* overflow: hidden; */
	border:2px solid #666;
	margin:0px 50px;
	text-align: left;
	vertical-align: top;
	/*width: 100%-100px;*/
	width:1100px;
	background-color:#FFF;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	background-color: #ffffff;
	clear: left;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#headerWrapper {
	background-image: url(../images/logoErgoWithTag.gif); background-repeat: no-repeat;
	height:124px;
	min-width:1000px;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#headerWrapperMain {
	background:url(../images/header_bg.jpg) top right no-repeat #FFF;
	height:144px;
	min-width:1000px;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#categoryImgListing {
	background-image: url(../images/NTG_Product_BG_v1.gif); background-repeat: no-repeat;
	height:214px;
	margin: 0;
	padding: 5px;
	width: 540px;
	}	
	
#categoryIcon img {display: none;}
	
.categoryListBoxContents img {
	/* background-image: url(../images/NTG_Product_BG_v1.gif); background-repeat: no-repeat; */
	border: solid 5px #ffffff;
	margin: 0;
	text-align: center;
	}

.category-top  {
	}
	
.centerBoxContentsNew {
	line-height: 100%;
	padding-bottom: 10px;
	}
	
.centerBoxContentsNew a {
	color: #febd11;
	}
	
#siteMap a {
	color: #febd11;
	}
	
.centerBoxContentsNew img {
	border: solid 5px #ffffff;
	}
	
#ezpagesContent a {
	/* background-image: url(../images/NTG_Underline_v1.gif); background-repeat:repeat-x; */
	background-color: #F0EEE9;
	}
	
#TopMenu a{color:#FFF;}
#TopMenu a:visited{color:#FFF;}

#TopMenu {
	background-image: url(../images/nav_bg.gif); background-repeat:repeat-x;
	clear: both;
	height:28px;
	margin:0px;
	padding:0px;
	text-align:left;
	width:100%;
	}
	
#TopMenu ul {
	list-style-type: none;
	margin:0px 0px 0px 5px;
	text-align: left;
	}
	
#TopMenu li {
	background-image:url(../images/nav_divider.gif) no-repeat;
	display: inline;
	font:bold 13px/28px Arial, Helvetica, sans-serif;
	height: 28px;
	text-align: center;
	margin:0px 5px;
	}
	
#TopMenu li a:hover {
	color:#CCC;
	/*background-image: url(../images/nav_current_arrowup.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 22px;
	*/}
	
#logoWrapper {
}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
	} 
	
#navColumnTwoWrapper {
	border-bottom: none;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}
	
.centerColumn {
	/* background-image: url(../images/NTG_Content_BG_v1.gif); background-repeat:no-repeat; */
	background-color: #ffffff;
	display: block;
	/* filter:alpha(opacity=69);-moz-opacity:.69;opacity:.69; */
	height: 100%; min-height: 100%;
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
	width: 610px;
	}
	
.centerBoxWrapper {
	clear:left;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	height: auto;
	letter-spacing: 1px;
	line-height: 175%;
	margin-bottom: 5px;
	text-align: left;
}

#featuredProducts, #specialsDefault {
	border-top: 1px solid #9a9a9a;
	color:#674987;
	font-family: Arial, Helvetica, sans-serif; font-size: 16px;
	font-weight: bold;
	height: auto;
	letter-spacing: 1px;
	line-height: 125%;
	margin-bottom: 5px;
	text-align: left;
}

#checkoutSuccessOrderNumber, #checkoutSuccessLogoff, #checkoutSuccessOrderLink, #checkoutSuccessContactLink, #logoffDefaultMainContent, #createAcctSuccessMainContent, #createAcctDefaultLoginLink, #checkoutShippingContentChoose, #checkoutConfirmDefaultPaymentTitle, #checkoutConfirmDefaultShipmentTitle, #checkoutConfirmDefaultHeadingComments {
	padding: 5px 9px;
	}
	
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	list-style: none;
	}
	
#myAccountShipInfo {
	padding: 0 9px;
	}
	
.wrapperAttribsOptions {
	float: left;
	margin: 0 0 3px 0;
	}

/*navigation*/

.navSplitPagesResult {padding-left: 0px; margin-top: 10px; margin-bottom: 10px;}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
	line-height: 110%;
	}
	
#Bookmark {
	color: #7d7d7d;
	float: right;
	font-size: 13px;
	letter-spacing: .5px;
	margin-top:5px;
	padding-right: 10px;
	text-align: right;
	z-index: 12;
	}
	
#Icons {
	float: left;
	width: 1080px;
	height: 60px;
	margin-bottom:10px;
	margin-top: -12px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	z-index: 11;
	}
	
#navMainWrapper {
	background-image: url(../images/breadcrumb_bg2.gif); background-repeat: repeat-x;
	color: #ffffff;
	min-height: 10px;
	_height: 10px;
	padding-top: 5px;
	text-align: left; 
	} 

#navMain ul, #navCatTabs ul  {
	float: right;
	list-style-type: none;
	margin:0px 5px 0px 0px;
	padding:0;
	position: relative;
	top:-13px;
	text-align: right;
	z-index: 10;
	}
	
#navSupp ul {
	line-height: 100%;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	position: relative;
	text-align: center;
	}
	
#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:0px 5px;
	margin: 0;
	color: #674987;
	white-space: nowrap;
	}
	
#navMain ul li a:hover {
	color: #febd11;
	}

#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, #indexProductListCatDescription {
	margin: 2px;
	}
	
#indexProductListCatDescription ul {
	list-style-type:square;
	margin-left: 20px;
	}
	
#indexProductListCatDescription li {
	list-style-type:square;
	margin: 0;
	padding: 0;
	}
	
.buttonRow a {
	color: #0000FF;
	}
.buttonRow a:hover {
	color: #0000A0;
	text-decoration: underline;
}

#navMainSearch {
	float: right;
	}
	
#navBreadCrumb {
	color: #000000;
	font:12px/14px Arial;
	margin: 0;
	padding: 15px 10px 10px 8px;
	}
	
#navBreadCrumb a, #navEZPagesTop {
	color: #0000FF;
	font:12px/14px Arial;
	margin: 0;
	text-align: left;
	width: 700px;
	}
	
#navBreadCrumb a:hover {
	color: #0000A0;
	text-decoration: underline;
	font:12px/14px Arial;
	margin: 0;
	}
	
#navEZPagesTop a {
	font-size: 12px; font-weight: bold;
	/* padding: 0px 5px 5px 0px; */
	text-align: center;
	}

#navColumnOne {
	}

#navColumnTwo {
	}
	
#Footer {
	background: url(../images/footer_bg.gif) repeat-x #FFF;
	clear:both;
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width: 100%;
}

#disclaimer, #disclaimer a{font:10px Arial; text-decoration:none; color:#666; margin-top:5px;}
#disclaimer a:hover{font:10px Arial; text-decoration:none; color:#000;}

#RSSFeedLink {
	padding-left: 25px;
	}

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

.categoryListBoxContents td{
	padding:3px;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	width:33%;
	vertical-align:bottom;
}

.categoryListBoxContents a{
	color:#5D3F7C;
}

.content a{color:#3366FF;}
.content a:hover{color:#98AF5F;}

a:hover, .categoryListBoxContents a:hover{
	color:#98AF5F;
}

.centerBoxContentsFeatured {
	height: 220px;
	}

.content, #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	/*border-top: 1px solid #674987;*/
	color: #000000;
	font-size: 14px;
	padding: 10px 8px 20px 0;
	}
	
#pageNotFoundMainContent a {
	color: #FEBD11;
	}
	
#productDetailsList {
	border-top: 1px solid #674987;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	width: 100%;
	}
	
#productsListingListingBottomLinks, .productListing-heading a {
	color: #5D3F7C;
	}
	
#productDescription ul {
	margin-left:20px;
	}
	
#productDescription li {
	list-style-type:square;
	margin: 0;
	padding: 0;
	}
	
#crossSell {
	padding-top: 10px;
	border-top: 1px solid #674987;
	}
	
.content {
	/*font-size: 1.2em;*/
	color: #000000;
	font-size: 14px;
	padding: 0px 8px 20px 0;
	}

.alert {
	color: #FFFFFF;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	padding: 0 9px;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding-left: 10px;
	padding-top: 10px;
	}

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, #siteinfoLegal {
	padding: 0px 10px 0px 10px;
	color: #666666;
	font-size: 10px;
	letter-spacing: .5px;
	position: relative;
	text-align: center;
	}

/*Shopping Cart Display*/
#cartAdd {
	color: #000000;
	float: left;
	line-height: 40%;
	margin: 5px 0 10px 0;
	text-align: left;
	}

.tableHeading TH {
	background-color: #6A634B;
	color: #ffffff;
	}

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

#cartSubTotal {
	background-color: #A79E83;
	border-bottom:3px solid #82725F;
	border-top:3px solid #82725F;
	color: #ffffff;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

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

.cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding-left: 9px;
	}

.cartProductDisplay a, .cartUnitDisplay, .cartTotalDisplay {
	/* background-color: #363636; */
	color: #000000;
	text-align: left;
	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;
	}

.price_display{
	font-size:11px;
	color:#666;
}

.singleSection{padding:0px 10px;}

.productSpecialPrice, .productSpecialPriceSale, .productPriceDiscount {
	font-size:12px;
}

.productSpecialPrice{font-size:12px; color:#900; font-weight:bold;}
.productSalePrice{font-size:14px; color:#900; font-weight:bold;}
.productPriceDiscount{color:#900; font-weight:normal; font-style:italic;}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color:#999;
	font-size:12px;
}

.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*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
	
#productMainImage {
	padding: 0px 0px;
	}
	
.imgLink a {
	color: #000000;
	}

.categoryIcon a {
	color: #C9C9C9;
	font-size: 15px; font-weight: bold;
	letter-spacing: .5px;
	padding-left: 9px;
	}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
#productAttributes {
	float: left;
	width: 210px;
	margin-top: 15px;
	text-align: left;
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 0;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading label, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading label, h3.rightBoxHeading a{
	color:#5D3F7C;
	text-decoration: none;
	font-size:14px;
	padding-bottom:5px;
	padding-left:0px;
	padding-top:5px;
	text-align:left;
	line-height:1.2em;
	position:inherit;
	top:auto;
} 

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover{
	color:#98AF5F;
}

.leftBoxHeading, .centerBoxHeading {
	margin: 0;
	padding-left: 9px;
	}

.leftBoxContainer {
	left: 10px;
	position: relative;
	width: 206px;
	padding-top: 10px;
}
	
.sideBoxContent {
	background-color:#F0EEE9;
	border:1px solid #CCCCCC;
	clear:both;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	letter-spacing:0.5px;
	line-height:125%;
	padding:5px;
	text-align:left;
	width:196px;
}
	
#bestsellersContent {
	background-color: #F0EEE9;
	border: 1px solid #CCCCCC;
	color:#000000;
	clear: both;
	/* filter:alpha(opacity=69);-moz-opacity:.69;opacity:.69; */
	font-family: Arial, Helvetica, sans-serif; font-size: 14px;
	letter-spacing: .5px; line-height: 125%;
	padding: 5px;
	text-align: left;
	width: 196px;
	}
	
.rightBoxContainer {
	/* background-image: url(../images/NTG_Sidebox.gif); background-repeat:no-repeat; */
	display: block;
	float: left;
	/* filter:alpha(opacity=69);-moz-opacity:.69;opacity:.69; */
	margin: 0px;
	padding-top: 10px;
	position: relative;
	width: 186px;

}
	
.sideBoxContent a {
	background-color:#F9F8F6;
	border-bottom:1px solid #E0DED7;
	border-top:1px solid #FEFEFE;
	color:#333;
	display:block;
	font-size:12px;
	font-weight:normal;
	padding:5px;
	text-decoration:none;
}

.sideBoxContent a:hover {
	color:#333;
	background-color: #E0DED7;
}

.rightBoxHeading {
	margin: 0;
	padding: 0;
	}

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

TH, #cartEmptyText, #cartBoxGVButton, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartBoxGVBalance, .leftBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .gvBal, .attribImg {
	text-align: center;
	}
	
.additionalImages img {
	margin-bottom: 5px;
	border: 1px solid #E7DFEE;
	}

#cartBoxEmpty {
	text-align: center;
	}

.center {
	text-align: center;
	}
	
.navNextPrevWrapper {
	padding-bottom: 10px;
	text-align: center;
	}

.centeredContent {
	text-align: left;
	}
	
.centerBoxContentsNew {
	text-align: center;
	}
	
.centerBoxHeading {
	text-align: left;
	}
	
.cartTotalsDisplay {
	text-align: center;
	}
	
#PopUpImage {
	background-image: url(../images/secure.gif);
	float: left;
	z-index:1000;
	}
	
#productAdditionalImages {
	float: left;
	min-width: 350px;
	}
	
#ProductLeftSide {
	float: left;
	padding-bottom: 3px;
	}
	
#ProductRightSide {
	float: left;
	width: 250px;
	}
	
#productMainImage {
	text-align: center;
	padding-top: 3px;
	}
	
#productMainImage img {
	border:1px solid #CCCCCC;
	margin: 0 10px 5px 0;
	text-align: center;
	}
	
.listingProductImage {
	border:5px solid #FFFFFF;
	margin-bottom: 5px;
	}
	
.productListing-heading {
	text-align: left;
	}
	
.productListing-data {
	padding-left: 10px;
	text-align: left;
	}
	
.productListing-data a:link {
	color: #0000A0 !important;
	text-decoration: none;
	}

.productListing-data a:hover {
	color: #0000A0 !important;
	text-decoration: underline;
	}
	
.productListing-data a:visited {
	color: #0000A0;
	text-decoration: none;
	}
	
.listingDescription {
	padding: 5px 0 5px 0px;
	width: 230px;
	}

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

.checkout_button {
	background: url(/images/checkout_box.png) no-repeat center;
}
.myaccount_carticon {
	float: left;
	margin: 0px 10px 0px 25px;
}
.myaccount_accountlink {
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

.rowEven {
	height: 1.5em;
	vertical-align: top;
	}
.rowOdd td, .rowEven td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li a, #myAccountNotify li a {
	margin: 0;
	color: #FEBD11;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

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

TR.tableHeading {
	background-color: #000000;
	height: 2em;
	}

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

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

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

#popupShippingEstimator, #popupSearchHelp, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	background-image: none;
	}
	

#popupAdditionalImage {
	background: #ffffff;
	float: left;
	}
	


.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;
	}
	
#SideBarIcons {
	margin-left: 20px;
	}
	
	
/* Begin CSS Popout Menu */
#menuh{
	font:bold 13px/15px Arial, Helvetica, sans-serif;
	background:url(../images/nav_bg2.gif) repeat-x;
	border-top:1px solid #666;
	border-bottom:none;
	clear: both;
	height:26px;
	margin:0px;
	padding:2px 0px 4px 0px;
	text-align:left;
	width:100%;
	z-index:100;
}

#menuh a{display:block;	text-decoration:none; color:#FFF;}

#menuh a.parent{
	background:url(../images/nav/nd_blk.png) right center no-repeat #DCD9CD;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}
	
#menuh a.parent:hover{
	background:url(../images/nav/nd_wht.png) right center no-repeat #A79E83;
	color:#FFF;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#menuh ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#menuh li li{
	font:11px/18px Arial, Helvetica, sans-serif;
}

#menuh li li a{
	color:#000;
}

#menuh li li a:hover{
	color:#FFF;
}

#menuh ul ul{
	list-style:none;
	padding:0;
	float:left;
	border-bottom:#5D5D5D 1px solid;
}

#menuh ul ul a{
	display:block;
	white-space:nowrap;
	width:175px;
	height:auto;
	margin:0px;
	padding:2px 0 2px 3px;
	border-top:#5D5D5D 1px solid;
	border-left:#5D5D5D 1px solid;

	border-right:#5D5D5D 1px solid;
	background:#DCD9CD;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

#menuh ul ul a:hover{
	color:#FFF;
	background-color:#A79E83;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}	
			
#menuh ul ul ul{
	list-style:none;
	margin:2px 0px 0px -1px;
	padding:0;
	float:left;
	border-bottom:#5D5D5D 1px solid;
	z-index:2;
}

#menuh li{
	position:relative;
	z-index:100;
}

#menuh ul ul{
	position:absolute;
	z-index:1;
	/* top:19px; */
	display:none;
}

#menuh ul ul ul{
	top:0;
	left:100%;
}

#menuh ul ul li:hover{
	cursor:pointer;
	z-index:100;
}

#menuh ul ul li:hover{
	cursor:pointer;
	z-index:100;
}

#menuh li:hover ul ul,
#menuh li li:hover ul ul,
#menuh li li li:hover ul ul,
#menuh li li li li:hover ul ul
{display:none;}

#menuh li:hover ul,
#menuh li li:hover ul,
#menuh li li li:hover ul,
#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */

