@charset "utf-8";
/* CSS Document */

.ac_input {
	width:					200px;
}

.ac_results {
	background-color:		window;
	border:					1px solid windowframe;
	overflow:				hidden;
	padding:				0px;
}

.ac_results ul {
	list-style-image:		none;
	list-style-position:	outside;
	list-style-type:		none;
	margin:					0pt;
	padding:				0pt;
	width:					100%;
}

.ac_results iframe {
	display:				block;
	height:					3000px;
	left:					0pt;
	position:				absolute;
	top:					0pt;
	width:					3000px;
	z-index:				-1;
}

.ac_results li {
	cursor:					pointer;
	display:				block;
	font-family:			"Lucida Grande",Arial,Verdana,sans-serif;
	font-size:				10px;
	margin:					0px;
	overflow:				hidden;
	padding:				2px 5px;
	width:					100%;
}

.ac_loading {
	background:				transparent url(/images/indicator.gif) no-repeat scroll right center;
}

.ac_over {
	background-color:		highlight;
	color:					highlighttext;
}
