@charset "UTF-8";
/* CSS Document */
/**##
 * 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 $
 * Colours: a color:#8A9875; a:hover color: #B0C165;
  light brown heading color:#B3AE9D;
;
 */

body {
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 75%;
	color: #999;
	background:#FFF url(../images/header-bg.jpg) repeat-x 0 0;
	background: url(../images/leaf-top.gif) repeat-x 0 0;
	margin:0;
	border-top:#e1e1e1 1px solid;
	padding-top:18px;
	}

	#bodyWrapper {
	padding:0;
	margin:0 auto;
	background: url(../images/leaf-bottom.gif) repeat-x 0 100%;	
	}

	p {
	line-height:1.5em;
	font-size:1em;
	}

#indexDefaultMainContent.content p, #indexDefaultMainContent  {
	font-size:1.1em;
	margin:1.0em 0;
	line-height:1.5em;
}
#mainWrapper {
/*	border-top:4px #9AB531 solid;*/
	text-align: left;
	width: 940px;
	vertical-align: top;
	padding-bottom:60px;
	}

.centerColumn a img {
	margin:5px;
	border:1px solid #ECEBE7;
}

a:link {
	color:#8A9875;
	color: #B0C165;
	color:#444;
	}


a:visited {
color:#444;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #B0C165;
	text-decoration:none;
	}

a:active {
	color: #B0C165;
	}

h1, h1#productName {
	font-size: 2.2em;
	font-weight:normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#444;
	font-style:italic;
	padding:0 0 10px 0;
	}

h2 {
	font-size: 1.4em;
	font-family: Georgia, Times, "Times New Roman", serif;
	
	}

h3 {
	font-size: 1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;	
	font-weight:normal;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	color:#444;
	}


h5 {
	font-size: 1.1em;
	font-family: Georgia, Times, "Times New Roman", serif;	
	color:#444;
	font-style: italic;
	font-weight:bold;
}
.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

h2.greeting {
	line-height:0em;
	font-style:italic;
	font-weight:normal;
	padding:15px 0 0 0;
}

h2.greeting a {

}
/*  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-size: 1em;
	}

FORM, SELECT{
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
INPUT, LABEL {
	display: inline;
	margin:5px 0;
/*	margin: 0.5em 0.1em;*/

}
TEXTAREA {
margin-left:120px;
	display: block;
	border:1px solid #ccc;
	}

input:focus, select:focus {
margin:5px 0;
	}

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

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

LABEL, h4.optionName {
padding:0 10px 0 0;
	}

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

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	
	}
#logo { 
	margin:10px 0;
}
#logo a img {
	margin:6px 0
}
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;
	font-size:1.1em;
	line-height:1.7em;
	}

.clearBoth {
	clear: both;
	}

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

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

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

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

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

/*wrappers - page or section containers*/


#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {

	padding: 0em;
	}

#headerWrapper {
	background: url(../images/keedo.gif) no-repeat 100% 100px;
	margin-bottom:-25px;
	padding:0;
	}

#navMainSearch form {
display:inline;
float:right;
clear:right;
margin-top:10px;
margin-bottom:10px;
/*padding:3px;
background:#E8F2C9;*/
}
.cartHeader {
	clear:right;
	padding:20px 7px 0 0;
	text-decoration:none;
	display:inline;
	float:right;
	color:#444;
	}

	a span.headerCart {
	padding:30px 0 30px 30px;
	background: url(../images/greenbasket.gif) no-repeat 0 50%;
	color: #B0C165;
	font-weight:bold;
	text-decoration:underline;
	}
	a:hover span.headerCart {
	text-decoration:none;
	}
.cartHeader a {
text-decoration:none;
		}

#contentMainWrapper{
margin-top:10px;
}
#contentMainWrapper {
	background:#fff;
}
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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

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

.wrapperAttribsOptions {
	padding:10px 0;
	float:left;
	margin-top:20px;
	}

#attribsOptionsText {
	display: none;
}
.attribImg {
margin-left:10px !important;
}
/*navigation*/

.navSplitPagesResult {
	padding:10px 0;
}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper {
	margin: 0em;
	margin-top:10px;
	}

#navCatTabsWrapper {
margin-top:10px;
}

#navCatTabs {
/*background: url(../images/cattab_bk_right.jpg) no-repeat top right;*/
}

#navMain ul, #navSupp ul  {
	margin: 0;
	padding:8px 0;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	color:#B3AE9D;
	}


#navMain ul li, #navCatTabs ul li {
	color:#8A9875;
	}
 #navSupp ul li, #navSupp ul li a  {
 display:inline;
 }
#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	font-size:1.6em;
	color:#9AB531;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	}

	#navSupp ul {
		border-top:1px solid #ECEBE7;
	}
