/**
 * Mystic River Template CSS Stylesheet
 * Author Clyde Jones Copyright 2008 
 *
 * 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:5px 0;
padding:0;
background:#F8CCED;
color:#000;
font:normal 62.5%/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Mystic River Template Layout*/
	/*BOF Main Wrapper - Wraps the contents of the layout*/	
#mainWrapper {
margin:0;
background:#F8CCED;
color:#000;
text-align:left;
width:100%;
vertical-align:top;
}
	/*EOF Main Wrapper*/
	/*BOF Header layout*/	
#headerWrapper{
margin:0 0 5px;
padding:0;
}
	/*BOF Branding*/	
#logoWrapper{
margin: 0;
padding: 0;
background: url(../images/header_bg.jpg) repeat-x;
height:70px;
position: relative;
}
#logo {
	float: left;
	}
#taglineWrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	}	
#tagline {
	color:#000000;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	}
#navMainSearch {
	background:#F6C160;
	position: absolute;
	top: 5px;
	right: 0;
	}
	/*EOF Branding*/	
/*BOF top main navigation*/		
#navMainWrapper {
margin:0;
padding:0 0 2px;
border-bottom:1px solid #66006B;
background:#D4A6D4;
font-weight:700;
height:20px;
width:100%;
}
#navMain {
margin:0;
padding:3px 0 0 10px;
font-size:1em;
list-style-type:none;
text-align:center;
color:#580C84;
}
#navMain ul,#navMain li {
margin:0;
padding:0;
display:inline;
}
#navMain ul li a {
margin-right:8px;
padding:2px 10px 2px 17px;
background:#E5D9E5;
color:#580C84;
border:1px solid;
float:left;
font-size: 1.1em;
font-weight:Bold;
line-height:14px;
text-decoration:none;
border-color:#66006B #66006B #c459aa;
}
#navMain ul li a:hover {
background:#9C659C;
color: #fff;
}
#navMain ul li.viewCart a {
background: url(../images/cart.png) left center no-repeat #BE0201;
	color: #fff;
}
#navMain li.viewCart a:hover {
background: url(../images/cart.png) left center no-repeat #E5D9E5;
	color: #BE0201;
}
#navMain ul li.home a {
background: url(../images/house.png) left center no-repeat #E5D9E5;
}
#navMain ul li.home a:hover {
background: url(../images/house.png) left center no-repeat #9C659C;
color:#fff;
}
#navMain ul li.login a {
background: url(../images/user_go.png) left center no-repeat #E5D9E5;
}
#navMain ul li.login a:hover {
background: url(../images/user_go.png) left center no-repeat #9C659C;
color:#fff;
}
#navMain ul li.logoff a {
background: url(../images/logoff.png) left center no-repeat #E5D9E5;
}
#navMain ul li.logoff a:hover {
background: url(../images/logoff.png) left center no-repeat #9C659C;
color:#fff;
}
#navMain ul li.account a {
background: url(../images/account.png) left center no-repeat #E5D9E5;
}
#navMain ul li.account a:hover {
background: url(../images/account.png) left center no-repeat #9C659C;
color:#fff;
}
#navMain ul li.contact a {
	background: url(../images/contact.png) left center no-repeat #E5D9E5;
}
#navMain li.contact a:hover {
background: url(../images/contact.png) left center no-repeat #9C659C;
color:#fff;
}
#navMain ul li.date a {
	background: url(../images/date.png) left center no-repeat #E5D9E5;
}
#navMain li.date a:hover {
background: url(../images/date.png) left center no-repeat #9C659C;
color:#fff;
}
.current {
	background:#9C659C;
	color:#fff;
}
/*EOF top main navigation*/		
/*BOF top horizontal category navigation and EZpages navigation and the footer IP address*/		
	/*by default these are set to display none - */
	/*To use comment out this declaration and un-comment the following
	two declarations*/
#navCatTabsWrapper, #siteinfoIP {
display: none;
}
/*#navCatTabsWrapper {
margin:0;
padding:0 0 3px;
font-size:1em;
background:#D4A6D4;
font-weight:700;
color:#580C84;
height:24px;
width:100%;
text-align: center;
	}*/
#navCatTabs ul {
margin:0;
padding:0.5em 0;
list-style-type:none;
text-align:center;
line-height:1.5em;
}
#navCatTabs ul li {
display:inline;
white-space:nowrap;
}
#navCatTabs ul li a {
margin:0;
padding:0 0.5em;
text-decoration:none;
color:#580C84;
background:#E5D9E5;
}
#navCatTabs ul li a:hover {
	background:#9C659C;
	color: #fff;
}		
#navEZPagesTop {
margin:0;
padding:0.2em 0 0 0;
font-size:1em;
background:#D4A6D4;
font-weight:700;
color:#000;
height:16px;
width:100%;
text-align: center;
	}	
