#products_search_box {
    min-width: 300px;
}

#products_search_box_autocomplete_container {
    height: 36px;
    max-width: 400px;
    position: relative;
    background: #fff url(../images/search.png) right center no-repeat;
    border: 1px solid black;
    width: 100%;
    text-align: left;
}

#products_search_autocomplete_keyword {
    position: absolute;
    outline: none;
    border: none;
    height: 30px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    color: #575757;
    font-size: 1em;
    font-family: inherit;
    top: 1px;
    left: 1px;
}

#products_search_results {
    width: 100%;
    background: white none repeat scroll 0% 0%;
    border: 1px solid black;
    z-index: 9999;
    position: absolute;
    top: 38px;
    display: none;
    height: 260px;
    overflow: auto;
    margin-left: -1px;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.52);
}

#products_search_results ul {
    padding: 4px;
    list-style-type: none;
    font-family: inherit;
    font-size: 1em;
}

#products_search_results ul li table {
    width: 100%;
    font-size: 13px;
    height: 51px;
}

#products_search_results ul li table tr td:first-child {
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

#products_search_results ul li table tr td:last-child {
    text-align: left;
    vertical-align: middle;
}

.products_search_autocomplete_error {
    display: block;
    text-align: center;
    font-family: inherit;
    font-size: 12px;
    color: grey;
}

.products_search_autocomplete_image {
    max-width: 45px !important;
    max-height: 45px !important;
    border: 1px solid #4f4f4f;
    display: block;
}

.products_search_autocomplete_title {
    font-weight: bold;
}

.products_search_autocomplete_price {
    font-weight: bold;
    display: block;
}

.products_search_autocomplete_price .amount,
.products_search_autocomplete_price .currency_sign {
    color: black;
}

.products_search_autocomplete_price .currency_sign {
    padding-left: 2px !important;
}

#products_search_results ul li a {
    display: block;
    padding: 2px;
    text-decoration: none;
}

#products_search_results ul li a:hover {
    background-color: #ececec;
}

.products_search_autocomplete_price_description {
    padding-left: 8px !important;
    font-size: 11px !important;
    font-weight: normal;
}

#products_search_box_autocomplete_container label{
    display:none;
}