/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 5347 2006-12-22 20:26:09Z birdbrain $
 */

body {
	margin: 0;
	padding:0;
	background:#F2F2F2 url(../images/bg.gif) top repeat-x;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#000;	
	}

body#popupSearchHelp {
	background-image:none;
	background-color:#FFF;
	padding:2em;
}
	
a img { 
	border: none; 
	border-width:0;
}

a {
	color:#666;
	text-decoration:underline;
}
a:hover{
	color:#cc3300;
	text-decoration:none;
} 


/*
a:link, #navEZPagesTOC ul li a {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-style: normal;
	font-weight: bold;
	}
 
a:visited {
	color:#FFFFFF;
	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:#FF0000;
	}

a:active {
	color:#FFFFFF;
	}
*/

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0.3em 3px;
}
h1 { font-size: 1.5em; }
h2 {	font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4,
h5,
h6,
LABEL,
h4.optionName,
LEGEND,
ADDRESS,
.larger{ font-size: 1.1em; }

.biggerText { font-size: 1.1em; }


H1,
H2.centerBoxHeading {
	margin-bottom:7px;
	padding:8px 20px;
	background:#ff9966 url(../images/heading_bg.gif) center repeat;
	border-top:1px solid #ff9966;
	border-bottom:1px solid #ff9966;
	color:#fff;
}

H1#indexDefaultHeading,
H1#cartDefaultHeading,
H2.greeting  { display:none }  

P { 
	margin:0;
	padding:0.5em 0;
}


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

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

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

LEGEND {
	color:#000;
	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;
	height:0;
	font-size:1px;
	line-height:0;
	}

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

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

.messageStackSuccess {
	background-color:#99FF99;
	color:#000000;
	}

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

/*wrappers - page or section containers*/
#mainWrapper {
	width: 964px;
	margin:0 auto;
	padding:0;
	background-color:#FFF;
	text-align: left;
	vertical-align: top;	
	}

#headerWrapper {
	height:202px;	
}	
	
	
	
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin:0;
	padding:0;	
	}
	#logoWrapper{
		background: #686c6e url(../images/logo_bg.jpg) center top no-repeat;
		height:130px;
		text-align:center;
	}
	#logo{
		margin:0 auto;
		padding:0;
	}
	#logo img {
		margin:0;
		padding:0;
	}
	
	
#contentMainWrapper {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
	
	
	
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	background-color:#CC0099;
	}

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

 #accountLinksWrapper, #sendSpendWrapper, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
	 #checkoutShipto, #checkoutBillto{
	width: 47%;
	margin:0px;
	padding:0px;
	 }

	
	
	
#navMainWrapper {	
	/* height: 72px; */
	padding-top:9px;
	background: url(../images/navmain_bg.gif) center top no-repeat;
	text-align:center;		
	}
	
	#navMain {	
		margin:0 auto;
		height:65px;		
		background: url(../images/navmain_menu_bg.gif) center top no-repeat;
		color:#FFF;		
	}
	
	#dropMenuWrapper {
		padding-top:26px;
	}
	
	#navMain ul  {
		margin:0;	
		padding:0;
		list-style-type: none;
		text-align: center;
		width:auto;
		height:26px;
	
	}
	#navMain ul li  {
		float: left;
		display:inline;
		position: relative;
		width:auto;
		height:26px;
		list-style-type: none;
		list-style: none;
		margin: 0;
		padding: 0 45px;
		text-align: center;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		background: url(../images/navmain_menu_sep.gif) right no-repeat;
	}
	#navMain ul li#carrello {
		background: url(../images/carrellino.gif) 20px top no-repeat;
		padding-right:0;
		padding-left:30px;
	}
	
	#navMain ul li a{
		margin: 0;
		line-height:26px;
		color:#FFF;
		white-space: nowrap;
		width:100%;
		text-decoration: none;			
	}
	
	#navMain ul li a:hover {
		text-decoration: none;	
		color:#ffffcc;
	}
	
	#navMain ul li#carrello a {		
		padding-left:38px;
		
	}
	#navMain ul li#carrello   SPAN {		
		font-size:10px;
		padding-left:6px;
	}
	
		
	
	
	.home{
	background-image:url(../images/home.png);
	width:67px;
	height:63px;
	background-repeat:no-repeat;
		
	
	}	
	.home a{
	height:63px;
	width:67px;	
	}
	
	
	
/****   COLONNE *******/


#navColumnOne , #navColumnTwo{
	margin: 0;
	padding:0 8px 20px 8px;
	background: url(../images/column_bg.gif) center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}		
	
