@charset "utf-8";
/* CSS Document */
/* Css writer: www.pallong.com */
/* Css writer: QQ 97659484 */
/* page begin*/
.page {
    margin: 20px 0 10px;
    text-align: center;
}

    .page a, .page span {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #e1e1e1;
        color: #333;
        display: inline-block;
        height: 20px;
        line-height: 20px;
        margin: 0 0 0 -1px;
        padding: 4px 12px;
        text-decoration: none;
    }

        .page span:first-child {
            border-left: 1px solid #e1e1e1;
        }

        .page a:hover {
            background: none repeat scroll 0 0 #eee;
            color: #666;
        }

        .page span.current {
            background: none repeat scroll 0 0 #8b5092;
            border-color: #e1e1e1;
            color: #fff;
        }

        .page span.disabled {
            background: none repeat scroll 0 0 #fff;
            color: #999;
        }
