@charset "UTF-8";

#wrap {
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/background.gif);
	background-repeat: repeat;
}


#wrap #wrap_content {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	margin-top: 15px;
}


#wrap #cont_left {
	width: 160px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
	margin-left: 10px;
	margin-right: 6px;
	padding-bottom: 15px;
}


#cont_left #barra_nav {
	width: 161px;

}


#cont_left #newsletters {
	width: 150px;
	margin-top: 13px;
	padding-bottom: 25px;
	text-align: center;
	float: left;
}


#center #colonne_destra {
	margin-right: 10px;
	float: left;
	width: 582px;
}
/* il div colonne_destra è servito per fare il layout a 3 colonne */

#wrap #cont_center {
	width: 409px;
	float: left;
	margin-left: 5px;
}


#cont_center #presentazione {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#cont_center #ultimi_annunci {
	width: 409px;
	float: left;
}


#cont_center #ultimi_annunci .5px_jog {
	width: 409px;
	text-align: center;
}


/* --1-- */
#ultimi_annunci #annuncio1 {
	width: 409px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}


#annuncio1 #foto_annuncio1 {
	padding: 2px;
	float: left;
	border: 1px solid #CCCCCC;
	width: 138px;
	margin-top: 15px;
}

#annuncio1 #testo_annuncio_pink {
	float: right;
	clear: right;
	width: 256px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
/*-- end 1 --*/

/* --2-- */
#ultimi_annunci #annuncio2 {
	width: 409px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}


#annuncio2 #foto_annuncio2 {
	padding: 2px;
	float: left;
	border: 1px solid #CCCCCC;
	width: 138px;
	margin-top: 15px;
}


#annuncio2 #testo_annuncio_gray {
	float: right;
	clear: right;
	width: 256px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
/*-- end 2 --*/


/* --3-- */
#ultimi_annunci #annuncio3 {
	width: 409px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	padding-bottom: 5px;
}


#annuncio3 #foto_annuncio3 {
	padding: 2px;
	float: left;
	border: 1px solid #CCCCCC;
	width: 138px;
	margin-top: 15px;
}


#annuncio3 #testo_annuncio_pink3 {
	float: right;
	clear: right;
	width: 256px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
/*-- end 3 --*/

#cont_center #cont_right {
	width: 173px;
	float: left;
}


#wrap #footer {
	background-image: url(img/foot.gif);
	height: 42px;
	width: 780px;
	clear: left;
	text-align: left;
	padding-left: 25px;
	background-repeat: no-repeat;

}


#escogitando {
	margin-left: 5px;
	width: 208px;
	height: 11px;
	float: left;
	clear: left;
	margin-top: 5px;
}


#newsletters form {
	margin: 0px;
	padding: 0px;
}


#cont_center #risultato_annuncio {
	margin-top: 15px;
	margin-bottom: 10px;
}


.line_margin {
	margin-top: 10px;
	margin-bottom: 10px;
}


#lista{
	float: left;
	width: 409px;
}


.lista_left {
	float: left;
	width: 200px;
}


.lista_right {
	float: right;
	width: 200px;
}


#lista  .line_margin {
	margin-top: 2px;
	margin-bottom: 2px;
}

#cont_center #ultimi_annunci #navigation_numbers {
	width: 200px;
	float: right;
	clear: left;
	text-align: right;
}
#cont_right #ricerca {
	float: right;
	width: 173px;
}


/* FORM */

#newsletters form#newsletters_form{
	width:150px;
	float: left;
	margin-left: 5px;
}

#newsletters label{
	float: left;
	width: 80px;
	height: 30px;
	font: 12px/30px Arial,sans-serif;
	text-align: left;
	color: #666
}
	
#newsletters input,textarea,button {
	border: 0px solid;color: #475078;
    font: 12px Arial,sans-serif
}
	
#newsletters div.input-cont {
	float: left;
	width: 150px;
	height: 28px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	
}
	
#newsletters input{
	display: block;
	width: 150px;
	background: #FFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}

#newsletters button#go{
	float: right;
	width: 64px;
	height:17px !important;
	height /**/:30px;
	line-height: 25px;
	display: inline;
	margin-left:95px;
	margin-top: 5px;
	color: #000;
	cursor: pointer;
	background-color: #FFFFFF;
	background-image: url(img/submit.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* FORM RICERCA*/

#ricerca form#ricerca_form{
	width:150px;
	float: left;
	margin-left: 5px;
}

#ricerca label{
	float: left;
	width: 80px;
	height: 30px;
	font: 12px/30px Arial,sans-serif;
	text-align: left;
	color: #666
}
	
#ricerca input,textarea,button {
	border: 0px solid;color: #475078;
    font: 12px Arial,sans-serif
}
	
#ricerca div.input-cont {
	float: left;
	width: 150px;
	height: 28px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	
}
	
#ricerca input{
	display: block;
	width: 150px;
	background: #FFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}

#ricerca button#go{
	float: right;
	width: 74px;
	height:17px !important;
	height /**/:30px;
	line-height: 25px;
	display: inline;
	margin-left:85px;
	margin-top: 5px;
	color: #000;
	cursor: pointer;
	background-color: #FFFFFF;
	background-image: url(img/cerca.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


