/*page*/
.page {
	color: #969696;
	height: 60px;
	line-height: 60px;
	text-align: right;
}

.page a {
	color: #02659c;
	padding: 6px 11px;
	border: 1px #d9d9d9 solid;
	margin-right: 10px;
}

.page a:hover,.page a.currentN {
	color: #02659c;
	padding: 6px 11px;
	text-decoration: none;
}

.page .active {
	color: #fff;
	border: 1px #fff solid;
	padding: 6px 11px;
	margin-right: 10px;
	background-color: #009688;
}

.page .active:hover {
	background: #009688;
	color: #02659c;
}

.page .text {
	color: #969696;
	height: 21px;
	line-height: 21px;
	text-align: center;
	margin: 0 5px;
	width: 50px;
}

.page .btn {
	background: #2189d2;
	border: medium none;
	color: #fff;
	cursor: pointer;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 48px;
}

.page .btn:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.page .me {
	margin-right: 10px;
}