/**
 * 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background: url('/images/tile.gif');
	}

a img {
	border: none;
	}

a:link, #navEZPagesTOC ul li a {
	color: #003f5e;
	text-decoration: none;
	}
 
a:visited {
	color: #003f5e;
	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 {
	color: #333333;
	text-decoration: underline;
	}

a:active {
	color: #003f5e;
	}

#leftsplat {
	position: relative;
	left: -76px;
	top: -77px;
	}

#rightsplat {
	position: relative;
	left: 920px;
	top: -77px;
	}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0px;
	padding: 16px 0px 4px 0px;
	color: #003f5e;
	}

.centerColumn h1 {
	font-size:1.7em;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 5px 0px;
	color:#4177b2;
	}

.centerColumn h1.cen {
	text-align: center;
	}

h1.headline {
	font-weight:normal;
	margin:0px;
	padding:20px 0 10px 0;
	font-size:2.8em;
	}

#productDetails {
	float: left;
	width: 257px;
	margin: 0 0 20px 20px;
	}

#productName {
	font-size:1.4em;
	font-weight: bold;
	padding-bottom:10px;
	margin:0px;
	color: #003366;
	border-bottom:1px solid #d2e1f1;
	}

#productColour {
	padding-top:10px;
	}

#productModel {
	padding: 10px 0;
	}

#productPrices {
	font-size:1.2em;
	font-weight: bold;
	padding:10px 0px;
	margin:0px;
	color: #003366;
	border-top:1px solid #d2e1f1;
	}

.optionName {
	}
	
#productDescription {
	float: left;
	width: 100%;
	font-size: 1em;
	padding: 10px 0;
	border-top:1px solid #d2e1f1;
	border-bottom:1px solid #d2e1f1;
	}

/* #productListHeading, #ezPagesHeading, #siteMapHeading, #contactUsHeading, #cartDefaultHeading, #advSearchResultsDefaultHeading, #aboutUsHeading, #shippingInfoHeading, #privacyDefaultHeading */
#indexCategoriesHeading {
	font-size:1.7em;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 5px 0px;
	color:#4177b2;
	}

#pageHeading {
	padding: 0;
	border-bottom:1px solid #d2e1f1;
	margin-bottom: 20px;
	}

h2 {
	font-size: 1.4em;
	}

#alsoPurchased {
	float: left;
	width: 100%;
	margin-top:5em;
	}

#alsoPurchased h2 {
	font-size: 1.4em;
	border-top:1px solid #d2e1f1;
	margin:12px 0px;
	}

h3 {
	font-size: 1.3em;
	}

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

.hrline {
	height:2px;
	line-height:2px;
	overflow:hidden;
	border-bottom:1px solid #d2e1f1;
	margin:12px 0px;
	}

.biggerText {
	font-size: 1.2em;
	}

p, table, td, th {
	line-height:150%;
	}

p.just {
	text-align: justify;
	}

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	}

/*TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}*/

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

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

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

LABEL {
	line-height: 1.5em;
	}

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .productListBoxContents, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .centerBoxContentsSpecials, .attribImg {
	float: left;
	}

#contactUsDefault label {
	width: 11em;
	float: left;
	}

#contactUsDefault input, #contactUsDefault textarea {
	margin: 0.2em 0;
	}

#contactButton {
	padding-left: 12em;
	}

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

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

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

ADDRESS {
	font-style: normal;
	padding: 0.5em;
	}

.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.5em;
	margin: 1em 0;
/*	border: 1px solid #000000;*/
	}

.messageStackWarning, .messageStackError {
	color: #ff0000;
	font-weight: bold;
	border: 2px solid #ff0000;
	}

.messageStackSuccess {
	color: #000000;
	border: 2px solid #99FF99;
	}

.messageStackCaution {
	color: #000000;
	border: 2px solid #ffce4a;
	}

/*wrappers - page or section containers*/
#pageWrapper {
	width:1000px;
	margin:0px auto;
	text-align:left;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 990px;
	vertical-align: top;
	padding: 5px;
	}

#headerWrapper {
	width: 990px;
	height: 130px;
	background:url(../images/header_bg.jpg) no-repeat;
	margin-bottom: 10px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

#footerAddress {
	clear:both;
	height:15px;
	font-size: 0.75em;
	background: #d2e1f1 url('/images/footer.jpg') no-repeat;
	padding: 5px 10px;
	text-align: center;
	margin:10px 0px;
	}

#productGeneral form, #contactUsDefault form {
	margin:0;
	padding:0;
	}

/*navigation*/

