#kkpager {
  clear    : both;
  color    : #999;
  padding  : 5px 0;
  font-size: 13px;
  min-height: 40px
}

#kkpager a {
  float                : left;
  border               : 1px solid #ccc;
  display              : inline;
  padding              : 3px 10px;
  margin-right         : 5px;
  border-radius        : 3px;
  -moz-border-radius   : 3px;
  -webkit-border-radius: 3px;
  cursor               : pointer;
  background           : #fff;
  text-decoration      : none;
  color                : #999
}

#kkpager span.disabled {
  float                : left;
  display              : inline;
  padding              : 3px 10px;
  margin-right         : 5px;
  border-radius        : 3px;
  -moz-border-radius   : 3px;
  -webkit-border-radius: 3px;
  border               : 1px solid #dfdfdf;
  background-color     : #fff;
  color                : #dfdfdf
}

#kkpager span.curr {
  float                : left;
  border               : 1px solid #06f;
  display              : inline;
  padding              : 3px 10px;
  margin-right         : 5px;
  border-radius        : 3px;
  -moz-border-radius   : 3px;
  -webkit-border-radius: 3px;
  background           : #4f88e1;
  color                : #fff
}

#kkpager a:hover {
  border          : 1px solid #06f;
  background-color: #06f;
  color           : #fff
}

#kkpager span.normalsize {}

#kkpager_gopage_wrap {
  position: relative;
  left    : 0;
  top     : 0
}

#kkpager_btn_go {
  width                : 44px;
  height               : 24px;
  border               : 0;
  overflow             : hidden;
  line-height          : 140%;
  padding              : 0;
  margin               : 0;
  text-align           : center;
  cursor               : pointer;
  background-color     : #4f88e1;
  color                : #fff;
  position             : absolute;
  left                 : 0;
  *top                 : 2px;
  -moz-border-radius   : 3px;
  -webkit-border-radius: 3px;
  display              : none
}

#kkpager_btn_go_input {
  width                : 36px;
  height               : 21px;
  color                : #999;
  text-align           : center;
  margin-left          : 1px;
  margin-right         : 1px;
  border               : 1px solid #dfdfdf;
  position             : relative;
  -moz-border-radius   : 3px;
  -webkit-border-radius: 3px;
  left                 : 0;
  top                  : 0;
  *top                 : 2px;
  outline              : none
}

#kkpager_btn_go_input.focus {
  border-color: #4f88e1
}

#kkpager .pageBtnWrap {
  float   : left;
  /* left    : 27px; */
  position: relative
}

#kkpager .infoTextAndGoPageBtnWrap {
  float   : right;
  /* right   : 27px; */
  position: relative
}

#kkpager .spanDot {
  float: left;
  margin-right: 5px
}

#kkpager .currPageNum {
  color: #4f88e1
}

#kkpager .infoTextAndGoPageBtnWrap {
  padding-top: 5px;
  font-size  : 15px
}