/**
 * 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;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-image: url('BGswirls.jpg');
	background-color: #BDDABC;
}

a img {border: none; }

#navEZPagesTOC ul li a {
	color: #8A3898;
	text-decoration: none;
}
 
a:link {
	color: #8A3898;
	text-decoration: none;
}
a:visited {
	color: #4F9748;
	text-decoration: none;
}

#navCatTabs ul li a:hover {
	color: #74AF78;
}
#navSupp ul li a:hover {
	color: #81B67F;
}
#navMain ul li a:hover {
	color: #75BC69;
}
#navEZPagesTOC ul li a:hover {
	color: #7CB67A;
}
a:hover {
	color: #98C296;
}
a:active {
	color: #8A3898;
}

h1 {
	font-size: 1.5em;
	color: #76B972;
}
h2 {
	font-size: medium;
	color: #8A3898;
	font-weight: bold;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #9BC794;
}

.larger{
	font-size: 1.1em;
	}

.sideBoxContent{
	font-size: 1.1em;
	}

ADDRESS{
	font-size: 1.1em;
	}

LEGEND{
	font-size: 1.1em;
	}

h4.optionName{
	font-size: 1.1em;
	}

LABEL{
	font-size: 1.1em;
	}

h6{
	font-size: small;
	font-weight: bold;
	color: #BEDBB9;
}
h5{
	font-size: medium;
	font-weight: bold;
	color: #B865C7;
}
h4{
	font-size: medium;
	font-weight: bold;
	color: #C582D0;
}

.biggerText {
	font-size: 1.2em;
	}

h6 {
	margin: 0.3em 0;
	}

h5 {
	margin: 0.3em 0;
	}

h4 {
	margin: 0.3em 0;
	}

h3 {
	margin: 0.3em 0;
	}

h2 {
	margin: 0.3em 0;
	}

h1 {
	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;
	}

INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

SELECT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

FORM {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

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

textarea:focus {
	background: #BDDABD;
}
select:focus {
	background: #BAD7BA;
}

input:focus {
	background: #E4FEF5;
	}

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

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

h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL {
	line-height: 1.5em;
	padding: 0.2em;
	}

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

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

.attribImg {
	float: left;
	}

.centerBoxContentsAlsoPurch {
	float: left;
	}

.categoryListBoxContents {
	float: left;
	}

.specialsListBoxContents {
	float: left;
	}

.centerBoxContents {
	float: left;
	}

#logo {
	float: none;
	text-align: center;
}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

LABEL.switchedLabel {
	width: 11em;
	float: left;
	}

LABEL.selectLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

ADDRESS {
	padding: 0.5em;
	}

P {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #8A3898;
	}

/*warnings, errors, messages*/
.messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #8A3898;
}
.messageStackSuccess {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #8A3898;
}
.messageStackError {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #8A3898;
}
.messageStackWarning {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #8A3898;
}

.messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackWarning {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #6FA86C;
	color: #8A3898;
}
.messageStackCaution {
	background-color: #E6F1E4;
	color: #68AD62;
}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #8A3898;
	text-align: left;
	width: 1000px;
	vertical-align: top;
	border: thick double #AAD0A7;
}

#popupImage {
	margin: 0em;
	padding: 0em;
	}

#popupAdditionalImage {
	margin: 0em;
	padding: 0em;
	}

#mainWrapper {
	margin: 0em;
	padding: 0em;
	}

#ezPageBoxList ul {
	margin: 0em;
	padding: 0em;
	}

#cartBoxListWrapper ul {
	margin: 0em;
	padding: 0em;
	}

#ezPageBoxList {
	margin: 0em;
	padding: 0em;
	}

#cartBoxListWrapper {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper {
	margin: 0em;
	padding: 0em;
	}

#mainWrapper {
	margin: auto;
	} 

#navColumnTwoWrapper {
	margin: auto;
	} 

#navColumnOneWrapper {
	margin: auto;
	} 
#navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#navColumnOneWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color: #8A3898;
	font-size: x-large;
	text-align : center;
	vertical-align: middle;
	font-weight: bold;
}
#sendSpendWrapper {
	border: 1px solid #BBD8BB;
	float: right;
	margin: 0em 0em 1em 1em;
}
#logoWrapper{
	background-repeat: repeat-x;
	background-color: #BDDABC;
	height: 216px;
}

#navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

#checkoutBillto {
	margin: 0;
	width: 47%;
	}

#checkoutShipto {
	margin: 0;
	width: 47%;
	}

#sendSpendWrapper {
	margin: 0;
	width: 47%;
	}

#accountLinksWrapper {
	margin: 0;
	width: 47%;
	}

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

#navCatTabsWrapper {
	margin: 0em;
	background-color: #C989D3;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
}

#navSuppWrapper {
	margin: 0em;
	background-color: #AAD0A7;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
}

#navMainWrapper {
	margin: 0em;
	background-color: #8A3898;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
}

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

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

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

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

#navCatTabs ul li {
	display: inline;
	}

#navSupp ul li {
	display: inline;
	}

#navMain ul li {
	display: inline;
	}

#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #BBD8BD;
}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #6AAA68;
}

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

#indexProductListCatDescription {
	margin: 0.5em;
	}

.buttonRow {
	margin: 0.5em;
	}

#navCategoryIcon {
	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: #AAD0A7;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	color: #8A3898;
}

#navColumnTwo {
	background-color: transparent;
	}

#navColumnOne {
	background-color: transparent;
	}

/*The main content classes*/
.alert {
	vertical-align: top;
	}

.centerBoxContentsNew {
	vertical-align: top;
	}

.centerBoxContentsFeatured {
	vertical-align: top;
	}

.centerBoxContentsAlsoPurch {
	vertical-align: top;
	}

.centerBoxContentsSpecials {
	vertical-align: top;
	}

.additionalImages {
	vertical-align: top;
	}

.categoryListBoxContents {
	vertical-align: top;
	}

.specialsListBoxContents {
	vertical-align: top;
	}

.centerBoxContents {
	vertical-align: top;
	}

#navColumnTwo {
	vertical-align: top;
	}

#navColumnOne {
	vertical-align: top;
	}

#contentColumnMain {
	vertical-align: top;
	}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#productDescription {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerSix {
	padding: 0.8em;
	}

#bannerFive {
	padding: 0.8em;
	}

#bannerFour {
	padding: 0.8em;
	}

#bannerThree {
	padding: 0.8em;
	}

#bannerTwo {
	padding: 0.8em;
	}

#bannerOne {
	padding: 0.8em;
	}

.centerColumn {
	padding: 0.8em;
	}

#siteinfoIP {
	font-size: 0.9em;
	}

#siteinfoStatus {
	font-size: 0.9em;
	}

#siteinfoCredits {
	font-size: 0.9em;
	}

#siteinfoLegal {
	font-size: 0.9em;
	}

.smallText {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #8A3898;
	padding: 1em;
}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	border-bottom-color: #8A3898;
}
#cartSubTotal {
	background-color: #DFB9E6;
}
.tableHeading {
	background-color: #D19BDB;
}
#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	border-top-color: #66AD62;
}

#cartSubTotal {
	height: 2.2em;
	}

.tableHeading {
	height: 2.2em;
	}

.tableRow {
	height: 2.2em;
	}

.cartTotalsDisplay {
	padding: 0.5em 0em;
	}

#cartInstructionsDisplay {
	padding: 0.5em 0em;
	}

.cartQuantity {
	padding: 0.5em 0em;
	}

.cartQuantityUpdate {
	padding: 0.5em 0em;
	}

.cartRemoveItemDisplay {
	padding: 0.5em 0em;
	}

.cartTotalDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay {
	padding: 0.5em 0em;
	}

