/**
 * 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 $
 */

body {
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #FFF url(includes/templates/oldlegend/images/texture.gif) repeat left top;
}

a img {border: none; }
a, a:link, #navEZPagesTOC ul li a {	color: #ccc;	text-decoration: none; font-weight:bold;	} 
a:visited {	color: #ccc;	text-decoration: none;	}
a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {	color: /*#bb0000*/;	}
a:active {	color: /*#0000cc*/#ccc;	}

h1 {
	font-size: 19px;
	color: #fff;
	font-style: oblique;
}
h2 {	font-size: 1.4em;	}
h3 {	font-size: 1.3em;	}
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.2em 0 0 0;	}

#indexDefaultHeading { } /* per scritta Zen Cart, E-commerce su misura */
.greeting{
	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: 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-color: #CCC;
}
input[type="hidden"]{border:0px solid;}
FIELDSET {
	padding: 2px 0;
	margin: 2px 0;
	border: 0px solid #cccccc;/**/
}
LEGEND {
	font-weight: bold;
	padding: 2px 0;
}
/*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;	}
.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: #990000;	color: #ffffff;	}
.messageStackSuccess {
	background-color: #600;
	color: #FFF;
	font-weight: bold;
	width: 92%;
}
.messageStackCaution {	background-color: #FFFF66;	color: #000000;	}

/*wrappers - page or section containers - controllo dimensione dello schermo */
#mainWrapper {
	/*	background-color: #ffffff;*/
	text-align: left;
	width: 728px;
	vertical-align: top;	/*border: 1px solid #aeaeae;	*/
	
}

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

/*#logoWrapper{	background-image: url(includes/templates/oldlegend/images/header_bg.jpg);	background-repeat: no-repeat;	background-color: #ffffff;	height:64px;  background-position : right; 	}*/
#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, 
#navEZPagesTOCWrapper {	margin: 0;	width: 47%;	}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	float: left;
}

/*navigation*/
.navSplitPagesResult {
	margin-bottom:10px;
}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;	background-color: #bb0000;	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em; 	font-weight: bold; 	color: #ffffff; 	height: 1%;	}*/
#navCatTabsWrapper {	background-color: #ffffff;	color: #666666;	background-image:none;}
#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 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;	}

#navCatTabs ul li a {	color: #666666;	}
#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, #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: 1.2em;*/ 	padding: 0.5em 0;	}
.alert {
	color: #600;
	margin-left: 0.5em;
}
.advisory {}
.important {	font-weight: bold;	}
.notice {}
.rating{}
.gvBal {	float: right;	}
 #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding:/**/ 0.5em;
}

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

/*Shopping Cart Display
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	padding: 1em;
}*/

.tableHeading TH {
	border-bottom: 1px solid #999;
	padding: 3px;
}
.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
}


.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: #e9e92a;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
	color: #FFF;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	width: 260px;
}
.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: #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, .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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, 
#reviewWriteMainImage {	
/*margin: 0em 1em 1em 0em ;*/
margin: 0em ;
	}

.categoryIcon {}
/*#cartImage {	margin: 0.5em;	}
*/
/*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 #fcd804;	height: 1%;	margin: 1.1em 0;	}

h2.centerBoxHeading {	font-size: 1.1em;	color: #0000cc;	}*/

/*sideboxes*/
.columnLeft {}

/*h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	margin-left: 25px;
}
*/#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, 
#searchHeading, #search-headerHeading {	font-size: 0.9em;	color: #ffffff;}

/*.leftBoxHeading, .rightBoxHeading {	margin: 0em;	background-color: #cc6600;
	background-image: url(../images/tile_back.gif);	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: 6px 0px 6px 0px;	border: 1px solid #cc6600;	border-bottom: 1px solid #cc6600;	}
*/
/*.sideBoxContent {	background-color: #ffffff;	padding: 0.4em;	}*/

/*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, 
.leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, 
.ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, 
#productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, 
.specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, 
.centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}

#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, A.category-top:visited {	color: #fff;	text-decoration: none;	}
A.category-links, A.category-links:visited {	color: #ccc;	text-decoration: none;	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {	color: #bb0000;	text-decoration: none;	}
SPAN.category-subs-parent {	font-weight: bold;	}
SPAN.category-subs-selected {	font-weight: bold;	}
/* end categories box links */

/*misc*/
/*.back {
	float: right;
}*/
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	margin: 1em 1em 0 0 ;
}
.bold {	font-weight: bold;	}

