/**
 * 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 auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #dddddd;
	background-color: #333333;
	}
input[type=text], input[type=password], input[type=checkbox] {
	background-color:#444444;
	border:#999999 1px solid;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
select, textarea {
	border:#999999 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:1em;
	background-color:#444444;
	}
#login-email-address, #login-password {
	width:150px;
	}
a img {border: none; }

a, a:link, a:visited, #navEZPagesTOC ul li a {
	color: #cccccc;
	text-decoration: none;
	}
 
a:visited {
	color: #cccccc;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	color: #cccccc;
	text-decoration: underline;
	}
#navSupp ul li a:hover {
 	color:#EEEEEE;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	line-height:1.7em;
	}

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;
	margin-top:0;
	}
FORM, #checkoutShipping form {
	margin:0;
	padding:0;
	}

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

input:focus,  textarea:focus {
    background: #5a5a5a; 
	}
select:focus { background: #5a5a5a;}
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;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#logoLeft, 
#logoRight {
	float: left;
	margin:0 auto;
	}
#logoRight {	
	text-align: right;
	width:700px;
	}
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;
	color:#FF9B14;
	}

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

#headerWrapper{
	margin: 0em;
	padding: 0em;
	background:url(../images/header_bg.jpg) repeat-x;
	height:113px;
	width: 100%;
	text-align: center;
	}
#mainWrapper {
	margin: 0 auto;
	padding: 0;
	background-color: #333333;
	text-align: center;
	width: 100%;
	vertical-align: top;
	}
#footerWrapper{
	margin: 0em;
	padding: 0em;
	background:#202020;
	height:78px;
	width: 100%;
	text-align: center;
	}
#header {
	margin: 0em auto;
	padding: 0em;
	width: 960px;
	height:113px;
	}
#contentMainWrapper {
	margin: 0em auto;
	padding: 0em;
	width: 960px;
	}
#footer {
	margin: 0em auto;
	padding: 0em;
	width: 960px;
	background:#202020;
	text-align: right;
	color:#cccccc;
	}

/*wrappers - Header*/

#headerNav{
	float:left;
	width:100%;
	text-align:left;
	}

#topNav a, #topNav a:link, #navEZPagesTop a, #navEZPagesTop a:link {
	background:url(../images/headerNavbg.gif) left 0;  
	color:#cccccc; 
	text-decoration:none; 
	height:30px; 
	float:left; 
	cursor:hand; 
	margin:0 5px 0 0;
	padding:0;
	text-decoration:none;
	}    
#topNav a span, #navEZPagesTop a span {
	background:url(../images/headerNavbg.gif) right 0;  
	padding:7px 20px 5px 10px; 
	margin:0 0 0 8px; 
	float:left; 
	height:16px;
	} 	
#topNav a:link, #navEZPagesTop a:link {
	background:url(../images/headerNavbg.gif) left -30px;
	height:30px;
	text-decoration:none;
	}
#topNav a:link span, #navEZPagesTop a:link span {
	background:url(../images/headerNavbg.gif) right -30px; 
	color:#fff;  
	padding:7px 20px 5px 10px; 
	margin:0 0 0 8px; 
	height:16px;  
	} 	
#topNav a:visited, #navEZPagesTop a:visited {
	background:url(../images/headerNavbg.gif) left -30px;
	height:30px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	}
#topNav a:visited span, #navEZPagesTop a:visited span {
	background:url(../images/headerNavbg.gif) right -30px; 
	color:#fff;  
	padding:7px 20px 5px 10px; 
	margin:0 0 0 8px; 
	height:16px;  
	} 	
#topNav a:hover, #navEZPagesTop a:hover {
	background:url(../images/headerNavbg.gif) left -60px;
	height:30px;
	text-decoration:none;	
	}	
#topNav a:hover span, #navEZPagesTop a:hover span {
	background:url(../images/headerNavbg.gif) right -60px; 
	color:#333333;  
	padding:7px 20px 5px 10px; 
	margin:0 0 0 8px; 
	height:16px;  
	} 
