﻿/**
 * 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: 62.5%;
	color: #000000;
	background-color: #919786;
	background-image: url('border-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a img {border: none; }

#navEZPagesTOC ul li a {
	color: #4E7D24;
	text-decoration: none;
}

a:link {
	color: #4E7D24;
	text-decoration: none;
}
a:visited {
	color: #574427;
	text-decoration: none;
}
#navCatTabs ul li a:hover {
	color: #737549;
}
#navSupp ul li a:hover {
	color: #737549;
}
#navMain ul li a:hover {
	color: #737549;
}
#navEZPagesTOC ul li a:hover {
	color: #737549;
}
a:hover {
	color: #737549;
}
a:active {
	color: #4E7D24;
}
h1 {
	font-size: 13pt;
	color: #19180C;
	text-align: center;
	font-weight: bold;
	background-color: #506319;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #4E7D24;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #67633F;
}
.larger{
	font-size: 1.1em;
	font-weight: bold;
	color: #221D14;
}

.sideBoxContent{
	font-size: 1.1em;
	font-weight: bold;
	color: #221D14;
}

ADDRESS{
	font-size: 1.1em;
	font-weight: bold;
	color: #221D14;
}

LEGEND{
	font-size: 1.1em;
	font-weight: bold;
	color: #221D14;
}

h4.optionName{
	font-size: 1.1em;
	font-weight: bold;
	color: #221D14;
}

h6{
	font-size: 1.1em;
	font-weight: bold;
	color: #221D14;
}

h5{
	font-size: 1.1em;
	font-weight: bold;
	color: #221D14;
}

h4{
	font-size: 1.1em;
	font-weight: bold;
	color: #221D14;
}

.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: #93AA75;
}

select:focus {
	background: #93AA75;
}

input:focus {
	background: #93AA75;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #4E7D24;
}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #201B14;
}

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: Left;
}

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 {
	border-style: none;
	border-width: medium medium 2px medium;
	height: 1px;
	margin-top: 0.5em;
	border-bottom: 1px solid #9a9a9a;
	border-top-color: inherit;
	border-right-color: inherit;
	border-bottom-color: #717D24;
	border-left-color: inherit;
}

/*warnings, errors, messages*/
.messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #3D5A16;
}

.messageStackSuccess {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #3D5A16;
}

.messageStackError {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #3D5A16;
}

.messageStackWarning {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #3D5A16;
}

.messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackWarning {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #717D24;
	color: #211C14;
}
.messageStackCaution {
	background-color: #519F1C;
	color: #34291A;
}

/*wrappers - page or section containers*/
#mainWrapper {
	border: thick outset #737852;
	background-color: #919786;
	text-align: left;
	width: 1000px;
	vertical-align: top;
	background-image: url('wood-bg.jpg');
}
#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;

}
#logoWrapper{
	background-color: #919786;
	height: 200px;
}

#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:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #506319;
	float: right;
	margin: 0em 0em 1em 1em;
}

#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-image: url('wood-bg.jpg');
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #2B2A1D;
	height: 25px;
}

#navSuppWrapper {
	margin: 0em;
	background-image: url('wood-bg.jpg');
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #2B2A1D;
	height: 25px;
}
#navMainWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #4E7D24;
	height: 25px;
	background-color: #919786;
	text-align: center;
}
#navCatTabsWrapper {
	background-color: #D3CBBE;
	color: #506319;
	background-image: none;
	text-align: left;
}

#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 {
	text-align: center;
}

#navSupp ul li {
	display: inline;
	}

#navMain ul li {
	display: inline;
	}

#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #2A2418;
	white-space: nowrap;
	font-size: medium;
	font-weight: bold;
}
#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #4E7D24;
	white-space: nowrap;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
#navCatTabs ul li a {
	color: #717D24;
}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #506319;
}

#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;
	}
#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #2A2418;
	white-space: nowrap;
	font-size: medium;
	font-weight: bold;
}

.buttonRow {
	margin: 0.5em;
	}

#navCategoryIcon {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	color: #506319;
}
#navEZPagesTop {
	background-color: #C9BEAF;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
}

#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 #506319;
	padding: 1em;
}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	border-bottom-color: #506319;
	border-bottom-width: 2px;
}
#cartSubTotal {
	background-color: #666E34;
}
.tableHeading {
	background-color: #666E34;
}
#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	border-top-color: #4C3D24;
	border-top-width: 2px;
}

#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: #223F05;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
	color: #707B57;
	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: #786B52;
	border: 2px solid #333F10;
}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.productSpecialPriceSale {
	text-decoration: line-through;
	}

.normalprice {
	text-decoration: line-through;
	}

.productPriceDiscount {
	color: #539F24;
}

.productSpecialPriceSale {
	color: #539F24;
}

.productSalePrice {
	color: #539F24;
}

