/* news generiche */

.riga
{
	overflow:hidden;
	margin-bottom:25px;
}

.riga img, .newsDett img
{
	border:10px solid #2A1E19;
	float:left;
	margin-right:15px;
}

.riga .link
{
	color:#BD0518;
	font-weight:bold;
	font-size:14px;
}

.riga .link:hover
{
	text-decoration:underline;
}

.titolo.uno, .titolo.due
{
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
}

/* news dettaglio */
.newsDett
{
	overflow:hidden;
	margin-top:50px;
}

#torna
{
	background-color:#BD0518;
	padding:5px 10px;
	float:right;
	color:#fff;
}

#torna:hover
{
	color:#BD0518;
	background-color:#fff;
}

/* numeri pagine */
.newsPagine {
	overflow: hidden;
	color: #777;
	font-size: 13px;
	margin-top: 5px;
	float: right;
	margin-right: 9px;
}

.newsPagine .totPag {
	float: left;
	margin-right: 25px;
	line-height: 29px;
	height: 29px;
}

.newsPagine a {
	color: #777; 
}

.newsPagine .prev, .newsPagine .next {
	font-size: 14px;
	display: block;
	height: 29px;
	line-height: 29px;
}

.newsPagine .prev {
	float: left;
}

.newsPagine .next {
	float: left;
}

.newsPagine .prev:hover, .newsPagine .next:hover {
	color:#000;
}

.newsPagine .numeriPag {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}

.newsPagine .numPag {
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	display: block;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 3px;
}

.newsPagine .numPag:hover, .newsPagine .numPag.sel {
	background-color:#777;
	color:#fff;
	background-image: url("../immagini/grafica/news/pagsel.jpg");
}

.newsPagine .sep {
	margin-top: 5px;
	height: 19px;
	float: left;
	margin-right: 3px;
	background-color: #CCCCCC;
	width: 1px;
}
