.ui-autocomplete {
	overflow-y:			auto;
	max-height:			400px;
	width:				463px;
}
.srchHilite {
	background:			#eaeaea;
}

.activeFilter {
	float:				right;
	color:				#9b0000;
	font-family:		tahoma;
	font-weight:		bold;
	cursor:				pointer;
	width:				16px;
	height:				16px;
}

#searchQuickResultsDiv {
	position:			absolute;
	top:				35px;
	z-index:			10000;
	width:				425px;
	max-height:			300px;
	background-color:	#fff;
	overflow-y:			auto;
	border:				solid 1px #555;
	border-top:			0;
	display:			none;
}

#searchQuickResultsDiv DIV.noResults {
	display:			block;
	padding:			2px;
	color:				#000;
	line-height:		30px;
	width:				100%;
	background-color:	#ffc7cf;
}
						

#searchQuickResultsDiv DIV A {
	display:			block;
	padding:			2px;
	color:				#000;
	height:				54px;
	width:				100%;
	border-bottom:		solid 1px #555;
	text-decoration:	none;
}

#searchQuickResultsDiv DIV A:hover {
	background-color:	#a6cdff;
}

#searchQuickResultsDiv DIV DIV.product {
	float:				left;
}

#searchQuickResultsDiv DIV DIV.image {
	float:				right;
	margin-left:		2px;
}

#searchQuickResultsDiv DIV A IMG {
	border:				solid 1px #fff;
	height:				48px;
}

#searchQuickResultsDiv DIV A .italic {
	font-style:			italic;
}