#navColumnOneWrapper, #navColumnTwoWrapper  {
	background: url(../images/column_top_bg.gif) center top no-repeat;
	margin:0;
	padding:6px 10px;
	text-align:center;	
} 

.centerColumn{
	padding: 0 0 0.8em 0;
	margin:0;
}

.columnLeft {}
.columnLeft a:link, .columnleft a:active{}
	
.leftBoxContainer,
.rightBoxContainer  {
	margin-bottom:12px;
}

.leftBoxHeading,
.rightBoxHeading  { 	}

.centerBoxHeading { }

h3.leftBoxHeading,
h3.rightBoxHeading {
	padding:0;
	margin:0 0 16px 0;
	width:185px;
	height:40px;
	line-height:40px;	
	background: url(../images/column_title_bg.gif) center top no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
}

h3.leftBoxHeading a,
h3.rightBoxHeading a  {
	color:#FFF;
	text-decoration: none;
}
h3.leftBoxHeading a:hover,
h3.rightBoxHeading a:hover  {
	color:#FFFF33;
	text-decoration: none;
}
	/* CERCA ha LABEL */
h3.leftBoxHeading LABEL,
h3.rightBoxHeading LABEL {
	padding:inherit;
	margin:inherit;	
	line-height:40px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}


.sideBoxContent {	
	padding: 0 0 0 10px;
	text-align:left;
	font-weight:bold;
	font-size:10px;
	line-height:17px;
}
.sideBoxContent  a {
	color:#000;
	text-decoration:none;
}
.sideBoxContent  a:hover  {
	color:#999;
	text-decoration:none;
}

/* LINK SPECIALI: frecce e sottolineatura */
#categories .sideBoxContent  a,
#search .sideBoxContent  a,
#information .sideBoxContent  a,
#bestsellers  .sideBoxContent  a  {
	padding:2px 0 2px 10px;
	background: url(../images/item.gif) 0 4px no-repeat;	
	border-bottom: 1px dotted #ccc;
}
/* ALTRI LINK SPECIALI:  NO frecce, SI' sottolineatura */
#whatsnew .sideBoxContent  a,
#specials .sideBoxContent  a,
#featured  .sideBoxContent  a  {
	padding:2px 0 2px 10px;
	border-bottom: 1px dotted #ccc;
	display:block;
	font-size:11px;
}

.rightBoxContent,
.leftBoxContent  {}



/***  BLOCCHI COLONNE  ***/

#languages {
	/* NASCONDO TEMPORANEAMENTE 
	display:none;*/
	margin:4px auto;
}
	#languagesHeading{ display:none; }
	#languagesContent{ text-align:center; }
	#languagesContent img {
		border: 1px solid #DDD;
		margin:0 4px;
	}
	
	
#categories{}

	#categoriesHeading{}
	/* LOCALIZZO: */
	#categoriesHeading.english{}
	
	
div #information{}
	
	#informationHeading{}
	/* LOCALIZZO: */
	#informationHeading.english{}
	
	
#search{}
	
	#searchHeading{}
	/* LOCALIZZO: */
	#searchHeading.english{	}
		
	
#bannerbox{ }

	#bannerbox  a {
		display:block;
	}
	
	#bannerboxHeading{}
	/* LOCALIZZO: */
	#bannerboxHeading.english{}
	
	
	
#productnotificationsContent IMG {
	float:left;
	margin-right:10px;	
	margin-bottom:10px;
}

#tellafriendContent INPUT {
	width:110px;
}	
	
	

/***  FINE BLOCCHI COLONNE  ***/	


#productDetailsList{
	list-style-type: none;
}


 #navSuppWrapper, #navCatTabsWrapper {
	
	
	
	
	margin: 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
	
	
 #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	
	}
	
	
 #navSupp ul li, #navCatTabs ul li {
	display: inline;
	height:100px;
	
	}
	

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

#navMainSearch {
margin-top: -50px;
	float: right;
	margin-bottom: 50px;
	margin-right: 43px;
	}

#navBreadCrumb {
	background-color:#cc9900;
	}

#navEZPagesTop {
	background-color:#ffff33;
	}

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


	
/***  FOOTER  ***/	
#siteinfoIP{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:url(../images/footer_bg.gif) center top no-repeat;
	padding-top:20px;
	padding-bottom:20px;
	color:#FFF;
	font-weight:bold;
	text-align: center;
	margin-bottom:20px;
}

