div#corpo div.colonna_dx div#contenuti { padding: 0; }

div#contenuti h4 a {
	color: #49598a;
}

div#contenuti p.date
{
	text-align: right;
	color: #808080;
	font-size: 11px;
	background-color: #fff;
	text-transform: inherit;
}

div#contenuti p.date a {
	color: #245917;
	background-color: #fff;
	font-size: 10px;
}

td.proposta {
	font-size:11px;
	line-height:12px;
	background-color:#F2F4F9;
}

.occasioni p {font-size:10px;}


/* elenco annunci */
div.annuncio_item_list
{
	border: 1px #CCC solid;
	margin-top: 15px;
	line-height: 1.5em;
}
div.annuncio_item_list .bar
{
	margin: 0;
	padding: 2px 5px 2px 5px;
	background-color: #E0E5EE;
}

div.annuncio_item_list .bar table
{
	width: 100%;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: 0;
}

div.annuncio_item_list .bar table td
{
	padding: 0;
	margin: 0;
}

div.annuncio_item_list  table
{
	width: 100%;
}

div.annuncio_item_list  table td
{
	vertical-align: top;
}



/* TABELLA DATI CASE dati_case.php */

#dati_case
{
	width:100%;
	font-size:11px;
	text-align:center;
	border:1px #CCC solid;
	border-left:none;
}

#dati_case tr:hover, .righello {
	background-color: #F5F5F5;
}

#dati_case th
{
	font-size:11px;
	font-weight:bold;
	height:40px;
	color:#49598a;
	background-color:#E2EDFD;
	border:1px #CCC solid;
	border-collapse:collapse;
	border-right:none;
	border-bottom:none;
}

#dati_case td
{
	border:1px #CCC solid;
	border-collapse:collapse;
	border-right:none;
	border-bottom:none;
}

#dati_case td img.thumb { margin: 2px 0 2px 0; }


/* TABELLA DETTAGLIO */


.dettaglio {
margin:0;
line-height:20px;
}

.dettaglio dl { font-size:11px; margin:0; }

.dettaglio dt { font-weight:bold; }

.dettaglio dd { margin:-20px 0 0 120px; }

.dettaglio-foto
{
	text-align: center;
	border: 1px #CCC solid;
}

.dettaglio-foto img.big {
	margin: 5px;
}


.dettaglio-foto img.thumb
{
	margin: 8px 4px 4px 4px;
	border: 1px #CCC solid;
}


table.table_mutuo 
{
	border: 1px solid gray;
	width: 100%;
	border-collapse: collapse;
}

table.table_mutuo td,
table.table_mutuo th
{
	border: 1px solid gray;
}



