.ac_results {
	overflow: hidden;
    margin:-1px 1px 15px 1px; 
    border:1px solid #c4c4c4; 
    background:#fff; 
    overflow-y:auto; overflow-x:hidden;
    max-height:200px;
	width: 186px;
}

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

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:100%;
}

.ac_results li {
    background:url(/img/common/bg_dotline.gif) bottom repeat-x; line-height:25px;
    line-height:25px; 
    padding:2px 2px 2px 7px;
    text-decoration:none;
	margin: 0px;
	cursor: pointer;
	display: block;
	overflow: hidden;
    text-align:left;
}

.ac_loading {
	background : Window url('/img/common/indicator.gif') right center no-repeat;
}

.ac_over {
}
