/* ------------------------------------------------

	Classi e id  per index.php
	
	<-- Sezione --> <-- /sezione -->

------------------------------------------------ */
/* <-- Background nuovi annunci inseriti --> */
#bg_newannunci {
float: left;
	border-bottom: solid 1px #000033;
	padding-bottom: 15px;
}
/* <-- /Background --> */

/* <-- annunci --> */
#new_annunci{
margin-right:auto;
margin-left:auto;
float:left;
	width: 262px;
}
#new_annunci .titolo_annunci {
text-align:center;
	background: #9d2e1b;
	border-bottom: solid 1px #000033;
	border-right: solid 1px #000033;
}
/* <-- /annunci --> */

/* <-- generali annunci --> */
.titolo_annunci {
	padding: 5px 15px;
	font-size: 1em;
}
.titolo_annunci p {
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	font-weight: bolder;
}
/* <-- /generali annunci --> */

/* <-- generali info annuncio --> */
.annuncio {
}
.annuncio h3 {
text-align:center;
	margin: 0.6em 1em 0.8em 0.5em;
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
}
.annuncio_header {
	margin: 0px 6px;
	
}
.annuncio_header p {
	font-size: 0.8em;
	margin: 0px 0.2em 0px 0em;
	padding:0px;
	line-height: 10px;
	color: #666666;
}
.annuncio_header img {
float: left;

	border: solid 2px #246600;
	padding: 4px;
	margin: 0px 5px 3px 0px;
	width: 199px;
	height:150px;
}
/* <-- dettaglio annuncio --> */
.annuncio_dettaglio {
	margin: 0px 6px;
	vertical-align: middle;
}
.annuncio_dettaglio #testo{
	margin: 0px 5px 0px 0px;
	width: 210px;
	text-align:justify;
}

.annuncio_dettaglio #testo a{
	color: #C85890;
}
/* <-- /dettaglio annuncio --> */

.annuncio_data {
	margin: 0px 6px;
	vertical-align: middle;
}
.annuncio_data #testo{
	font-size: 0.8em;
	float: left;
}
.annuncio_data #testo a{
	color: #C85890;
}
.annuncio_data #icona{
	float: left;
	margin: 4px 10px 0px 0px;
}

#presentazione {
	margin: 20px 20px 20px 20px;
	text-align:justify;
}

#presentazione h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#000066;
}

#visualizza_annu {
background-color:#ffff33;
height:20px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#000066;

}
	