#siteinfoIP p {
	margin:0;
	padding:0;
	background:url(../images/navmain_menu_sep.gif) center top no-repeat;	
}	
	
	
	

	
.floatingBox {
	margin-left:5px;
	padding-top:20px;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {
	
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0.5em 0;
	}
	.navNextPrevWrapper{
	margin-bottom:10px;
	margin-left:-5px;
	}
	
.buttonRow { 
	margin-top:0.3em;
	margin-bottom:0.3em;
 }
	
.navNextPrevList  a,
.navNextPrevList  a:hover,
.buttonRow  a,
.buttonRow  a:hover  {
	line-height:20px;
	text-decoration:none;
	padding:2px 0 2px 10px;
	background: url(../images/item.gif) 0 4px no-repeat;	
	border-bottom: 1px dotted #ccc;
}
.buttonRow  INPUT {
	margin-right:8px;
}

	
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, .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: left;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 0 0.5em 1em 0;
	padding:0.3em;
	border:1px dotted #CCC;
}


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

.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, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus  {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: left;
	border: 1px none #000000;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	}
	#cartAdd p{
	margin-left:0px;
	
	
	}



.tableHeading, #cartSubTotal  {
	background-color:#FFFFFF;
}
	 
#prevOrders .tableHeading th{
border:none;
}

TR.tableHeading {
	margin-bottom:7px;
	background:#999 url(../images/heading_gray_bg.gif) center repeat-x;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	color:#fff;
}
TR.tableHeading  TH,
TR.tableHeading  TD {
	padding-left: 15px;
}

	 

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	/*padding-right: 2.5em;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#f66d1d;
	padding-right: 50px;
	}

.tableRow, .tableHeading, #cartSubTotal, .cartTableHeading {
	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;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color:#ff0000;
	}
#cat9Table .productPriceDiscount, #productPrices .productPriceDiscount, #cat10Table .productPriceDiscount, #cat3Table .productPriceDiscount, #cat8Table .productPriceDiscount, #cat2Table .productPriceDiscount, #cat1Table .productPriceDiscount, #cat7Table .productPriceDiscount, #cat6Table .productPriceDiscount{


	/*display:none;*/

}
#cat9Table .productSalePrice, #productPrices .productSalePrice, #cat10Table .productSalePrice, #cat3Table .productSalePrice, #cat8Table .productSalePrice, #cat2Table .productSalePrice, #cat1Table .productSalePrice,  #cat7Table .productSalePrice, #cat6Table .productSalePrice{
	color:#000;
	font-weight:bold;
}
#cat9Table .normalprice, #productPrices .normalprice, #cat10Table .normalprice, #cat3Table .normalprice, #cat8Table .normalprice, #cat2Table .normalprice, #cat1Table .normalprice, #cat7Table .normalprice, #cat6Table .normalprice{
text-decoration:line-through;
}
.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;
	font-weight: bold;
	}

.lineTitle, .amount {
	text-align: left;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 2em;
	}

.amount {
	width: 5.5em;
	}

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

.categoryIcon {
	
}
.categoryIcon a:link, .categoryIcon a:visited{
	color:#666;
	font-size: 1.8em;

}
.categoryIcon a:hover, .categoryIcon a:active{
	color:#CC3300;
	font-size: 1.8em;


}
#categoryIcon{
	font-size: 0.8em;
	color:#000;
}
#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}


/*sideboxes*/


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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	font-size: 12px;
	}

#shoppingCartDefault #PPECbutton {
	float: right;
	}
.forward{
float:left;
}
.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
	}


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





#contactUsForm{
	border:none;
	font-size: 12px;
	color:#000;
}

#contactUsForm textarea{
width:400px;
margin-top: 7px;

margin-right: 0.1em;

margin-bottom: 10px;

margin-left: 0.1em;
display:inline;
}

#contactUsForm label{
line-height: 1.5em;

padding-top: 0.2em;

padding-right: 0.2em;

padding-bottom: 0.2em;

padding-left: 0.2em;
width: 11em;

float: left;


}
.centerColumn form, .centerColumn fieldset{
	border:none;
	font-size: 12px;
	color:#000;
}
.centerColumn .forward{

margin-bottom:5px;
}

/*.centerColumn #emailAddress{
margin-top:5px;
}*/

.centerColumn #contactname{
margin-bottom:8px;
margin-top:5px;}

 html>body #login-email-address{
float:left;
/*margin-right:356px;*/
}
*:first-child+html #login-email-address{
margin:0px;
float:left;
}
.important {
/*margin-top:70px;*/
}
#codice{
margin-bottom:10px;
}
.navSplitPagesLinks a:link, .navSplitPagesLinks a:visited, itemTitle a:link, .itemTitle a:visited, .productListing-data a:link, .productListing-data a:visited{
color:#666;
}

