/**
 * 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, Helvetica, sans-serif;
	font-size: 66%;
	color: #000;
	background:url(../images/bg.jpg) center top #000;
	background-attachment:fixed;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #CC3300;
	text-decoration: none;
	}
 
a:visited {
	color: #CC3300;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	color: #333;
text-decoration: underline;
	}
#navSupp ul li a:hover {
 	color:#EEEEEE;
	text-decoration: underline;
}

a:active {
	color: #333;
	}
.centerBoxContentsProducts{padding:6px 0 6px 0; }
.centerBoxContentsProducts img,.categoryListBoxContents img,.centerBoxContentsAlsoPurch img,.centerBoxContentsNew img,#categoryImgListing img,.additionalImages img{background:#fff; border:1px solid #EEEEEE; padding:3px;}
.additionalImages{line-height:21px; height:140px;}
#productMainImage img{background:#fff; border:1px solid #eee; padding:3px;}
.termsiagree{color:#ff0000}
.foot_link1{display:none}
h1 {
	font-size: 19px;
	color: #CC3300;
	}

h2 {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent,.larger{
	font-size: 13px;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h4, h5, h6 {
	margin: 0.3em 0;
	}
h3{margin: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;
	}

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 #ccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #333;
	}

LABEL, h4.optionName {
	line-height: 25px;
	padding: 0.2em 0.2em 0.2em 0;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.checkboxLabel{font-weight:bold;font-size:12px;}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

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 {

	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear:both
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px dashed #c0c0c0;
	}

/*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: 980px;
	vertical-align: top;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper {
	margin:.0 0;
	padding:5px 8px 5px 18px;
        background-color:#fff;
	}
#headerWrapper{
	margin: 0em;
	padding: 0em;
	}
#topBarWrap{
	background:#EEEEEE;
	}
#topBar{
	width:800px;
	margin:auto;
	color:#2C2C2C;
	font-weight:bold;
	padding: .8em;
	}
.topBox{
	float:left;
	padding: 0 2em 0 2em;
	height:3em;
	}
#nav_header{
	border-right:1px solid #9a9a9a;
	padding: .2em 3em 0 1em;
	}
#lang_header{
	border-right:1px solid #9a9a9a;
	padding-left:2em;
	}
#currency_header{
	border-right:1px solid #9a9a9a;
	}
#cart_header{
	background:url(../images/cart_bg.gif) 2em 0 no-repeat;
	padding:.2em 0 0 8em;
	}
#logoWrap{
	margin:auto;
	background-color: #ffffff;
	width:800px;
	border-bottom:.5em solid #EEEEEE;
	}
#topLinks{
	float:right;
	background:#900000;
	margin: .9em auto;
	width:74%;
	}
 #navColumnTwoWrapper{
	margin: auto;width:950px;
	} 
#mainWrapper {
	margin: auto;width:950px;background-color:#2C2C2C;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {margin-top:5px;
	}
	
#tagline {
	color:#000000;
	font-size: 1.8em;
	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%;
	}
#productDetailsList{width:95%;padding:5px 0 5px 0;}

/*navigation*/


.navNextPrevCounter {
	margin: 0em;
        padding:5px 0 5px 0;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:5px 5px 0 5px;
        hiehgt:30px;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #2E2E2E;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #909090;
	border-top:5px solid #000000;
	height: 1%;
	}
#navSupp{
	width:800px;
	margin:auto;
}
#payments{
	float:left;
	background:url(../images/payments.gif) 1.5em 0 no-repeat;
	width:25%;
	padding:1em 0;
	}
#bottomNav{
margin:0 auto;width:936px;background-color:#fff;padding:0 7px 0 7px;
	}
.productListing-data{border-bottom:1px dashed #c0c0c0}
#bottomNav a, #bottomNav a:visited{
	color:#ccc;
	text-decoration:underline;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}
#navMain{margin:0 auto;width:936px;text-align:center;color:#ccc;background-color:#131313;}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	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,#navMain ul li a:visited, #navSupp ul li a, #navSupp ul li a:visited, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ccc;
	white-space: nowrap;
	}
#navMain ul li a:hover {
	color:#F3AC00;
	text-decoration:underline;
	}

#navCatTabs ul li a {
	color: #ccc;
	}

#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;
	}
