/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	font-family:Times New Roman, Times, serif;
}

/* STILI DI STRUTTURA */

/* contiene l'intera interfaccia serve per centrare il tutto e metter un border marrone a tutto*/
#contenitore_totale{
	/*se si toglie questo margin mozilla non centra pił il contenuto*/
	margin: auto;
	padding:0px 0px 0px 0px;
	width:1003px;
}

#testata {
	width:904px;
	height:130px;
	padding:0px;
	margin: 0px;
	float:left;
	display:none;
}

#spalla_sx {
	width:249px;
	padding:0px;
	margin: 0px;
	float:left;
	display:none;
}

/* STILI DEI CONTENUTI */


.testo {
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}

.errore {
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	color: #ff0000;
	font-weight:bold;
}


/* STILI CONTENUTI CENTRO */

/* serve per togliere il border alle immagini linkate */
.no_border{
	border: none;
}

/* STILI RELATIVI AI COLLEGAMENTI IPERTESTUALI

a:link {
	color: #044482;
	text-decoration: none;
}

a:visited {
	color: #044482;
	text-decoration: none;
}

a:hover {
	color: #FAA518;
	text-decoration: none;
}
*/


/* TABELLA CATALOGO */
table {
	border:1px solid #ffffff;
	font-family:"Times New Roman";
	font-size:14px;
}

.td_catalogo {
	width:153px;
	padding-left:7px;
	padding-top:5px;
	padding-bottom:3px;
}

/* TABELLA DETTAGLIO */
.tab_riepilogo {
	border:solid #ffffff 1px;
}

.td_riepilogo_six {
	padding:0px 20px 0px 15px;
	font-weight:bold;
	width: 170px;
	text-align:right;
}

/* LINK */
a:link {
	font-family:"Times New Roman";
	font-size:14px;
	text-decoration:none;
	color: #CC0000;	
}
a:visited {
	font-family:"Times New Roman";
	font-size:14px;
	text-decoration:none;
	color: #CC0000;	

}
a:hover {
	font-family:"Times New Roman";
	font-size:14px;
	text-decoration:none;
	color: #D7D7D7;	
}