body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(immagini/sfondo.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

img {
	border: 0;
}

.red { color: #FF0000; }

.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A8CB2;
	text-decoration: none;
}

.titolo_cat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color:#39C;
	text-decoration: none;
}

a:hover {
	color: #0099CC;
	text-decoration: underline;
}

.link_prodotto {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

a.link_prodotto:hover {
	color: #cc0000;
	text-decoration: underline;
}


.testo {
	font-family: Verdana;
	font-size: 10px;
	color: #505050;
	text-align: justify;
}

.textbox 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #808080;
	background : #FFFFFF;
	color : #000000;
	font-size : 10px;
	height: 15px;
	width: 80px;
}

.immagine 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	color : #000000;
	font-size : 10px;
	height: 65px;
	width: 91px;
}

.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}

.pulsante {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF99;
	border:none;

}
.cella {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #F2F0F0;
	padding: 2;
}
.cella1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 2;
}
.cartina {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.testo2 {

	font-family: Verdana;
	font-size: 10px;
	color: #505050;
}
#maskform {
	background-color: #d9edf3;
	border:1px solid #999;
}
#maskform fieldset {
	padding: 8px 5px;
	margin-bottom: 5px;
	border:0;
}
#maskform input,
#maskform textarea,
#maskform option,
#maskform select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
/*	width: 200px; */
/*	background: url(immagini/back.jpg) top left repeat-x; */
}
#maskform .fixwidth {
	width: 200px;
}

#maskform input[type=checkbox] {
	display: block;
	width: auto;
}
#maskform textarea {
 /*	background: url(immagini/back2.jpg) top left repeat-x; */
}

.image_map {
		position:relative;
	}
.image_map a {
	display:block;
	position:absolute;
	z-index:1;
	text-decoration:none;
}

.dotted li {
	margin-bottom:5px;
	list-style-type:disc;
}

.quote td, .quote th {
	background-color:#FFF;
	padding:4px 4px;
	vertical-align:top;
}
.quote th {
	text-transform:uppercase;
}