@charset "utf-8";
/* CSS Document */
.page{
	font-size: 0px;
	text-align: right;
	background: #fff;
}
.page a{
	font-size: 12px;
	color: #535353;
	display: inline-block;
	_display:inline;
	padding: 0 10px;
	border: 1px solid #f0f1f2;
	margin-right: 5px;
	line-height: 28px;
	background: #ffffff;
}
.page a:hover,.page a.active{
	background: #000;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
}