html, body {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:10px;
	color:#505050;
	background-color:#ffffff;
	}

table {
	font-size:inherit;
	}
a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.style8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }

img {
	border:none;
	
}
textarea {
width:300px;
}
input, textarea, select{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#666;
	border:#030 1px solid;
	background-color:#fff;
	font-size:10px;
	}	

label.obbligatorio {
	display:inline;
	color:#000;
	padding:0px 4px;
	font-weight:bold;
	border-left:#f60 0px solid;
	}
	
.bottone {
	color:#494949;
	border:#030 1px solid;
	background-color:#dadada;
	font-weight:bold;
	}

#container {
	margin:10px auto;
	width:400px;
	padding:5px;
	background-color:#fff;
}

.index_sx {
	float:right;
	font-size:12px;
	width:100px;
	background-color:#fff;
}
.index_sx  p {
	margin:10px;
}
#menu  p.download {
	margin:6px 0px !important;
	border-right:#accf6b 3px solid;
	font-size:10px;
	text-align:right;
	padding:5px 6px 8px 6px;
	background-color:#dadada;
	
}
#menu  p.download a {
	border-bottom:#dadada 2px solid;
	padding-bottom:2px;
}

.index_dx {
	float:left;
	width:280px;
}

.prodotto {
	margin:10px 0px;
	padding:5px 0px;
	border-bottom:#dadada 1px dashed;
}
.foto {
	float:left;
	width:150px;
}
.foto div {
	margin:0px;
	background:url(../grafica/icona_details.jpg) 0% 50% no-repeat;
	padding-left:16px;
}
.scheda {
	float:right;
	width:200px;
}
.scheda h2, .onair h2{
	font-size:13px;
	color:#fff;
}
.scheda p , .onair p {
	font-size:12px;
}
.antifloat {
	clear:both;
}



#menu {
	width:150px;
	float:left;
	color:#030;
	background-color:#fff;
	border-right:#fff 0px solid;
	
}

#menu form table {
	width:100%;
	margin:10px 0px;
	color:#505050;
	background-color:fff;
	border-spacing:1px;
	margin-bottom:10px;
	border:#dadada 3px solid;
	padding:6px;
      }
	  
#menu form table tbody tr {
	background-color:#fff;
}
#menu form table tbody tr td a {
	font-weight:normal !important;
}

#menu ul {
	display: block;
	list-style:none;
	padding:0px;
	margin:0px;
	}
#menu ul li {
	display: block;
	border-top:#fff 1px solid;
	background-color:#dadada;
	border-bottom: none;
	}
#menu ul li a {
	/* Fixes gap between list elements in IE */
	vertical-align: bottom;
	_height: 1%;
	display: block;
	border-left:#090 0px solid;
	padding:3px;
	margin-left:6px;
	}
#menu ul li a.attivo {
	border-left:#f00 0px solid;
	
	}
#menu ul li ul li {
	padding:0px;
	margin:0px;
	background-color:#dadada;
	}
#menu ul li ul {
	background-color:#dadada;
	}	
#menu ul li ul li a {
	display: block;
	border-left:#accf6b 0px solid;
	padding:3px;
	margin-left:12px;
	color:#030;
	font-weight:normal;
	}

#content {
}

#content form {
	margin:10px 0px;
	padding:10px;
	background-color:#fff;
	border:#d7e0e1 1px solid;
}
#content form div {
	padding: 2px;
}	
#content form div label {
	display:block;
	float:left;
	width:120px;
	padding:2px;		
}	
#content form div label.obbligatorio {
	border-left:#fff 3px solid;
	padding:0px 4px;		
}
	
#content span {
	padding:5px 5px;
	background-color:#dadada;
	font-weight:bold;
	}
	
#content ul {
	display: block;
	list-style:none;
	padding:0px;
	margin:0px;
	}
#content ul li {
	/* Fixes gap between list elements in IE */
	vertical-align: bottom;
	_height: 1%;
	display: block;
	background:url(../grafica/punto_lista_main.jpg) 0% 50% no-repeat;
	padding:3px 3px 3px 25px;
	margin:0px;
	}


#content div.alert {
	padding:3px 3px 3px 3px;
	border:#f00 2px dashed;
	margin:6px 0px;
}
#content div.ok {
	padding:3px 3px 3px 3px;
	border:#505050 2px dashed;
	margin:6px 0px;
}

#content h1 {
	font-size:1.2em;
	padding-bottom:3px;
	border-bottom:#090 0px solid;
	margin:10px 0px;
	text-transform:uppercase;
}

.index_dx h1 {
	font-size:1.2em;
	padding:4px 8px !important;
	border-bottom:0px !important;
	border-left:#505050 4px solid;
	border-right:#505050 4px solid;
	background-color:#fc0;
	margin:0px 0px 5px 0px !important;
	text-transform:uppercase;
	}
table.prodotti, table.carrello, table.ordini {
	margin:6px 0px;
	color:#505050;
	background-color:#505050;
	border-spacing:1px;
	font-size:10px;
      }

table.prodotti thead tr, table.carrello thead tr {
	background-color:#fc0;
	font-weight:bold;
}

table.ordini thead tr {
	background-color:#dadada;
	font-weight:bold;
}
table.prodotti tbody tr, table.carrello tbody tr, table.ordini tbody tr {
	background-color:#fff;
}
td {
	padding:2px;
}
#content .bold {
	font-weight:bold;
	text-transform:uppercase;
}
#content .right {
	text-align:right;
}

#content .rosso {background-color:#fff;}
#content .giallo {background-color:#fff}
#content .verde {background-color:#fff;}

#content .center {
	text-align:center;
}
#content td.notes {
	font-weight:bold;
	color:#fff;
}

#content table tr td a img {
	border:none;
}

#header {
	background-color:#fff;
	height:80px;
}
#header a img {
	border:none;
}
#footer {
	clear:both;
	background-color:#fff;
	height:30px;
	border-top:#fff 5px solid;
}
#footer a img {
	border:none;
}
#footer p {
	line-height:30px;
	color:#fff;
	font-weight:bold;
	margin-right:6px;
	text-align:right;
	vertical-align:middle;
}
