/**
 * 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 {
	background: #472311;
	font-size: 0.875em;
	position: relative;
	height: 100%;
	margin: 0 auto;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	line-height: 1.5em;
	color: #472311;
	text-align: left;
	margin: 0 0 0.7em 0;
	}

.floatleft {
	float: left;
	margin: 0 15px 0 0;
	font-size: 0.8em;
}

.floatleft img, img.floatleft, .floatright img, img.floatright {
	margin-bottom: 1em;
}

.floatright {
	float: right;
	margin-left: 10px;
	font-size: 0.8em;
}

p {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #472311;
	text-align: left;
	margin: 0 0 1.5em 0;
}
	p.no-linespace {
		line-height: 1em;
		margin: 0;
	}
	.stock-notification { /* used in CEON out-of-stock-notifier on product info page */
		float: right;
		width: 300px;
		margin: 1em 0 0 1em;
	}

a img {border: none; }

a:link {
	font-weight: bold;
	color: #5A5B5D;
	text-decoration: none;
}

#navEZPagesTOC ul li a {
	font-weight: normal;
	text-decoration: none;
	}

a:visited {
	color: #5A5B5D;
	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 {
	text-decoration: underline;
	}
.centerColumn a:link {
	text-decoration: underline;
}
.itemTitle a:link, .centerBoxContentsFeatured a:link {
	text-decoration: none;
}

h1 {
	font-family: 'josefin sans', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 2em;
	line-height: 1em;
	color: #472311;
	text-align: center;
	text-transform: lowercase;
	}

h2 {
	font-size: 1.375em;
	line-height: 1.0909em;
	}

h3 {
	font-size: 1.25em;
	line-height: 1.2em;
	}

h4, h5, h6, LABEL, h4.optionName, ADDRESS, .larger{
	font-size: 1.125em;
	line-height: 1.333em;
	}

h4.optionName.back { display:none; }

.biggerText {
	font-size: 1.1em;
	}
.smallText {
	font-size: 0.7em;
}
#maintenanceDefaultMainContent {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'josefin sans', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
#productReviewsDefaultHeading {
	text-align: left;
}
.attribution {
	margin: -5px 0 20px 15px;
	font-style: italic;
	font-size: 1em;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

.wideInput {
	width: 275px;
}

#login-email-address, #login-password {
	width: 200px;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	padding: 0.5em;
	}
	TEXTAREA[name="comments"] {
		width: 60%;
		margin: 0;
	}
	TEXTAREA[name="enquiry"] {
		height: 250px;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

.address input {
	width: 310px;
}

.optional input {
	width: 310px;
}

.login input {
	width: 310px;
}

input[type="image"] {
	margin: 0 0 -2em 0.4em;
}
	.cartQuantityUpdate input[type="image"] {
		margin: 4px;
	}
	#popupShippingEstimator input[type="image"] {
		margin: 0;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: none;
	}

LEGEND {
	font-family: 'josefin sans', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;

	font-size: 1.375em;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

ADDRESS {
	padding: 0.5em 0.5em 0.5em 160px;
	font-style: normal;
	}
	#myAccountShipInfo address, #myAccountPaymentInfo address {
		padding: 0.5em 0.5em 0.5em 0;
	}

.clearBoth {
	clear: both;
	}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clear {
	clear:both;
	border-top: 1px solid #724e4e;
	padding-top: 10px;
}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #472311;
	}

#productName {
	text-align: left;
	margin-top: 0;
}
#productPrices {
	float: left;
}

#productQuantity {
	padding: 0.5em 1em 0 0;
	float: left;
}

ul ul {font-size:1em;}

/* Warnings, errors, messages.
-------------------------------------------------------------------------------*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding: 0.2em 0.2em 0.2em 0.2em;
	}

	#headerWrapper .messageStackWarning {
		padding: 0.2em 0.2em 0.2em 290px;
	}

.messageStackWarning, .messageStackError {
	background-color: #56C9C1;
	}

.messageStackSuccess {
	color: #56C9C1;
	}

.messageStackCaution {
	font: 1.2em #56C9C1 bold;
	}

/* Wrappers -- page or section containers.
-------------------------------------------------------------------------------*/
#mainWrapper {
	text-align: left;
	width: 1000px;
	vertical-align: top;
	z-index: 100;
	position: relative;
	top: -80px;
	left: 0;
	margin: auto;
	}

#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

	#logoWrapper {
		z-index: 150;
		position: absolute;
		top: -150px;
		left: 25px;
	}

#headerWrapper {
	margin: 0;
	position: relative;
}

#navColumnTwo, #navColumnOne {
	background: #FDFBEE;
}
#navColumnTwoWrapper, #navColumnOneWrapper {
	background: #FDFBEE;
	margin-top: 75px;
	height: 100%;
}

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	margin: 0 auto;
	padding: 10px 42px 0 0;
	float: left;
	width: 440px;
	}
	#accountDefault #sendSpendWrapper {
		width: 47%;
		float: right;
		padding: 0;
	}

