/*
 * eCommerce Product Catalog Search
 * http://impleCode.com
 *
 * Copyright 2015 impleCode
 * Free to use under the GPLv3 license.
 * http://www.gnu.org/licenses/gpl-3.0.html
 *
 * Contributing author: Norbert Dreszer
 */

.attributes-search-filter{
    padding: 3px;
    margin-bottom: 5px;
    width: auto;
    max-width: 100%;
}

.product-sort-bar #product_search_form .attributes-search-filter{
    margin: 0 5px 0 0;
}

.letter-filter-label {
    padding: 3px;
    cursor: pointer;
    text-decoration: underline;
}

.letter-filter-label:hover {
    text-decoration: none;
}

.letter-filter-label.checked {
    text-decoration: none;
    font-weight: bold;
    cursor: text;
}

