/* 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,helvetica,arial,sans-serif;
 }
 
table,input,textarea,select
{
font-size: 100%;
}
A:link {
	text-decoration: none;
	color: #A3BE4A; 
}
A:visited {
	text-decoration: none;
	color: #A3BE4A; 
}
A:hover {
	text-decoration: underline;
	color: #A3BE4A; 
}
/*FORM*/
input,textarea,select {
   font-family: Arial, Helvetica, sans-serif;
	border : 1px solid #D3DFA4;
	background-color: White;
	color: #666666;
	}
/*colore background e bordo del body e dei pannellini di sx e dx e piede*/
.bck_bordo_pan {
	border : 1px solid #A2CB18; background: white;
}
/*TESTA*/
.testa {
	margin-bottom: 3px;
}

/*PANNELLINI DX E SX---------------------------------------------------------------------*/

/*testata dei pannellini*/
.topPan {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	background: #A3BE4A;
	border-bottom : 1px solid #667F12;
	color: White;
}
/*corpo dei pannellini*/
.bodyPan {
	vertical-align : top;
	font-size : smaller;
	padding-left: 2px;
	padding-right: 2px;
	padding-top : 2px;
	background-color : White;
}
/*BODY-----------------------------------------------------------------------------------------*/
/*testata del body*/
.topBody {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	background: #A3BE4A;
	border-bottom : 1px solid #667F12;
	color: White;
}
/*corpo del body*/
.bodyBody {
	vertical-align : top;
	font-size : smaller;
	padding-left: 2px;
	padding-right: 2px;
	padding-top : 2px;
	background-color : White;
}
/*PIEDE-----------------------------------------------------------------------------------------*/
.txtPiede {
    
	font-size: smaller;
	background: White;
	color: #A3BE4A;
	font-weight: bold;
	padding-bottom : 3px;
	padding-top : 3px;
}
.txtPiede a:link {
	text-decoration : none;
	color: #A3BE4A;
	font-weight: bold
}
.txtPiede a:visited {
	text-decoration : none;
	color: #A3BE4A;
	font-weight: bold
}
.txtPiede a:hover {
	text-decoration: none;
	color: #A3BE4A;
	font-weight: bold;
   text-decoration: underline;
}
.txtCopyright {
	margin-top : 5px;
	font-size : smaller;
}
.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--*/
.bold {
font-weight: bold;
}
.evidenziato {
background-color: #EAEAEA ;
}
.evidenziatoBold {
background-color: #EAEAEA ;
font-weight: bold;
}
.italic {
font-style: italic;
}
.titolone {
color: #000000 ;
font-family: verdana ;
}
