@CHARSET "ISO-8859-1";
#inVetrina{
	margin-top:10px;
	background-image:url('cbg.png');
	background-repeat:no-repeat;
	background-position:top right;
	border:1px #CF6800 solid;
}
#ultimiAnnunci{
	margin-top:10px;
	background-image:url('cbg.png');
	background-repeat:no-repeat;
	background-position:top right;
	border:1px #CF6800 solid;
}
#inVetrinaTitle{
	margin:8px;
	margin-left:18px;
	font-weight:bold;
	font-size:14px;
}
#ultimiAnnunciTitle{
	margin:8px;
	margin-left:18px;
	font-weight:bold;
	font-size:14px;
}

.annuncio{
	background:#ffffff;
	background-image:url('lograd30.png');
	background-repeat:repeat-x;
	background-position:bottom;
	margin:5px;
	margin-top:10px;
	padding:5px;
	padding-bottom:15px;
	border:1px #CF6800 solid;
	width:235px;
	float:left;
}
.annuncioTitle{
	font-weight:bold;
}
.annuncioImg{
	border:2px #CF6800 solid;
	float:left;
	margin:5px;
	width:90px;
	margin-right:10px;
}
.annuncioTesto{
	margin:5px;
}


.button-bg{
	width:93px;
	height:27px;
	overflow:hidden;
	background-image:url('detailsbutton.png');
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
	margin-top:5px;
	margin-right:0px;
	margin-left:auto;
}
.button-bg:hover{
	background-image:url('detailsbutton2.png');
	background-repeat:no-repeat;
}
.button-bg a{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	margin-top:20px;
}
