/* settaggi sfondo pagina, margini, colore-font-size di default --------------------------------------*/
body
{
font-size: 70%;
color: #333333;
background: url(../upload_webedit/fondo.gif) no-repeat center bottom;
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
border: none;
 }

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: underline;
	color: #b3db10; 
}
A:visited {
	text-decoration: underline; 
	color: #b3db10;
}
A:hover {
	text-decoration: none;
	color: #44201f; 
}
/*FORM*/
input,textarea,select {
   font-family: Arial, Helvetica, sans-serif;
	border : 1px solid #ff0000;
	background-color: none;
	color: #333333;
	}
/*colore background e bordo del body e dei pannellini di sx e dx e piede*/
.bck_bordo_pan { 
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../upload_webedit/testa4.gif) repeat-y center;
}
/*TESTA*/
.testa {
	border: none;
	margin-bottom: -60px;
}

/*PANNELLINI DX E SX---------------------------------------------------------------------*/

/*testata dei pannellini*/
.topPan {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom : 0px groove;
}
/*corpo dei pannellini*/
.bodyPan {
	vertical-align : top;
	font-size : smaller;
	padding-left: 2px;
	padding-right: 2px;
	padding-top : 2px;
	background-color : none;
}
/*BODY-----------------------------------------------------------------------------------------*/
/*testata del body*/
.topBody {
   vertical-align : top;
	font-weight: bold;
	padding-left: 18px;
	padding-right: 2px;
	color: #44201f;
	background: url(../upload_webedit/home_3_r3_c2.gif) no-repeat left bottom;
	text-align: left;
}
/*corpo del body*/
.bodyBody {
	vertical-align : top;
	font-size : smaller;
	padding-left: 2px;
	padding-right: 2px;
	padding-top : 2px;
	background-color : none;
	border-left : 1px solid #cce70b;
	border-right : 1px solid #cce70b;
}
/*PIEDE-----------------------------------------------------------------------------------------*/
.txtPiede {
	border-left : 1px solid red;
	border-right : 1px solid red;
   font-size: smaller;
	font-weight: bold;
	padding-bottom : 0px;
	padding-top : 0px;
}
.txtPiede a:link {
	text-decoration : none;
	font-weight: normal;
}
.txtPiede a:visited {
	text-decoration : none;
	font-weight: normal;
}
.txtPiede a:hover {
	text-decoration: underline;
	font-weight: normal;
}
.txtCopyright {
	margin-top : 0px;
	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--*/

/*CLASSI BOLD, ITALIC, UNDERLINE, EVIDENZIATO*/
.bold{
	font-weight : bold;
}

.italic{
	font-style : italic;
}

.evidenziato{
	background: #EEEEEE;
}
.evidenziatoBold{
	background: #EEEEEE;
	font-weight : bold;
}
