.header-fixed #divSuggestions /* the div that will be placed next to the search box */
{
	top: 41px !important;
	left: 170px !important;
}

#divSuggestions /* the div that will be placed next to the search box */
{
	position:absolute; /* the div's position will be set by placing it next to the search box */
	z-index:9050; /* z-index for the div */
	font-family:Arial; /* font for the suggestions */
	font-size:11px; /*font-size for the div */
	top: 95px !important;
	left: 270px !important;
	color:black; /* color for the div */
	width:200px; /* width of the div */
	text-decoration: none;
}


#divSuggestions.scroll > div.yui-ac-content{
	left : 31px;
}


#divSuggestions .yui-ac-content {
	background-color:white;
	border:1px solid #373737;
	left:0px;
	opacity:0.95;
	overflow:hidden;
	position:absolute;
	text-align:left;
	text-decoration:none;
	top:0;
	width:145px;
	z-index:9050;
	min-height: 450px;
}

#divSuggestions ul /* the list of suggestions */
{
	letter-spacing:0em; /* letter spacing */
	margin:0; /* margins for the ul */
	padding:2px 0; /* padding for the ul */
	width:100%; /* size relative to the content */
	text-decoration: none;
}

#divSuggestions li /* a suggestion */
{
	padding:0px 0px 0px 6px; /* padding for the suggestion */
	cursor:default; /* cursor type when hovering over a suggestion */
	white-space:wrap; /* break/don't break lines beyond the end of the li */
	cursor: pointer;
	background-image:none;
	text-decoration: none;
}

#divSuggestions li.ACQueryItem /* a suggestion */
{
	line-height: 13pt;
	text-decoration: none;
}

#divSuggestions li.ACProductItem
{
	line-height:10pt;		/* increase this value if names are long and text overlaps */
	cursor: pointer;
	background-color:White; /* background color for the product suggetions */
}

#divSuggestions li.ACHeaderItem /* a header */
{
	margin-bottom: 4px;
	background-color:#d80d10;/* background color for the suggestion's heder, ie: Queries, Products */
	font-size:10px; /* font size for the headers */
	color:#ffffff; /* color for the font */
	line-height:13pt; /* ling height for the headers */
	text-transform: uppercase;

}

#divSuggestions li.yui-ac-highlight /* highlighted suggestion */
{
	text-decoration: none;
}

.ACproductText /* a product suggestion */
{
	font-family:Arial; /* font for the suggestions */
	font-size:12px; /* font size for the product suggestions */
	color:black; /* font color for the product suggestions */
	vertical-align:top;
	padding-top:5px;
}

.ACProduct /* a product suggestion */
{
	width:100%;
	margin:0;
	padding:2;
}

.ACProductImageCell
{
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
}
img.ACProductImage /* product's image */
{
	width:45px; /* width */
	height:45px; /* height */
}
.Seperator /* Seperator between products */
{
	margin:2px 0px 0px 0px;
	width:95%;
	border-top:1px solid silver;
	font-size:1pt;
}
#divSuggestions li.ACQueryItem .ellipsis u{
	color: red !important;
	text-decoration: none;
}
#divSuggestions li.ACQueryItem:hover{
	text-decoration: underline;
	color: black;
	background: none;
}
#divSuggestions li.ACProductItem:hover{
	opacity: 0.5;
	color: black;
	background: none;
}
#divSuggestions li.ACProductItem{
	background: none;
}
.ACproduct .ACproductText .ellipsis b u{
	color: red !important;
}
.ACproduct .ACproductText u{
	text-decoration: none !important;
}