.facetwp-facet {
    overflow: auto;
    font-size: 13px;
    margin-bottom: 40px;
    max-height: 160px;
}

.facetwp-checkbox {
    background: url(../images/checkbox.png) no-repeat;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

.facetwp-checkbox.checked {
    background: url(../images/checkbox-on.png) no-repeat;
}

.facetwp-pager-label {
    display: inline-block;
    margin-right: 12px;
}

.facetwp-page {
    display: inline-block;
    padding: 0px 4px;
    margin-right: 6px;
    cursor: pointer;
}

.facetwp-page.active {
    font-weight: bold;
    cursor: default;
}

.facetwp-loading {
    width: 32px;
    height: 32px;
    background: url(../images/ajax-loader.gif) no-repeat;
}

.dt-picker {
    display: none;
    position: absolute;
}

.dt-picker select {
    display: inline;
    width: 80px;
}

.dt-button {
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

/* Hierarchy facets */

.facetwp-depth .facetwp-depth {
    margin-left: 12px;
}

.facetwp-link {
    cursor: pointer;
}

.facetwp-link.checked {
    font-weight: bold;
    cursor: default;
}

.facetwp-toggle {
    cursor: pointer;
}

.facetwp-hidden {
    display: none;
}

/* Selections shortcode */

.facetwp-selections li {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-right: 20px;
    cursor: pointer;
}

.facetwp-remove-selection {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(../images/icon-close.png) no-repeat;
}