.bold-text 
{

   font-weight: bold;
   background-color: yellow;
}

.ac_results {

	border: 1px #ccc dashed;
	background-color: #ffffff;
	overflow: hidden;
	font-family:Arial;
	font-size:12px;
	color: #666;
	//clip:  rect(   ); 
	font-style: normal; 
	font-weight: normal; 
	z-index: 1;
 	margin:0!important;
	//line-height:200%!important;
}



.ac_results div {


	list-style-position: inside;
	list-style: block;
font-family: Able,Arial; 
	font-size: 9pt; 
	font-style: normal; 
	z-index: 100;
	

}



.ac_results li {

	margin-left: -35px!important;

	padding: 2px 5px;

	cursor: default;

	display: block;

	/* 

	if width will be 100% horizontal scrollbar will apear 

	when scroll mode will be used

	*/

	width: 100%;
	font-family: Able,Arial;
	font-size: 9pt; 
	font-style: normal; 
	z-index: 100;
	overflow: hidden;

}



.ac_loading {

	background: white url('indicator.gif') no-repeat!important;
}

.ac_odd {

	background-color: #eee;
}



.ac_over {

	background-color: #BFDFFF;
	background-color:#ffdddd!important
	color: #000000;
    //left:0;
}