@charset "UTF-8";
/* CSS Document */
.pagination {
	height: 25px;
	padding-top: 5px;
	text-align: left;
	clear:both;
	background-color:#fff;
	font-size: 12px;
	border-bottom: 1px solid #f29400;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	width: 900px;
}
/*
body .p_concorsi {
	background: url(../pagination/background/pager_background.png) center center no-repeat;
	height:45px;
	line-height:40px;
}
*/    
.pagination a, .pagination a:hover {
    text-decoration: none;
	color: #f29400;
}



.pagination a, .pagination span {
    padding: 0.3em 0.5em;
    margin-right: 2px;
	margin-bottom: 5px;
	color:#f29400;
	font-weight: normal;
}

.pagination .current {
	font-weight: bold;
	color: #000;
}

.pagination .current.prev, .pagination .current.next{
	color:#ccc;

}

.voci_menu{
	clear:both;
	margin-bottom:15px;
}
