div.autocompleter-loading
{
	float:					left;
	clear:					right;
	background:				#fff;
	width:					20px;
	height:					16px;
}

ul.autocompleter-choices
{
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #777;
	background-color:		white;
	border-right-color:		#ddd;
	border-bottom-color:	#ddd;
	text-align:				left;
	font-family:			Arial, Geneva, Verdana, Helvetica, sans-serif;
	z-index:				50;
}

ul.autocompleter-choices li
{
	position:				relative;
	padding-left:			20px;
	padding-right:          6px;
	padding-top:            2px;
	padding-bottom:         3px;
	cursor:					pointer;
	font-weight:			normal;
	font-size:				1em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		yellow;
	color:					black;
}

ul.autocompleter-choices span.autocompleter-queried
{
	font-weight:			bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#500;
}

li.tagDrop {
    background: #fff url(/img/tag_blue.png) no-repeat 1px 2px;
}

li.brandDrop {
    background: #fff url(/img/tag_star.png) no-repeat 1px 2px;
}

li.productDrop {
    background: #fff url(/img/tag_next.png) no-repeat 1px 2px;
}

li.catDrop {
    background: #fff url(/img/tag_down.png) no-repeat 1px 2px;
}
#searchSuggest {
    position: absolute;
    z-index: 42000000;
    width: 277px;
    margin-left: 3px;
    clear: both;
    height: 0;
}