#navSupp ul li a {
	margin: 0 10px;
	color:#8A9875;
	font-weight:normal;
	font-size:1.1em;
}
#navEZPagesTOCWrapper {
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;Y
	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;
	}

.buttonRow a img {
	border:0;
}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	margin: 0em;
	}

	#navEZPagesTop {
	text-align:right;
	background: url(../images/categorytabs.png) no-repeat 0 0;
	padding-top:12px;
	padding-bottom:20px;
	padding-right:20px;
	}

	#navEZPagesTop a {
		margin: 0;
		padding:0 10px 0 5px;
		font-weight:bold;
		font-size:1em;
		color:#fff;
		text-decoration:none;
	}

	#navEZPagesTop a:hover, #navEZPagesTop a:active, #navEZPagesTop a:focus{
		text-decoration:underline;
	}

.categoryListBoxContents a {
text-decoration:none;
}
#productMainImage a {
text-decoration:none;
}
span.imgLink {
text-decoration:underline;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
.additionalImages {
	width:120px !important;
	}
/*.centerBoxContentsFeatured.centeredContent {
background: url(../images/box-arrow.gif) no-repeat 80% 1%;
padding-top:25px;
}*/
.centerBoxContentsFeatured.centeredContent a {
	color:#444;
	font-size:1.1em;
	font-weight:bold;
	padding-left:15px;
}
.centerBoxContentsFeatured.centeredContent p {
	padding:0 15px;
} 

#featuredProducts.centerBoxWrapper {
	margin:0;

}
#feat_list {
	background:#F2F0E1;
	width:281px;
	margin: 0 14.5px;
	height:320px;
	border:1px solid #E8E6D7;
}


.centerBoxContentsFeatured #feat_img img {
	display: block;
	margin:0;
	padding:4px 0 0 0 ;
	margin:0 auto;
}

#feat_img {
	width:250px;
	height:130px;
	background:#fff;
	margin:0;
	padding:0;
	margin-left: 15px;
	*margin-top: 13px;
}
.prod_price, h2#productPrices {
	font-size:1.6em;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	font-size:1.8em;
	margin-left:11px;
	padding-top:10px;
	color:#9AB531;
	font-weight: normal;
}
a.more_inf {
	background: url(../images/button-moreinf-on.gif) no-repeat;
	display:inline-block;
	float:right;
	width:110px;
	height:24px;
	color:#fff;
}

#featuredProducts.centerBoxWrapper a.more_inf {
	color:#fff;
	padding:4px 0 0 10px;
}
a.more_inf:hover {
	text-decoration:underline;
}
.back {
	float:left;
}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
#productDescription {

}

#productDetailsList {
	border-top:1px solid #ECEBE7;
	border-bottom:1px solid #ECEBE7;
	width:100%;
	padding:10px 0;
	list-style:none;
}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	}
	#bannerThree, #navCatTabs ul {
	display:none;
	height:0;
	}
	#indexHomeBody #bannerThree {
	display: block;
	margin-top:5px;
	height:315px;
	background:#F2F0E1 url(../images/splat.jpg) no-repeat bottom right;
	border:1px solid #E8E6D7;
	}

	#indexHomeBody #bannerThree img 
	{
	margin:10px;
	width:691px;
	float:left;

	}
	
	#indexHomeBody #navCatTabs ul {
	display: block;
	margin: 0;
	padding:0;
	list-style-type: none;
	line-height: 1.8em;
	font-weight:bold;
	z-index:10;
	float:right;
	display:inline;
	width:190px;
	margin-top:10px;
	}
	#indexHomeBody #navCatTabs ul li {
	padding: 1.2px 0;
	}
#navCatTabsWrapper {
	height:0;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
.main a {
	
}
/*Shopping Cart Display*/
#cartAdd {
float:right;
font-weight:bold;
color:#444;
width:130px;
margin-top:20px;
margin-bottom:20px;
padding:8px;
display:inline;
	}
#cartAdd input {
margin-bottom:5px;
}
.addToCart {
text-align:right;
}
.addToCart input {
}
.tableHeading TH {

	}

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

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

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding:10px;
	}

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList ul {
margin:0;
	}

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

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}
.productPriceDiscount {
font-size:.7em;
}
#indexHomeBody .productPriceDiscount{
display: none;
}

td.productLisitngData {
width:30%;
}
a.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: 0.2em 0em;
	color:#444;
	} 

#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 20px 20px 0em;
	}

.categoryIcon {
display:none;
	
}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width:10%;
}

.attributesComments {}

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

