#divSuggestions /* the div that will be placed next to the search box */
{	
    color: #222222;
    left: -6px !important;
    position: absolute;
    top: 26px !important;
    width: 281px;
    z-index: 999999999;
}
.yui-ac-content{
	border-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 0 2px 2px #ccc;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* W3C */
}
#divSuggestions .yui-ac-content /* the content that will be placed inside the div */
{
	opacity: 1;
	overflow: hidden;
	text-align: left;
	z-index: 9999;
}
#divSuggestions ul /* the list of suggestions */
{
	letter-spacing:0em; /* letter spacing */
	margin:0; /* margins for the ul */
	width:100%; /* size relative to the content */
	padding:0;
}

#divSuggestions li /* a suggestion */
{
	white-space:wrap; /* break/don't break lines beyond the end of the li */
	color: #666;
    cursor: pointer;
    font-size: 12px;
    list-style: none outside none;
    padding: 7px 10px 7px 25px;
    text-transform: capitalize;
}
#divSuggestions li b{
	color:#9d6416;
}
#divSuggestions li.ACQueryItem /* a suggestion */
{
	line-height:13pt; /* default line height for suggestions */
}
#divSuggestions li.ACQueryItem li{
	margin:15px 0;
	
}
#divSuggestions li.ACProductItem
{
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
	cursor: pointer;
	position: relative;
	padding: 7px 10px;
}
#divSuggestions li.ACProductItem:first-child{
    border-top: 1px solid #ddd;
}
#divSuggestions li.ACProductItem table{
	width:225px;
	margin:3px 0;
}
#divSuggestions li.ACQueryItem u, .ACproductText u {
text-decoration: none;
}


#divSuggestions li.ACHeaderItem {
display: none !important;
}


#divSuggestions li.yui-ac-highlight /* highlighted suggestion */
{
	background-color:#f6f2ea; /* background color for highlighted content */
	color:#111; /* color for highlighted content */
}

table.ACproduct {
}

.ACProductImageCell
{
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
}
img.ACProductImage /* product's image */
{
	width:45px; /* width */
	height:45px; /* height */
	border: 1px solid #DCDCDC;
}
.Seperator /* Seperator between products */
{
display: none;
}