/*Autocomplete*/
.ac_results {
	padding: 1px;
	width:300px;
	font-family: tahoma;
	border:1px solid #CDD1D8;
	border-right:2px outset #9da1a6;
	border-bottom:2px outset #9da1a6;

	background-color: #ffc;
	overflow: hidden;
	color:#000;
	position:absolute;
	font-size: 8pt;
}

.ac_results ul {
/*
	width:100%;
*/
	-width:auto;
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.ac_results li {
	display:block;
	padding: 1px 2px;
	text-align:left;
	
/*
	width:100%;
	-width:auto;
*/
	white-space: nowrap;
	color: #404040;
	overflow: hidden;
}
.ac_results li div.ac_line {
	overflow: auto;
	padding:0px 4px;
}
.ac_results li div.ac_line span.ac_left {
	float:left;
}
.ac_results li div.ac_line span.ac_right {
	float:right;
}

.ac_results li.ac_over {
	background-color: #7690B2;
	color:#fff;
	cursor:pointer;
}
.ac_results li.ac_over * {
	color:#fff;
}
.ac_results iframe {
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_loading {
	background : #d9eefb url('../img/ajax-loader-small.gif') right center no-repeat;
}
#ac_loading {
	position:absolute;
	width:115px; -width:120px;
	height:20px;
	background : #d9eefb transparent url('../img/ajax-loader.gif') right center no-repeat;
}
