.ac_results {
	padding: 0px;
	margin: 0;
	border: none;
	overflow: hidden;
  	background: none;
	width: 214px !important;
	z-index: 999999
}

.ac_results div{
	position: relative;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ac_results ul {
	width: 203px !important;
	list-style: none;
	background: #ffffff;
	padding: 0;
	margin: 0;
	border-left: 1px solid #cccccc;
}

.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:3000px;
  
}

.ac_results li {
	margin: 0px;
	padding: 2px 11px;
	cursor: pointer;
	display: block;
	width: 180px;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_results li.catheader{
	font-weight: bold;
	font-size:13px;
	border-top: 1px dashed #cccccc;
    cursor: default;
}

.ac_loading {
	background : #AFD2FD url('../Images/loader.gif') right center no-repeat;
}

.ac_over {
	background-color: #f2f2f2;
	color: black;
	padding: 2px 11px;
	width: 200px;
}
