.ac_results {
    padding: 0px;
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: hidden;
    z-index: 1000;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

.ac_results li {
    position:relative;
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.ac_loading {
    background : Window url('/published/SC/html/scripts/waclub/livesearch/img/autocomplete_indicator.gif') right center no-repeat !important;
}

.ac_over {
    background-color: #F8F8F8;
    color: #000;
}

div.livesearch-info span.all-results, #switcherHighlight{
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.livesearch-row{
    margin: 10px 0;
    width: 380px;
}

.livesearch-image, .livesearch-info{
    float: left;
    padding: 5px;
}

.livesearch-image{
    width: 80px;
    text-align: center;
}
.livesearch-info{
    width: 280px;
    text-align: left;
    padding: 5px;
}

.livesearchResults span.livesearch-product-name{
    font-size: 14px;
}
.livesearch-price{
    width: 280px;
    color:red;
    text-align: right;
    font-size: 16px;
}

.what-found{
    margin-bottom: 0px;
}

.highlight{
    background-color: #ffff00;
}