.

.ac_results {
	padding: 0px;
	border-top:none;
	margin-left:-2px;
	margin-top:5px;
	/*overflow: hidden;border: 1px solid #a1a9b6;
	z-index: 99999;*/
	color:#515151;
	
}
*html .ac_results {
	padding: 0px;
	border-top:none;
	margin-left:-2px;
	margin-top:4px;
	/*overflow: hidden;border: 1px solid #a1a9b6;
	z-index: 99999;*/
	color:#515151;
	
}
.ac_results ul {
	width: 402px;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color:#ffffff;
	border:1px #e7499d solid;
	border-top:none;

}

.ac_results li {
	margin:auto;
	padding: 5px 5px;
	cursor: pointer;
	display: block;

	/* background:#ffffff url(/images/search/ico.gif) left top no-repeat;
	
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	width:390px;
	font-size: 12px;
	line-height:18px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
}

.ac_loading {
	background-color: #ffffff;
}

.ac_odd {
	background-color: #f5f5f5;
}

.ac_over {
	background-color: #ff81a6;
	color: white;
}
.ac_event
{
	/*background-color: #ffffff;*/
	}
	
.ac_data
{
	color:#ff0000;
	}