.rowOdd {
	background-color: #FFF;
	height: 1.5em;
	vertical-align: top;
}
.rowEven {
	background-color: #FFF;
	height: 1.5em;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.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 {	height: 30px;	/*background-color: #cc0000;	color: #FFFFFF;*/}

.productListing-rowheading {
	height: 2em;
	color: #FFFFFF;
}

.productListing-odd, .productListing-even, .listingProductImage  {
	padding: 1px 0px 1px 0px;
} 

#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: 1em 0em 1.4em 0em;
	color: #000;
}
	
.information {
	padding: 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;
	}
	
/*==========================================================
	OLDLEGENDJERSEY news style
==========================================================*/

/*==========================================================
	index.html
==========================================================*/

div#container{
	position: relative; 
	width: 760px;
	margin: 0px auto;
	text-align: left;
}
div#index_header {
	background-image: url(includes/templates/oldlegend/images/testa.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 728px;
	position: absolute;
	left: 18px;
	top: 8px;
}
div#nav{
	position: absolute;
	background:  url(includes/templates/oldlegend/images/hp_nav.jpg) no-repeat top left;
	width: 190px;
	height: 490px;
	left: 18px;
	top: 58px;
	padding: 120px 0px 0px 20px;
}
div#nav1{
	position: absolute;
	background-image:  url(includes/templates/oldlegend/images/hp_nav2.jpg);
	background-repeat: no-repeat;
	width: 538px;
	height: 150px;
	left: 208px;
	top: 398px;
	padding: 0 0 0 30px;
	margin: 0;
}
div#anima{
	position: absolute;
	background: url(includes/templates/oldlegend/images/anima.jpg) no-repeat;
	width: 258px;
	height: 340px;
	left: 488px;
	top: 58px;
}
div#content{
	background:  url(includes/templates/oldlegend/images/hp_cont_2.jpg) no-repeat;
	left: 208px;
	top: 58px;
	height: 320px;
	position: absolute;
	padding: 30px 20px 0px 32px;
	width: 280px;
}
div#content p{width: 70%}

div#index_footer{
	background: url(includes/templates/oldlegend/images/piede.jpg)  no-repeat;
	height: 28px;
	width: 728px;
	position: absolute;
	left: 18px;
	top: 548px;
}
	

p {
	width: 80%;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #EBEBEB;
	font-style: italic;
	line-height: normal;
	padding: 10px;

}


div#nav a{
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	padding-left: 10px;
}
div#index_header a{
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	padding: 10px;
}
div#nav a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	padding-left: 10px;
}
div#nav a#open{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	text-decoration: none;
}
div#nav a#open:hover{
	text-decoration: underline;
}
div#nav1 a{
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	padding-left: 10px;
}
div#nav1 a:hover{
	text-decoration: underline;
}
div#nav1 a#cred{
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;

}
div#nav1 a#cred:hover{
	text-decoration: underline;
}
#container #nav ul {
	margin: 0px;
	padding:0 0 0 5px;
	list-style: none;
}
#container #nav ul li{
	padding: 5px 0px 5px 20px;
	background: url(includes/templates/oldlegend/images/nodo.gif) no-repeat left center;
}


/*==========================================================
	nuovo layout per zc
==========================================================*/


div#mainWrapper {
	margin-top: 8px;
}
#navMainWrapper {
	margin: 0em;
	background: url(includes/templates/oldlegend/images/header.jpg) no-repeat left top;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	height: 50px;
	text-align:right;
} 
#navCatTabsWrapper {
	margin: 0em;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	text-align:right;
	display: none;
} 
#navSuppWrapper {
	margin: 0em;
	background: url(includes/templates/oldlegend/images/footer.gif) no-repeat left top;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	height: 30px;
	text-align:right;
} 

/*{
	margin: 0em;	background-color: #bb0000;	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em; 	font-weight: bold; 	color: #ffffff; 	height: 1%;	}*/
.back {
	float: right;


	margin: 0
..1em;
}
div#navMain .back li a {
	line-height: 45px;
}
div#navMain {
	margin-right: 60px;
}
#navMain ul li a, #navSupp ul li a {	
	text-decoration: none;	padding: 0em 0.5em;
	margin: 0;	color: #ccc;	white-space: nowrap;padding-left:22px;
	background: url( includes/templates/oldlegend/images/nodo1.gif) no-repeat left center;
	}
