/**
 * 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 {
    padding: 0;
	margin: 0;
    font: 12px Arial, sans-serif;
	color: #6d6e71;
	background: #72a5ec url(../images/bg.gif) repeat-x;
}

a img {
    border: none;
}

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	text-decoration: none;
	}

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

a:active {
	color: #0000FF;
	}

.clearBoth {
    clear: both;
    font-size: 1px;
}

.imgRight {
    float: right;
    padding: 0 0 5px 5px;
}


h1, h2, h3, h4, h6, h6 {
    font-family: "Comic Sans MS", sans-serif;
    padding: 0;
    margin: 0;
}
h1 {
	font-size: 36px;
    font-weight: bold;
    color: #73903b;
}

h2 {
	font-size: 22px;
    font-weight: bold;
    color: #73903b;
}

h3 {
	font-size: 20px;
    font-weight: bold;
    color: #00507e;
}
h3.side-nav {
	font-size: 18px;
    text-align: right;
    color: #363636;
    padding: 0 0 10px 0;
}

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

.biggerText {
	font-size: 1.2em;
	}

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

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

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

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

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

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

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

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: 5px;
	border: 1px solid #000000;
	}

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

.messageStackSuccess {
	/* background-color: #99FF99; */
	color: #000000;
    border: 0;
    filter: alpha(opacity=100); -moz-opacity:1.0; 
    margin: 0 0 5px 0;
}

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

/*wrappers - page or section containers*/
#mainWrapper {
/*	background: url(../images/bg-main.png) repeat-y; */
	width: 928px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#mainWrapperBottom {
    padding: 0;
    margin: 0 auto;
    height: 22px;
    width: 928px;
    font-size: 1px;
}

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



/* floating cart box
   ================================================================================ */
#navMainWrapper {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    background: url(../images/bg-cart.gif) no-repeat;
    height: 49px;
    width: 506px;
}
#homeLink-cow1, #homeLink-cow2 {
    position: absolute;
    z-index: 101;
    top: 0;
}
/* the cow */
#homeLink-cow1 {
    right: 17px;
    width: 52px;
    height: 49px;
}
/* the home flag */
#homeLink-cow2 {
    right: -38px;
    width: 55px;
    height: 29px;
}
#navMain {
    padding: 15px 0 0 10px;
    margin: 0;
}
#navMain ul {
	margin: 0;
	padding:  0;
	list-style-type: none;
/*
	text-align: center;
	line-height: 1.5em;
*/
}

#navMain ul li {
	display: inline;
    font-weight: bold;
	color: #ffffff;
    padding: 0 11px 0 0;
    margin: 0;
}

#navMain ul li a {
    font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#currencyChange {
    padding: 0;
    margin: 0;
    display: inline;
    position: relative;
}
#currencyCurrent {
    margin: 0 0 0 10px;
    display: inline;
    width: 50px;
}
#currencySelector {
    position: absolute;
    top: -7px;
    *top: -1px;
    left: 4px;
    width: 40px;
    padding: 5px;
    background: #88b540;
    border: 1px solid #000;
    display: none;
}



/* header
   ================================================================================ */
#headerWrapper {
    margin: 0 25px 6px 10px;
    padding: 0;
    background-color: #fff;
    position: relative;
    width: 897px;
}
#qualityProducts {
    position: absolute;
    z-index: 10;
    top: 57px;
    left: 140px;
    height: 73px;
    width: 260px;
}
#catalogArrow {
    position: absolute;
    z-index: 10;
    top: 86px;
    left: 25px;
    height: 47px;
    width: 56px;
    background: url(../images/bg-catalog-arrow.gif) no-repeat;
}
#navMainSearch {
    position: absolute;
    top: 55px;
    right: 3px;
    background: url(../images/bg-search.gif) no-repeat;
    height: 37px;
    width: 505px;
}
#navMainSearchContent {
    padding: 6px 0 0 11px;
    *padding: 8px 0 0 11px;
}
#navMainSearchContent input.txtField {
    border: 0;
    background: transparent;
    width: 230px;
    padding: 0 0 5px 3px;
    *padding: 2px 0 5px 3px;
    margin: 0 13px 0 0;
}
#navMainSearchContent input.header-search {
    background: url(../images/btn-header-search.gif) no-repeat;
    height: 18px;
    width: 67px;
    border: 0;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}




