
.plist-pages
{
    border-top: 1px solid #e4e4e4;
    border-style: dashed none none none;
    border-width: 1px 0 0 0;
    border-top-color: #e4e4e4;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    padding-top: 10px;
}
.pages
{
    color: #999;
    overflow: auto;
    line-height: 24px;
    text-align: right;
    margin-top:30px;
}
.pages .cpb, .pages a
{
    display: inline-block;
    text-decoration: none;
    padding: 0 5px;
    border: 1px solid #ddd;
    background: #ffff;
    margin: 0 2px;
    font-size: 12px;
    color: #000;
}
.pages a:hover
{
    background-color: #0B49A2;
    color: #fff;
    border: 1px solid #0B49A2;
    text-decoration: none;
}
.pages .cpb
{
    color: #fff;
    background: #0B49A2;
    border: 0px solid #0B49A2;
}

.pagetotal 
{
    text-align: left;
}