/**
 * 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: arial, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #ffffff;
	}
a:link, #navEZPagesTOC ul li a {
	color: #003399;
	text-decoration: underline;
	} 
a:visited {
	color: #996633;
	text-decoration: underline;text-decoration: underline;
	}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	}
a:active {
	color: #003399;
	}
a img {
	border: none;
	align:center;
	text-decoration:none;
	}
h1 {
	font-size: 1.5em;
	text-decoration:underline;
	}
h2 {
	font-size: 1.4em;
	}
.greeting {
font-weight:normal;
font-size:1em;
position:relative;
top:-16px;
}
#manufacturerinfoContent img{
width:160px;
}
h3 {
	font-size: 1.4em;
	}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}
.biggerText {
	font-size: 1.2em;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	color: #cc9966;
	}
/*  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%;
	}
*/
.small-heading {
	font-family: arial, sans-serif;
	font-size: 100%;
	text-decoration:none;
}
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}
LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#logo {
	position:absolute;
	left:20px;
	top:10px;
	}
#Checkoutlogo {
	float:left;
	position:absolute;
	left:5px;
	top:5px;
	}
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;
	}
.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 #9a9a9a;
	}
.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	padding:2px;
	border: 0;
	}
#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#index-rental {
padding:3px;
margin-left:8px;
float:right;
}
#index-welcome {
padding:8px;
}
#contentMainWrapper {
	margin: 0;
	padding: 0;
	top:200px;
	position:relative;
	width:100%;
	}
#headerWrapper {
	position:absolute;
	width:100%;
	top:1px;
	left:1px;
	text-align:center;
	background:#000000 url(../images/header-bg.jpg) top left no-repeat;
	}
#logoWrapper{
	height:80px;
	position:relative;
	float:left;
	z-index:0;
	}
#navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper {
	position:absolute;
	left:0.2%;
	}
 #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
#tagline {
	color:#000000;
	text-align : center;
	vertical-align: middle;
	}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	padding:3px;
	}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 7px;
	width: 47%;
	background-color: #f4f1dd;
	padding:5px;
	
	}
.left-float {
float:left;
width:45%;
padding:2%;
}
.right-float {
float:right;
}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
/*navigation*/
.navSplitPagesResult {}
.navSplitPagesLinks {
	background-color: #ece0ba;
	padding:3px;
	width:100%;
	text-align:center;
	position:relative;
	left:5px;
	border:1px solid #cc9966;
	}
.navSplitPagesLinks a {
	color:blue;
	}
.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: 0;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0;
	font-weight: bold;
	height:50px;
	text-align: center;
	position:relative;
	z-index:2;
	top:13px
	}
#navCatTabs {
	height:50px;
	width:790px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left;
	padding:0;
}	
#navMainWrapper {
	padding:0;
	margin:0;
	position:absolute;
	right:0px;
	top:2px;
	}
#navSuppWrapper {
	height:50px;
	clear:left;
	position:relative;
	top:240px;
	color:white;
	background:#382D2C;
	}
#navSupp{
	padding: 8px;
	height:10px;
	}
#shopping-cart-bg {
	background: url(../images/shopping-cart-bg.jpg) top center no-repeat;
	padding:10px 8px 2px 3px;
	height:94px;
}
#shopping-cart-bg img {
 float:right;
 }
#navSuppWrapper a, #navSupp a:hover, #navSupp a:visited, #navSupp ul a, #navSupp ul li a {
	color:white;
	}	
#navCatTabs ul {
	list-style-type: none;
	}
#navMain ul {
	list-style-type:none;
	padding:0;
	margin:0;
	float:left;
	position:relative;
	}	
#navSupp ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height:40px;
	}
#navSupp ul li {
	display: inline;
	margin:0;
	}
#navCatTabs ul li {
	float:left;
	margin:0;
	width:81px;
	height:40px;
	}
#navMain ul li {
	padding-left:2px;
	padding-right:2px;
	float:left;
	}
#navSupp ul li a {
	}
