﻿
/*-----------记录翻页展示-------------------------------*/
.page_nav{
	margin:10px 0 0 0;
      font: 12px/1.5 Microsoft YaHei,Arial;
  color: #333;
}
.page_nav ul.pageUL {
	float:right;
	padding:0 5px 0 0;
}
.page_nav ul.pageUL li {

	float:left;
	list-style:none outside none;
	text-align:center;
	margin:0 5px;
    padding:0;
    height:initial;
}
.page_nav  li {

	float:left;
	margin:0px;
	list-style:none outside none;
	text-align:center;

}
.page_nav li.total_page {
	color:#333333;
	padding-right:20px;
	line-height:28px;
}
.page_nav li.total_page i {
	color:#FF0000;
	font-style:normal;
}
.page_nav li.curr_page {
	width:25px;
	display:block;
	height:25px;
	line-height:25px;
	background-color:#ffede1;
	color:#f50;
	font-weight:bold;
	border:1px solid #fd6d01;
}
.page_nav li a {
	width:25px;
	height:25px;
	display:block;
	line-height:25px;
	text-align:center;
	border:1px solid #dedede;
	text-decoration:none;
	color:#717171;
}
.page_nav li a:hover {

	color:#fd6d01;
	display:block;
	width:25px;
	height:25px;
	line-height:25px;
	background-color:#fff;
	border:1px solid #fd6d01;
	text-decoration:none;
}
.page_nav li.prev_page a {
	background: url(/Images/arrow_button.png) -171px -13px no-repeat;
	width:55px;
	padding-right:10px;
	white-space:nowrap;
	text-indent:12px;
	display:block;
}
.page_nav li.next_page a {
	background: url(/Images/arrow_button.png) right 5px no-repeat;
	width:55px;
	padding:0 10px 0 0;
	white-space:nowrap;
}
.page_nav li.prev_page a:hover,.page_nav li.next_page a:hover{
	width:55px;
	padding:0 10px 0 0;
	white-space:nowrap;
	background-color:#fff;
}
/*-----------记录翻页展示 End---------------------------*/