#LSResult {
    padding: 0px;
    width: 100%;
}

#LSShadow {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    font: normal 11px Tahoma, sans-serif;
    border: 1px solid black;
    z-index: 1;
    position: absolute;
    width: 247px;
}

.LSRow {
    padding: 1px 2px 1px 2px;
    background-color: white;
    color: black;
    height: 15px;
    overflow: hidden;
}

.LSRow span {
    text-decoration: none;
}

.LSRow a {
    display: block;
    text-decoration: none;
}

#LSHighlight, #LSHighlight span, div.LSRow:hover, div.LSRow:hover span, div.LSRow_over, div.LSRow_over span {
    background-color: #638EE2;
    color: white;
    text-decoration: none;
    height: 15px;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

span.lssearchquery {
    float: left;
}

span.lscount {
    float: right;
    text-align: right;
    color: #00aa00;
    white-space: nowrap;
}



