/* CSS Document */
.page {
	padding: 25px 0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	clear: both;
}

.page a,
.page span {
	text-decoration: none;
	color: #8698b6;
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 3px 6px;
	padding-bottom: 2px;
	margin-right: 3px
}

.page a.page-num-current {
	background: #316db5;
	border: 1px solid #316db5;
	color: #fff
}

.page a:hover {
	text-decoration: none;
	color: #fff;
	background: #316db5;
	border: 1px solid #316db5
}