.ac_results {
	padding: 0px;
	border: 1px solid #dadcdb;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type:none !important ;
	list-style:none !important;
	list-style-image:none !important;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	background-image:none !important;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background: #dadcdb  !important;
	background-image:none !important;
}


.ac_even {background: #efedee  !important;}
.ac_even  strong { color:#cd0900; font-weight:normal; font-size:12px;}

.ac_odd strong { color:#cd0900; font-weight:normal; font-size:12px;}

.ac_over {
	background:#797979  !important;
	color: white;
	background-image:none !important;
}


.ac_over strong { color:#cd0900; font-weight:normal; font-size:12px;}

.chozen { color:#990000;}

.s_button { background:#6b6b6b; border:none; padding:3px; }

.s_input { background:#dadcdb; border: solid 1px #dadcdb; padding:3px; width:163px; }