/* 翻页列表　开始*/
p.page_link {
	clear:both;
	margin-left:20px;
}
.page_link span{
	padding:0px;
	margin:0px;
	border:none;
}

.page_link p {
	padding:0px;
	margin:0px;
	vertical-align:middle;
	padding-left:40px;
	height:40px;
}


span.page_link_now {
	padding:0px;
	margin:0px;
	display:inline-block;
	width:18px;
	border:#ccc solid 1px;
	background:#F30;
	text-align:center;
	color:#fff;
	margin-right:5px;
	overflow:hidden;
	height:22px;
	line-height:22px;
}
span.page_link_next, span.page_link_last, span.page_link_pre, span.page_link_pre {
	text-indent:-999px;
}
.page_link_first a {
	text-indent:-44px;
	_text-indent:-45px;
}


span.page_link_next a,.page_link_next a {
	background:url(../../Public/TypesPic/next.gif)  center 8px no-repeat;
	/**background:url(../../Public/TypesPic/next.gif)  center -0px no-repeat;*/
}
span.page_link_last a,.page_link_last a {
	background:url(../../Public/TypesPic/last.gif) center 8px no-repeat;
	/**background:url(../../Public/TypesPic/last.gif)  center -0px no-repeat;*/
}
.page_link_pre a {
	background:url(../../Public/TypesPic/previous.gif) center 8px no-repeat;
	/**background:url(../../Public/TypesPic/previous.gif)  center -0px no-repeat;*/
}
.page_link_first a {
	background:url(../../Public/TypesPic/first.gif) center 8px no-repeat;
	/**background:url(../../Public/TypesPic/first.gif)  center -0px no-repeat;*/
}

.page_link a {
	border:#ccc solid 1px;
	margin:0px 4px;
}
.page_link_a a{ 
display:inline-block; height:20px;
	width:18px;
	text-align:center;
	color:#006;
	font-size:13px;
    line-height:22px;
	height:22px;
	overflow:hidden;
}
.page_link_first a, .page_link_pre a, .page_link_next a, .page_link_last a {
	display: inline-block;
	margin:0px 4px;
	height:22px;
	width:16px;
	line-height:18px;
	border:#ccc 1px solid;
	overflow:hidden;
}

.page_link img {
	vertical-align:middle;
}
/* 翻页列表　结束*/