@charset "utf-8";
/*Page CSS Style*/
.page {
	float: right;
	padding-top: 10px;
}

#PageSign a:link,#PageSign a:visited {
	background: #323043;
	color: #FFFFFF;
}

#PageSign a:hover {
	border: 1px solid #fd6d01;
	color: #fd6d01;
	background: #FFFFFF;
}

#PageSign .NoncePage {
	border: 1px solid #fd6d01;
	background: #ffede1;
	color: #fd6d01;
	font-weight: 700;
}

.page a {
	float: left;
	border: 1px solid #cccccc;
	padding: 0 6px;
	margin: 0 1px;
	height: 22px;
	line-height: 22px;
	color: #3366cc;
	text-decoration: none;
	font: 14px/1.5em Tahoma, Verdana, Simsun, Microsoft YaHei, Arial Unicode MS, Mingliu, Arial, Helvetica;
}

.page span.pre {
	padding: 0 5px 0 14px;
	float: left;
	margin: 0 1px;
	height: 22px;
	line-height: 22px;
	cursor: default;
	color: #999;
	background: url(../images/pageBg.gif) 5px -68px no-repeat;
	border: 1px solid #ccc;
}

.page span.defaultD {
	padding: 0 5px 0 5px;
	float: left;
	margin: 0 1px;
	height: 22px;
	line-height: 22px;
	cursor: default;
	color: #999;
	border: 1px solid #ccc;
} 

.page a.next {
	padding: 0 14px 0 5px;
	height: 22px;
	line-height: 22px;
	margin-right: 0;
	background: url(../images/pageBg.gif) 50px -52px no-repeat;
}

.page span.next {
	float: left;
	padding: 0 14px 0 5px;
	margin: 0 1px;
	height: 22px;
	line-height: 22px;
	cursor: default;
	color: #999;
	background: url(../images/pageBg.gif) 45px -10px no-repeat;
	border: 1px solid #ccc;
}

.page a.pre {
	padding: 0 5px 0 14px;
	height: 22px;
	background: url(../images/pageBg.gif) 5px 8px no-repeat;
}
.page a.now {
	border: 1px solid #fd6d01;
	background: #ffede1;
	color: #fd6d01;
	font-weight: 700;
}
.page .etc{
	float: left;
	margin: 0 5px;
}

.page a:hover {
	border: 1px solid #fd6d01;
	color: #fd6d01;
}
/*Page Css End*/