/*    CSS specifico per il  news_mod    */

.news-single-box {
/*width:99%;*/
border-bottom:1px solid #d8d8d8;
padding:5px;
}

.news-single-box:hover {
background-color: #fff;
border-bottom:1px solid #666;
}
.newstitle {
font-size:1.2em;
color:#666;
}

.newstitle a {
text-decoration:none;
color:#666;
}

.newstitle a:hover {
text-decoration:underline;
color:#666;
}

.newstitle img {
clear:both;
padding:2px 2px 0 2px;
margin: auto 0;
}

/* Listing con documenti allegati */

.allegati {
background: #fffff0 url(../images/info.png) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos http://www.w3.org/TR/CSS21/colors.html */
text-align: left;
padding: 5px 20px 5px 45px;
color:#000000;
border-top: 2px solid #ffeda7;
border-bottom: 2px solid #ffeda7;
}

.allegati:hover {
background: #ffffcc url(../images/info.png) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos http://www.w3.org/TR/CSS21/colors.html */
border-top: 2px solid #ffd324;
border-bottom: 2px solid #ffd324;
}
