.brand-hidden {
    display: none;
}

.brand-filter-root {
    position: relative;
}

.brand-filter-root input {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.brand-filter-loader {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 5px;
    top: 50%;
    margin-top: -8px;
    background: url(./loading-mini.gif) no-repeat 50% 50%;
}

.brand-filter-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0;
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #999;
    background: #fff;
}

.brand-filter-dropdown-error {
    margin: 5px;
    color: #933;
}

.brand-filter-dropdown-close, .brand-filter-dropdown-close:hover {
    cursor: pointer;
    float: right;
    margin: 3px 3px 3px 3px;
    height: 18px;
    width: 18px;
    background: url(./cross.gif) no-repeat 50% 50%;
    border: none;
}

.brand-filter-dropdown-container {
    border: none;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.brand-filter-dropdown-container > li {
    cursor: pointer;
    padding: 4px;
    margin: 0;
}

.brand-filter-dropdown-container > li:hover {
    background: #e0e0e0;
}