.floatingBox, #accountLinksWrapper, #checkoutShipto, #checkoutBillto {
	margin: 0;
	width: 47%;
	}

#accountHistoryDefault .content {
	padding-right: 21px;
}

/* Attributes.
-------------------------------------------------------------------------------*/
#productAttributes {
	float: left;
	padding-top: 2.75em;
}
	#infoWrap #productAttributes {
		padding-top: 10px;
		margin: 0;
	}

.wrapperAttribsOptions {
	display: block;
	}
	.wrapperAttribsOptions select {
		margin: .4em .3em;
	}
	#attrib-14 { /* gift certificates */
		margin: .4em 1em 4em .4em;
		max-width: 77px;
	}
	#attrib-24 { /* cotm: starting month */
		max-width: 190px;
	}
	#attrib-20 { /* cotm: duration */
		max-width: 365px;
	}
	#attrib-23 { /* Treeline cheese */
		max-width: 230px;
	}
#attribsOptionsText { /* attribute name */
	margin-top: 0;
}
.wrapperAttribsOneTime {
	clear: both;
}

/* Navigation.
-------------------------------------------------------------------------------*/
.navSplitPagesResult { clear:  both; }
.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 {
	margin: 0em;
	background-color: #FDFBEE;
	font-weight: bold;
	color: #472311;
	font-family: 'josefin sans', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;

	height: 1%;
	width: 100%;
	/*display:none;*/
	}
	#navSupp img {
		vertical-align: middle;
	}

#navMainWrapper {
	/*background-color: #ba7153;*/
	padding-left: 100px;
	display: none;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  1em 0em 0.5em;
	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, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #472311;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	float: left;
	margin: 10px 0 10px 10px;
	font-family: 'josefin sans', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 1.375em;
	text-align: center;
	}

	#navEZPagesTOC ul {
		margin: 0 auto;
		padding:  0.5em 0em;
		list-style-type: none;
		line-height: 1.375em;
		}

	#navEZPagesTOC ul li {
		white-space: nowrap;
		margin-right: 20px;
		display: inline;
		}

		#navEZPagesTOC img {
			vertical-align: middle;
			}
	.currentPage {
		font-weight: bold;
	}
#navCategoryIcon, #indexProductListCatDescription {
	margin: 0.5em;
	}

.buttonRow { padding: 10px; }

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	display:none;
	}

#navEZPagesTop {
	position: absolute;
	top: -150px;
	left: 300px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	}

#navEZPagesTop ul {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navEZPagesTop li {
	float: left;
	background: #56C9C1;
	height: 50px;
	width: 100px;
	margin-right: 42px;
}
	#navEZPagesTop li:last-child {
		margin-right: 0;
	}

#navEZPagesTop li a {
	display: block;
	padding-top: 2em;
	color: #472311;
}

#navBreadCrumb {
	font-size: 0.95em;
	margin: 0em;
	padding: 0.5em;
	}


/* Main content classes.
-------------------------------------------------------------------------------*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
	/* Maintain flow even around a multi-line title */
.centerBoxContentsProducts, .categoryListBoxContents {
	 min-height: 225px;
}

#contentMainWrapper {
	background: url(../images/torn-paper.png) top center no-repeat transparent; /* Thanks to thousandshipz on Flickr */
	position: relative;
	padding-top: 30px;
}

#contentMainWrapper tbody {
	background-color: #fdfbee;
}

.centerColumn {
	/*background: #FDFBEE;*/
	margin-top: 30px;
	min-height: 550px;
	padding: 10px 25px 90px;
}
	#productGeneral {
		padding: 40px 25px 35px;
	}

#productDescription, .shippingEstimatorWrapper {
	padding: 1.5em 0;
	}

.alert {
	color: #56C9C1;
	margin-left: 0.5em;
	}
.advisory { margin-top: 10px; }
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}

#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 16px 0 0;
	}

#bannerOne {
	z-index: 0;
	position: relative;
	top: 0;
	left: 0;
}

#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

#siteinfoLegal {
	text-align: center;
	background: url(../images/footer.png) top center no-repeat;
	height: 75px;
}

img.leftColumn {
	float: left;
	margin-right: 25px;
}

#ezPageDefault > ul {
	list-style: outside disc;
}

	#ezPageDefault > li {
		display: block;
	}

.helpBox h3 {
	margin: 0;
}

#productInfo {
	padding-top: 2em;
	float: left;
}

#productInfo h2 {
	margin-right: 0.75em;
}

