@CHARSET "UTF-8";

.categories {
    padding-left: 0;
}

.categories li {
    list-style: none;
    font-weight: 300;
}

.categories > li {
    margin: 5px 0;
    font-weight: 700;
}

.categories li ul {
    padding-left: 0;
    margin-bottom: 10px;
}

.categories li.active > a {
    color: red;
}

.product-row{
    margin-bottom: 100px;
}

.product-row a:hover {
    opacity:0.75;
}


#autocomplete {
    width:200px;
    margin-right:10px;
    height:30px;
}

#search {
    cursor:pointer;
}


.autocomplete-suggestions {
    border: 1px solid lightgray;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor:pointer;
}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