/*#navEZPagesTop ul{
margin:0;
padding:0.5em 0;
list-style-type:none;
text-align:center;
line-height:1.5em;
}
#navEZPagesTop ul li a {
margin:0;
padding:2px 2px;
background:#E5D9E5;
color:#000;
font-weight:Bold;
line-height:14px;
text-decoration:none;
}
#navEZPagesTop ul li a:hover {
background:#9C659C;color: #fff;
}*/
#navEZPagesTop a {
margin:0;
padding:0.2em 0.5em;
text-decoration:none;
color:#580C84;
background:#E5D9E5;
}
#navEZPagesTop a:hover {
	background:#9C659C;
	color: #fff;
}	
/*EOF  top horizontal category navigation and EZpages navigation*/		
/*BOF center content wrapper*/		
#contentMainWrapper {
margin:0;
padding:0;
background:#F8CCED;
}
	/*BOF center column content*/		
#contentColumnMain {
	vertical-align: top;
	}
#navBreadCrumb {
margin:0;
padding:0.5em 8px;
font-size:0.95em;
font-weight:700;
text-align:left;
background:#E6CFE0;
}
#navBreadCrumb a {
	color: #580C84;
} 
#navBreadCrumb a:hover {
	color: #FFF;
background:#9C659C;
}
.centerColumn {
   margin:0 auto;
   padding: 1em 1em 35px 1em;
	background: #FFF5F6;
	border:1px solid #66006B;
	text-align: left;
	height: 100%;
	font-size: 1.2em;
	width:90%;
	position: relative; /*do not remove-fixes stupid IEbug*/
}
.centerBoxWrapper {
margin: 0 0 5px 0;
border: solid #6A086E;
border-width: 0 1px 1px 1px;
}
.centerBoxHeading {
margin:0;
padding:0.5em 0.2em;
text-align:center;
background:#6A086E;
color:#FF0;
}
/*EOF center column content*/		
/*BOF right and left sidebox wrappers*/
/*.columnLeft {}
.columnRight {}*/
#navColumnOne, #navColumnTwo {
margin:0 auto;
padding:0 0 10px 0;
font-size:1em;
background:#FFE6F9;
vertical-align:top;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
margin:auto;
padding:0 3px;
} 
	/*BOF right and left sidebox containers*/
.leftBoxContainer, .rightBoxContainer {
	margin-top: 1.5em;
	}
.leftBoxHeading, .rightBoxHeading, #categoriesHeading {
margin:0;
padding: 0.5em 0;
background: url(../images/sidebox_header_bg.png) no-repeat;
	font-size: 1.2em;
color:#FF0;
text-align:center;
}
h3.leftBoxHeading, h3.rightBoxHeading, h3#categoriesHeading, h3.leftBoxHeading a, h3.rightBoxHeading a {
	color: #FF0;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
.sideBoxContent, .rightBoxContent {
   margin: 0;
padding: 0.4em 0.4em 1.5em 0.4em;
background: url(../images/sidebox_conent_bg.png) no-repeat #FFF4FC;
background-position:bottom;
line-height:normal;
}
#categoriesContent {
   margin: 0;
padding: 0.4em 0.4em 10px 0.4em;
background: url(../images/sidebox_conent_bg.png) no-repeat #FFF4FC;
background-position:bottom;
line-height:normal;
}
.sideBoxContent a, .rightBoxContent a, .sideBoxContent li a, .rightBoxContent li a {
text-decoration: none;
color:#580C84;
} 
.sideBoxContent a:hover, .rightBoxContent a:hover, .sideBoxContent li a:hover, .rightBoxContent li a:hover {
	color: #FFF;
background:#9C659C;
/*vertical-align: bottom;*/
text-decoration: none;
}
#categoriesContent a:hover img {
	color: #FFF;
background:#9C659C;
/*vertical-align: bottom;*/
text-decoration: none;
}
	/*EOF right and left sidebox containers*/		
/*EOF right and left sidebox wrapper*/		
/*BOF bottom navigation*/
#navSuppWrapper {
margin:0;
padding:0 0 3px;
font-size:1em;
background:#D4A6D4;
font-weight:700;
color:#580C84;
height:24px;
width:100%;
	}
#navSupp ul {
margin:0;
padding:0.5em 0;
list-style-type:none;
text-align:center;
line-height:1.5em;
}
#navSupp ul li {
display:inline;
white-space:nowrap;
}
#navSupp ul li a {
margin:0;
padding:0 0.5em;
text-decoration:none;
color:#580C84;
background:#E5D9E5;
}
#navSupp ul li a:hover {
	background:#9C659C;
	color: #fff;
}
/*EOF bottom navigation*/
/*BOF copyright information*/	
#siteinfoLegal{
margin:0;
padding:10px;
background:#FFF5F6;
text-align:center;
font-size:.9em;
}