#navCatTabs ul li a {	
	text-decoration: none;	padding: 0em 0.5em;
	margin: 0;	color: #ccc;	white-space: nowrap;padding-left:0px;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover, #navMain ul li a:hover {	color: #fff;	text-decoration: underline;	} 

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	list-style: none;
}
div#search {
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0;
	background: url(includes/templates/oldlegend/images/ftb_box1.png) no-repeat left top;
	height: 170px;	/*border: 1px solid #cc6600;	border-bottom: 1px solid #cc6600;*/
}
.sideBoxContent {	/*background-color: #ffffff;*/
	padding: 0.4em;
	margin: 0 55px 0 20px;
}
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;	/*background-color: #cc6600;
	background-image: url(../images/tile_back.gif);*/
	padding: 1em 0 0 0;
}
div#siteinfoLegal a, div#siteinfoLegal a:active {
	color: #666;
}
#navSupp ul
{	margin: 0;	padding: 0em 0em 0em 0em;	list-style-type: none;
	text-align: center;	line-height: 22px;	}
#logoWrapper{	/*background-image: url(../images/header_bg.jpg);	background-repeat: no-repeat;	background-color: #ffffff;	height:64px;  background-position : right;*/ 	}
LABEL, h4.optionName {	line-height: 1.5em;	padding: 0.2em;	}
div#informationContent ul li a {
	font-weight: normal;
	font-size: 10px;
}
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading{
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	margin-left: 25px;
}
 h3.rightBoxHeading a {
	font-size: 13px;
	color: #ffffff;
	text-align: left;
}
div#logoWrapper {
	display: none;
}
div#indexProductList {background: url(../images/ftb.jpg) no-repeat;}
div#indexCategories, div#advSearchResultsDefault {background: url(../images/ftb1.jpg) no-repeat left top;}
/*div#productGeneral{background: url(../images/ftb1.jpg) no-repeat left top;}*/
div#advSearchDefault, /*
div#shoppingCartDefault,*/ 
div#checkoutShipping, 
div#checkoutShipAddressDefault, 
div#checkoutPayment, 
div#checkoutConfirmDefault, 
div#checkoutSuccess, 
div#accountNotifications, 
div#accountDefault, 
div#shippingInfo, 
div#privacy, 
div#contactUsDefault, 
div#siteMap, 
div#gvFaqDefault, 
div#unsubDefault, 
div#discountcouponInfo, 
div#timeoutDefault{
	background: url(../images/grey_bg.jpg) no-repeat left top;
	padding:15px 20px 0px 35px;
	color:#300;
	height: 876px;
	width: 410px;
	margin-left:-5px;
	text-align: left;
}

div#indexCategories, div#indexProductList, #advSearchResultsDefault  {
	padding:20px 0px 0px 30px;
}
div#indexCategories, div#indexProductList, #advSearchResultsDefault  {
	height: 786px;
	width: 430px;
	margin-left:0px;
	text-align: left;
}
.centerColumn{}
input,select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #300;
	color: #300;
}

div.buttonRow.back.important a { color: #300; }
div.buttonRow.back.important { margin:0px; }

.centerBoxWrapper { /*border: 1px solid #fcd804;*/ height: 1%; margin: 1.1em 0;}
.centerBoxHeading { margin: 0em; /*background-color: #fcd804;*/ padding: 0.4em 0.2em 0.4em 0.2em; }
h2.centerBoxHeading {
	font-size: 18px;
	color: #600;
	text-align:left;
	font-style:oblique
}
h2.greeting {
	float: right;
	width: 220px;
	padding-right: 20px;
	font-weight: normal;
}
div#indexCategoriesMainContent {
	float: right;
	width: 220px;
	padding: 0 30px 0 0;
}
h1#loginDefaultHeading, h1#advSearchDefaultHeading, h1#cartDefaultHeading, h1#checkoutShippingHeading, h1#checkoutShipAddressDefaultHeading, h1#checkoutPaymentHeading, h1#checkoutConfirmDefaultHeading, h1#checkoutSuccessHeading, h1#accountNotificationsHeading, h1#accountDefaultHeading, h1#shippingInfoHeading, h1#privacyDefaultHeading, h1#conditionsHeading, h1#siteMapHeading, h1#unsubDefaultHeading, h1#discountcouponInfoHeading, h1#gvFaqDefaultHeading, h1#timeoutDefaultHeading/*, h1#advSearchResultsDefaultHeading */{
	color: #300;
}
div#productListing {
	margin-top: 180px;
	width: 420px;
}
div#productListing tr.productListing-odd, div#productListing tr.productListing-even {

}
td.productListing-data h3.itemTitle a {
	font-style:normal;
	font-size: 11px;
	font-weight: bold;
	color: #900;
}
td.productListing-data {
	color:#300;
	margin:0;
	padding:0px 11px;
	font-weight: bold;
	line-height:11px;
	background-image: url(../images/texture-td.png);
	background-repeat: repeat-y;
	background-position: right top;
	border-bottom: 4px solid #600;
	height:56px;
	vertical-align: middle;
}
 
