.divpager
{
    margin: 20px auto;
    clear: both;
    text-align: center;
}

.page-pagination a
{
    display: inline-table;
    padding: 0px 8px;
    border: solid 1px #e5e5e5;
    margin-right: 5px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    color: #787878;
    background: url(page-menu.png) repeat-x left 0px;
    font-size: 12px;
}
.page-pagination a:hover
{
    border: solid 1px #262626;
    color: #fff;
    background: url(page-menu.png) repeat-x left -75px;
}
.page-pagination span
{
    display: inline-table;
    padding: 1px 8px;
    border: solid 1px #a91a1f;
    margin-right: 5px;
    line-height: 23px;
    text-align: center;
    background: url(page-menu.png) repeat-x left -75px;
    color: #fff;
    font-weight: 600;
}

.page-pagination font
{
    font-size: 12px;
    font-family: Tahoma;
    display: inline-table;
    height: 23px;
    line-height: 23px;
    padding: 2px 5px;
    vertical-align: top;
    float:left;
}
