.paginator {
	padding:5px 0px;
}
.paginator a {
	color:#000;
	line-height:22px;
	padding:3px 9px;
	text-decoration: none;
}
.paginator a.curent, .paginator a.curent:hover {
	background:#CFB969 ;
	color:#fff;
}
.paginator a:hover {
	background:#F7F0DE;
	color:#222;
        text-decoration: underline;
}
.paginator span {
	font: 13px georgia;
	font-weight: bold;
	line-height:normal;
}