@charset "utf-8";
.pagination {
    text-align: center;
    padding-top: 30px;
}
.pagination a {
    border: 1px solid #CCCCCC;
    color: #8698b6;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 1px;
    padding: 0 8px;
    background: none repeat scroll 0 0 #ffffff;
    font-size: 12px;
}
.pagination a:hover, .pagination a.active {
    background: none repeat scroll 0 0 #3454bf;
    border-color: #3454bf;
    color: #FFFFFF;
    font-weight: bold;
}