/* CSS Document */

/* Elementi box offerta */
div#box_offerta {
	width: 563px; height: 348px;
	background: url(../img/sfondi/sfondo_offerta_homepage.png) 0 0 no-repeat;
}
div#testi_offerta {
	position: absolute;
	top:185px; left: 220px;
	width: 240px; height: 160px;
	font-weight: bold; color: #fff;
}
div#testi_offerta p {
	text-transform: uppercase;
}
div#testi_offerta p.casa {
	font-size: 35px;
}
div#testi_offerta p.modello {
	height: 60px;
	font-size: 20px;
	line-height: 20px;
	overflow: hidden;
}
table#box_prezzi_offerta {
	position: absolute;
	top: 283px; left: 220px;
}
table#prezzi_offerta {
	width: 194px;
	font-weight: bold;
}
table#prezzi_offerta td.bordo_prezzi_up {
	height: 5px;
	background: url(../img/sfondi/box_prezzo_testata_up.png) 0 0 no-repeat;
}
table#prezzi_offerta td.bordo_prezzi_dw {
	height: 5px;
	background: url(../img/sfondi/box_prezzo_testata_dw.png) 0 0 no-repeat;
}
table#immagine_offerta {
	position: absolute;
	top: 164px; left: 480px;
}
div#bollino_sconto {
	position: absolute;
	top: 165px; left: 660px;
	width: 96px; height: 96px;
	font-size: 25px; font-weight: bold; color: #fff;
	text-align: center; line-height: 96px;
	background: url(../img/sfondi/sfondo_sconto.png) 0 0 no-repeat;
}
div#pulsanti_offerta {
	position: absolute;
	top: 446px;
	width: 568px; height: 52px;
}
div#pulsanti_offerta div {
	width: 137px; height: 46px;
	font-size: 12px; font-weight: bold; color: #fff;
  line-height: 13px; text-align: center;
	margin-right: 5px;
	padding-top: 6px;
	float: left;
	overflow: hidden;
}
div#pulsanti_offerta div p {
	height: 40px;
	text-transform: uppercase;
	padding-left: 5px; padding-right: 5px;
	overflow: hidden;
}
div#pulsanti_offerta div.spento {
	background: url(../img/sfondi/sfondo_offerta_off.png) 0 0 no-repeat;
}
div#pulsanti_offerta div.acceso {
	background: url(../img/sfondi/sfondo_offerta_on.png) 0 0 no-repeat;
}