#topNav a:active, #navEZPagesTop a:active {
	background:url(../images/headerNavbg.gif) left -60px;
	height:30px;
	color:#00FFFF;
	text-decoration:none;	
	}   
#topNav a:active span, #navEZPagesTop a:active span {
	background:url(../images/headerNavbg.gif) right -60px; 
	color:#00FFFF;  
	padding:7px 20px 5px 10px; 
	margin:0 0 0 8px; 
	height:16px;  
	} 

#topNav a.navHome:link{
	background:url(../images/headerNavbg.gif) left -60px;
	height:30px;
	color:#00FFFF;
	text-decoration:none;	 
	}
#topNav a.navHome:link span{
	background:url(../images/headerNavbg.gif) right -60px; 
	color:#333333;  
	padding:7px 20px 5px 10px; 
	margin:0 0 0 8px; 
	height:16px;  
	}	
#topNav a.navHome:visited{
	background:url(../images/headerNavbg.gif) left -60px;
	height:30px;
	color:#00FFFF;
	text-decoration:none;		
	}
#topNav a.navHome:visited span{
	background:url(../images/headerNavbg.gif) right -60px; 
	color:#333333;  
	padding:7px 20px 5px 10px; 
	margin:0 0 0 8px; 
	height:16px;  
	}		
#topNav a.navHome:hover{
	}
#topNav a.navHome:hover span{

	}		
#topNav a.navHome:active{
	}
#topNav a.navHome:active span{

	}
#navEZPagesTop {
	float:left;
	}	
#headerSearch {
	float:right;
	line-height:12px;
	}
#headerSearch input[type=text] {
	background:url(../images/headerSearchbg.gif) no-repeat;
	padding:5px 30px 5px 10px;
	border:none;
	color:#CCCCCC;
	width:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#headerSearch input[type=image] {
	background:url(../images/headerSearchbg.gif) no-repeat;
	margin-left:-25px;
	border:none;
	margin-right:5px;
	}	
#headerSearch a {
	color:#CCCCCC;
	}
		
highlight.a:link{
	color:#cccccc;
	}
highlight.a:visited{color:#555555;}
highlight.a:hover{color:#ffffff;}
highlight.a:active{color:#999999;}
/*wrappers - Footer*/

#footerL{
	float:left;
	text-align:right;
	width:220px;
	
	}
#footerR{
	padding-top:8px;
	margin-left:16px;
	float:center;
	text-align:right;
	}



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


#topBarWrap{
	text-align:right;
	}
#topBar{
	margin:auto;
	font-weight:bold;
	width:100%;
	}
.topBox{
	float:left;
	padding: 0 2em 0 2em;
	height:3em;
	}
#nav_header{
	border-right:1px solid #9a9a9a;
	padding: .2em 3em 0 1em;
	}
#lang_header{
	border-right:1px solid #9a9a9a;
	padding-left:2em;
	}
#currency_header{
	}
#cart_header{
	padding:0 5px 0 0;
	width:225px;
	color:#CCCCCC;
	line-height:12px;
	border-right:#5a5a5a solid 1px;
	border-left:#5a5a5a solid 1px;
	border-bottom:#5a5a5a solid 1px;

	background-color:#333333;
	margin:0;
	height:36px;
	float:right;
	}
#cart_header div{
	padding-top:4px;
	}
#logoWrap{
	width:100%;
	height:56px;
	margin:0 auto;
	padding:0;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	}
	
#tagline {
	color:#000000;
	font-size: 1.8em;
	text-align : center;
	vertical-align: middle;
	}

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

.floatingBox {
	margin: 0;
	width: 47%; 
	}
#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%; 
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/
#featuredProductsListingTopNumber,#productsListingTopNumber {
	height:20px;
	}
.navSplitPagesResult {
	*margin-bottom:10px;
	}
.navSplitPagesLinks {
	*margin-bottom:10px;
	}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	line-height:1.6em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #2E2E2E;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #909090;
	border-top:5px solid #000000;
	height: 1%;
	}