#infoWrap {
	padding-left: 250px;
	width: 400px;
}

    #infoWrap #productInfo #productPrices {
    	float: none;
    	width: 200px;
    }
    #infoWrap #productDescription {
    	width: 400px;
    	padding-top: 100px;
    }
    #infoWrap #productInfo {
    	width: 400px;
    }

/* Shopping Cart Display.
-------------------------------------------------------------------------------*/

#cartAdd {
	padding: 21px 28px 0;
	}
	#infoWrap #cartAdd {
		padding: 0;
	}
	#infoWrap #cartAdd input[type="image"] {
		vertical-align: middle;
	}

.tableHeading TH {
	border-top: 1px solid #472311;
	border-bottom: 1px solid #472311;
	text-align: left;
	font-family: 'josefin sans', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 1.3em;
	}

.tableHeading, #cartSubTotal {
	/*background-color: #B6997C;#937353;*/
	 }

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	width: 800px;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartProductDisplay { font-size:1.1em; }

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.3em;
	}

#scUpdateQuantity {
	width: 2em;
	}

#scProductsHeading {
	padding-left: 2em;
}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #56C9C1; /*33CC33;*/
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #56C9C1;
	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;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.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;
	margin-bottom: 0.5em;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

#PPECbutton {
    margin-top: 21px;
    padding-right: 10px;
}


/* Checkout.
-------------------------------------------------------------------------------*/

hr.checkout {
	height: 1px;
	border: none;
	border-bottom: 1px solid #472311;
}

#checkoutPayment legend {
	border-bottom: 1px solid #472311;
}

#checkoutShipping h2, #checkoutPayment h2 {
	border-bottom: 1px solid #472311;
	padding-top: 40px;
}

#ccProductsHeading, #ccWrapHeading {  /* This is for Gift Wrap display during checkout */
	text-align: left;
}

#ccTotalHeading {
	text-align: right;
	padding-right: 5px;
}
#checkoutConfirmDefault address {
	padding: 0.5em;
}

#checkoutConfirmDefault h3 {
	padding-top: 20px;
}

/* Image display.
-------------------------------------------------------------------------------*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 0.5em 0;
	/*border: 0.4em solid white;*/
	}

.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;
	}
	.categoryListBoxContents a img {
		text-decoration: none;
	}

/* Sideboxes.
-------------------------------------------------------------------------------*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #472311;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

/*.leftBoxContainer {
	margin-top: 1.5em;
	}*/

/*.rightBoxContainer {     									/* Menu boxes are of this class *!/
	background: url("../images/menu-tile.png") top left repeat-y;
	padding: 0 0 0.6em 0;
	}*/

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #472311;
	/*display:none;*/
	}

.rightBoxHeading {
	margin: 0em;
	/*background-color: #B6997C;*/
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #56C9C1;
	text-decoration: none;
	}

h3.rightBoxHeading a:hover {
	color: #56C9C1;
	text-decoration: none;
	}

#categoriesHeading, #informationHeading, #ezpagesHeading, #moreinformationHeading, #fanboxsideboxHeading {
	display: none;	  /* this makes sure that the headings of certain right-column boxes don't display.*/
}

#searchContent input[type=text] {
	margin: 0 0  6px;
	color: #515b5d;
	font-size: 16px;
	padding: 3px;
}
#searchContent input[type=submit] {
	background-color: #56C9C1;
	color: #472311;
	border: 0;
	margin: 0;
	padding: 2px 0 4px;
}

#searchContent input[type=text]:focus {
	outline: none;
	border: 2px solid #56c9c1;
	background: #eee;
}

#ezpages { padding: 0; }

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}
.sideBoxContent {
	padding: 0 5px;
	font-family: 'josefin sans', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", sans-serif;
	font-size: 1.375em;
	line-height: 1.45em;
	}
	.sideBoxContent li {
		list-style: none;
		text-indent: -1em;
	}

#fanboxsideboxContent { padding: 0 0 0 0.3em; }

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	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: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

#shoppingcartHeading {
	text-align: left;
	float: left;
	padding-left: 1em;
}

/* Tables.
-------------------------------------------------------------------------------*/
#cat65Table img {
	margin: 0 5px 10px 0;
}

/* Misc.
-------------------------------------------------------------------------------*/
.ingredients {border-top: 1px solid #472311; border-bottom: 1px solid #472311; }

.ingredients p {
	margin: 0 0 0.2em 0;
}

.back {
	float: left;
	}
	.back img {
		vertical-align: middle;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
	.forward img {
		vertical-align: middle;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	/*background-color: #DACCBE;*/
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	/*background-color: #C8B39D;*/
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	}

#myAccountTotal {
	text-align: right;
}
#myAccountQuantity {
	text-align: center;
}

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	/*background-color: #B6997C;*/
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: left;
	}

.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: #FDFBEE;
	background-image: none;
	padding:1em;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#56c9c1;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
