/* CSS Document */


/* Layout a due colonne, usato in Risultato ricerca, ... */

DIV#contenuto{
width: 700px;
float: left;
margin:0;
padding: 0;
left: 183px;
top: -14px
}


DIV#contenuto DIV.centrale{
	background: url(../i/bg_centraleDoppio.gif) repeat-y top left;
	border-top: solid #e8e8e8 1px;
	width: 532px;
	margin: 0;
}


DIV#contenuto DIV.centrale DIV.footer {
	padding:9px 11px 11px 11px;
	border-top:solid #e8e8e8 1px;
	background:url(../i/footer_centraleSpallaDx.gif) no-repeat bottom left
}
/*
div.risultato{
background: #e9f1fc;
padding: 8px 20px;
margin-bottom: 20px;
font-size: 0.7em;
color: #306fc8;
font-weight: bold;
}

 div.risultato strong{
color: #002472;
font-weight: bold;
}

GIACOMO*/

div.risultato{
background: #edeeed;
padding: 8px 20px;
margin-bottom: 20px;
font-size: 0.7em;
color: #666666;
font-weight: bold;
}

 div.risultato strong{
color: #b30027;
font-weight: bold;
}