/* custom styles for multiple stacked instances with custom formatting */
#example1 { 	width: 150px;
z-index:9000; } /* z-index needed on top instances for ie & sf absolute inside relative issue */

.autocomplete .yui-ac-highlight .sample-quantity,
.autocomplete .yui-ac-highlight .sample-result,
.autocomplete .yui-ac-highlight .sample-query { color:#FFF; 
z-index: 1;}
.autocomplete .sample-quantity { float:right; } /* push right */

.autocomplete .sample-result { color:#A4A4A4; }
.autocomplete .sample-query { color:#000;   	font-weight: bold;
}

.autocomplete .yui-ac-highlight { background:#b1c09c; }
.autocomplete ul {
	padding-top: 0px;
	padding-left: 0px;
}

#ysearchcontainer1 
{
	width: 202px;
}

