.ac_results {
	padding: 5px;
	border: 1px solid #bdbdbd; margin:10px 0 0 11px; *margin:0;
	background-color: #fff; width:200px;
	/*overflow:auto;
	min-height:80px; height:auto; height:200px;*/

}
.ac_results img{border: 1px solid #bdbdbd; margin:0 10px 0 0; float:left;}
.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	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:200px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block; float:left;
	width:210px;
	font: menu; font-weight:bold;
	font-size: 12px; border-bottom:dotted 1px #ccc;
 
}

.ac_loading {
	background : Window url('../images/loading.gif') right center no-repeat;
}

.ac_over {
	background-color:#f4f4f4;
	color:#353535;
}