.productSpecialPrice {
	color: #539F24;
}

.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 {}
.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: #4E7D24;
	background-color: #919786;
}
#siteinfoStatus {
	text-align: center;
	}

#siteinfoCredits {
	text-align: center;
	}

#siteinfoLegal {
	text-align: center;
	font-size: small;
	font-weight: bold;
	background-color: #919786;
}
#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;
	}

#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: 2px solid #506319;
	height: 1%;
	margin: 1.1em 0;
}
h2.centerBoxHeading {
	font-size: 1.3em;
	color: #D3CBBE;
	background-color: #737852;
}

/*sideboxes*/
.columnLeft {}

h3.rightBoxHeading a {
	padding: 10px 0px 0px 0px;
	font-size: small;
	color: #B2A38E;
	font-weight: bold;
	text-align: center;
}

h3.rightBoxHeading {
	padding: 10px 0px 0px 0px;
	font-size: small;
	color: #B2A38E;
	font-weight: bold;
	text-align: center;
}

h3.leftBoxHeading a {
	padding: 10px 0px 0px 0px;
	font-size: small;
	color: #B2A38E;
	font-weight: bold;
	text-align: center;
}

h3.leftBoxHeading {
	padding: 10px 0px 0px 0px;
	font-size: small;
	color: #B2A38E;
	font-weight: bold;
	text-align: center;
}
#search-headerHeading {
	font-size: small;
	color: #B2A38E;
	font-weight: bold;
	text-align: center;
}
#searchHeading {
	font-size: small;
	color: #B2A38E;
	font-weight: bold;
	text-align: center;
}
#recordcompaniesHeading {
	font-size: small;
	color: #B2A38E;
	font-weight: bold;
	text-align: center;
}
#musicgenresHeading {
	font-size: small;
	color: #B2A38E;
	font-weight: bold;
	text-align: center;
}
#currenciesHeading {
	font-size: small;
	color: #B2A38E;
	font-weight: bold;
	text-align: center;
}
#manufacturersHeading {
	font-size: small;
	color: #B2A38E;
	font-weight: bold;
	text-align: center;
}
.rightBoxHeading {
	background-image: url('cat-bg1.png');
	background-repeat: no-repeat;
	text-align: center;
	width: 197px;
	height: 42px;
}
.leftBoxHeading {
	background-image: url('cat-bg1.png');
	background-repeat: no-repeat;
	text-align: center;
	width: 197px;
	height: 42px;
}
.rightBoxContainer {
}
.leftBoxContainer {
}
.sideBoxContent {
	background-color: #D3CBBE;
	padding: 0.4em;
}
h3.rightBoxHeading a:hover {
	color: #506319;
	text-decoration: none;
}
h3.leftBoxHeading a:hover {
	color: #506319;
	text-decoration: none;
}
.centerBoxHeading a:visited {
	color: #B2A37B;
}

.leftBoxHeading a:visited {
	color: #B2A37B;
}

.rightBoxHeading a:visited {
	color: #B2A37B;
}

#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: #D3CBBE;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top:visited {
	color: #4E7D24;
	text-decoration: none;
}
A.category-top {
	color: #4E7D24;
	text-decoration: none;
}
A.category-links:visited {
	color: #606444;
	text-decoration: none;
}
A.category-links {
	color: #606444;
	text-decoration: none;
}
A.category-products:visited {
	color: #4E7D24;
	text-decoration: none;
}
A.category-subs:visited {
	color: #4E7D24;
	text-decoration: none;
}
A.category-products {
	color: #4E7D24;
	text-decoration: none;
}
A.category-subs {
	color: #4E7D24;
	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: #E7E2DC;
	height: 1.5em;
	vertical-align: top;
}
.rowEven {
	background-color: #E8F3D6;
	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: #D3CBBE;
	height: 2em;
}
.productListing-rowheading {
	background-color: #ACB08C;
	height: 2em;
	color: #364211;
	font-weight: bolder;
}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#infoShoppingCart {
	background-color: #D3CBBE;
}

#popupAtrribsQuantityPricesHelp {
	background-color: #D3CBBE;
}

#popupCouponHelp {
	background-color: #D3CBBE;
}

#popupCVVHelp {
	background-color: #D3CBBE;
}

#popupImage {
	background-color: #D3CBBE;
}

#popupAdditionalImage {
	background-color: #D3CBBE;
}

#popupSearchHelp {
	background-color: #D3CBBE;
}

#popupShippingEstimator {
	background-color: #D3CBBE;
}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color: #919786;
	text-align: center;
}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
.content {
	background-color: #FFFFFF;
}
.center {
	background-color: #FFFFFF;
	text-align: left;
}
td {
	border: thick double #312D21;
}
#searchHeading {	
    font-size: small;
	color: #B2A38E;
	font-weight: bold;
	text-align: center;
}
Google {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	text-align: center;
}

