.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	width:200px !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	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: menu;
	font-size: 10px;
	/*
	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;
	color: #333;
}

.ac .loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac .odd {
	background-color: #eee;
}

.ac .over {
	background-color: #0A246A;
	color: white;
}

/*#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
        color:#000000;
	padding: 5px;
	opacity: 0.85;}
#tooltip h3, #tooltip div { margin: 0; }*/

/*=======================================
* Tooltips
* ======================================*/
.tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index: 2000;
   color: #000000;
   background-color: #eee;
   border: 1px solid #111;
   font-size: 11px;
   width: 300px;
   top : 0;
   left:-300px;
   line-height: 18px;
   text-align: left;
}

   .tooltip h3{
      margin: 0 0 5px;
      text-align: left;
   }




