@charset "utf-8";
/* CSS Document */
.page{
	
	font-size:12px;

	font-weight:bold;
	line-height:26px;
	text-align:center;
	clear:both;
}
.page a{
	text-decoration:none;
	color:#d8d7d3;
	background:#fff;
	width: 26px;
	height: 26px;
	display: inline-block;
	padding-bottom:2px;
	margin-right:3px;
	background:url(../img/pagebtn.png) no-repeat;
}
.page a.active{
	color:#fff;
	background:url(../img/pagebtnh.png) no-repeat;
}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:url(../img/pagebtnh.png) no-repeat;
}