@charset "UTF-8";
/* CSS Document */

div#vr-autocomplete-results {

}

#vr-autocomplete-results .yui-ac {
	position:relative;
	font-family:arial;
	font-size:100%;
}
#vr-autocomplete-results .yui-ac-input {
	position:absolute;
	width:100%;
}
#vr-autocomplete-results .yui-ac-container {
	position:absolute;
	top:1.6em;
	width:100%;
}
#vr-autocomplete-results .yui-ac-content {
	position:absolute;
	width:100%;
	border:1px solid #808080;
	background:#fff;
	overflow:hidden;
	z-index:9050;
}
#vr-autocomplete-results .yui-ac-shadow {
	position:absolute;
	margin:.3em;
	width:100%;
	background:#000;
	-moz-opacity:.10;
	opacity:.10;
	filter:alpha(opacity=10);
	z-index:9049;
}
#vr-autocomplete-results .yui-ac iframe {
	opacity:0;
	filter:alpha(opacity=0);
	padding-right:.3em;
	padding-bottom:.3em;
}
#vr-autocomplete-results .yui-ac-content ul {
	margin:0;
	padding:0;
	width:100%;
}
#vr-autocomplete-results .yui-ac-content li {
	background:none;
	margin:0;
	padding:2px 5px;
	cursor:default;
	white-space:nowrap;
	list-style:none;
	zoom:1;
	color: #000000;
}
#vr-autocomplete-results .yui-ac-content li.yui-ac-prehighlight {
	background:#B3D4FF;
}
#vr-autocomplete-results .yui-ac-content li.yui-ac-highlight {
	background:#426FD9;
	color:#FFF;
}

#vr-autocomplete-results .yui-ac .yui-ac-bd ul {
	margin:0;
	padding:2px;
	background-color:#CCC;
}
#vr-autocomplete-results .yui-ac .yui-ac-bd ul li {
	list-style:none;
	padding:0 0 0 2px;
	margin:0;
}
