/**
 * Atheme CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2007 iChoze Internet Solutions http://ichoze.com
 * @copyright Portions Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 */

body {
	margin: 1;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 59%;
	color: #000000;
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
/*background-color: #ffffff;*//* this if for whole webpage background */
background-image: url(../images/wholepagebackground.png);
background-repeat: repeat;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #96171A;
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
	text-decoration: none;
	}
 
a:visited {
	color: #666666;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #000000;
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
	text-decoration: underline;
	}

a:active {
	color: #666666;
	}

h1 {
	font-size: 1.4em; 
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
	}

h2 {
	font-size: 1.2em;
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
	}

h3 {
	font-size: 1.4em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.2em;
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
	}

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

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

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

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

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

LABEL, h4.optionName {
	line-height: 1.2em;
	padding: 0.2em;
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
#productAttributes {  padding: 0em 22em; }/* moves attributes selection button*/

#attribsOptionsText {font-size: 1.2em;
	color: #336699;
	text-shadow: 0px -1px 2px white, -1px 0px 2px white, 0px 1px 2px white, 1px 0px 2px white;
	}/*this is the text that says please choose*/
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
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;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 2px;
	margin-top: 0.5em;
	border: none;
	background-image: url(../images/hr_gradient.png);/*Home page horizontal rule*/
	background-repeat: repeat-y;
	position: relative;
	/*border-bottom: 1px solid #9a9a9a;*/
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
        /*margin: auto;*/
 	text-align: center;
	vertical-align: middle;       
        /*width: 760px;*/
	font-size: 1.3em;
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
	line-height: 1em;
	padding: 0em 0em 0.4em 0em;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #666666;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
	}

.messageStackWarning, .messageStackError {
	background-color: none;
	color: #ff0000;
	}

.messageStackSuccess {
	background-color: #F2F2F5;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
/*	background-color: #CCFF99;*/
background-image: url(../images/mainwrapperimage.png);
background-repeat: repeat;
border-top: 0px solid #999999;
border-bottom: 2px solid #666666;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
	text-align: left;
	width: 948px;
	vertical-align: top;
	clear:both;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper{
	width: 950px;
height: 100px;
	margin:auto;
/*background-color: #CCCCFF;*/
	}
#logoWrapper{
	width: 950px;
	height: 100px;
background-image: url(../images/maintitle2.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	position:relative;
/*height: 100px;*/
	}
#logo{
	/*padding: .5em 0 0 2em;*/
padding: 0em 0 0 1em;

	}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
/*color:#ffffff;*/
	padding: 1em 0 0 0;
/*padding: 0em 0em 0 0;*/
	font-size: 1.5em;
/*	font-size: 0.5 em;*/
	font-weight:bold;
	text-align : center;
/*text-align :right;*/
	white-space:nowrap;
	float:left;
/*float: center;*/
	width:50%;
	}
#searchCartBarWrapper{
width: 950px;
height: 41px;
	margin:auto;
	/*background:#175B96;*/
/*background:#348881;*/
background-image: url(../images/scb1.png);
/*padding:1em;*/
padding: 0em;
}
#searchCartBar{
	width:750px;
	margin: auto;
/*	margin: 0.2em 22em;*/
	padding-top: 0em;
color: #ccccff;
font-size: 0.9em;

/*	padding-top:.5em;*/
}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
#accountLinksWrapper {
	margin: 0em 4em;
	padding: 1em 1em 1em 1em;
	line-height: 2em;
	background-color: #F2F2F5;
	border: 1px solid #CCCCCC;
	}

.wrapperAttribsOptions {
	margin: 0em 0.3em;
	font-size: 1em;
/*background-color: #F2F2F5;
	border: 1px solid #9a9a9a;*/
	}/*text for options*/

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	color: #666666;
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper{
	margin: 1em 0 0 0;
	background-image: url(../images/footer_gradient.png); center no-repeat;/*background around home in footer*/
	/*border:1px solid #9A9A9A;*/
	/*background:#000000;*/
	padding: 0.5em 0.2em;
	height: 1%;
	}
#navMainWrapper{		
	position:absolute;
/*	position: relative;*/
	margin: 0em;
	right:1em;
	padding: 4.8em 1.2em 0 0;/*adjust my account links position in header*/
	color: #505050;
	height: 1%;
	}
#navCatTabsWrapper {
width: 950px;
	border-top: 1px solid #666666;
	border-bottom: 0px solid #666666;	
	border-left: 0px solid #999999;	
	border-right: 0px solid #999999; 
	background:#F2F2F5;/* navigate categories bar colour*/
        /*background-image: url(../images/footer_gradient.png);*/
	color: #000000;
	margin: auto;
	padding: 0.6em 0em 0em 0em;
	font-size:1.2em;
	height: 1%;
}