/* main area
   ================================================================================ */
#contentMainWrapper {
    width: 897px;
    margin: 0 0 6px 7px;
    padding: 0;
    background-color: #da1c23;
    position: relative;
}
#contentMainWrapper-bl, #contentMainWrapper-br {
    position: absolute;
    height: 5px;
    width: 5px;
    font-size: 1px;
}
#contentMainWrapper-bl {
    background: url(../images/bg-main-corners.gif) no-repeat top left;
    bottom: 0; left: 0;
}
#contentMainWrapper-br {
    background: url(../images/bg-main-corners.gif) no-repeat top right;
    bottom: 0; right: 0;
}
#navColumnOne {
    float: left;
    width: 223px;
    margin: 0;
    padding: 0;
}
#columnMain {
    float: left;
    width: 674px;
    margin: 0;
    padding: 0;
}
#navColumnTwo {
    width: 100px;
    margin: 0;
    padding: 0;
}



/* main content column - inner
   ================================================================================ */
#columnMainWhite-inner, #columnMainWhite-inner2 {
    margin: 0;
    padding: 0;
    background: url(../images/bg-main-inner.gif) repeat-y;
    width: 674px;
}
#columnMainWhite-inner-top, #columnMainWhite-inner-top2 {
    margin: 0;
    padding: 0;
    background: url(../images/bg-main-inner-top.gif) no-repeat;
    height: 31px;
    width: 674px;
}
#innerMainContent, #innerMainContent2 {
    margin: 0 18px;
    _margin: 0 15px;
    padding: 0;
    color: #000;
}
#innerMainContent a, #innerMainContent2 a {
    font-weight: bold;
    color: #88B540;
    text-decoration: underline;
}
#innerMainContent p, #innerMainContent2 p {
    padding: 5px 0;
    margin: 0;
}
#navBreadCrumb {
    padding: 0 0 20px 0;
    font-size: 12px;
    color: #000;
}
#navBreadCrumb a {
    font-size: 12px;
    font-weight: bold;
    color: #88B540;
    text-decoration: underline;
}

/* product listing */
#productListing {
    font-size: 14px;
}
#newProductsDefaultListingTopNumber, #newProductsDefaultListingTopLinks, 
#productsListingTopNumber, #productsListingListingTopLinks, 
#featuredProductsListingTopNumber, #featuredProductsListingTopLinks,
#specialsListingTopNumber, #specialsListingTopLinks {
    padding: 0 0 30px 0;
}
.tabTable {
    _font-size: 13px;
}
.productListing-data, .productListing-data-last {
    padding: 0 10px 30px 0;
    _padding: 0 7px 30px 0;
    vertical-align: top;
    width: 16%;
}
.productListing-data-last {
    padding: 0 0 30px 0;
}
.itemPrice {
    font-weight: bold;
    font-size: 16px;
}

/* product details */
#productMainImage {
    margin: 15px 20px 0 0;
}
#productMainImage a {
    text-decoration: none;
}
#productMainImage a span {
    text-decoration: underline;
}
#itemID {
    font-weight: bold;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    padding: 8px 0;
}
#productDescription {
    color: #6d6e71;
}

/*Shopping Cart Display*/
#cartAdd {
	text-align: center;
	margin: 0 0 0 20px;
	padding: 15px;
    background: #ddecda;
    width: 123px;
}
#productPrices {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #fff;
    margin: 0 0 15px 0;
}

#columnMainWhite-inner-bottom, #columnMainWhite-inner-bottom2 {
    margin: 0;
    padding: 0;
    background: url(../images/bg-main-inner-bottom.gif) no-repeat;
    height: 39px;
    width: 674px;
}



/* main content column - home
   ================================================================================ */
#columnMainWhite {
    margin: 0;
    padding: 0;
    background: url(../images/bg-main-content.gif) no-repeat;
    height: 345px;
    width: 674px;
}
#indexDefaultMainContent {
    margin: 0 20px 0 20px;
    padding: 18px 0 0 0;
}
.homeBottom {
    float: left;
    padding: 0;
    margin: 0;
    height: 180px;
    width: 224px;
    background: url(../images/bg-main-home-bottom.gif) no-repeat;
}
.homeBottomContent {
    padding: 17px 15px 0 20px;
    color: #000;
    position: relative;
}
.homeBottomContent a {
    color: #6f8cbd;
    text-decoration: none;
}
.homeBottomApple {
    position: absolute;
    width: 32px;
    height: 35px;
    right: 5px;
    bottom: 3px;
}





