@charset:urf-8;
/*分页样式*/
div.pager {
    float: left;
    width: 97%;
    height: 50px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    margin: 3px;
    padding-top: 3px;
    text-align: right;
    font-size: 14px;
}
.pages_bar {
    height: 40px;
    padding-bottom: 9px;
    padding-top: 21px;
    text-align: right;
}
div.pager a {
    font-size: 14px;
    border: #aaaadd 1px solid;
    padding: 8px 11px;
    margin: 2px;
    color: #000099;
    text-decoration: none;
}
div.pager span.current, div.pager .current_page {
    border: RGB(0,80,140) 1px solid;
    padding: 9px 12px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
    background-color: RGB(0,80,140);
}
label.btn_gray_s {
    height: 23px;
    padding-left: 1px;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background: url(../../images/new/btn_bg.png) 0 -170px no-repeat;
}
label.btn_gray_s input {
    margin: 0px;
    padding: 0px 7px 0px 7px;
    height: 23px;
    line-height: 24px;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    border: none;
    vertical-align: bottom;
    background: url(../../images/new/btn_bg.png) right -193px no-repeat;
}