

/*翻页按钮*/
.pageList{
	text-align:center;
}
.all-page{
    margin:20px auto 0; 
	font-size:13px; 
	line-height:30px;
	display:inline-table;
}
.all-page .items li a{
	width:35px;
	height:33px;
	line-height:33px;
	border:1px solid #c9c9c9;
	border-right:0;
	text-align:center;
	display:block;
	background:#ffffff;
	font-family:"Helvetica Light","SimSun";
}

/*鼠标悬停时样式*/
.all-page .items li a:hover{
	background:#eeeeee;
	text-decoration:none;
}

/*选中的样式*/
.all-page li.active{
	background:#4da37a; 
	color:#ffffff; 
	border:1px solid #4da37a;
	width:35px;
	height:33px;
	line-height:33px;
	text-align:center;
}

/*上下翻页*/
.all-page li.prev a,
.all-page li.next a{
	width:80px;
}
.all-page li.prev a{
	border-radius:2px 0 0 2px;
}
.all-page li.next a{
	border-right:1px solid #c9c9c9;
	border-radius:0 2px 2px 0;
}
.all-page li.disabled a,
.all-page li.disabled a:hover{
	cursor:not-allowed;
	border:1px solid #c9c9c9;
    background-color:#FBFBFB;
    color:#C9C9C9;
}

/*总页数样式*/
.all-page .total{
	margin:0 10px;
	line-height:33px;
}
.all-page .form .text{
	line-height:33px;
}
/*输入框样式*/
.all-page .form .input{ 
	width:45px; 
	height:33px;
	line-height:33px;
	border:1px solid #cccccc; 
	text-align:center;
	margin-left:10px;
	margin-right:5px;
	border-radius:2px;
}
/*确定按钮样式*/
.all-page .form .btn{ 
	width:58px;
	height:30px;
	line-height:30px;
	margin-left:10px;
}
