.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	position:relative;
}

.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_linksWrapper {
	padding: 7px 4px;
	border:none !important;
}

.ac_links {
	font-size:13px;
	cursor:pointer;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 97%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.ac_over, .aw_results ol a:hover {
	background: #4597e9 url(../../images/jQuery/listHoverBg.jpg) bottom left repeat-x;
	color: #fff;
	text-decoration:none;
}

.aw_results_toolbar ol a:hover {
	background: none;
	color: #000;
	text-decoration:none;
}

.aw_results ol li:hover { color:#FFF; }
.aw_results_toolbar ol li:hover { color:#000; }

.aw_results ol li{
	*margin-left:-40px
}

.ac_over, .aw_results ol a {
	margin-left:-44px;
	*margin-left:-34px;
	padding:6px 5px 8px 44px;
	display:block;
	border-bottom: 1px dotted #CCC;
	text-decoration:none;
	outline:none;
}

.aw_results ol {
	*padding-left:0px;
}

.aw_results ul {
	list-style:none;
	position:relative;
	height:28px;
	margin-bottom:0;
	margin-top:5px;
}

.aw_results ul {
	*margin-left:0px
}

.aw_results ul li {
	position:absolute;
	top:6px;
	list-style: none;
}

.ac_results #jqNoResultsFound { margin-top:0 !important }

.ac_results #jqNoResultsFound .ui-state-error {
	border:none;
	font-size:13px;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
}

.ac_results #jqNoResultsFound .ui-state-error p {
	margin: 0 !important;
	padding: 6px 0;
}
