html{
 height: 100%;
 overflow: -moz-scrollbars-vertical;
} 
body {		
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
    margin: 0px;
	text-align: left;
	padding: 0px;
	background-image:url(../img/back.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
span.titolo, h1 {
	font-family: tahoma;
  font-size: 12px;
	letter-spacing: 3px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
}
h2 {
	font-family: Tahoma;
  font-size: 10px;
	letter-spacing: 3px;
	color: #003366;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
  padding-right: 6px;
}
img {
	border: 0; 
}
p {
	text-indent: 20px;
}
td.corpo {
	font-family: Tahoma;
  font-size: 12px;
	padding: 40px;
}
td.prodotti_contenitore {	
	width: 140px;
	
}
td.prodotti_descrizione {
	font-family: Tahoma;
  	font-size: 11px;
	color:#666666;
	/*background-color: #b3c1ce;	
	background-image:url(../img/back_descr.jpg);
	background-position:center;
	background-repeat:no-repeat;
	*/
	padding-left:20px;
	padding-right:20px;
	text-align: center;
	vertical-align:top;
}
td.prodotti_immagine {	
	text-align: center;
	/*border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;*/
}

#galleriaImmagini img{
	border:6px solid #e6e4df;
}
input.flat {
  font-size: 11px;
	color: #000000;
	border: #aeb0b0 1px solid;
	background-color: #ffffff;
	width: 150px;
}
select.flat {
  font-size: 11px;
	color: #000000;
	border: 0;
	background-color: #ffffff;
	width: 150px;
	height: 20px;
	text-transform: lowercase;
}
textarea.flat {
  font-size: 14px;
	color: #000000;
	border: #aeb0b0 1px solid;
	background-color: #ffffff;
	width: 420px;
	height: 70px;
}
a:link {
	COLOR: #004988;
	font-size: 11px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a:visited {
	COLOR: #000000; 
	font-size: 11px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a:hover {
	COLOR: #000000;
	font-size: 11px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
/*a:link {
	COLOR: #cc9933;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a:visited {
	COLOR: #cc9933; 
	TEXT-DECORATION: none;
	font-weight: bold;
}
a:hover {
	COLOR: #666699;
	TEXT-DECORATION: none;
	font-weight: bold;
}*/
a.power:link {
	COLOR: #999999;
	font-size: 10px;
	TEXT-DECORATION: none;
}
a.power:visited {
	COLOR: #999999; 
	font-size: 10px;
	TEXT-DECORATION: none;
}
a.power:hover {
	COLOR: #666666;
	font-size: 10px;
	TEXT-DECORATION: none;
	font-weight: bold;
}

.pulsante{
	color: #ffffff;
	border: #aeb0b0 1px solid;
	background-color: #5ca0c4;
}