/* left column
   ================================================================================ */
#categoriesTop {
    padding: 0;
    margin: 0;
    height: 13px;
    width: 223px;
    background: url(../images/bg-catalog-top.gif) no-repeat;
    font-size: 1px;
}
#categories {
    padding: 0 14px 7px 15px;
    margin: 0;
    background: url(../images/bg-catalog.gif) repeat-y;
}
#categoriesContent {
}
#categoriesContent .catalog_item_menu, #categoriesContent .catalog_item_menu_alt, #categoriesContent .catalog_item_current {
    background: #0054a6;
    padding: 6px 15px;
    margin: 0;
    border-bottom: 1px solid #9fb1c3;
    color: #fff;
    font-size: 12px;
}
#categoriesContent .catalog_item_menu a, #categoriesContent .catalog_item_menu_alt a, #categoriesContent .catalog_item_current a {
    color: #fff;
    text-decoration: none;
}
#categoriesContent .catalog_item_menu_alt {
    background: #007dc5;
}
#categoriesContent .catalog_item_menu_alt a {
    font-weight: bold;
}
#categoriesContent .catalog_item_current {
    background: #190781;
}

#ezpagesTop {
    padding: 0;
    margin: 0;
    height: 8px;
    width: 223px;
    background: url(../images/bg-ezpages-top.gif) no-repeat;
    font-size: 1px;
}
#information, #ezpages {
    /* padding: 7px 14px 7px 15px; */
    padding: 7px 0 7px 0;
    margin: 0;
    background: url(../images/bg-ezpages.gif) repeat-y;
}
#informationHeading, #ezpagesHeading {
    display: none;
}
#informationContent, #ezpagesContent {
    padding: 0;
    margin: 0 14px 0 15px;
}
#informationContent li, #ezpagesContent li {
    padding: 6px 15px;
    background: #3777bc;
    border-bottom: 1px solid #aab8c7;
}
#informationContent li.ezpage_item_current, #ezpagesContent li.ezpage_item_current {
    background: #190781;
}
#informationContent li a, #ezpagesContent li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
#ezpagesBottom {
    padding: 0;
    margin: 0;
    height: 23px;
    width: 223px;
    background: url(../images/bg-ezpages-bottom.gif) no-repeat;
    font-size: 1px;
}

/* footer
   ================================================================================ */
#navSuppWrapper {
    margin: 0 25px 0 7px;
    padding: 0 0 20px 0;
    background-color: #89b51e;
    color: #fff;
    font-size: 10px;
    position: relative;
}
#navSuppWrapper a {
    color: #fff;
    text-decoration: none;
}
#navSuppWrapper-tl, #navSuppWrapper-tr, #navSuppWrapper-br, #navSuppWrapper-bl {
    position: absolute;
    height: 5px;
    width: 5px;
    font-size: 1px;
}
#navSuppWrapper-tl {
    background: url(../images/bg-footer-corners.gif) no-repeat top left;
    top: 0; left: 0;
}
#navSuppWrapper-tr {
    background: url(../images/bg-footer-corners.gif) no-repeat top right;
    top: 0; right: 0;
}
#navSuppWrapper-br {
    background: url(../images/bg-footer-corners.gif) no-repeat bottom right;
    bottom: 0; right: 0;
}
#navSuppWrapper-bl {
    background: url(../images/bg-footer-corners.gif) no-repeat bottom left;
    bottom: 0; left: 0;
}
.footerContent {
    padding: 20px 25px 0 30px;
    margin: 0;
}



#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 {
	margin: 0.3em 0em;
	}

/*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;
	}

#navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
/*	width: 100%; */
width: 50%;
	}

#navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navCatTabs ul li {
	display: inline;
	}

#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#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 {
	margin: 0.5em;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}




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

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

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

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

#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*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.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, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}



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


h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #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 {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*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: #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;
	}

#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-image: none;
	background-color: #ffffff;
    padding: 10px;
	}
.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;
	}
