@charset "utf-8";
.page {
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	clear: both;
}
.page a {
	text-decoration: none;
	color: #8698b6;
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 3px 6px;
	padding-bottom: 2px;
	margin-right: 3px
}
.page a.active {
	background: #8698b6;
	border: 1px solid #5a829e;
	color: #fff
}
.page a:hover {
	text-decoration: none;
	color: #fff;
	background: #8698b6;
	border: 1px solid #5a829e
}
.page .current {
	text-decoration: none;
	color: #fff;
	background: #8698b6;
	border: 1px solid #5a829e;
	padding: 3px 6px;
	padding-bottom: 2px;
	margin-right: 3px
}