.navSplitPagesResult {}
.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, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#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, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#topbar {
	width: 980px;
	height: 19px;
	}

#topnav {
	width: 740px;
	height: 13px;
	font-size: 0.8em;
	padding: 8px;
	position:relative;
	top:101px;
	left:0px;
	background: #d2e1f1 url('../images/header_sub_left.gif') no-repeat left;
	}

#topnav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	}

#topnav li {
	border-right:1px solid #003366;
	float:left;
	}

#topnav a {
	display:block;
	float:left;
	margin:0px 5px;
	padding-bottom:2px;
	}

#topnav a:hover {
	color:#ff6600;
	text-decoration:underline;
	padding-bottom:0px;
	}

#tagline {
	position:absolute;
	left:6px;
	bottom:6px;
	color:#ffffff;
	font-size:13px;
	}

#tagline a {
	color:#ffffff;
	}

#tagline span {
	color:#11b5ea;
	}

#quicksearch {
	width: 175px;
	height: 21px;
	padding: 4px 60px 4px 5px;
	text-align: right;
	position:relative;
	top:72px;
	left:750px;
	background: #d2e1f1 url('../images/header_sub_right.gif') no-repeat right;
	}

#quicksearch input[type="image"] {
	position: absolute;
	top: -1px;
	right: 5px;
	}

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

#ezpagesContent ul li a, #wpcats ul li a, #wparchives ul li a {
	color:#79787d;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #ffffff;
	color: #003366;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-weight: bold;
	margin:0;
	padding:0;
	}

#navColumnOne {
	background-color: transparent;
	}

#navColumnTwo {
	background-color: transparent;
	}

a.category-top, a.menu-page {
	display: block;
	height: 21px;
	padding: 2px 10px 1px 0px;
	background: #4177b2;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #a0bbd8;
	}

a.category-top {
	background: #4177b2 url('/images/blue_bullet.jpg') no-repeat 10px;
	}

a.category-top:hover {
	background: #ff6600 url('/images/orange_bullet.jpg') no-repeat 10px;
	}

a.menu-page:hover {
	background: #ff6600;
	}

a.category-subs-parent, a.category-subs-parent-expanded, a.menu-page-selected {
	display: block;
	height: 21px;
	padding: 2px 10px 1px 0px;
	background: #ff6600;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #a0bbd8;
	}

a.category-subs-parent {
	background: #ff6600 url('/images/orange_bullet.jpg') no-repeat 10px;
	}

a.category-subs-parent-expanded {
	background: #ff6600 url('/images/orange_bullet_selected.jpg') no-repeat 10px;
	border-bottom: 1px solid #ffffff;
	}

a.category-subs, a.category-products, a.category-subs-selected {
	display:block;
	height: 19px;
	padding: 3px 10px 3px 0px;
	background: #d2e1f1;
	color: #003366;
	font-size: 0.75em;
	text-align: right;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	}

a.category-subs:hover, a.category-products:hover {
	background: #fff0e6;
	color: #ff6600;
	text-decoration: underline;
	}

a.category-subs-selected {
	background: #fff0e6;
	color: #ff6600;
	text-decoration: underline;
	}

a.boxTop {
	background: #4177b2 url('/images/blueboxtop.jpg') no-repeat top;
	}

a.boxTop:hover {
	background: #ff6600 url('/images/orangeboxtop.jpg') no-repeat top;
	}

a.boxBottom {
	background: #4177b2 url('/images/blueboxbottom.jpg') no-repeat bottom;
	border: 0;
	}

a.boxBottom:hover, a.boxBottomSelected {
	background: #ff6600 url('/images/orangeboxbottom.jpg') no-repeat bottom;
	border: 0;
	}

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

/*.content, #productDescription, */ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	 margin:0px 20px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.75em;
	}

/*Shopping Cart Display*/
#cartAdd input {
	display: inline;
	}

.tableHeading TH {
	background-color: #4177b2;
	}

.tableHeading, #cartSubTotal {
	background-color: #4177b2;
	color: #ffffff;
	 }

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

#shoppingcartContent {
	padding: 5px 0px;
	text-align: center;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	}

#cartBoxListWrapper a {
	display:block;
	height: 19px;
	padding: 3px 10px 3px 10px;
	background: #d2e1f1;
	color: #003366;
	font-size: 0.75em;
	text-align: left;
	text-decoration: none;
	margin-top:1px
	}

#cartBoxListWrapper a:hover {
	background: #fff0e6;
	color: #ff6600;
	text-decoration: underline;
	}

