
/* Copyright (c) 2002-2007 Open2b Software Snc. */

body {
	background:url(../immagini/sfondo_body.gif) repeat-x;
	background-color:#F2F7F8;
	margin:0;
	padding:0;
	}

a { 
	color: #fff;
	text-decoration:none;
	 }


a:hover { 
	text-decoration:underline;
	 }

input, select, textarea {
	color:#000000;
	}

.bodyContent { text-align: left; width: 970px; margin: 0 auto; padding:0;}
.mainContent { padding-left: 1em; }

.header { border-bottom:0; }
.searchBox { background: #F2F7F8; }

.searchBox a { color: #000; }

.login { background: #F2F7F8; }

.products th { background: #F2F7F8; border-bottom: 1px solid #fff; }

.productPrice { color: #FFBB0F; }
.productPriceList { color: #666; }

.productChart th { background: #F2F7F8; }

.cartItems th { background: #999; border-bottom: 1px solid #fff; color:#FFFFFF; }
.cartEmptyBox { background: #F2F7F8; }

.orders th { background: #F2F7F8; }
.orderCart th { background: #F2F7F8; }
.orderCart #totalRow { background: #ffc; }

.note { text-align: center; }

.checkoutStage { color: #ee3300; }

.closed { background: #edf2f2; }

.cartItems {
	background-color:#ededed;
	color:#000;
	}
	
.cartItems input {
	color:#000;
	}	
	
input#ChoiceSameAddress {
	color:#000000;
	}	
	
.productLongDescription {
	line-height:24px;
	}