@charset "utf-8";
/* CSS Document */
.page{
	font-size: 0px;
	margin-right: -5px;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 0px solid #ddd;
	text-align:right;
	padding-right:30px;
}
.page a{
	font-size: 12px;
	color: #ccc;
	display: inline-block;
	_display:inline;
	padding: 0 7px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 26px;
}
.page a.prev,.page a.next{
	padding: 0 15px;
}
.page a:hover,.page a.cur,.page a.active{
	background: #eb6112;
	font-weight: bold;
	color: #fff;
	border: 1px solid #eb6112;
}