/*****************
News
*****************/
.tpl_news_box {
	padding:0 4px 10px 4px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCC;
}
/* Title */
.tpl_news_title {
	font-weight: bold;
	font-size:140%;
	color: #4d6173;
}
.tpl_news_title a,
.tpl_news_title a:visited { color: #4d6173; }
.tpl_news_title a:hover { color: #889EB3; }
/* Argument */
.tpl_news_argument {
	padding-bottom:14px;
	font-size:90%;
	color:#AAA;
}
/* Read more */
.tpl_news_rest,
.tpl_news_rest a,
.tpl_news_rest a:visited,
.tpl_news_rest a_hover {
	padding-top:8px;
	font-size:10px;
	font-weight:bold;
	text-transform:lowercase;
	color: #4d6173;
}
/* Date */
.tpl_news_date {
	width:49px;
	height:58px;
	margin-top:3px;
	background:url(../images/tpl_datebg.gif) no-repeat;
}
.tpl_news_date .month {
	color:#FFF;
	padding-top:3px;
}
.tpl_news_date .day {
	color:#555;
	padding-top:1px;
	font-size:20px;
	font-weight:bold;
}
.tpl_news_date .year {
	color:#555;
	font-size:9px;
}
/* Rank */
.tpl_news_rank {
	padding-top:8px;
}
/* Comments */
.tpl_news_comments {
	padding-top:4px;
	color: #777;
}
.tpl_news_comments a,
.tpl_news_comments a:visited { color: #777; }
.tpl_news_comments a:hover { color:#4d6173; }
/* Author */
.tpl_news_author {
	padding-top:4px;
	color:#777;
}
.tpl_news_author a,
.tpl_news_author a:visited { font-weight:bold; color:#4d6173; }
.tpl_news_author a:hover {
	color: #889EB3;
}
/* Tags */
.tpl_news_tags {
	padding-top:14px;
	color: #889EB3;
}
.tpl_news_tags a,
.tpl_news_tags a:visited { color: #889EB3; }
.tpl_news_tags a:hover { color:#4d6173; }

/* Blocco grosso news */
.underlined {
	border-bottom: 1px solid #DDD;
}
.info {
	font-size: 11px;
	color:#B1AB9E;
}
.box {
	padding: 4px;
	background-color: #F4F4F4;
	border: 1px solid #DDD;
	margin: 2px 0;
}
