#autocomplete {
    width: 490px;
}

.autocomplete-suggestions {
    cursor: default;
    border: 1px solid #999; 
    background: #FFF; 
    overflow: hidden;
    width: 488px;
    height: 340px;
}

.autocomplete-suggestions strong { 
    font-weight: bold; 
    color: #000; 
}

.autocomplete-selected { 
    background: #E7E6E6; 
}

.autocomplete-suggestion {
    font-family: Arial;
    font-size: 12px;
    cursor: pointer;
    padding: 5px 0 5px 7px; 
    white-space: nowrap; 
    overflow: hidden;
}

div#div_suggest_left .autocomplete-suggestion {
    margin-right: 10px;
}    

.autocomplete-group { 
    padding: 8px 6px; 
    background-color: #f6f6f6; 
    color: #a29c9e; 
    font-family: Arial; 
    font-size: 12px;
    margin: 0 0 7px 0;
}

.other-group {
    margin-top: 4px;
}

a.autocomplete-display-all {
  float: right;
  color: #e7459b;
  text-decoration: underline;
  cursor: pointer;
}

div#div_suggest_left {
    float: left;
    width: 240px;
    height: 338px;
}

div#div_suggest_right {
    width: 240px;
    height: 338px;
    display: inline-block;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #b7b3b3;
}

div#div_suggest_right .autocomplete-suggestion, #div_suggest_right > div.autocomplete-suggestion > strong{
    color: #e7459b;
}

img.suggestionImg {
    vertical-align: middle; 
    margin-right: 10px; 
    border: 1px solid #e299b7;
}

span.autocomplete-suggestion-top {
    display: inline-block;
    vertical-align: middle;
}

span.autocomplete-suggestion-top-brand {
    display: block;
    text-align: left;
    color: #a29c9e;
    font-size: 11px;
}
  
span.autocomplete-suggestion-top strong {
    color: #e7459b;
}

div.autocomplete-no-result {
    padding: 10px 8px 0 8px;
    font-family: Arial;
    font-size: 13px;
    color: #888888;
}

/*
div#div_suggest_right div.autocomplete-suggestion {
    margin-bottom: 1px;
}
*/