﻿
/*分页样式*/
.pageNavBar {
    background-color: #FFF;
    height: 40px;
    text-align: right;
    vertical-align: middle;
    padding-right: 7px;
    border-top: solid 0px #DDD;
}

.pagelist {
    clear: both;
    display: block;
    margin: 3px 0 20px 1px;
}

    .pagelist:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .pagelist .l-btns {
        display: block;
        float: left;
        /*margin: 2px 5px 0 4px;*/
        margin: 2px 5px 0 0px;
        padding: 0 10px;
        border: 1px solid #dbdbdb;
        height: 28px;
        overflow: hidden;
    }

        .pagelist .l-btns span {
            font-size: 14px;
            color: #333;
            line-height: 28px;
        }

        .pagelist .l-btns .pagenum {
            display: inline-block;
            margin: 0 5px;
            padding: 0 5px;
            border: 1px solid #dbdbdb;
            border-top: 0;
            border-bottom: 0;
            width: 30px;
            height: 28px;
            line-height: 28px;
            font-size: 14px;
            color: #333;
            text-align: center;
            vertical-align: top;
            overflow: hidden;
            outline: none;
        }

div.default {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei",Verdana;
    font-size: 14px;
}

    div.default a, div.default span {
        display: block;
        float: left;
        margin: 2px 0 0 -1px;
        padding: 4px 12px;
        line-height: 20px;
        /*height: 20px;*/
        height: 28px;
        border: 1px solid #e1e1e1;
        background: #fff;
        color: #333;
        text-decoration: none;
    }

        div.default span:first-child {
            border-left: 1px solid #e1e1e1;
        }

        div.default a:hover {
            color: #666;
            background: #eee;
        }

        div.default span.current {
            /*color: #01478d;*/
            color: #333333;
            background: #eee;
            border-color: #e1e1e1;
        }

        div.default span.disabled {
            color: #999;
            background: #fff;
        }
