﻿/**Page分页style**/
.jkc_pages
{
    /**  display: block;      float: right;      line-height: 20px;      margin: 10px;      width: 93%;  **/
    width: 97%;
    height: 26px;
    float: right;
    margin: 5px 0px 0px;
    border: 1px solid #DDDDDD;
    background: none repeat scroll 0 0 #F7F7F7;
    padding: 4px 10px 0px;
}
.j_ad1
{
    float: none;
    width: 848px;
    margin: 10px auto;
}
.jkc_pages input.itext
{
    width: 30px;
    line-height: 20px;
    height: 20px;
    border: 1px #ccc solid;
    margin-right: 3px;
    text-align: center;
}
.jkc_pages .pageHover
{
    color: #1569c7;
}
.jkc_pages .count
{
    float: left;
}
.jkc_pages .number
{
    float: right;
}
.jkc_pages .inputPage
{
    float: right;
}
.jkc_pages .inputPage .ibutton
{
    margin: 0px 5px;
    background: #d7d4cf;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 0px 2px;
}
.jkc_pages .number span
{
    background: #ffffff;
    color: #000000;
    border: 1px solid #BBBBBB;
    float: left;
    margin: 0px 3px;
    padding: 0px 6px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.jkc_pages .number span.prew
{
    /*      background: url(../skin/pageCount_prew.gif) no-repeat 5px center;     padding-left: 15px; */
}
.jkc_pages input.page_btn
{
    width: 38px;
    height: 18px;
    cursor: pointer;
    border: none;
    background: url(../skin/pageCount_input.gif) no-repeat;
}
.jkc_pages .number span.next
{
    /*     background: url(../skin/pageCount_next.gif) no-repeat 50px center;     padding-right: 15px; */
}
.jkc_pages .number span.hover
{
    background: #d900b2;
    height: 20px;
    display: block;
    color: #fff;
}
.jkc_pages .number span:hover
{
    background: #d900b2;
    color: #fff;
}
.jkc_pages .number span a
{
    height: 20px;
    display: block;
    color: #000000;
}
.jkc_pages .number span a:hover, .jkc_pages .number span a:visited
{
    height: 20px;
    display: block;
    text-decoration: none;
}

.jkc_pages .number span.pagesbg, .jkc_pages .number span.pagesbg a
{
    background: #000;
    width: 51px;
    height: 20px;
    display: block;
    color: #fff;
}


