﻿.pager {
    color: #333333;
    height: 30px;
    line-height: 30px;
    margin: 0 0 6px;
    padding: 5px 10px 0 0;
}


.pagelist {
    clear: both;
    display: block;
    margin: 0 0 20px;
}

    .pagelist::after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .pagelist .l-btns {
        border: 1px solid #dbdbdb;
        display: block;
        float: left;
        height: 28px;
        margin: 0 5px 0 0;
        overflow: hidden;
        padding: 0 10px;
    }

        .pagelist .l-btns span {
            color: #333;
            font-size: 12px;
            line-height: 28px;
        }

        .pagelist .l-btns .pagenum {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: -moz-use-text-color #dbdbdb;
            border-image: none;
            border-style: none solid;
            border-width: 0 1px;
            color: #333;
            display: inline-block;
            font-size: 12px;
            height: 28px;
            line-height: 28px;
            margin: 0 5px;
            overflow: hidden;
            padding: 0 5px;
            text-align: center;
            vertical-align: top;
            width: 30px;
        }

div.default {
    font-family: "Microsoft YaHei",Verdana;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

    div.default a, div.default span {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #e1e1e1;
        color: #333;
        display: inline-block;
        height: 30px;
        line-height: 20px;
        margin: 0 0 0 -1px;
        padding: 4px 12px;
        text-decoration: none;
    }

        div.default span:first-child {
            border-left: 1px solid #e1e1e1;
        }

        div.default a:hover {
            background: none repeat scroll 0 0 #eee;
            color: #666;
        }

        div.default span.current {
            background: none repeat scroll 0 0 #74c213;
            border-color: #74c213;
            color: #fff;
        }

        div.default span.disabled {
            background: none repeat scroll 0 0 #fff;
            color: #999;
        }