#indexCategoriesHeading{padding-left:3px;}
#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0 0.5em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.3em 0;
	font-size: 12px;
	font-weight:bold;
	margin:0 auto;color:#333;
        width:100%;margin-bottom:10px;padding:10px 0 13px 8px;border-bottom:1px dashed #CCCCCC;
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 0 1.7em .5em;
	color:#ffffff;
	}

#navEZPagesTop a:link, #navEZPagesTop a:visited{
	color:#ffffff;
	padding:0 1em 0 .8em;
	}
#navEZPagesTop a:hover{
	text-decoration:underline;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
.categoryListBoxContents {
	vertical-align: top;line-height:28px;height:140px;
	}
/*.content,*/  .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}

.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	padding: 0.8em;
	}
#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 7px 0 9px;
	}
#bannerOne{
	padding:0;
	margin: .5em 0 0 0;
	}
.banners img{
	padding:0;
	}
.centerColumn{
	padding-top:0;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
.h1_product_name{text-align:center;width:100%;}
.product_id{font-weight:normal;color:#333}
#product_table{padding-top:15px;}
#product_pic{float:left;width:55%;text-align:left;}
#product_test{float:left;width:45%;text-align:left;font-size:11px;padding-top:5px;}
.product_list{float:left;width:100%;line-height:11px;}
.product_list1{float:left;width:100%;line-height:15px;padding-top:18px;}
.product_list2{float:left;width:100%;line-height:18px;padding-top:18px;}
#productDescription{font-size:10px;}
.product_list_1{float:left;width:590px;line-height:28px;padding:10px 0 15px 0;line-height:18px;}
.product_list_name{margin:0 auto;text-align:center;width:100%;line-height:12px;}
#product_comment{float:left;}
#productReviewLink{line-height:28px;}
#productAdditionalImages{float:left;width:100%;padding-top:35px;}
#checkoutConfirmDefaultPaymentTitle,#checkoutConfirmDefaultShipmentTitle{font-weight:normal;line-height:18px;}
.product_description{float:left;width:100%;padding:5px 0 3px 0;}
.product_msn{float:left;width:100%;padding:2px 0 2px 4px;line-height:20px;}
.product_notice{float:left;width:98%;padding:2px 0 2px 4px;line-height:18px;font-size:11px;}
.notice_title{font-weight:bold;}
#productName{font-size:18px;}
.wrapperAttribsOptions {

padding:5px 0 5px 0px;
	}

#cartAdd {
        float:left;
        width:100%;
	text-align: left;
	}
#productMainImage{line-height:15px;}
.imgLink{padding:2px 0 0 0}

.tableHeading TH {

	}

.tableHeading, #cartSubTotal {
	background-color: #fff;
	 }

#cartSubTotal {
        background-color:#EEEECC;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}
.cartProductDisplay{
	padding: 0.5em 0em;
       
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #900000;font-weight: bold;font-size:10px;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #900000;font-weight: bold;font-size:10px;
	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;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.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;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
        color:#ff0000;font-weight:bold;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 1em 1em 1em 0em ;
	}
#productPrices{color:#ff0000;font-size:15px;}

.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,{
	margin: 1em 0em;
	}

.centerBoxWrapper {

	height: 100%;
        width:99.7%;
	margin: 1.0em 0 0 0;
        overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
	}

h2.centerBoxHeading {
font-size:1.3EM;color:#000;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
{
	font-size: 0.9em;
        color:#3F0000
	}
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.0em;
        color:#414513
	}
