@charset "utf-8";

.kkpager {
	clear: both;
	color: #999;
	padding: 35px 20px 5px 0px;
	font-size: 13px;
	width: 1180px;
	float: inherit!important;
	background-color: white;
}

.kkpager a {
	float: left;
	border: 1px solid #ccc;
	display: inline;
	padding: 4px 10px;
	margin-right: 5px;
	cursor: pointer;
	background: #fff;
	text-decoration: none;
	color: #999;
	line-height: 18px;
}

.kkpager span {
	font-size: 16px;
}

.kkpager span.disabled {
	float: left;
	display: inline;
	padding: 5px 10px;
	margin-right: 5px;
	border: 1px solid #DFDFDF;
	background-color: #FFF;
	color: #DFDFDF;
	line-height: 18px;
}

.kkpager span.curr {
	float: left;
	display: inline;
	padding: 4px 11px;
	margin-right: 5px;
	border: 1px solid #108ee9;
	background: #108ee9;
	color: #f1f1f1;
	line-height: 18px;
}

.kkpager a:hover {
	border: 1px solid #108ee9;
	background-color: #108ee9;
	color: #f1f1f1;
}

.kkpager_gopage_wrap {
	position: relative;
	left: 0px;
	top: -2px;
}

.kkpager_btn_go {
	width: 50px;
	height: 25px;
	border: 1px solid #DFDFDF;
	overflow: hidden;
	line-height: 140%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	cursor: pointer;
	background-color: white;
	color: #777;
	position: relative;
	left: 0px !important;
	display: inline-block;
	border-radius: initial;
	border-radius: 3px;
	top: -3px;
	font-size:14px!important;
}

.kkpager_btn_go:hover {
	border-color: #108ee9;
	background-color: #108ee9;
	color: #f1f1f1;
}

input.kkpager_btn_go_input {
	width: 50px;
	height: 25px;
	color: #999;
	text-align: center;
	margin-left: 1px;
	border: 1px solid #DFDFDF;
	position: relative;
	left: 0;
	top: 0;
	outline: none;
	border-radius: 3px;
}

.kkpager .pageBox {
	float: right;
}

.kkpager .infoTextAndGoPageBtnWrap {
	line-height: 25px;
}

.kkpager .spanDot {
	float: left;
	margin-right: 5px;
}

.kkpager .currPageNum {
	color: #FD7F4D;
}

.kkpager .infoTextAndGoPageBtnWrap {
	padding-top: 5px;
}
.smallSize
{
	font-size:14px!important;
}