td.productListing-data a {
	color: #600;
	/*text-decoration: underline;*/
}
div#productListing th {
	display: none;
}
#indexBody #mainWrapper #contentMainWrapper tr #navColumnTwo #navColumnTwoWrapper #bannerbox #bannerboxContent img {
/*	position: relative;
	left: -25px;
	top: -35px;*/
}
strong.current {
background-color:#AA3300;
border:2px solid #FFFFFF;
color:#FFFFFF;
padding:3px 5px;
}
#productsListingListingTopLinks a, 
#productsListingListingBottomLinks a{
	background-color:#CCCCCC;
	border:2px solid #AAAAAA;
	color:black;
	padding:3px 5px;}
#indexProductList #info{
	float:right;
	width:200px;
	margin:0 40px 40px 0;}
div#advSearchDefault .forward a, div#shoppingCartDefault .forward a {
	color: #300;
	text-decoration: underline;
}
div#bannerbox h3#bannerboxHeading {
	display: none;
}#indexHomeBody #mainWrapper #contentMainWrapper tr #navColumnTwo #navColumnTwoWrapper #bannerbox #bannerboxContent {
	margin-top: -8px;
	margin-left: -6px;
}
.buttonRow{margin:2em;}
div#productGeneral #categoryIcon a {
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #FFF;
}
div#productMainImage {

}

div#whatsNew  a {
	color: #600;
}
#categories #categoriesContent a {
	background: url(../images/nodo1.gif) no-repeat left center;
	padding-left: 25px;
}
.cartProductDisplay a #cartProdTitle {
	color: #600;
	display:block;
	clear:right;
	width:70px;
	line-height:12px;
}
table#cartContentsDisplay{width:95%;}
div.instructions{
	width: 200px;
}
address, address.back {
	float: right;
	margin: 0em 2em 1em 1em;
	background-color: #ebebeb;
	font-style: italic;
	padding:10px;
	
}
div.totalBox {
	font-weight: bold;
	color: #600;
}

h3#checkoutConfirmDefaultShipment, h3#checkoutConfirmDefaultPayment, h3#checkoutSuccessThanks{
	color: #600;
}
div#checkoutSuccess a {
	color: #300;
	text-decoration: underline;
}
 
table#prevOrders {
	background-color: #ebebeb;
	width: 94%;
}
table#prevOrders caption {
	background-color: #ccc;
	text-align: left;
	padding: 2px 0 0 10px;
}
table#prevOrders td {
}
#accountDefault p.forward a {
	color: #FFF;
	text-decoration:underline
}
#accountDefault p.forward {
	float: none;
}#prevOrders tr td a .cssButton.small_view {
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
div#accountDefault #accountLinksWrapper {
	float: none;
	width:auto;
}
div#accountLinksWrapper li a {
	font-weight: normal;
	color: #300;
	text-decoration: underline;
}
table#prevOrders td {
	padding: 2px 2px 0 5px;
	border-right: 1px solid #999;
	white-space: nowrap;
}
table#prevOrders tr td address {
	padding: 2px;
}
table#cartContentsDisplay {

}

#checkoutConfirmDefault #cartContentsDisplay {
	background-color: #ccc;
}
table#cartContentsDisplay th {
	padding: 5px;
}
table#cartContentsDisplay td {
	border-right:1px solid #ccc;
	padding:5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
