
/****SpotLight****/
#spotlight {
	margin-top: 15px;
	position: relative;
}

#spotlight .titolo {
	color: #333;
	font-family:  helvetica, sans-serif;
	font-size: 26px;
}

#spotlight .testoButton {
	width: 560px;
	margin-top: 5px;
	color: #666;
	font-family:  helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}

#spotlight .testo {
	width: 780px;
	margin-top: 5px;
	color: #666;
	font-family:  helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}

#spotlight .bottone {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/*****HomeNews****/
#boxNews {
	margin-top: 10px;
	margin-bottom: 30px;

}

#boxNews .titoloUltime {
	width: 780px;
	height: 26px;
	padding-top: 20px;
	
	background: url(../img/ultimenews_bg.gif) 0 0 no-repeat;
	color: #333;
	font-family:  helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#boxNews .hr {
	width: 780px;
	height: 1px;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 0px;
}
#boxNews .newsRow {
	clear: left;
	margin-top: 10px;
	margin-left: 10px;
	height: 24px;
}


#boxNews .newsRow .titolo {
	padding-top: 6px;
	float: left;
	font-family:  helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
}

#boxNews .newsRow .data {
	padding-left: 10px;
	font-size: 0.7em;
	font-style: italic;
}

#boxNews .newsRow .frecciaGiu {
	float: left;
	display: block;
	margin-left: 20px;
	width: 24px;
	height: 24px;
}

/****ShowCase*****/

#showCases {
	position: relative;
	width: 780px;
	overflow: hidden;
}

#showCases .showcase, #showCases .showcaseLast {
	float: left;
	width: 245px;
	margin-right: 22px;
	margin-bottom: 25px;
	margin-top: 15px;
}

#showCases .showcaseLast {
	margin-right: 0px;
}

.showcase .foto, .showcaseLast .foto {
	width: 245px;
	height: 128px;
}

.showcase .titolo, .showcaseLast .titolo {
	margin-top: 5px;
	font-family:  helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.showcase .testo, .showcaseLast .testo {
	margin-top: 5px;
	font-family:  helvetica, sans-serif;
	font-size: 14px;
}