#navSupp{
	width:800px;
	margin:auto;
}
#payments{
	float:left;
	background:url(../images/payments.gif) 1.5em 0 no-repeat;
	width:25%;
	padding:1em 0;
	}
#bottomNav{
	margin:auto;
	}
#bottomNav a, #bottomNav a:visited{
	color:#9a9a9a;
	text-decoration:underline;
	}

#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: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navSupp ul li a:visited, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #EEEEEE;
	white-space: nowrap;
	}
#navSupp ul li a:hover {
	color:#EEEEEE;
	text-decoration:underline;
	}

#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;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0;
	margin-left:1em;
	float:left;
	color:#CCCCCC;
	}
#navBreadCrumb a {
	color:#CCCCCC;
	}
#navEZPagesTop {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1.7em .5em;
	color:#ffffff;
	}


#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;
	line-height:18px;
	}

.alert {
	color: #FF9B14;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	color:#FF9B14;
	}
.important a, .important a:link, .important a:visited, .important a:hover, .important a:active{
	font-weight: bold;
	color:#FF9B14;
	}

.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
/*	padding: 1em 0 1em 0;
	background-color:#333333;
	margin-left:1em;
	padding-bottom:25px;
	text-align:left; */
	}
div.centerColumn#indexDefault {
	padding: 0 0 1em 0;
	background-color:#333333;
	margin-left:1em;
	padding-bottom:25px;
	/*margin-top:10px;*/
	/*margin-bottom:25px;*/
	text-align:left;
	background-image:none;
	}
#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0 0 .6em;
	}
#bannerOne{
	padding:0;
	margin: .5em 0 0 0;
	}
.banners img{
	padding:0;
	}
.centerColumn{
	padding-top:0;
}

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

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

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	text-align:right;
	}
#scProductsHeading {
	text-align:left;
	text-indent:20px;
}
.tableHeading, #cartSubTotal {
	background-color: #333333;
	 }

#cartSubTotal {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	color:#FF9B14;
	}

.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 {
	font-weight:bold;
	}
#categoryIcon {
	font-weight:bold;
	font-size:1.5em;
	height:31px;
	line-height:30px;
	}
#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;
	}


#whatsNew, #featuredProducts, #specialsDefault {
	margin: 14px 0 0 0;
	text-align:center;
	background: #444444 url(../images/centerBoxHeadingbg.gif) no-repeat top;
	padding:0 0 10px 0;
	}

#createAcctDefaultHeading,#loginDefaultHeading,#ezPagesHeading,#advSearchDefaultHeading,#shippingInfoHeading,
#privacyDefaultHeading,#siteMapHeading,#conditionsHeading,
#pageOneHeading, #pageTwoHeading, #pageThreeHeading, #pageFourHeading,
#accountDefaultHeading,#addressBookDefaultHeading,#addressBookProcessDefaultHeading,
#accountNotificationsHeading,#checkoutShippingHeading,#checkoutPaymentHeading,#checkoutConfirmDefaultHeading {
	margin: 0 auto;
	padding:.3em 0 .4em 0;
	/*width: 713px;*/
	height: 32px;
	}

#advSearchDefaultHeading,#accountNotificationsHeading {
	padding-top:0;
	}
#advSearchDefaultHeading {
	margin-top:-0.4em;
	}
h2.centerBoxHeading {
	font-size: 13px;;
	color: #eeeeee;
	line-height:20px;
	text-align:left;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #ffffff;
	}
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding:.5em 0 0 1em;
	background:#444444 url(../images/sideboxTitlebg.gif) repeat-x;
	height:30px;
}
.centerBoxHeading {
	margin: 0 auto;
	padding:.3em 0 .4em 1.4em;
	background:#444444 url(../images/centerboxHeadingbg.gif) no-repeat;
	/*width: 713px;*/
	height: 31px;
}

#categories ul{
	padding:0;
	margin:0;
	list-style:none;
	}
.category-top li{
	padding:0;
	margin:0;
	background: #5a5a5a;
	vertical-align:middle;
	}
