@charset "gb2312";
.ctrl-paging {
	width:100%;
	height: 70px;
	margin: auto;
	padding: 20px 0px;
	font-size: 12px;
	clear: both;
}
.ctrl-paging a {
	display: block;
	float: left;
	min-width: 30px;
	height: 30px;
	padding: 8px;
	margin-right: 5px;
	background-color: #FFF;
	text-align: center;
	line-height: 12px;
	border: 1px solid #DDD;
	border-radius: 5px;
	color: #666;
}
.ctrl-paging a:hover {
	background-color: #000;
	padding: 9px;
	border: 0px;
	color: #FFF;
}
.ctrl-paging span {
	display: block;
	float: left;
	min-width: 30px;
	height: 30px;
	padding: 8px;
	margin-right: 5px;
	text-align: center;
	line-height: 14px;
	border-radius: 5px;
	color: #666;
}
.ctrl-paging #Current {
	background-color: #a67e43;
	color: #FFF;
}