.divpager
{
    margin: 0px auto;
    clear: both;
    float:right;
}

.page-pagination a
{
    float: left;
    display: block;
    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
{
    float: left;
    display: block;
    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 input
{
    width: 40px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #999999;
    border: #c1c1c1 solid 1px;
    float:left;
}
.page-pagination font
{
    font-size: 12px;
    font-family: Tahoma;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 2px 5px;
    vertical-align: top;
    float:left;
}