#navCatTabs{
	width: 940px;
	margin:auto;

	}

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

#navMain ul li, #navSupp ul li{
	display: inline;
	}
#navSupp ul  {
	font-size: 1.3em;
	margin: 0em;
	padding:0em;
	list-style-type: none;
	text-align: center;
	line-height: 1em;
	}
#navSupp ul li a, {
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: #505050;
    font-size:1.0em;
    }	
#navCatTabs ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #000000;
	font-size:1.0em;
	}
#navMain ul li a{
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size:1.2em;/* my accounts link in header*/
font-weight: bold;
	color: #ffffff;
	}
#navMain ul li a:hover{
	text-decoration:underline;
	color: #505050;
}
#navCatTabs ul li {
	display: inline;
	}
#navCatTabs ul li a {
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
	text-decoration:none;
	}
#navCatTabs ul li a:hover{
	color:#000000;
	}
#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 {
	background: url(../images/header_search.gif) no-repeat 3em .2em;
	padding:0 0 .7em 10em;
	}
#altLinks{
	float:right;
	color:#FFFFFF;
	font-size:1.23em;
	padding: 2.2em 6em 0em 0em;/*position of links by checkout link*/
}
#altLinks a{
	color:#ffffff;
	text-shadow: 0px -1px 0.1px #666666, -1px 0px 0.1px #666666, 0px 1px 0.1px #666666, 1px 0px 0.1px #666666;	
	text-decoration:none;
	padding: 0em 0em 0em 0em;
	}
#altLinks a:hover{
	text-decoration:none;
	color:#FFFF33;
	}
#cartContent {
	float:right;
	/*background: url(../images/header_cart.png) no-repeat 0em -0.2em;*/
	font-size:1.4em;
	padding: 1.7em 0em 0em 0em;/*postion of items link*/
	}
#cartContent img{
	padding:0;
	margin:2em 2em;
	}
#cartContent a{
	color:#FFFFFF;
	text-shadow: 0px -1px 0.1px #666666, -1px 0px 0.1px #666666, 0px 1px 0.1px #666666, 1px 0px 0.1px #666666;
	text-decoration:none;
	padding: 0em 0em 0em 1em;
	}
#navBreadCrumb {
	padding: 0.7em 0.9em;
	background-color: transparent;
/*background-image: url(../images/breadcrumbs-background.png);*/
background-repeat: repeat;
	font-size: 1.0em;
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
	font-weight: normal;
	margin: 0em;
	}

#navEZPagesTop {
	font-size: 1em;
	font-weight: bold;
	text-align:center;
	}

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

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {/*text around copywrite*/
	border-top: 1px solid #666666;
	font-size: 1.1em;
	padding: 0.2em 0em 0.3em 0em;	
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
	background-color: #CCCCCC;
	}

/*Shopping Cart Display*/
#cartAdd {
background-color: #F2F2F5;	
float: right;
	text-align: center;
	margin-right: 5.5em;
	border-top: 1px solid #336699;
	border-bottom: 3px solid #336699;	
	border-left: 1px solid #336699;	
	border-right: 2px solid #336699;
	padding: 1.5em;
	}

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


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

#cartSubTotal {
	border-top: 1px solid #999999;
	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;
	}

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

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

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	border-left: 1px solid #cccccc;		
	}

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

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

.cartBoxTotal {
	text-align: center;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	border-right: 1px solid #cccccc;	
	}

.cartAttribsList {
	margin-left: 4.3em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.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: 0em 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 {
	height: 1%;
	margin: 1.1em 0;
	/*border-left:1px solid #DADADA;
	border-right:1px solid #DADADA;
	border-bottom: 1px solid #999999;*/
	}

h2.centerBoxHeading {
	font-size: 1.2em;
	color: #000000;
	text-align: left;
	padding-left: 5.4em;	
	}

/*sideboxes*/
.columnLeft {}
#categoriesContent {font-size: 1.2em;
	text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;
text-align:left;}/* this if for products listing text size in sidebox*/
#shoppingcartHeading {background-image: url(../images/button_114px.png);
        background-repeat: no-repeat;
        font-size: 1.2em;
        color: #999999;
	padding: 0.8em;
}
#shoppingcartContent /* this if for listing text size in cart contents sidebox*/
{
        background-image: url(../images/shopping_cart_icon.png);
        font-size: 1em; text-align:center;
        line-height: 1em;
	/*background-color: #F2F2F5;*/
	background-color: transparent;	
	margin: 0em 0 0 0;
	padding: 0.4em 0em 0em 0em;
	border-left: 0px solid #336699;
	border-right: 0px solid #336699;
	border-top: 0px solid #336699;
	border-bottom: 1px solid #336699;	
	}
