#tabella_annuncio{
width:740px;
height: 270px;
background:#FFF;
text-align:center;
margin:0 auto;
padding:0;
}
.codice{
float:left;
background:#D9DCE1;
padding:5px 10px;
margin:5px 5px 0 0 ;
width:340px;
}
.annuncio{
text-align:left;
border-bottom:1px dashed #818080;
color: #000;
padding: 0;
margin:0;
font-size: 11px;
background:#FFF;
}
.annuncio a{
font-size: 11px;
color: #000;
display:block;
}
.annuncio a:link, .annuncio a:visited{
text-decoration:none;
}

.annuncio a:hover, .annuncio a:focus, .annuncio a:active {
text-decoration: underline;
}
 
/*-------------PAGINAZIONE---------------------------*/
.pag_annunci{
width:740px;
text-align:center;
margin:10px auto;
padding:0;
font-weight:bold;
}
.back, .next {
color: #FFF;
background: #000;
text-decoration: none;
padding: 5px;
}
a.back:link, a.back:visited,
a.next:link, a.next:visited{
color: #FFF;
}
a.back:hover, a.next:focus, a.next:active,
a.next:hover, a.next:focus, a.next:active{
color: #8CC746;
}
.pagcorrente {
	background: #8CC746;
	padding:5px;
}
.numeri a{
text-decoration:none;
color:#000;
padding:5px;}