li.category-top a{
	padding:.4em 0 0 2em;
	margin:0;
	color:#333333;
	font-weight:bold;
	display:block;
	height:1.8em;
	border-bottom:1px solid #5a5a5a;
	background:#444444 url(../images/boxlistbg.png) .4em 0.5em no-repeat;
	}
li.category-products a{
	padding:.4em 0 0 2.5em;
	margin:0;
	color:#333333;
	font-weight:bold;
	display:block;
	height:1.8em;
	border-bottom:1px solid #5a5a5a;
	background:#444444 url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
	}
li.category-top a:hover{
	background:#444444 url(../images/boxlistbg.png) .4em 0.5em no-repeat;
	color:#FF9B14;
	text-decoration:none;
	}
li.category-products a:hover{
	background:#444444 url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
	color:#FF9B14;
	text-decoration:none;	
	}
#categoriesContent{
	padding:0;
	margin:0;
	}
#bestsellersContent {
	color:#333333;
	font-weight:bold;
	}
.sideBoxContent a:link, .sideBoxContent a:visited,.sideBoxContent a:hover {
	color:#FFFFFF;
	}
#informationContent a:link, #informationContent a:visited, #bestsellersContent, 
#bestsellersContent a:link, #bestsellersContent a:visited{
	color:#ffffff;
	font-weight:100;
	}
#extralinks{
	padding: .5em 0 .5em 2em;
	font-weight:100;
	}
.leftBoxContainer, .rightBoxContainer {
	margin: 0 0 1.2em 0;
	text-align:left;
	line-height:1.4em;
	background:#444444 url(../images/sideboxTitlebg.gif) no-repeat top;
	}

.sideBoxContent {
	background-color: #444444;
	color:#FFFFFF;
	padding: 0 1em 1em 1em;
	}

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, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, , .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	background: #444444;
	}
.cartQuantity {	text-align: center;}
#siteinfoLegal,  #siteinfoLegal a {
	text-align:right;
	background: #202020;
	color:#5a5a5a;
	line-height:16px;
	}
#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;
	}
.ic{
	display:none;
	}
#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: #cccccc;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #ffffff;
	font-weight:bold;
	}
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: #444444;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #5a5a5a;
	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: #333333;
	height: 2.5em;
	}

.productListing-rowheading {
	background-image: url(../images/centerBoxHeadingbg.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;
	}

/***IMAGE HANDLER SUPPORT ***/

#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
	margin: 2px;
	border: none;
	}
legend{
	color:#FFFFFF;
	}
h1#ezPagesHeading {
	float:left;
	}
#ezPageDefault div {
	float:left;
	}
#topNav {
	float:left;
	margin:0;
	padding:0;
	font-weight:bold;
	}
#logoWrap {
	height:70px;
	}
#headerNav {
	}
#whatsnew {
	margin-bottom:20px; 
	}
.fpmain_flashads {
	float:left;
	width:540px;
	*margin-bottom:1em;
	}
.fpmain_moreads {
	float:right;
	width:170px;
	*margin-bottom:1em;
	}
fieldset {
	border: #999999 solid 1px;
	}
legend {
	color:#CCCCCC;
	}
#editablesideboxHeading {
}
#editablesideboxContent {
border:1px #444444 solid;}

.productSpecialPrice, .productPriceDiscount {
	color:#F59F14;
	}
#prodListingCell {
	text-align:center;
	width:33%;
	}
#sorter {
	margin-top:1em;
	}
#newProductsDefaultListingTopNumber {
	height:20px;
	}
#cartContentsDisplay {
	border:1px solid #999999;
	}
#extralinks a{
	font-weight:100;
	}
div.specialsListBoxContents {
	text-align:center;
	}
#infoShoppingCart,#popupShippingEstimator {
	background-color:#333333;
	}
H1#checkoutShippingHeading  {	
	margin-top:-.7em !important;
	margin-top:0em;
	}
.centerBoxContentsProducts {
	text-align:center;
	}
.itemTitle {
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#advSearchResultsDefaultHeading {
	margin-bottom:1em;
	}
