#divSuggestions {
     color: #000000;
     font-family: Verdana;
     font-size: 8pt;
     left: auto ! important;
     position: absolute;
     width: 300px;
     z-index: 9050;
}

#divSuggestions .yui-ac-content {
     background-color: #ebebeb;
     border: 3px solid #ffffff;
     left: 0px;
     overflow: hidden;
     position: absolute;
     text-align: left;
     top: 0px;
     width: 298px;
     z-index: 9050;
}

#divSuggestions ul {
     letter-spacing: 0em;
     margin: 0px;
     width: 100%;
}

#divSuggestions li {
     cursor: pointer;
}

#divSuggestions li.ACQueryItem {
     background-color: #3b3b3b;
     color: yellow;
     font: bold 12px "Trebuchet MS";
     padding: 2px 0px 2px 25px;
     text-transform: capitalize;
}

#divSuggestions li.ACProductItem {
     background-color: White;
     cursor: pointer;
     line-height: 10pt;
}

#divSuggestions li.ACProductItem tr:nth-child(2) {
     display: none;
}

#divSuggestions li.ACHeaderItem {
     background: url("/skin/frontend/enterprise/lancaster/images/bg-nav.jpg") repeat-x scroll 50% 50% transparent;
     color: #ffffff;
     font: 100 16px/38px "futura_ltcn_btlight";
     height: 38px;
     padding: 0px 20px;
     text-transform: uppercase;
}

#divSuggestions li.yui-ac-highlight {
    
}

.ACproductText {
     font: bold 12px "Trebuchet MS";
     padding-top: 5px;
     vertical-align: top;
     width: 100%;
}

.ACProduct {
     margin: 0px;
     width: 100%;
}

.ACProductImageCell {
     margin: 0px;
     padding: 0px 5px 0px 0px;
}

img.ACProductImage {
     height: 45px;
     width: 45px;
}

.Seperator {
     border-top: 1px solid silver;
     font-size: 1pt;
     margin: 2px 0px 0px;
     width: 95%;
}
