@charset "utf-8";
/* CSS Document */
/* Stili del modulo News */

#contenuto_pagina { width:100%; }
#box_news { width:100%; }
#box_paginazione { width:100%; height:30px; border-top:1px solid #cccccc; margin-top:10px; }
#box_paginazione p { line-height:30px; }

/*
Il width di .news_title e di .news_text è dato da width di .news_row - left di .news_title - 10
*/
.news_row { width:100%; height:77px; position:relative; overflow:hidden; border-top:1px solid #333333; }
.news_img { position:absolute; width:65px; height:65px; left:0; top:5px; border:1px solid #333333; }
.news_title { position:absolute; width:913px; top:5px; left:72px; height:20px; padding:0; margin:0; text-align:justify; }
.news_text { position:absolute; width:913px; top:30px; left:72px; height:47px; padding:0; margin:0; text-align:justify; }