div#orderTotals {
	background-color: #ebebeb;
	padding: 10px;
	width: 90%;
}
input#ship-flat-flat, input#ship-item-item, input#ship-storepickup-storepickup, input#search-in-description, input#inc-subcat, input#pmt-cod, input#pmt-moneyorder, input#notify-0  {
	border:0px solid;
	background-color: transparent;
}
fieldset#checkoutOrderTotals, #checkoutPayment fieldset, fieldset#csNotifications{
	width:90%;
	background-color:#ebebeb;
	padding:5px 10px;
	margin-bottom:3px
}
textarea {
	border: 1px solid #300;
}
DIV#cartInstructionsDisplay {
	width: 95%;
}
div.cartTotalsDisplay.important {
	color: #FFF;
	background-color: #300;
	width: 96%;
}
#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 1.9em;
	width:90%;
	margin-top: 0.5em;
	color: #900;
}
div#productMainImage {
	width: 100%;
	height: 330px;
	display:block;
}
div#productMainImage a img {
	margin: 30px 0 0px -30px;

}
#productName {
	background:#ebebeb;
	color:#600;
	/*clear: both;*/
	padding: 5px;
	font-size: 19px;
/*	color: #fff;*/
	font-style: oblique;
/*width: 95%;*/
	/*margin-top:30px;*/
	/*display:inline-block;*/
}
div#productDescription {
	font-size: 11px;
	width: 95%;
}
h2#productPrices {
	float: right;
	margin-right: 20px;
	margin-top: -25px;
	color: #300;
}
ul#productDetailsList {
	list-style-type: none;
/*	float: left;*/
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0;
}
div#productAttributes {
	/*float: left;*/
	/*width: 50%;*/
	/*margin-top: -60px;*/
	line-height: 12px;
}
#cartAdd {
	/*float: right;*/
	/*width: 20%;*/
	background-color: #300;
	padding: 10px;
	margin: 0 20px 0 0;
}
.navNextPrevWrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div#siteMap #siteMapList ul li a {
	font-weight: normal;
	color: #300;
	text-decoration: underline;
}
div#siteMapMainContent p a {
	font-weight: bold;
	color: #300;
	text-decoration: underline;
}
div#gvFaqDefaultMainContent a {
	color: #300;
	font-weight:normal;
	text-decoration:underline;
}
div#unsubDefault a {
	text-decoration: underline;
	color: #300;
}
h3.itemTitle {
	margin: 0px;
	padding: 0px;
}
#productinfoBody #mainWrapper #contentMainWrapper tr td #productGeneral form .navNextPrevWrapper.centeredContent .navNextPrevList a span.button_prev, #productinfoBody #mainWrapper #contentMainWrapper tr td #productGeneral form .navNextPrevWrapper.centeredContent .navNextPrevList a span.button_next, #productinfoBody #mainWrapper #contentMainWrapper tr td #productGeneral form .navNextPrevWrapper.centeredContent .navNextPrevList a span.button_return_to_product_list {
	color: #ccc;
	background-color: transparent;
	background-image: none;
	border:0px solid;
	line-height:11px;
}

div#productAdditionalImages{
	/*margin: 0px 0px 30px -28px;*/
	/*clear: both;*/
	/*clear:bothi;*/
	padding-top:23px;
}
div#productAdditionalImages div.additionalImages{
	padding: 0;
	margin:0 20px;
	display:inline;
	/*float:left;*/
}

div#alsoPurchased h2.centerBoxHeading {color:#ebebeb;}

/*#productinfoBody #mainWrapper #contentMainWrapper tr td #productGeneral form #productAttributes .attribsOptions .optionName.back {
	float: left;
}
#productinfoBody #mainWrapper #contentMainWrapper tr td #productGeneral form #productAttributes .attribsOptions .back {
	float: left;
}
#productinfoBody #mainWrapper #contentMainWrapper tr td #productGeneral form #productAttributes .attribsOptions {
	width:20%;
}

*/
div.attribsOptions h4.back {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width:50px;
	line-height:12px;
}
#productAttributes .attribsOptions .back input {
	border: 0px solid;
	background-color: transparent;
}
h4.optionName{
}
/*div.navNextPrevWrapper.centeredContent {*/
div.navNextPrevWrapper .centeredContent {
	text-align: right;
	margin-right:10px;
	margin-top: -10px;
}
#productGeneral #productMainImage a .imgLink {
	display: none;
}
div#conditions{
	background: url(../images/grey_bg.jpg) repeat left top;
	height: auto;
	padding-bottom: 6em;
}
div#search, div#information {
	background-image: url(../images/ftb_box3.png);
	background-repeat: no-repeat;
	height: 137px;
}
div#search h3#searchHeading label {font-size: 13px;}
div#bannerbox #bannerboxContent {margin: -5px 0px 0 0px;}
div#bannerbox{	background-image:none;}
SPAN.category-subs-selected {
	padding-left:25px;
	background:url(../images/nodo1.gif) no-repeat top left;
}
#cartImage {margin: 0.5em;}
div.information a{color:#300;}
td.first-td {background: url(../images/first-td.png) no-repeat right top;}
td.last-td {background: url(../images/last-td.png) no-repeat right top;	height:52px;}
#conditionsMainContent > p {width:95%;}

/*rounded corner*/
div#privacy, div#siteMap, div#unsubDefault,
div#contactUsDefault,
div#conditions, div#loginDefault, div#logoffDefault, 
div#shoppingCartDefault  {
	background-image: none;
	background-color: #aaaaaa;
	/*height:100%;*/
	position: relative;
	/*padding:15px 20px 50px 35px;*/
	color:#300;
/*	min-height: 876px;*/
/*	width: 410px;*/
/*	width:100%;*/
/*	margin-left:-5px;*/
	text-align: left;
}
div#shoppingCartDefault,  div#logoffDefault  {
	width: 410px;
	/*padding:20px 20px 0px 30px;*/
}
div#div_loginDefault {margin:10px;width:410px;} 
div#conditions p,  
div#shoppingCartDefault p{width:95%;}

