  /*----------------------------------------------*/
 /*        tabella prezzi e offerte              */
/*----------------------------------------------*/

/*--INVERNO--*/

#tabella_titoli_prezzi_inverno th {
	background-color: #EFB271;
	font-family: Arial;
	font-size: 13px;
	color: #313A2C;
	font-weight: bold;
	text-transform:uppercase;
	text-align: left;
	text-align: center;
	padding: 3px;
	background-image: url(../immagini/angolo_prezzi.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#tabella_titoli_prezzi_inverno td {
	background-color: #FAF3DC;
	padding: 3px;
}


#tabella_prezzi_inverno  th{
	background-color: #EFB271;
	font-weight: bold;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C8C67;
}


#tabella_prezzi_inverno  td{
	padding: 1px 1px 1px 3px;
	background-color: #FAF3DC;
}


#tabella_note_prezzi_inverno th{
	margin-top: 5px;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 11px;
	text-align: left;
}

/*--ESTATE--*/
#tabella_titoli_prezzi_estate th {
	background-color: #DFF0CA;
	font-family: Arial;
	font-size: 13px;
	color: #313A2C;
	font-weight: bold;
	text-transform:uppercase;
	text-align: left;
	text-align: center;
	padding: 3px;
	background-image: url(../immagini/angolo_prezzi.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#tabella_titoli_prezzi_estate td {
	background-color: #EBF2EA;
	padding: 3px;
}


#tabella_prezzi_estate  th{
	background-color: #D1E1BE;
	font-weight: bold;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C8C67;
}


#tabella_prezzi_estate  td{
	padding: 1px 1px 1px 3px;
	background-color: #F3F9F2;
}


#tabella_note_prezzi_estate th{
	margin-top: 5px;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 11px;
	text-align: left;
}

/* comuni */

#offerte_titolo {
	background-color: #EFB271;
	font-family: Arial;
	font-size: 13px;
	color: #313A2C;
	font-weight: bold;
	text-transform:uppercase;
	padding: 3px;
	background-image: url(../immagini/angolo_prezzi.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:center;

}


#chiusura_testo {
	padding: 3px 3px 3px 3px;
	background-color: #FAF8EB;
}

#periodo_offerte {
	float: left;
	width: 50%;
	background-color: #FAF3DC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C8C67;
	padding: 0 0 3px 0;
}

#prezzo_offerte {
	background-color: #FAF3DC;
	font-weight: bold;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C8C67;
	padding: 0 0 3px 0;
}


#calendario {
	padding: 0 0 3px 0;
	float: left;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C8C67;
}

#soldi {
	padding: 0 0 3px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C8C67;
}


#offerte_testo{
	margin-top: 5px;
}