#siteinfoLegal a {
	color:color: #580C84;
}

#siteinfoLegal a:hover {
	color: #FFF;
background:#9C659C;
}
/*EOF copyright information*/
/*EOF center column wrapper*/		
/*BOF Product Listing Display*/
tr.productListing-rowheading,.tableHeading {
margin:0;
padding:.5em 0.2em;
background:#66006B;
font-size:1em;
text-align:center;
color:#FF3;
height:24px;
}
tr.productListing-rowheading a,.productListing-heading a,.tableHeading a {
background:transparent;
color:#FF3;
}
.productListing-heading {
font-weight:700;
font-size:1em;
}
#productListing {
background:#FFF5F6;
}
.productListing-even .productListing-data {
padding: 3px 0;
font-size:1em;
background:#FFE6F9;
color:#000;
}
.productListing-odd .productListing-data {
padding: 3px 0;
font-size:1em;
color:#000;
background:#FFF5F6;
}

.productListing-data a {
	color: #580C84;	
}

.productListing-data a:hover {
	color: #FFF;
background:#9C659C;
}

.productListing-even {
font-size:1em;
background:#FFE6F9;
color:#000;
}
.productListing-odd {
font-size:1em;
color:#000;
background:#FFF5F6;
}
#productsListingTopNumber {
	padding: 10px 0;
}
#productsListingListingTopLinks {
	padding: 10px 0;	
}
#productsListingBottomNumber {
	padding: 10px 0;	
}
#productsListingListingBottomLinks {
		padding: 10px 0;
}
/*EOF Product Listing Display*/
/*BOF Product Info Display*/
.categoryIcon {
Padding: 0 0 15px 0;
}
.navSplitPagesResult {
padding: 10px 0;
}
.navSplitPagesLinks {
padding: 10px 0;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
.attributesComments {}
h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}
.attribImg {
	width: 20%;
	margin: 0.3em;
	float: left;
}
#productDescription {
margin:0;
padding:0 0 2px 0;
line-height:1.3em;
}
#productDescription ul {
margin:0;
padding:0;
display:block;	
}
#productDescription  ul li {
margin-right:2px;
padding:2px 0 2px 17px;
color: #000;
list-style: none;
font-size: 1.1em;
}
#productDescription  ul li.tick  {
background: url(../images/tick.png) left center no-repeat;
height:16px;
}
#productDescription  ul li.new  {
background: url(../images/new.png) left center no-repeat;
height:16px;
}
/*EOF Product Info Display*/
	
a img {
border: none;
text-decoration: none;
}

a:hover img {
background: #FFF5F6;
/*vertical-align: bottom;*/
text-decoration: none;
}

a:link, #navEZPagesTOC ul li a {
	color: #580C84;
	text-decoration: none;
	}
 
/*a:visited {
	color: #580C84;
	text-decoration: none;
	}*/

a:hover, #navEZPagesTOC ul li a:hover, {
	color: #FFF;
	}

/*a:active {
	color: #FFF;
	}*/

h1 {
	font-size: 1.5em;
	color: #580C84;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
	color: #580C84;
}

h1, h2, h3, h4, h5, h6, p {
position: relative; /*do not remove-fixes stupid IEbug*/
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	margin: 0.1em;
	vertical-align: middle;
	}

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

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

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

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #580C84;
	}

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

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

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch {
	float: left;
	}
.categoryListBoxContents a {
	color: #580C84;
}

.categoryListBoxContents a:hover {
	color: #FFF;
background:#9C659C;
}

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

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

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

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

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

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

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

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

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

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

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


/*The main content classes*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

.additionalImages a, #productMainImage a, .categoryIcon a {
	color:color: #580C84;
}

.additionalImages a:hover, #productMainImage a:hover, .categoryIcon a:hover {
	color: #FFF;
background:#9C659C;
}	
	
/*.content,*/ .shippingEstimatorWrapper {
	font-size: 1.2em;
	line-height: normal;
	padding: 0.5em;
	}


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

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


/*Shopping Cart Display*/

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	background-color: #6A086E;
	}

.tableHeading {
	background-color: #6A086E;
	 }

#cartSubTotal {
	background-color: #E6CFE0;
	 }	 
	 
#cartSubTotal {
	border-top: 1px solid #cccccc;
	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;
	}

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

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


#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/


/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxContentsSpecials a, .centerBoxContentsFeatured a, .centerBoxContentsNew a {
color: #580C84;
}	

.centerBoxContentsSpecials a:hover, .centerBoxContentsFeatured a:hover, .centerBoxContentsNew a:hover {
	color: #FFF;
background:#9C659C;
}	

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .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 {
margin:0;
padding: 0.5em 0;
background: url(../images/sidebox_header_bg.png) no-repeat;
color:#FF0;
text-align:center;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #FFE6F9;
	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: #cacaca;
	height: 2em;
	}

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

