/* Start of CMSMS style sheet 'Monesi: News2' */
/* --------- news wrapper ------------- */
#news-wrapper {
        width: 440px;
        position: absolute;
        top: 10px; right: 10px;
	margin: 0;
}
.news-box {
        float: right;
        margin-left: 20px;
        width: 200px;
}

/* ------------- box layout -------------- */
.news-top {
       height: 20px;
       line-height: 20px;
}

div.news-top a, div.news-top a:visited {
       float:left;
       width: 160px;
       display: block;
       padding: 0;
       background: #c00;
       font-weight: bold;
       font-size: 0.85em;
       text-align: center;
       color: #fff;
       text-decoration:none;
}
div.news-top a:hover {
      color: #000;
}

.news-bottom {
   height: 15px;
   line-height: 15px;
   padding: 0;
   margin: 0;
}

.news-bottom-centro {
       float: left;
      width: 170px;
      background: url(images/bottom-center.png) repeat-x 0 0;
}

/* --------------- coontenuto ------------------- */

.news-item {
       padding: 10px 0;
}

.news-box .news-item {
       background: #eee;
       border-left: 2px solid #c00;       border-right: 2px solid #c00;
       padding: 10px 10px 0 10px;
}
.news-item div.hr {
       margin: 10px 0 0 0;
       height: 1px;
       background: #c00;
}
.news-item p {
       margin: 0;
}
/* End of 'Monesi: News2' */