#searchHeading {display: none;}
#currenciesHeading {display: none;}
#currenciesContent {
	background-color: transparent;
	margin: 0em 0 0 0;
	padding: 0em;
	border-top: 0px solid #666666;
	border-bottom: 0px solid #666666;	
	border-left: 0px solid #999999;	
	border-right: 0px solid #999999;	
	text-align:center;
	line-height: 1.4em;
}
#currenciesContent select { width:76px;} 
/*#moreinformationHeading {display: none;}*/
#informationHeading {display: none;}
h3.leftBoxHeading, h3.rightBoxHeading {
	font-size: 1.2em;/* Products information and links headings size*/
	color: #ffffff;
	text-shadow: 0px -1px 0.1px #666666, -1px 0px 0.1px #666666, 0px 1px 0.1px #666666, 1px 0px 0.1px #666666;
	font-weight:none;
	}
h3.leftBoxHeading a, h3.rightBoxHeading a{
	color: #ffffff;
	text-shadow: 0px -1px 0.1px #666666, -1px 0px 0.1px #666666, 0px 1px 0.1px #666666, 1px 0px 0.1px #666666;
	font-weight:none;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 1em;/*search and currencies sidebox heading size needs to be .2 less than above*/
	color: #ffffff;
	font-weight:none;
}

.leftBoxHeading {
	margin: 0em;
	/*background:#175B96;*//* All left Boxes heading background colour*/
/*background:#348881;*/
background-image: url(../images/sbi1.png);
	padding: 0.2em 0.2em;
	} 
.centerBoxHeading {
	margin: 0em;
/*background:#cccccc;*/
	background: url(../images/hr2_gradient.png) center;
	background-repeat: repeat-y;
	padding: 0em 0em .2em 0em;
	}
.rightBoxHeading {
	margin: 0em;
	background:#348881;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0.6em;
	margin-top: 1.1em;
	}

.sideBoxContent {
	background-color: #F2F2F5;/*All side boxes internal colour*/
	margin: 0em 0 0 0;
	padding: 0.4em;
	border-top: 1px solid #666666;
	border-bottom: 2px solid #666666;	
	border-left: 1px solid #999999;	
	border-right: 1px solid #999999;	
	text-align:center;
	line-height: 1.4em;
	}

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, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch,  .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.centerBoxContentsFeatured
{
	font-size: 1.2em;
	}
#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 {

}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
.sideBoxContent A.category-top, .sideBoxContent A.category-top:visited {
	color: #000000;
	text-decoration: none;
	background:url(../images/blue_arrow.gif) 0em 0.2em no-repeat;
	padding:0 0 0 0.9em;
	}	
.sideBoxContent A.category-top:hover {
	text-decoration: underline;
	}
A.category-links, A.category-links:visited {
	color: #666666;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #666666;
	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;
	padding-bottom: 0.2em;
	}

.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;
	font-size: 1.2em;
	} 

.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:#348881;
	height: 2em;
	color: #FFFFFF;
	text-shadow: 0px -1px 0.1px #666666, -1px 0px 0.1px #666666, 0px 1px 0.1px #666666, 1px 0px 0.1px #666666;
	}
.productListing-rowheading a:link, .productListing-rowheading a:visited{
	color:#FFFFFF;
	text-shadow: 0px -1px 0.1px #666666, -1px 0px 0.1px #666666, 0px 1px 0.1px #666666, 1px 0px 0.1px #666666;
	}
.productListing-data {
padding: 1.2em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #9a9a9a;
}
#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;
	}
#productQuantityDiscounts {float: right; margin-top: -1em; margin-right: 5.5em; background-color: #F2F2F5;
	border-top: 1px solid #666666;
	border-bottom: 2px solid #666666;	
	border-left: 1px solid #999999;	
	border-right: 1px solid #999999;
font-size: 1em; font-weight: normal;  color: #333333; font-style: verdana; text-shadow: -1px 0 0.1px white, 0 1px 0.1px white, 1px 0 0.1px white;}
table tbody tr td {
border: 0;
}	
/*#productQuantityDiscounts {float: right; border: 1; background-color: #F2F2F5;} table 
tbody {border: 0;*/ 
}
/*
tr {background-color: #F2F2F5; border: 0;}
td {background-color: #F2F2F5; border: 0;
}*/