.navSplitPagesLinks a:hover, .navSplitPagesLinks a:active, .itemTitle a:hover, .itemTitle a:active, .productListing-data a:hover, .productListing-data a:active{
color:#CC3300;
}
.productListing-data{
	vertical-align: top;
}
.cartTotalsDisplay{
margin-left:0px;
}


#scQuantityHeading, #scProductsHeading, #scUnitHeading, #scTotalHeading, #scRemoveHeading, #cartSubTotal, #scUpdateQuantity, .cartTableHeading,#prevOrders .tableHeading, .productListing-heading {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.productListing-rowheading{
	margin-bottom:7px;
	background:#999 url(../images/heading_gray_bg.gif) center repeat-x;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	color:#fff;
}
.productListing-rowheading a,
.productListing-rowheading a:hover {
	color:#fff;
}




 #myAccountQuantity, #myAccountProducts,#myAccountTotal, #myAccountStatusDate,#myAccountStatus,#myAccountStatusComments{
	background-color:#f66d1d;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#myAccountStatusComments{
color:#f66d1d;
}
#myAccountOrdersStatus caption{
margin-bottom:10px;
}
#myAccountOrdersStatus tr td{
padding-top:5px;
}
#myAccountShipInfo .floatingBox  h4{
display:none;
}




#scUnitHeading, #scTotalHeading,#myAccountTotal,#myAccountStatusComments{
	text-align:right;
	padding-right: 5px;
	padding-top: 0px;	
}
.cartUnitDisplay, .cartTotalDisplay, .cartQuantity, .cartQuantityUpdate, .cartRemoveItemDisplay, .cartProductDisplay{
	color:#f66d1d;
	font-weight: bold;
	vertical-align: middle;
}
.cartProductDisplay{
padding-top:10px;
background-color:#000;
}
.cartQuantity, .cartQuantityUpdate, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay{

background-color:#FFFFFF;
}
.cartProductDisplay a:link, .cartProductDisplay a:visited{
color:#f66d1d;
}
.cartProductDisplay a:hover, .cartProductDisplay a:active{
color:#f66d1d;
text-decoration:underline;
}

.cartRemoveItemDisplay{
margin-left:5px;
margin-bottom:5px;
}

 #listCell0-0 {
margin-bottom:7px;
height:10px;
}

#checkoutShipto .forward, #checkoutBillto .forward{
margin-top:0px;
margin-left:5px;
}
#comments{
margin-top:20px;
width:auto;
float:left;
}
#comments textarea{
width:400px;
}
/*div #checkoutShippingContentChoose .important{
margin-left:80px;
}*/
#productAttributes{
font-size: 62.5%;
	color:#000;
	margin-top:130px;
}
#checkoutShippingHeadingMethod{
margin-bottom:10px;
}
#ccTotalHeading{
	text-align: right;
}
#checkoutConfirmDefault{
font-size: 120%;
}
.centerColumn .instructions{
 color:#FF0000;
	padding-left:7px;
	
	font-size: 12px;
	
	
}
#prevOrders{
font-size:12px;
}
#myAccountGen  a:link,  #myAccountGen   a:visited, #myAccountNotify a:link, #myAccountNotify a:visited, #accountDefault .forward a:link, #accountDefault .forward a:visited{
color:#000;
	font-size: 12px;
	text-decoration:none;
}
#myAccountGen a:active, #myAccountGen a:hover, #myAccountNotify a:active, #myAccountNotify a:hover, #accountDefault .forward a:active, #accountDefault .forward a:hover{
color:#CC3300;
font-size: 12px;
	text-decoration:none;
}
#prevOrders caption h2, #bottomdown , #orderHistoryStatus caption h2{
margin-bottom:10px;
}

#prevOrders caption{
padding-bottom:7px;
}
.dx{
	float:right;
	padding-top:5px;
	padding-right: 5px;
}
#logoffDefault {
font-size: 12px;
}
#productAttributes{
	font-size:10px;
	font-weight: normal;
}
td .productListing-data, .navSplitPagesLinks{
	font-size:12px;
	font-weight: normal;
}
td .productListing-data{
	padding-top:8px;
	padding-bottom:8px;
	border-bottom: 1px dotted #AAA;
}
.productListing-heading{
	font-size:12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;

}
#productsListingBottomNumber, #productsListingListingBottomLinks{
margin-top:5px;
}
.listingDescription , .itemTitle{
padding-left:10px;
padding-right:10px;
}
.specialsListBoxContents, #checkoutSuccessOrderNumber, #checkoutSuccessLogoff, #checkoutSuccessOrderLink, #checkoutSuccessContactLink, #timeoutDefaultContent,#accountHistInfo, #createAcctSuccessMainContent{
	font-size:12px;
	font-weight: normal;
}