#cartBoxListWrapper a.top {
	background: #d2e1f1 url('/images/lightblueboxtop.jpg') no-repeat top;
	}

#cartBoxListWrapper a.top:hover {
	background: #fff0e6 url('/images/lightorangeboxtop.jpg') no-repeat top;
	}

#cartBoxListWrapper a.bottom {
	background: #d2e1f1 url('/images/lightblueboxbottom.jpg') no-repeat bottom;
	}

#cartBoxListWrapper a.bottom:hover {
	background: #fff0e6 url('/images/lightorangeboxbottom.jpg') no-repeat bottom;
	}

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

#checkoutConfirmDefault h2 {
	font-size: 1.3em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productImages {
	float: left;
	width: 333px;
	margin-bottom: 20px;
	}

#productMainImage {
	float: left;
	width: 333px;
	margin-bottom: 20px;
	}

#productAdditionalImages {
	float: left;
	width: 333px;
	}

#productAdditionalImages a {
	cursor: pointer;
	padding-right: 20px;
	}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

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

.categoryListBoxContents, .productListBoxContents, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .centerBoxContentsSpecials {
	border:1px solid #4177b2;
	padding:5px 0px;
	}

.centerBoxContentsAlsoPurch {
	width: 5em;
	}

.categoryListBoxContents img, .productListBoxContents img, .centerBoxContentsAlsoPurch img, .centerBoxContentsNew img, .centerBoxContentsSpecials img {
	padding-top:5px;
	}

.categoryListBoxContents img, .centerBoxContentsAlsoPurch img {
	padding-left:10px;
	padding-right:10px;
	}

.productListBoxContents img, .centerBoxContentsNew img, .centerBoxContentsSpecials img {
	padding-left:5px;
	padding-right:5px;
	}

.listingProductImage {
/*	border: 1px solid #ff6600; */
	}

.listingProductName, .listingProductPrice {
	display: block;
	margin: 5px;
	font-size: 0.8em;
	}

.listingProductName {
	height: 3.4em;
	line-height: 1.6em;
	border-top: 1px solid #d2e1f1;
	border-bottom: 1px solid #d2e1f1;
	}

a.listingProductName:hover, a.listingProductPrice:hover {
	text-decoration: none
	}

a.listingProductMoreInfo {
	display: block;
	margin: 5px 5px 0 5px;
	font-size: 0.8em;
	background: #4177b2;
	color: #ffffff;
	}

a.listingProductMoreInfo:hover {
	background: #ff6600;
	text-decoration: none;
	}

/*sideboxes*/
.columnLeft {}

.centerBoxHeading {
	margin: 0em;
	background-color: #FFFFFF;
	padding: 0.5em 0.2em;
	}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	}

.leftBoxHeading, .rightBoxHeading {
	height: 21px;
	padding: 2px 10px 2px 10px;
	margin: 0em;
	color:#ffffff;
	background: url(/images/blue_box_title.jpg) no-repeat;
	}

.leftBoxContainer, .rightBoxContainer {
	background-color: #ffffff;
	margin-bottom: 10px;
	}

.sideBoxContent {
	background-color: #ffffff;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	} 

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .productListBoxContents, .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;
	}

#specialsContent {
	background: #4177b2 url('/images/special_offers.jpg') no-repeat top;
	width: 150px;
	height: 150px;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	}

#specialsContent a {
	color: #ffffff;
	text-decoration: none;
	}
/*misc*/
.back {
	float: left;
	}

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

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #d2e1f1;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen, #myAccountNotify {
	list-style: none;
	} 

#myAccountGen li, #myAccountNotify li {
	margin: 1em 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;
	}

/**** protx styles ****/

#protxdirectcardsacceptedHeading {
	margin-bottom: 10px;
	}

.ProtxDirectCardsAcceptedSideboxCardIcon {
	margin: 4px;
	}

.ProtxDirectCardsAcceptedSidebox3DSecureIcon { 
	margin-left: 4px;
	margin-bottom: 4px;
	}

.ProtxDirectCardsAcceptedSideboxProtxIcon {
	}


.ProtxDirectFormGadgetError { background: #ff6633; }

.ErrorInfo { font-size: 1.1em; }

.ErrorInfo a { color: #ff0000; text-decoration: underline; }

.ExtraErrorInfo {}

.ProtxDirectCardIcon { margin-right: 4px; margin-bottom: 4px; }

.ProtxDirect3DSecureIcon { margin-left: 1em; margin-bottom: 2em; float: right; }

#protx_direct_3d_secure_iframe { background: #ffffff; }