#navCatTabs ul li a {
	text-decoration: none;
	padding:0px;
	padding-top:7px;
	margin: 0;
	font-size: 70%;
	background:url(../images/cattab_bg.gif) no-repeat top;
	color: #ece0ba;
	width:82px;
	height:40px;
	display:block;
	text-align:center;
	}
#navMain ul li a {
	text-decoration: none;
	padding:3px 12px 3px 12px;
	margin: 0;
	color: #003399;
	background:white;
	border:1px solid #000000;
	display:block;
	}
#phone-number {
right:0;
color:#cc9966;
position:absolute;
top:27px;
text-align:right;
padding-right:8px;
}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}
#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 {
	margin: 0.5em;
	padding:.4em;
	}
#indexProductListCatDescription {
	margin: 0.5em;
	padding:.6em;
	clear:left;
	border:1px solid #cc9966;
	background-color: #ece0ba;
	}
#navMainSearch {
	text-align: left;
	position:relative;
	top:10px;
	z-index:2;
	}
#navMainSearch div {
	text-align:center;
	background:url(../images/searchbar_bg.gif) repeat top;
	margin: 0 auto;   /* align for good browsers */
	position:relative;
	border-top:1px solid #5c3b0f;
	}
#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ece0ba;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	position:relative;
	padding-left:205px;
	text-align:left;
	position:relative;
	border-top:3px solid #89570f;
	border-bottom:1px solid #cc9966;
	top:10px;
	}
#navCheckoutBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #6F6151;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	position:absolute;
	top:120px;
	left:10%;
	color:#ffffff;
	text-align:left;
	width:80%;
	}	
#navCheckoutBreadCrumb a, #navCheckoutBreadCrumb a:visited, #navCheckoutBreadCrumb a:active {
	color:white;
	}
#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}
#navColumnTwo {
	margin:0;
	padding:0;
	border:0;
	}
#navColumnOne {
	margin:0;
	padding:0;
	border:0;
	}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
	.catDescContent {
	padding:.6em;
	}
#productDescription {
border: 1px solid #ece0ba;
background: #f4f1dd;
padding: 0.5em;
float:left;
}
#productDateAvailable {
background: #ffa5a5;
color: #8c0707;
border: 1px solid #8c0707;
padding: 0.5em;
float:left;
}
#stock_in {
border: 1px solid #254117;
background: #4AA02C;
padding: 0.5em;
float:left;
color: #254117;
}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: left;
	width:214px;
	margin-right:10px;
	padding:0;
	background:url(../images/cartadd_bg.gif);
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}	
.centerColumn {
 	padding:0;
	margin:0;
	position:relative;
	width:100%;
	left:235px;
	top:20px;
}
#contentCheckoutMainWrapper .centerColumn {
	padding:0;
	margin:0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:150px;
	margin-bottom:230px;
	left:200px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
/*Shopping Cart Display*/
#cartAddWrapper {
	width:214px;
	float: right;
	padding:0;
	margin:0;
	background:url(../images/cartadd_bg.gif);
}
#cartAdd {
	position:relative;
	text-align:center;
	z-index:2;
	bottom:30px;
}
#cartAddHeader {
	background:url(../images/cartaddheader_bg.gif) no-repeat top;
	height:45px;
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
}
#cartAddFooter {
	background:url(../images/cartaddfooter_bg.gif) no-repeat top;
	height:21px;
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
}
#extraProductOptions {
	float: right;
	width:214px;
	text-align: center;
	padding-bottom:0.5em;
	}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}
.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }
#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	padding-right: 2.5em;
        line-height:2.2em;
	}
.freepostagemsg {
	font-weight: bold;
	text-align:right;
	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;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}
#alsoPurchased {
	margin-top:0.6em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}
.productPriceDiscount {
	font-size:2em;
}
.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;
	} 
#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	padding-top:5px;
	}
.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 ;
	}
.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}
.legalCopyright {
position:relative;
clear:left;
top:240px;
color:#736F6E;
background:#382D2C;
}
.legalCopyright a, .copyright a:visited {
color:white;
}
/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
.attributesComments {}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
.centerBoxWrapper {
	border: 1px solid #ece0ba;
	background: #f4f1dd;
	height: 1%;
	margin: 0;
	margin-bottom:10px;
	}