#imgLink {
	text-align:center;
	}

#manufacturers {
	background:url(../images/sideboxTitlebg2.gif) top no-repeat;
	height:66px;
	}
#manufacturersContent, #manufacturersHeading {
	background:none;
	}
ul.floatingBox#productDetailsList li{
	list-style:none;
	}
#attribsOptionsText {
	font-weight:100;
	text-decoration:underline;
	}
#productPrices {
	text-align:right;
	}
#productMainImage img {
	border:5px solid #ffffff;
	margin-top:10px;
	}
#imgLink img {
	border:none;
	margin-top:3px;
	}	
div.centerColumn#indexProductList {
	padding-left:0;
	padding-right:0;
	background:none;
	}
div.centerBoxWrapper#specialsDefault {
	margin-top:14px;
	}
#indexTopList {
	background:url(../images/centerBoxHeadingbg.gif) #444444 top left no-repeat ;
	padding-left:20px;
	padding-right:20px;
	overflow:auto;
}
.listingProductImage {
	border: 5px #ffffff solid;
	}
#checkoutShipping {
	*margin-top:0.7em;
	}
#accountEditDefaultHeading{}
#reviewsWriteHeading { 
	margin-bottom:10px;
	}
.reviewcount {
	text-align:center;
	padding-top:4px;
	}
.wrapper, .sideBoxContent,  {
	color:#CCCCCC;
	}
.centerBoxContentsAlsoPurch {
	text-align:center;
	}
#alsoPurchased {
	padding: 0 1.5em 2.5em 1.5em;
	margin-left:1em;
	margin-top:0px;
	background:url(../images/centerBoxHeadingbg.gif) #444444 top left no-repeat ;
	}
#alsoPurchased h2.centerBoxHeading {
	background:none;
	margin:0;}
/* center column and center boxes layout */
.centerColumn {
	background:#333333;
	padding: 0 0 2.5em 1.5em;
	margin-left:1em;
	text-align:left;
	}
.centerBoxWrapper {
	margin: 14px 0 0 0;
	text-align:left;
	background: url(../images/centerBoxHeadingbg.gif) #444444 top left no-repeat;
	padding:0 0 10px 0;
	height:auto;
	overflow:auto;
	/*width:730px;*/
	}
#featuredDefault,#specialsListing, #newProductsDefault, .centerColumn {
	background: url(../images/centerBoxHeadingbg.gif) #444444 top left no-repeat;
	padding-right:1em;
	overflow:auto;
	}
#sorter {
	text-align:right;
	margin:0;
	}
#advSearchResultsDefault form { text-align:right; width:100%;}

#ProductListingSplitLower {
	border-top: #999999 solid 1px; 
	}
#ProductListingSplitUpper {
	border-bottom: #999999 solid 1px; 
	}
.accountQuantityDisplay { text-align:right;}
#myAccountProducts, .accountProductDisplay,#myAccountStatusDate, #myAccountStatus, #myAccountStatusComments {
	text-align:left;
	padding-left:10px;}
.cartProductImage {
	text-align:center;
	padding-top:5px;}
	
	
	
#specialsDefault H2, #whatsNew H2, #featuredProducts H2{
background:url(../images/centerBoxHeadingbg.gif) no-repeat;}

#navEZPagesTop a, #navEZPagesTop a:link, #navEZPagesTop a:visited, #navEZPagesTop a:hover, #navEZPagesTop a:active,
#navEZPagesTop a span, 
#topNav a, #topNav a:link, #topNav a:visited, #topNav a:hover, #topNav a:active {
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;}
#productAdditionalImages{
	width:90%;}
	
#ezPageDefault, #ezPageDefault div{
	background-color:#444444;
	overflow:auto;
	margin:0 auto;
	color:#fff;
}
#phplive { 
	float:right;
	margin:0 30px;}
	
#productDescription, #productDescription a, #categoryDescription, #indexProductListCatDescription { color:#fff;}
#categoryImgListing img, .prodgrid img, .cartProductImage img { background-color:#fff; border: 3px solid #ccc;}