.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0;
	}

 h2.centerBoxHeading, h1#indexDefaultHeading {
	 clear:both;
	font-size: 1.8em;
	font-weight:normal;
	border-top:1px solid #ECEBE7;
	border-bottom:1px solid #ECEBE7;
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#444;
	margin-top:5px; 
	}

h1#indexDefaultHeading, .centerBoxHeading{
padding:6px 0;
font-style:normal;
}

 h2.centerBoxHeading{
 	margin-top:15px;
 }
/*sideboxes wrapper*/
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-right:15px;
	}

	#navColumnOne, #navColumnTwo {
	background-color: #fff;
	}

/*sideboxes*/
h3.leftBoxHeading {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:1.111em;
	padding:15px 0 10px 25px;
	color:#768A25;
	color:#444;
	text-transform:uppercase;
	letter-spacing:.01em;
	
	}

h3.leftBoxHeading a, h3.leftBoxHeading a:hover, h3.leftBoxHeading a:active, h3.leftBoxHeading a:visited  {
	color:#768A25;
	color:#444;
	
	}
.leftBoxContainer {
	/*border:1px #D0d0d0 solid;
	background:#EEEEEE;
		background:#F2F0E1;*/
	border:#E8E6D7 1px solid;
	margin-bottom:20px;
	/*background:#F2F0E1 url(../images/splat.jpg) no-repeat top right;*/
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading, #categoriesHeading {
	color:#768A25;
	color:#444;

	}
	
	/* categories box parent and child categories */

.sideBoxContent a.category-top {
	margin:0;
	display: block;
	margin-left:8px;
	color:#444;
	font-size:1em;
	line-height:.5em;
	font-weight:bold;
text-decoration:none;

}

A.category-links, A.category-links:visited {
	text-decoration: none;
	}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	text-decoration: none;
	margin:0;
	display: block;
	margin-left: 3px;
	font-size:1em;
	color:#999;
	line-height:.5em;

	}

a.category-products:hover, a.category-subs:hover, a.category-links:hover  {
color: #B0C165;
}
.sideBoxContent {
	padding:0px 20px 10px 20px;
	color:#444
	}
.sideBoxContent ul {
margin:0;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	text-decoration: none;
	} 

.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, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: left;
	}
.productListing-heading {
	padding:8px;
	border-top:1px solid #ECEBE7;
	border-bottom:1px solid #ECEBE7;
	margin-bottom:20px;
}
td.productListing-data {
padding:0 10px 0 10px;
}
td.productListing-data.right {
background:#8DC73F;
color:#fff;
}
td.productListing-data img{
margin: 20px 0 0 0;
}
h3.itemTitle a {
font-style:italic;
color:#444;
font-size:1.2em;
}
#categoryImgListing{
display:none;
}
SPAN.category-subs-selected {
color: #B0C165;
	}

#siteinfoIP {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.4em;
	color:#B3AE9D;
	font-weight:normal;
	border-top:1px solid #ECEBE7;
	border-bottom:1px solid #ECEBE7;
	padding:10px 0;
	margin:0 0 10px 0;
	color:#444;
}
.navNextPrevWrapper {
	display: none;
	height:0;
}
#siteinfoLegal  {
background: url(../images/creditcard.gif) no-repeat 99% 50%;
padding: 6px 0;
}
#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: #fff;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

#productAttributes {
width:450px;
float:left;
margin-top:20px;
}
.prodListPrice {
	font-size:1.6em;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	font-size:1.8em;
	margin-left:11px;
	padding-top:10px;
	color:#9AB531;
	font-weight: normal;
}

	#productReviewLink, #productTellFriendLink {
	color:#9AB531;
	font-size:1.3em;
	padding:5px;
	}
/* end categories box links */

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

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

.bold {
	font-weight: bold;
	}

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

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

.productListing-rowheading {
	height: 2em;
	font-weight:normal;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	}


.catTable{
padding:10px;
}

#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: header;
	}
#seShipTo {
	padding: 0.2em;
	}
/* Tables Tables Tables */
#prevOrders, #cartContentsDisplay, #accountHistInfo table {
	background: #E8E8E8;
	border-spacing: 1px;
	margin: 10px 0;
}

#prevOrders address {
	padding: 0;
	margin: 0;
}

#prevOrders td, #cartContentsDisplay .rowEven td, #cartContentsDisplay .rowOdd td, #accountHistInfo td, #prevOrders th, #accountHistInfo th, #cartContentsDisplay th {
	padding: 5px;
	border: 1px solid #FFF;
	text-align: left;
	background: #F8F8F8;
}

#cartContentsDisplay .rowOdd td {
	background: #FFF;
}

#prevOrders th, #accountHistInfo th, #cartContentsDisplay th {
	background: #E8E8E8;
}
#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}
 a img {
	border: none; 
	text-decoration:none;
}