div#productGeneral {
	background: url(../images/ftb3.jpg) no-repeat left top #770101;
	position: relative;
	/*margin-left:-35px;*/
	/*min-height: 786px;*/
	width:auto;
	text-align: left;
	/*padding:0px;*/
}

div#productGeneralPadding {
	padding:15px 20px 50px 35px;
}

div#productGeneral form {margin:0;}

/* Bof DIV Presentazionale */
.curves { width: 15px; height: 15px; position:absolute; }
.top-left {background:url(../images/corner.png) no-repeat left top; top:0; left:0;}
.top-right {background: url(../images/corner.png) no-repeat right top;top:0;right:0px;}

.bottom-left {background:url(../images/corner.png) no-repeat left bottom; left:0; bottom:0;}
.bottom-right {background: url(../images/corner.png) no-repeat right bottom;right:0px;	bottom:0;}
/* Eof DIV Presentazionale */
div#catandcart {
	position: relative;
	background-image: url(../images/texture_box.png);
	background-repeat: repeat-y;
	left:5px;
	height: auto;
	padding:0;
	border:0;
}
div#catandcartContent h3#header_carrello {
	margin-left: 0px;
	margin-top: 0px;
}

div#productGeneral div.top-left {background: url(../images/corner_red.png) no-repeat left top;left:0;top:0px;}
div#productGeneral div.top-right {background: url(../images/corner_red.png) no-repeat right top;right:0;top:0px;}
div#productGeneral div.bottom-left {background: url(../images/corner_red.png) no-repeat left bottom;left:0;bottom:0px;}
div#productGeneral div.bottom-right {background: url(../images/corner_red.png) no-repeat right bottom;right:0;bottom:0px;}

/*DIV presentazionale box carrello*/
div#catandcart div.curves { width: 15px; height: 15px; position:absolute; }
div#catandcart div.top-left { background:#300 url(../images/corner_box.png) no-repeat left top; top:0; left:0;}
div#catandcart.rightBoxContainer div.top-right {background: url(../images/corner_box.png) no-repeat right top; top:0; right:10px;}

div#catandcart div.bottom-left {background: url(../images/corner_box.png) no-repeat left bottom; left:0; bottom:0;}
div#catandcart div.bottom-right {background: url(../images/corner_box.png) no-repeat right bottom; right:10px;bottom:0;}
#catandcart{margin-bottom:5px;}
.cartBoxTotal{margin-right:10px;}
div#productListing #productsListingListingTopLinks, div#productListing #productsListingListingBottomLinks,
div#productListing #productsListingTopNumber, div#productListing #productsListingBottomNumber {	float: none;}
div#productListing #productsListingBottomNumber {margin-top:30px;}
#catandcart #catandcartContent #cartBoxEmpty {
	text-align: left;
	padding: 10px;
}
div.cartAttribsList ul{margin:0;padding:0;}
div.cartAttribsList ul li {
	list-style-type: none;
}
.cartRemoveItemDisplay input {
	border: 0px solid;
}
.cartProductDisplay a #cartImage {
	float: none;
	clear: both;
}
.advisory a{color:#300;text-decoration:underline;}
#catandcartContent{

}
#catandcart #catandcartContent #cartBoxEmpty {
	text-align: left;
	padding-left: 5px;
}
div#productMainImage  img {
	margin-top: 30px;
}

#alsoPurchased {
height:auto	
}
table#prevOrders address {float:none;margin:0;}

