/* Paginazione */

.pagin {
	height : 1%;
	overflow : hidden;
	padding : 5px 0px;
	padding-top : 0px;
	float : left;
	margin-top : -10px;
}
.pagin ul {
	float : left;
}
.pagin li {
	display : inline;
	float : left;
	margin-right : 5px;
}
.pagin a, .pagin span {
	color : #888;
	float : left;
	padding : 2px 5px;
	background : #ECEDE7;
	text-decoration : none;
}
.pagin .extend{
	background : none;
}
.pagin .back a{
	background : url(images/p-back.gif) no-repeat;
	height : 19px;
	width : 16px;
}
.pagin .foward a{
	background : transparent url(images/p-foward.gif) no-repeat;
	height : 14px;
	width : 11px;
}
.pagin a:hover {
	background : #99AE00;
	text-decoration : none;
}
.pagin .back a:hover {
	background : transparent url(images/p-back.gif) no-repeat !important;
}
.pagin .foward a:hover {
	background : transparent url(images/p-foward.gif) no-repeat !important;
}