.cartProductDisplay {
	padding: 0.5em 0em;
	}

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

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #569753;
	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: #DBB1E2;
	border: 1px solid #468541;
}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.productSpecialPriceSale {
	text-decoration: line-through;
	}

.normalprice {
	text-decoration: line-through;
	}

.productPriceDiscount {
	color: #ff0000;
	}

.productSpecialPriceSale {
	color: #ff0000;
	}

.productSalePrice {
	color: #ff0000;
	}

.productSpecialPrice {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper ul {
	list-style-type: none;
	}

.cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#ezPageBoxList li {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper li {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxVoucherBalance {
	font-weight: bold;
	}

#cartBoxEmpty {
	font-weight: bold;
	}

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

.amount {
	text-align: right;
	padding: 0.2em;
	}

.lineTitle {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productReviewsDefaultProductImage {
	margin: 0em 1em 1em 0em ;
	}

#reviewsInfoDefaultProductImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxContentsFeatured {
	margin: 1em 0em;
	}

.centerBoxContentsAlsoPurch {
	margin: 1em 0em;
	}

.centerBoxContentsSpecials {
	margin: 1em 0em;
	}

.additionalImages {
	margin: 1em 0em;
	}

.categoryListBoxContents {
	margin: 1em 0em;
	}

.specialsListBoxContents {
	margin: 1em 0em;
	}

.centerBoxContents {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #8A3898;
	height: 1%;
	margin: 1.1em 0;
}

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

/*sideboxes*/
.columnLeft {}

h3.rightBoxHeading a {
	font-size: medium;
	color: #8A3898;
	font-weight: bold;
}
h3.rightBoxHeading {
	font-size: small;
	color: #8A3898;
	font-weight: bold;
}
h3.leftBoxHeading a {
	font-size: small;
	color: #8A3898;
	font-weight: bold;
}
h3.leftBoxHeading {
	font-size: small;
	color: #8A3898;
	font-weight: bold;
}
#search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

#searchHeading {
	font-size: small;
	color: #8A3898;
	font-weight: bold;
}

#recordcompaniesHeading {
	font-size: 0.9em;
	color: #ffffff;
}

#musicgenresHeading {
	font-size: 0.9em;
	color: #ffffff;
}

#currenciesHeading {
	font-size: 0.9em;
	color: #ffffff;
}

#manufacturersHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.rightBoxHeading {
	margin: 0em;
	background-color: #E6F1E4;
	padding: 0.5em 0.2em;
}
.centerBoxHeading {
	margin: 0em;
	background-color: #8A3898;
	padding: 0.5em 0.2em;
}
.leftBoxHeading {
	margin: 0em;
	background-color: #E6F1E4;
	padding: 0.5em 0.2em;
}

.rightBoxContainer {
	border-color: #8A3898;
	border-style: solid;
	border-width: 1px 1px 5px 1px;
	border-bottom: 5px solid #8A3898;
	margin-top: 1.5em;
}

.leftBoxContainer {
	border-color: #8A3898;
	border-style: solid;
	border-width: 1px 1px 5px 1px;
	border-bottom: 5px solid #8A3898;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

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

.centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.leftBoxHeading a:visited {
	color: #8A3898;
}
.rightBoxHeading a:visited {
	color: #8A3898;
}

.attribImg {
	text-align: center;
	}

.gvBal {
	text-align: center;
	}

.centerBoxContentsNew {
	text-align: center;
	}

.centerBoxContentsFeatured {
	text-align: center;
	}

.centerBoxContentsAlsoPurch {
	text-align: center;
	}

.centerBoxContentsSpecials {
	text-align: center;
	}

.additionalImages {
	text-align: center;
	}

.categoryListBoxContents {
	text-align: center;
	}

.specialsListBoxContents {
	text-align: center;
	}

.centerBoxContents {
	text-align: center;
	}

#reviewWriteMainImage {
	text-align: center;
	}

#productReviewsDefaultProductImage {
	text-align: center;
	}

