.paginazione {
	display: block;
	height: 25px;
	/*font-size: 80%;*/
	font-size: 8px;
	line-height: 8px;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	background-color: #EAEAEA; }
        
.paginazione a {
	background-color: #ffffff;
	color: #15B;
	border: solid 1px #CCCCCC;
	text-decoration: none;
	font-weight: bold; }

.paginazione a, .paginazione span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	}

.paginazione .current {
    background-color: #00A1D8; /*#a3adcd*/
    color: #FFFFFF;
	border: solid 1px #CCCCCC;
	}
	
.paginazione .current.prev, .paginazione .current.next{
	background-color: #FFFFFF;
	color: #CCCCCC;
	border-color: #CCCCCC;
	}

.paginazione a:link, .paginazione a:visited {
	color: #004478; /*#5B5FAA*/
	text-decoration: none;
	}
	
.paginazione a:hover {
	/*background: #5b6e94 url(../../img/jQuery.UI/2e4980_1x100_textures_03_highlight_soft_75.png) 50% 50% repeat-x; */
	background-color: #004478;
	color: #FFFFFF; 
	/*background-color: #e6e6fa; */
	font-weight: bold;
	}