@import "header.css";
@import "mainmenu.css";
@import "content.css";
@import "footer.css";
@import "lightbox.css";
@import "registrazione.css";
@import "shop.css";

body{
	margin:0; padding:0; border:0;
	font-family: Verdana, sans;
	font-size: 11px;
}

a{color: #ff6600; text-decoration: none;}
a:hover{text-decoration: underline;}
a img{border:none;}

ul{
	border:0; margin:0; padding: 0;
	list-style-type: none;
}

.clear{clear: both;}
.whitespace{height: 2px; width: 100%; background-color: white; clear: both;}

#container{
	width: 980px;
	margin: 0 auto;
	margin-top: 25px;
}

.orange{color:#ff6600;}
.italic{font-style: italic;}
.big {font-size: 1.5em;}
.nomargin{margin: 0;}

h2{
	font-weight: bold;
	font-size: 1em;
	color:#ff6600;
}
h3{
	font-weight: normal;
	font-size: 1em;
	color:#525253;
}
.static_titolo,
.titolino_arancio{
	font-weight: bold;
	font-size: 1em;
	color:#ff6600;
}
div#cento{
	width:98%;
	border-bottom:1px solid #ff6600;
	margin-top:10px;
	padding-top:10px;
	padding-left:2%;
}



a.black_button{
	background: #525253 url("../img/bg_button.jpg") no-repeat;
	border: 2px solid #676767;
	padding: 4px 10px 5px 10px;
	color: white;
	font-weight: bold;
	float: right;
	margin-top: 30px;
}

a.red_button{
	background: black url("../img/red_button.gif") repeat-x bottom;
	border: 1px solid #f08439;
	padding: 4px 10px 3px 10px;
	color: white;
	font-weight: bold;
	height: 17px;
	margin-right: 10px;
}


table{text-align: center; border-bottom: 1px dashed #666666; padding-bottom: 20px; font-size:0.9em;}
table img{float:none; margin: 0; padding: 0; margin-left: 12px;}
tr{background-color: #f9f9f9;}
tr.dark{background-color: #ececee;}
th{font-size: 0.9em; color:#ff6600; background-color: #ffffff;}
td{padding:5px;}
td a{color:#000000;}
td.alignleft{text-align: left;}

table.prodotto_carrello{border-bottom:none; padding-bottom: 0;}
th.graytd, td.graytd{background-color: #ececee;}
td.graytd{text-align: left;}
tr.h90px{height: 85px;}

.acccod{
	color:#525253;
	font-size:0.9em;

}


