/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 138 2008-01-27 SandroCarniel $
 */
html {
   margin: 0;	padding:0px;
}
body {	margin: 0;	padding:0px;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 11px;	color: #000000;	
	background-color: #B68A5D;	
	background-image: url(../images/background.jpg);
	background-position: left top;
	background-repeat: repeat-x;}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {	color: #000;	text-decoration: none;	} 
a:visited {	 color: #000;	text-decoration: none;}
a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover,#categoriesContent a.category-top:hover {	color:#F16417;	text-decoration: underline;}
a:active {	color: #000;	}

h1 {	font-size: 14px;	color: #627F1B;	}
h2 {	font-size:12px;}
h3 {	font-size: 11px;	color:#869B4C;	}
h4, h5, h6, LABEL, h4.optionName, LEGEND,  .sideBoxContent, .larger{	font-size: 11px;	}
.biggerText {	font-size: 1.2em;	}
h1, h2, h3, h4, h5, h6 {	margin: 0.2em 0 0 0;	}

#productListHeading {margin-top:0px;}
#indexDefaultHeading { } /* per scritta Zen Cart, E-commerce su misura */
.greeting{	text-align : center; font-size: 1.1em;	margin: 1.2em 0 1.2em 0;} /* per scritta Benvenuto e buona navigazione */

/*  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: tahoma, verdana, helvetica, sans-serif;	font-size: 1em;	}
form, select, input {	display: inline;	font-size:12px;	margin: 0.1em;	}
textarea {margin: auto;	display: block;	width: 95%;	}
input[type=text],select,textarea,#login-password {border: 1px solid #E9E7BF;}
input:focus, select:focus, textarea:focus {	background: #F2F1D5;	}
FIELDSET {	padding: 0.5em;	margin: 0.5em 0em;	border: 1px solid #E9E7BF;	}
FIELDSET FIELDSET {border:0px;}
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;	}
LABEL.inputLabel {	width: 10em;	float: left;	}
LABEL.inputLabelPayment {	width: 14em;	float: left;	padding-left: 2.5em;	}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {	width: 11em;	float: left;	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, 
.centerBoxContentsAlsoPurch, .attribImg {	float: left;	}

#checkoutPayment LABEL.radioButtonLabel {	font-weight: bold;	}

p, address {	padding: 0.5em;	}
address {	font-style: normal; font-size:12px;	}
.clearBoth {	clear: both;	}
.green,.green a {color: #627F1B;}
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 - controllo dimensione dello schermo */
#mainWrapper {	text-align: left;	width: 920px;	vertical-align: top;	/*border: 1px solid #aeaeae;	*/}

#headerWrapper { 
	background-image: url(../images/header_bg.jpg);	
	background-repeat: no-repeat; 
	background-position : left top; 
	height: 136px;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, 
#ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {	margin: 0em;	padding: 0em;	}
#contentMainWrapper {
   background-color: #FFF;
}
#logoWrapper{			height:136px;   	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {	margin: auto;	} 
#navColumnOneWrapper, #navColumnTwoWrapper {	margin-left: 0.4em;	margin-right: 0.4em;	}
	
#tagline {	color:#000000;	font-size: 1.5em;	text-align : center;	vertical-align: middle;  padding-top : 26px; 	 }

#sendSpendWrapper {	/*border: 1px solid #cacaca;*/	float: right;	margin: 0em 0em 1em 1em;  background-color : #ffffcc; 	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, 

.wrapperAttribsOptions {	margin: 0.3em 0em;	}

/*navigation*/
.navSplitPagesResult,.navSplitPagesLinks {font-size:11px; padding:5px;}
.navNextPrevCounter {	margin: 0em;	font-size: 0.9em;	}
.navNextPrevList {	display: inline;	white-space: nowrap;	margin: 0;	padding: 0.5em 0em;	list-style-type: none;	}
#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;	background-color: #bb0000;	
	padding: 0.5em 0.2em; 	font-weight: bold; 	color: #ffffff; 	height: 1%;	}
#navCatTabsWrapper {	background-color: #ffffff;	color: #666666;	background-image:none;}
#navMain {
   padding-top:65px;
}
#navMain ul, #navSupp ul, #navCatTabs ul {	margin: 0;	padding: 0em 0em 0em 0em;	list-style-type: none;
	text-align: center;	line-height: 1.5em;	}
#navMain ul {margin-left:30px;} 
#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;	}
#navMain ul li a {
   border-right:1px dotted #FFF;
   padding:0px 25px 0px 25px;
}
#navMain ul li#nb a {
   border:0px;
}
#navCatTabs ul li a {	/*color: #666666;	*/}
div.scroll {
	height:220px;
	overflow:auto;
}
/*
#navEZPagesTOCWrapper {	margin: 0;	width: 47%;	}*/
#navEZPagesTOCWrapper {	
	background-image: url(../images/centerBox.gif);
	background-position: bottom;
	background-repeat: no-repeat;	
	font-size:11px;
}
#ezPagesTOCHeading {
	background-image: url(../images/centerBox_heading.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 11px;	
	color: #374B06;	
	font-weight:bold;
	font-family:tahoma,verdana;
	text-align:left;
	background-color:transparent;
    padding:10px 0px 0px 20px;
	height:27px;
}
#navEZPagesTOC {
	padding:10px 10px 20px 10px;
	
}
#navEZPagesTOC a.green {color: #374B06;	text-decoration:underline;}
#navEZPagesTOCWrapper {/*	font-weight: bold;	float: right;	border: 1px solid #9a9a9a;*/	height: 1%;	}
#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, #indexProductListCatDescription {	margin: 0.5em;	}
#navMainSearch {	float: right;	}
#navBreadCrumb {	padding: 0.5em 0.5em;	background-color: #ffffff;	font-size: 0.95em;	font-weight: bold;	margin: 0em;	}
#navEZPagesTop {	background-color: #fcd804; 	font-size: 1.0em;	font-weight: bold;	margin: 0em;	padding: 0.5em; 	}
#navColumnOne, #navColumnTwo {	background-color: transparent;	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, 
.categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, 
.centerBoxContentsFeatured, .centerBoxContentsNew, .alert {	vertical-align: top;	}

