/* CSS Document */
.ac_input {
	width: 110px;
}
.ac_results {
	width: 110px;
	background: #eee;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 90%;
	z-index: 101;
	border:1px solid #EEE;
}
.ac_results ul {
	width: 110px;
	text-align:left;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results iframe {
	display:none;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:auto;
	height:auto;
	filter:mask();
}
.ac_results li {
	width: 100px;
	padding: 2px 5px;
	border-bottom: 1px solid #FFF;
	color:#569545;
	text-decoration:none;
	font-weight:bold;
	
}
.ac_results a {
	width: 100%;
}
.ac_loading {
	background :url(../images/ico.loader.gif) right center no-repeat;
}
.over {
	background: #FFF;
}
.ac_results div {
	margin:0px;
	padding:0px;
}

.ac_results span.title{
	margin:10px 0px 0px 10px;
	padding:0px;
	color:#569545;
	text-decoration:none;
	font-weight:bold;
}

