
/*·ÖÒ³Æ÷*/
.pager {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    color: #666666;
}

    .pager a {
        display: inline-block;
        height: 30px;
        min-width: 30px;
        text-align: center;
        line-height: 30px;
        position: relative;
        text-decoration: none;
        color: #333;
        font-size: 12px;
        margin: 0 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-border-radius: 4px;
        background: #edebeb;
        border: 1px solid #cccccc;
    }

    .pager .num_btns {
        float: right;
        font-family: Tahoma;
    }

    .pager .oran_pg_cur {
        background: #2566f4;
        border: 1px solid #2566f4;
        color: #fff;
        cursor: default;
    }

        .pager .oran_pg_cur:hover {
            background: #2566f4;
            border: 1px solid #2566f4;
            color: #fff;
            text-decoration: none;
        }

    .pager a:hover {
        background: #f2f2f2;
        text-decoration: none;
    }

    .pager .cust_txt {
        margin-left: 10px;
    }

    .pager .oran_pg_fp {
        background-color: #fff;
        /*padding-right: 9px;*/
    }

    .pager .oran_pg_pp {
        background-color: #fff;
        width: 60px;
    }

    .pager .oran_pg_np {
        background-color: #fff;
        width: 60px;
    }

    .pager .oran_pg_lp {
        background-color: #fff;
    }

    .pager select {
        font-size: 12px;
        height: 22px;
    }

    .pager .oran_pg_txt {
        width: 30px;
        margin-left: 5px;
        height: 28px;
        line-height: 28px;
        border: 1px solid #c1c1c1;
        color: #333;
        text-align:center;
    }

    .pager .oran_pg_btn {
        display: inline-block;
        height: 30px;
        min-width: 30px;
        text-align: center;
        line-height: 30px;
        position: relative;
        text-decoration: none;
        background: #2566f4;
        border: 1px solid #2566f4;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        margin-left: 5px;
    }

        .pager .oran_pg_btn:hover {
            cursor:pointer;
        }
