.ac_results {
	padding: 5px;
	
	height:350px;
	width:400px;
	background: #32a9d5;
	overflow: hidden;
	z-index: 99999;
	
	
	 -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5); 
            -moz-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
             box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
              -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	      /*  -moz-border-radius-topleft: 0px;-webkit-border-top-left-radius: 0px;border-top-left-radius: 0px;*/
	       
	       padding:10px; 
	/*----- ÑÒÈËÜ âûâîäà grad-glass - â ôàéëå _all_grads.css       */
	border: 1px solid #fff;
    background: rgb(238,238,238);
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1)));
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
	       
	
}

.ac_results ul {
	width: 100%;
	height:350px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color:white;
}

.ac_results li {
	margin: 0px;
	padding: 5px;
	cursor: default;
	display: block;
	border-bottom:dotted 1px black;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	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_results li div {width:66px;overflow:hidden;text-align:center;background:white;
    padding:0px;   margin:2px; border: solid 1px steelblue;

}
.ac_results li div img, .ac_results li  img{margin: 5px;border:sold 1px steelblue;}
.ac_results li a {font:bold 12px arial, tahoma;}

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

.ac_odd {
	
}

.ac_over {
	background-color: #fabdbf;
	border-left: solid 0px white;
	color: black;
}
