.page {
	margin:35px auto;
	color: #666;
	display: block;
	text-align: center;
}
.pageSpace{
	margin:35px auto;
	color: #666;
	display: block;
	text-align: center;
	min-height:500px;
	background:url("../../images/nodata.gif") no-repeat center center;
	display:none;
}
.page li {
	display: inline-block;
	min-width:35px;
	height:35px;
	cursor: pointer;
	color: #666;
	font-size: 14px;
	line-height: 35px;
	background-color: #f9f9f9;
	border: 1px solid #dce0e0;
	text-align: center;
	margin: 0 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
}

.xl-nextPage,
.xl-prevPage {
	width: 60px;
	color: #C08A4A;
	height: 28px;
}

.page li.xl-disabled {
	opacity: .5;
	cursor: no-drop;
}

.page li.xl-disabled:hover{
	background-color: #f9f9f9 !important;
	border: 1px solid #dce0e0 !important;
	color: #666 !important;
}

.page li.xl-active {
	background-color: #C08A4A;
	border-color: #C08A4A;
	color: #FFF
}

.page li:hover{
	background-color: #C08A4A !important;
	border-color: #C08A4A;
	color: #FFF
}

 .page li.xl-jumpText {
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
	opacity: 1;
}

.page li.xl-jumpText:hover{
	background-color: rgba(0,0,0,0) !important;
	border-color: rgba(0,0,0,0) !important;
}

.page li.xl-jumpButton{
	padding: 0 5px;
}

#xlJumpNum {
	width: 35px;
	height:35px;
	margin: 0 5px;
	border:#eee solid 1px;
	text-align:center;
	
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
}
input[type="number"]{
	-moz-appearance:textfield;
}