#live-search-results {
    position: relative;
    display: none;
    text-align: left;
}

#live-search-results-container {
    position: absolute;
    top: 0;
    z-index: 1000;
    border: 1px solid #D8D8D8;
    width: 330px;
    left: -14px;
    background-color: white;
}

#live-search-results .bgAlt1 {
    background-color: #f9f9f9;
}

#live-search-results .bgAlt2 {
    background-color: #f3f3f3;
}

#live-search-results th {
    vertical-align: top;
    text-align: right;
    border-right: 1px solid #D8D8D8;
    font-size: 12px;
    font-weight: normal;
    color: #7f7f7f;
    padding: 4px;
    width: 100px;
}

#live-search-results td.suggestion {
    text-align: right;
    color: #7f7f7f;
    padding: 4px;
}

#live-search-results td.intro {
    text-align: right;
    color: #00A3E1;
    padding: 4px;
}

#live-search-results td.searchfor {
    cursor: pointer;
    text-align: right;
    padding: 4px;
    font-weight: bold;
}

#live-search-results ul {
    list-style-type: none;
    margin: 0;
}

#live-search-results li {
    margin: 0;
}

#live-search-results li a {
    display: block;
    width: 230px;
    padding: 4px;
    float: left;
}

#live-search-results li a span.img {
    margin-right: 4px;
    display: block;
    float: left;
    height: 30px;
    width: 44px;
    background-color: white;
    overflow: hidden;
    border: 1px solid #777777;
}

#live-search-results li a span.img img {
    padding: 1px;
    margin: -4px 0 0
}

#live-search-results li a span.title {
    font-weight: bold;
}

#live-search-results li a span.vendor {
    font-size: 9px; /*text-transform: uppercase;*/
}

#live-search-results span.term {
    color: #00A3E1;
}

#live-search-results .selected {
    background-color: #171312;
    color: white;
}

#live-search-results .selected a {
    background-color: #171312;
    color: white;
}

#live-search-results .selected span {
    color: white;
}