#indexCategories {
	border: 1px solid #ece0ba;
	background: #f4f1dd;
	height: 1%;
	margin: 0;
	margin-bottom:10px;
	}
#indexCategories .centerBoxWrapper {
	border-left:0;
	border-right:0;
}
#ezPageDefault {
	border: 1px solid #ece0ba;
	background: #f4f1dd;
	height: 1%;
	margin: 0;
	margin-bottom:10px;
}
.rental_downloads {
	border:2px solid #ece0ba;
	padding:5px;
	float:left;
	width:30%;
}
h2.centerBoxHeading {
	font-size: 1.4em;
	}
/*sideboxes*/
.columnLeft {}
h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
.centerBoxHeading{
	margin: 0em;
	padding: 0.5em 0.2em;
	}	
.rightBoxHeading  {
	margin: 0;
	height:24px;
	background: url(../images/navcolumntwo_bg_top.gif) bottom center no-repeat;
	padding-top: 12px;
	}	
.leftBoxHeading {
	text-align:center;
	font-size:1em;
	color:#ffffff;
	background:url(../images/navcolumnone_bg_top.gif) top center no-repeat;
	padding-top:6px;
	margin:0;
	height:23px;
}
.rightBoxContainer {
	margin: 0em;
	margin-top: 1.5em;
	}
.leftBoxContainer {
	margin: 0em;
	margin-top: 1.5em;
	}
.sideBoxContent {
	padding: 0.4em;
	padding-bottom:0.7em;
	border:1px solid #ece0ba;
	border-top:0;
	background: #f4f1dd;
	}
#categoriesContent .category-top {
margin-bottom:0px;
}
.leftBoxContainer a {
text-decoration:underline;
border:0;
}
#navColumnOne .sideBoxContent{
text-decoration:none;
border-top:0;
padding-bottom:5px;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	}

.sideBoxContent li, .sideBoxContent a{
	margin-bottom:2px;
	}
.sideboxcontent ul, .sideboxcontent ul li {
padding:0;
margin:0;
}
.ez-page-img {
float:right;
}
.rental_machine {
margin:10px;
padding:5px;
border:2px solid #000000;
background:#ffffff;
}
.welcome-image {
float:right;
left:8px;
top:-8px;
position:relative;
}
.sideBoxContent .category-top, .sideBoxContent .category-top a {
color:#003399;
font-size:1.2em;
}
.sideBoxContent .category-top:visited,.sideBoxContent .category-top a:visited {
color: #003399;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
 .productListing-data {
 	text-align: center;
	padding-bottom:5px;
 }
.makesquare {
	width:126px;
	height:126px;
	background:url(../images/makesquare-bg.gif) no-repeat;
	margin-left: auto ;
  	margin-right: auto ;
}
.makesquare-cat {
	width:166px;
	height:166px;
	background:url(../images/makesquare-cat-bg.gif) no-repeat;
	margin-left: auto ;
  	margin-right: auto ;
}
.makesquare img {
	padding-top:8px;
}
.makesquare-cat img {
	padding-top:8px;
}
#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;
	}
/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #003399;
	text-decoration: underline;
	}
A.category-top:hover,A.category-links:hover {
	text-decoration:underline;
	}
A.category-links, A.category-links:visited {
	color: #003399;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #003399;
	text-decoration: none;
	font-size:90%;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	text-decoration:underline;
	}
SPAN.category-subs-selected {
	font-weight: normal;
	color:black;
	}
#categoriesContent a{
}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}
#productListHeading {
float:left;
}
#categoryImgListing {
float:right;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
.bold {
	font-weight: bold;
	}
.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}
.rowEven {
	background-color: #F0F0F0;
	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;
	}
.productListing-rowheading {
	background-color: #e9e9c4;
	height: 2em;
	color:#000000;
	}
.listingDescription {
text-align:left;
padding:7px;
}
.productListing-odd {
padding:5px;
border-bottom:1px dotted #000000;
}
.productListing-even {
padding:5px;
border-bottom:1px dotted #000000;
}
.itemTitle {
text-align:left;
}
#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;
	}
