div.pages, div.buttons {
    float: left;
}

div.pages {
    padding: 5px;
}

div.pages a {
    display: block;
    width: 18px;
    height: 16px;
    text-align: center;
    float: left;
    color: #222222;
    border: 1px solid #ffffff;
}

div.pages a.normal {
    border-right: 1px solid #a4a4a4;
}

div.pages a.selected {
    color: #ba3339;
    font-weight: bold;
    background: url(/Templates/BonumGroup/Images/paging_active.gif) no-repeat;
}