.paginator_main_panel {
    height: 30px;
    width: 100%;
    background-color: #DBDDE0;
    float: right;
}

.paginator_sorter {
    width: 140px;
    height: 20px;
    margin: 5px;
    position: relative;
}

.paginator_buttons {
    height: 22px;
    width: 20px;
    background-color: #00873c;
    text-align: center;
    padding: 8px 5px 0;
    color: white;
    cursor: pointer;
}

.paginator_buttons.big {
    width: 50px;
}

.paginator_buttons:hover {
    color: black;
}

.paginator_buttons.disabled:hover, .paginator_buttons.selected:hover {
    color: white;
}

.paginator_buttons.disabled {
    background-color: #142537;
    cursor: default;
    display: block;
}

.paginator_buttons.selected {
    background-color: #142537;
    cursor: default;
}

.paginator_label {
    padding: 8px 5px 0;
    margin: 0 5px;
}

.paginator_page_no {
    height: 20px;
    width: 40px;
    text-align: center;
    padding: 0;
    border-width: 5px;
    vertical-align: middle;
}

.paginator_page_total {
    width: 60px;
}

.paginator_hits_total {
    color: #00873c;
    padding-left: 0;
    margin-left: -7px;
}

.float_left {
    float: left;
}

.hidden {
    display: none;
}

.float_right {
    float: right;
}

.cursor_hand {
    cursor: pointer;
}

.disabled {
    display: none;
}