/*.content,*/ 
#productDescription, .shippingEstimatorWrapper { 	font-size:12px;/*font-size: 1.2em;*/ 	padding: 0.5em;	}
#productDescription,p#productInfoLink{
	margin-left:180px;
	padding:0px;
	text-align:left;
}

#productName  {
	float:left;
	font-size:14px;
	margin-top:0px;
}
#productPrices,#freeShippingIcon {
	margin-left:350px;
	text-align:right;
	color:#F26219;
	font-size:14px;
}
div.add_info,#productAdditionalImages {
	border-top:2px solid #869B4C;
	padding:20px 0px 20px 0px;
}
.alert {	color: #FF0000;	margin-left: 0.5em;	}
.advisory {}
.important {	
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
}
.notice {}
.rating{}
.gvBal {	float: right;	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {	padding: 0.5em;	}
.centerColumn {	padding-top: 0px;	}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {	font-size: 0.9em;	}
.content {line-height:16px;}

/*Shopping Cart Display*/
ul#productDetailsList {	margin-left:10px;padding-left:10px;}
.it_cart,.userbox {color:#F16417; text-decoration:underline;}
.cartBoxTotal {padding-left:17px;}

#cartAdd {	float: left;	text-align: left;	margin:0em 1em 0em 0em;		padding: 0em 1em 1em 0em;	}
#cartAdd input {margin-left:0px;}
#cartSubTotal,#cartTotalsDisplay {
	color:#F16417; 
	padding-top:5px;
	padding-bottom:5px;
}
/*.tableHeading TH {	border-bottom: 1px solid #9a9a9a;	}
.tableHeading, #cartSubTotal {	background-color: #e9e9e9;	 }*/
#cartContentsDisplay {	
	background-image: url(../images/centerBox.gif);
	background-position: bottom;
	background-repeat: no-repeat;	
	font-size:11px;
}
.tableHeading,.cartTableHeading {
	background-image: url(../images/centerBox_heading.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 11px;	
	color: #374B06;	
	font-weight:bold;
	font-family:tahoma,verdana;
	text-align:left;
	background-color:transparent;
    padding:10px 0px 0px 0px;
	height:27px;
}
tr.rowOdd td,tr.rowEven td {
	padding:20px 10px 20px 10px;
	
}
#cartSubTotal {	
	border-top: 1px dotted #869B4C;	
	font-weight: bold;	
	text-align: right;	
	line-height: 2.2em;	
	margin-top:10px;
	padding-right: 2.5em;
}
#cartProdTitle {font-size:11px;}
.tableRow, .tableHeading, #cartSubTotal {	height: 2.2em;	}
tr.rowOdd td.cartQuantityUpdate,tr.rowEven td.cartQuantityUpdate {
	padding-left:0px;
 }

 #ccQuantityHeading {padding-left:20px;}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, 
.cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {	 /*padding: 0.5em 0em;	*/}
.cartUnitDisplay, .cartTotalDisplay {	text-align: right;/*	padding-right: 0.2em;	*/}
#scUpdateQuantity,.cartQuantity {	width: 21px;	}


.cartNewItem {	color: #33CC33;	position: relative;  /*do not remove-fixes stupid IEbug*/	}
.cartOldItem {	color: #660099;	position: relative;  /*do not remove-fixes stupid IEbug*/	}

.cartRemoveItemDisplay {	width: 3.5em;	}
.cartAttribsList ul {	margin:0px;padding:0px;	}
.cartAttribsList li {	
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size:11px;
}
#mediaManager {	width: 50%; 	margin: 0.2em;	padding: 0.5em;	background-color: #f5f5f5;	border: 1px solid #cc0000;	}
.mediaTitle { 	float: left;	} /* vs 138 */
.mediaTypeLink {	float: right;	} /* vs 138 */


.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 {	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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, 
#reviewWriteMainImage {	margin: 0em 1em 1em 0em ;	}
#productMainImage img, #reviewsInfoDefaultProductImage img, #productReviewsDefaultProductImage img, 
#reviewWriteMainImage img,.additionalImages img {	border:1px solid #869B4C;	}

.categoryIcon a,#productMainImage a,#productAdditionalImages a { text-decoration:none;}
#categoryImgListing {padding:10px 10px 0px 10px;}
#cartImage {/*	margin: 0.5em 1em;	*/}
#cartImage img {border:1px solid #869B4C;}
/*Attributes*/
.attribImg {	width: 20%;	margin: 0.3em 0em;}
.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, 
.centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {	margin: 1em 0em; 	}

.centerBoxWrapper {	
	background-image: url(../images/centerBox.gif);
	background-position: bottom;
	background-repeat: no-repeat;	
	height: 1%;
	margin: 1.1em 0;
	padding-left:10px;
	padding-right:10px;
}

h2.centerBoxHeading {	
	background-image: url(../images/centerBox_heading.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 1.1em;	
	color: #374B06;	
	font-weight:bold;
	font-family:tahoma,verdana;
	text-align:left;
	text-transform:uppercase;
	background-color:transparent;
	margin:0px -10px 0px -10px;
    padding:10px 0px 0px 15px;
	height:27px;
}
.centerBoxWrapper a img {border:1px solid #869B4C;}
/*sideboxes*/
.columnLeft a,.columnRight a {
	font-size:11px; 
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a,
h3.leftBoxHeading label,h3.rightBoxHeading label {	
   font-size: 11px;	
   font-family: tahoma,verdana;
   color: #F16417;	
   text-transform: uppercase;
   text-align: left;
   margin:0px;
   padding:0px;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, 
#searchHeading, #search-headerHeading {	
/*font-size: 0.9em;	color: #ffffff;*/
}

.leftBoxHeading, .rightBoxHeading {	margin: 0em;	padding: 0.4em 0.2em 0.4em 0.2em;	}
.centerBoxHeading {	margin: 0em;	background-color: #fcd804;	padding: 0.4em 0.2em 0.4em 0.2em;	}
.leftBoxContainer,.rightBoxContainer {
   margin:0px 0px 8px 0px;
}
.centerBoxContentsFeatured a,.centerBoxContentsSpecials a,.centerBoxContentsNew a,
.categoryListBoxContents a {color:#869B4C; }
.leftBoxContainer {	
  /* margin: 6px 0px 6px 0px;	*/
   background-image: url(../images/tile_bg_left.gif);
   background-position: bottom;
   background-repeat: no-repeat;
}
#indexCategoriesMainContent {
	margin-top:10px;
	margin-bottom:40px;
}
.rightBoxContainer {	
   background-image: url(../images/tile_bg_right.gif);
   background-position: bottom;
   background-repeat: no-repeat;
}
h3.leftBoxHeading ,h3.rightBoxHeading {
   margin:0px;
   padding:10px 0px 0px 10px;
   height: 33px;
}
h3.leftBoxHeading {	
   background-image: url(../images/tile_back_left.gif);
   background-position: top;
   background-repeat: no-repeat;
}
h3.rightBoxHeading {	
   background-image: url(../images/tile_back_right.gif);
   background-position: top;
   background-repeat: no-repeat;
}
.sideBoxContent {   
	padding:0px 10px 20px 10px;
	line-height:20px;
}
.sideBoxContent  a:hover {
   color:#F16417; 
   text-decoration:underline;
}
#ezpages .sideBoxContent a{
	text-transform:lowercase
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover, #navMain ul li a:hover {	/*color: #fcd804;	*/text-decoration: none;	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited, a.productListing-heading  {	
/*color: #FFFFFF;*/	}

.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,  .accountQuantityDisplay, 
.ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, 
#productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, 
.specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, 
.centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {	text-align: center;	}

.navNextPrevWrapper {margin:0px 0px 30px 0px;}
#bestsellers .wrapper {	margin: 0em 0em 0em 1.4em;	}
#bestsellers ol {	padding: 0;	margin-left: 1.1em;	}
#bestsellers li {	padding: 0;	margin: 0.3em 0em 0.3em 0em;	}
#bannerboxContent {	/*background-color: #ffff99;*/} /*  prova a decommentare e guarda */

#upProductsHeading {	text-align: left;	}
#upDateHeading {	text-align: right;	}

/* categories box parent and child categories */
a.category-top:visited {	color: #000;	text-decoration: none;	}
a.category-links:visited {color: #000;	text-decoration: none;	}
a.category-subs:visited, a.category-products:visited {	color: #000;	text-decoration: none;}

span.category-subs-parent {	font-weight: bold;	}
span.category-subs-selected {color:#F16417; text-decoration:underline;}
/* 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: #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: #cc0000;	height: 2em;	color: #FFFFFF;}

.productListing-rowheading {	background-color: #bb0000;	background-image: url(../images/tile_back.gif);	height: 2em;	color: #FFFFFF;	}

.productListing-odd, .productListing-even  {	padding: 2px 0px 2px 0px;	} 
.productListing-even  td {	padding: 2px 0px 20px 0px;	} 
*/
.listingProductImage {border:1px solid #869B4C; margin-left:4px;}

.tabTable,#newsArchivTable {	
	background-image: url(../images/centerBox.gif);
	background-position: left bottom;
	background-repeat: no-repeat;	
	margin: 1.1em 0;
}
.tabTable {
	background-image: url(../images/centerBox_heading2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.productListing-rowheading  {	
	font-size: 11px;	
	color: #374B06;	
	font-weight:bold;
	font-family:tahoma,verdana;
	text-align:left;
	background-color:transparent;
    padding:0px 0px 0px 0px;
	height:37px;
}
td#table_foot {
	background-image: url(../images/centerBox.gif);
	background-position: left bottom;
	background-repeat: no-repeat;	
	height:30px;
}
#newsArchivTitleHeading  {	
	background-image: url(../images/centerBox_heading.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 11px;	
	color: #374B06;	
	font-weight:bold;
	font-family:tahoma,verdana;
	text-align:left;
	background-color:transparent;
    padding:0px 0px 0px 0px;
	height:37px;
}

#newsArchivTitleHeading th.left {
	text-align:left;
	 padding:0px 0px 0px 20px;
	 height:37px;
}
.productListing-data {
	padding:20px 25px 20px 5px;
	font-size: 11px;
}
.tabTable h3.itemTitle {
	color:#869B4C;
}
#newsArchivTable tr.rowOdd td,#newsArchivTable tr.rowEven td {
	padding:5px 0px 5px 30px;
	text-align:left;
}
#newsArchivTable tr.rowOdd2 td,#newsArchivTable tr.rowEven2 td {
	padding:15px 20px 15px 20px;
	text-align:left;
	vertical-align:top;
}
#newsArchivTable a:hover {
	color:#000;
	text-decoration:none;
}
th#listCell0-0 {
	/*background-image: url(../images/centerBox_heading.gif);
	background-position: top;
	background-repeat: no-repeat;
	height:100px;*/
}
#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;	}

#siteinfoLegal {	
   margin: 0px;	
   background-image: url(../images/bg_footer.png);
   background-repeat: no-repeat;
   background-position: left top;
   height: 50px;
   padding-left:10px;
   padding-top:32px;
   color:#FFF;
   font-size:10px;
   text-align:left;
}
#siteinfoLegal td {
   padding-left:10px;
   padding-right:10px;
   border-right:1px dotted #FFF;
}
#siteinfoLegal td.nb {
   border:0px;
} 
#siteinfoLegal td a {
   color:#FFF;
}
div.white {
	color:#FFF;
	width:100%;
	text-align:center;
}
.white a {color:#FFF;}
.information {padding: 10px 3px; line-height: 150%;}


#addressBookDefault .instructions { margin-left:300px; font-style:italic; font-size:12px;}

#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;
	}
