.pageNav {
	display: inline-block;
	line-height: 36px;
	font-size: 13px;
	color: #999;
}
.pageNav .totaltxt{
	font-size: 13px;
    color: #999;
    font-family: "����";
    font-weight: normal;
    background: none;
    border: none;
    width: auto !important;
}

.pageNav  input.pagevalue{
    border:1px solid #ccc;
    width:39px;
    height:23px;
    position: relative;
    line-height: 23px;
}
.pageNav a.pagesubmit{
    background: none;
    border:1px solid #ccc;
    color: #404040;
    margin-left: 10px;
    padding:3px 10px;
    background: #fff;
    cursor: pointer;
    
}
.pageNav a.pagesubmit:hover{
	background: #007cee;color:#fff;
	border:1px solid #019eef;
}
.pageNav .previous{
	width:36px;height:36px;background: url(../../../image/downloadResource.png) no-repeat -97px -2px;overflow: hidden;
}

.pageNav .previous:hover{
	background:url(../../../image/downloadResource.png) no-repeat -97px -36px;
}
.pageNav .nextpage{
    width:36px;height:36px;background: url(../../../image/downloadResource.png) no-repeat -70px -2px;overflow:hidden;
}
.pageNav .nextpage:hover{
    background: url(../../../image/downloadResource.png) no-repeat -128px -2px;
}

.pageNav label{
    font-family: arial;cursor:pointer;width:36px;height:36px;float: left;border:1px solid #ccc;line-height:36px;text-align: center;color:#cccccc;margin:0px;padding:0px;margin-right:5px;
}
.pageNav label a{
	font-size:14px !important;
    color: #6e6e6e;
    display:inline-block;
    width:100%;
    height:100%;
}
.pageNav label:hover {
    background: #eeeeee;color:#EEEEEE;
}
.pageNav label:hover a{
	color:#6e6e6e;
}
.pageNav .previous a{
    padding:10px 35px;
}
.pageNav .nextpage a{
    padding:10px 35px;
}
.pageNav span{
	font-size:14px; 
	font-family: arial;
	cursor:pointer;
	width:36px;
	height:36px;
	float: left;
	line-height:36px;
	text-align: center;
	margin:0px;
	padding:0px;
	margin-right:5px;
    border:1px solid #3388ff;
    background: #3388ff;
    color:#fff;
}