.ac_results {
width:100%;
overflow: hidden;

  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
background-color: #fff;
color: #999;
display: none;
opacity: 1;
padding: 0 0 8px 0px;
position: absolute;
right: 0;
left: 0;
top: 40px;
z-index: 4;

}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 8px 5px;
	cursor: default;
	display: block;
	/* 
	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;
	/*border-bottom: 1px dashed #eee;*/
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fbfbfb;
}

.ac_over {
	background-color: #0E90D2;
	color: #eee;
}

strong{
	color:#DD514C;
	font-weight: normal;
}
	.ac_over strong{
		color:#fff;
		font-weight: bold;
	}
	.mulu_style{
		/*color: #0E90D2;*/
		font-weight: bold;

	}
	.ac_over .mulu_style{
		color:#eee;
		font-weight: normal;


	}