#reviewsInfoDefaultProductImage {
	text-align: center;
	}

#productMainImage {
	text-align: center;
	}

LABEL#textAreaReviews {
	text-align: center;
	}

.ratingRow {
	text-align: center;
	}

.accountQuantityDisplay {
	text-align: center;
	}

.productListing-data {
	text-align: center;
	}

.rightBoxHeading {
	text-align: center;
	}

.centerBoxHeading {
	text-align: center;
	}

.leftBoxHeading {
	text-align: center;
	}

#cartBoxGVBalance {
	text-align: center;
	}

.cartTotalsDisplay {
	text-align: center;
	}

.cartQuantity {
	text-align: center;
	}

.cartQuantityUpdate {
	text-align: center;
	}

.cartRemoveItemDisplay {
	text-align: center;
	}

.center {
	text-align: center;
	}

#siteinfoIP {
	text-align: center;
	color: #FFFFFF;
}

#siteinfoStatus {
	text-align: center;
	}

#siteinfoCredits {
	text-align: center;
	}

#siteinfoLegal {
	text-align: center;
	color: #FFFFFF;
}

#bannerSix {
	text-align: center;
	}

#bannerFive {
	text-align: center;
	}

#bannerFour {
	text-align: center;
	}

#bannerThree {
	text-align: center;
	}

#bannerTwo {
	text-align: center;
	}

#bannerOne {
	text-align: center;
	}

#navEZPageNextPrev {
	text-align: center;
	}

#navCatTabsWrapper {
	text-align: center;
	}

#cartBoxVoucherBalance {
	text-align: center;
	}

#cartBoxEmpty {
	text-align: center;
	}

#cartBoxGVButton {
	text-align: center;
	}

#cartEmptyText {
	text-align: center;
	}

TH {
	text-align: center;
	}

.centeredContent {
	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: #8A3898;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top:visited {
	color: #4F9748;
	text-decoration: none;
}
A.category-top {
	color: #8A3898;
	text-decoration: none;
}
A.category-links:visited {
	color: #4F9748;
	text-decoration: none;
}
A.category-links {
	color: #8A3898;
	text-decoration: none;
}
A.category-products:visited {
	color: #305E2D;
	text-decoration: none;
}
A.category-subs:visited {
	color: #305E2D;
	text-decoration: none;
}
A.category-products {
	color: #305E2D;
	text-decoration: none;
}
A.category-subs {
	color: #305E2D;
	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;
	}

#shoppingCartDefault #PPECbutton {
	float: right;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E6F1E4;
	height: 1.5em;
	vertical-align: top;
}
.rowEven {
	background-color: #E6F1E4;
	height: 1.5em;
	vertical-align: top;
}

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

CAPTION {
	/*display: none;*/
	}

#myAccountNotify li {
	margin: 0;
	} 

#myAccountGen li {
	margin: 0;
	} 

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

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

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

TR.tableHeading {
	background-color: #6AAC67;
	height: 2em;
}
.productListing-rowheading {
	background-color: #77AB71;
	height: 2em;
	color: #FFFFFF;
}

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

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

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

#infoShoppingCart {
	background-color: #ffffff;
	}

#popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
	}

#popupCouponHelp {
	background-color: #ffffff;
	}

#popupCVVHelp {
	background-color: #ffffff;
	}

#popupImage {
	background-color: #ffffff;
	}

#popupAdditionalImage {
	background-color: #ffffff;
	}

#popupSearchHelp {
	background-color: #ffffff;
	}

#popupShippingEstimator {
	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;
	}
table {
	background-color: #FFFFFF;
}
#siteinfoLegal a {
	text-align: center;
	color: #6CAC66;
}
A.category-top:visited {
	color: #4F9748;
	text-decoration: none;
}
A.category-links:Hover {
	color: #6AA767;
	text-decoration: none;
}
h4 {
	font-size: medium;
	font-weight: bold;
	color: #55225E;
}