#productsListingTopNumber,#productsListingListingTopLinks{padding:0 0 10px 0;}
#productsListingBottomNumber,#productsListingListingBottomLinks{padding:10px 0 0 0;}
h3.itemTitle{font-size:9px;color:#4C0002;font-weight:normal;padding:5px 0 3px 0;line-height:11px;}
.list_title{color:#333}
.usd{color:#CC3300;font-size:11px;}
.freeshipping{color:#9A9A9A;}
.rightBoxHeading {
	margin: 0em;
	background:url(../images/right_title.gif) repeat-x;
        height:25px;color:#333;
padding:5px 0 0 10px;font-size:14px;
}
.centerBoxHeading{
	margin: 0em;
        height:21px;padding:8px 0 0 1px;

}
#whosonlineHeading,#ezpagesHeading, #categoriesHeading,#tellafriendHeading {
color:#333;
        height:32px;
font-size:20px;font-family:Georgia, "Times New Roman", Times, serif;
	
padding:9px 0 5px 6px;
	}
#whatsnewHeading{
	background:#fff url(../images/right_title.gif) repeat-x;
	font-size:10px;
height:21px;color:#2C2C2C;
padding:5px 0 0 8px;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, 
#recordcompaniesHeading, #searchHeading, #search-headerHeading, #shoppingcartHeading {
	background:#fff url(../images/right_title.gif) repeat-x;
	font-size:10px;
height:22px;color:#2C2C2C;
padding:4px 0 0 8px;
	}
#bestsellersHeading, #reviewsHeading, #featuredHeading, #informationHeading, #moreinformationHeading, 
#bannerboxallHeading, #specialsHeading, #languagesHeading,  
#productnotificationsHeading {
	background:#fff url(../images/right_title.gif) repeat-x;
	font-size:10px;
height:21px;color:#2C2C2C;
padding:5px 0 0 8px;
	}
#categories ul{
	padding:0;
	margin:0;
	list-style:none;
	}
.category-top li{
	padding:0;
	margin:0;

	vertical-align:middle;
	}
li.category-top a{
	padding:4px 0 3px 9px;
	margin:0;
	color:#333;font-weight:bold;
font-size:11px;
	display:block;
	height:19px;

	background:url(../images/boxlistbg1.gif);
	}
li.category-top a:hover{
	background:url(../images/boxlistbg2.gif);
	color:#CC3300;
        text-decoration: none;

	}
li.category-top a:visited{
	color:#333;
	}

li.category-products a:visited{
	color:#333;
	}
li.category-products a{
	padding:6px 0 3px 15px;
	margin:0;font-size:11px;
	color:#333;font-weight:bold;
height:17px;
	display:block;
	background: url(../images/boxlistbg1.gif);
	}
li.category-products a:hover{
	background: url(../images/boxlistbg2.gif);
	color:#CC3300;
        text-decoration: none;
	}

#categoriesContent{
	padding:0;
	margin:0;

	}
#bestsellersContent {
	color:#333333;
	font-weight:bold;
	}
#informationContent a:link, #informationContent a:visited, #bestsellersContent, 
#bestsellersContent a:link, #bestsellersContent a:visited{
	color:#333333;
	font-weight:bold;
	}
#extralinks{
	padding: .5em 0 .5em 1em;
	}
.leftBoxContainer{
	margin: 0 0 1em 0;border:1px solid #eee;background:#fff; background-image:url(../images/nav_bg.jpg); background-repeat:repeat-x;}
.rightBoxContainer {
	margin: 0 0 1em 0;

	}

#searchContent{background:url(/includes/templates/zcen/images/search_bg1.gif);height:28px;width:205px;margin-bottom:8px;padding-top:4px;}
.search_left{float:left;width:175px;}
.search_right{float:right;width:30px;}

.sideBoxContent{

	padding: 0.1em 0.4em 0.4em 0.4em;
	
	}

#searchgo{background-color:#fff;font-size:12px;font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;;border:1px solid #fff;padding-left:7px;}

#ezpagesContent li{
        line-height:20px;font-size:11px;
}
h3.leftBoxHeading a:hover {
	color: #900000;
	text-decoration: none;
	}
h3.rightBoxHeading a:visited,h3.rightBoxHeading a:link {
	color: #333;
	text-decoration: none;
	}
h3.rightBoxHeading a:hover {
	color: #333;
	text-decoration: none;
	}
.leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #333;
	}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #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, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.centerBoxContentsAlsoPurch {
	text-align: center;padding:5px 0 5px 0;line-height:19px;
	}
.productListing-data{padding:10px 0 6px 0;text-align:center;}
#productListing{

height:100%;
padding:5px;
margin:15px 0 0 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;
	}
.ic{
	display:none;
	}
#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: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #333333;
	font-weight:bold;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}

SPAN.category-subs-selected,.category-subs-parent {
	font-weight: bold;color:#CC3300;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #fff;
	height: 2.8em;
	vertical-align: top;
	}

.rowEven {
	background-color: #fff;
        font-weight:normal;
	height: 2.8em;
	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: #EEEECC;
	height: 3em;margin-bottom:5px;
	}

.productListing-rowheading {
	background-color: #f6f6f6;
	height: 2em;
	color:#900000;
	}

#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;
	}

/***IMAGE HANDLER SUPPORT ***/

#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}