/* settaggi sfondo pagina, margini, colore-font-size di default --------------------------------------*/
body
{
font-size: 70%;
color: Black;
background-color: White;
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input, select
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 }
 
table, input, textarea, select
{
font-size: 100%;
}
A:link {
	text-decoration: underline;
	color: Black; 
}
A:visited {
	text-decoration: underline; 
	color: Black;
}
A:hover {
	text-decoration: none;
	color: #CC0000; 
}

/*FORM*/
input,textarea, select {
	border : 1px solid #333333;
	background: #F3F3E7;}


/*colore background e bordo del body e dei pannellini di sx e dx e piede*/
.bck_bordo_pan {
	border : 1px solid #333300;
	background : #CCCC99;
 }
/*TESTA*/
.testa {
	background: White;
	border: 1px solid #333300;
	margin-bottom: 3px;
}

/*PANNELLINI DX E SX---------------------------------------------------------------------*/

/*testata dei pannellini*/
.topPan {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom : 1px solid #333300;
	color : #333333;
}
/*corpo dei pannellini*/
.bodyPan {
	vertical-align : top;
	font-size : smaller;
	padding-left: 2px;
	padding-right: 2px;
	padding-top : 2px;
	background-color : #EEEEDA;
}
/*BODY-----------------------------------------------------------------------------------------*/
/*testata del body*/
.topBody {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom : 1px solid #333300;
	color : #333333;
}
/*corpo del body*/
.bodyBody {
	vertical-align : top;
	font-size : smaller;
	padding-left: 2px;
	padding-right: 2px;
	padding-top : 2px;
	background-color : White;
}
/*PIEDE-----------------------------------------------------------------------------------------*/
.txtPiede {
    color : White;
	font-weight: bold;
	padding-bottom : 1px;
			padding-top : 1px;
}
.txtPiede a:link {
	text-decoration : none;
	font-weight: bold;
	color : White;
}
.txtPiede a:visited {
	text-decoration : none;
	font-weight: bold;
	color : White;
}
.txtPiede a:hover {
	text-decoration: underline;
	font-weight: bold;
	color : #333333;
}
.txtCopyright {
	
	margin-top : 5px;
	font-size : smaller;
	color : #333333;
}

.prezzo1 {
	color: #FF0000;
	background-color: #FFCCCC;
}
.prezzo2 {
	color: #FF9933;
	background-color: #FFFFCC;
}
.prezzo3 {
	color: #9966CC;
	background-color: #FFCCFF;
}
.prezzo4 {
	color: #009900;
	background-color: #CCFFCC;
}
.prezzo5 {
	color: #0000CC;
	background-color: #CCCCFF;
}

/*--CUSTOM STYLES--*/

/*CLASSI BOLD, ITALIC, UNDERLINE, EVIDENZIATO*/
.bold{
	font-weight : bold;
}

.italic{
	font-style : italic;
}
.evidenziatoBold{
	background: #EAE9D5;
	font-weight : bold;
}
.evidenziato{
	background: #EAE9D5;
}

