@charset "utf-8";
/* CSS Document */

.fy {
	width: 100%;
	display: table;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}
.fy a {
	
	padding: 3px 10px;
	font-size: 12px!important;
	margin: 0 2px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
    color: #666666;


}
.fy span {
	
	padding: 3px 10px;
	font-size: 12px!important;
	color: #666666;
	margin: 0 3px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;


}
.fy a:hover, .fy a.page-num-current {
	background-color:#eb353a;
	border: 1px solid#eb353a;
	color: #fff;

}

