
.ac_results {  padding: 0px;	border: 1px solid #B1AEAE;	border-top:none; background-color: white;	overflow: hidden;	z-index: 99999;	}
.ac_results ul {width: 100%;	list-style-position: outside;	list-style: none;	padding: 0;	margin: 0;}
.ac_results label {	background: #840303;	color: #fff;	text-decoration: none;	padding: 8px 0px 8px 12px;	float:left;	width:100%;font-weight:bold;}

.ac_results div {	font-size: 12px;	color: #4d4d4d;	font-weight:normal;}
.ac_results img {	padding-right:10px;}
.ac_results .event_title {    color: #1C1C1C;    float: none;    font-size: 12px;    font-weight: bold;    margin-bottom: 3px;}
.ac_results li {margin: 0px;		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;	color: #1C1C1C;    float: none;    font-size: 13px;    font-weight: bold;   	padding:8px 0px 8px 12px;	border-bottom:1px #d6d6d6 solid;    }

.ac_loading {	background: white url('indicator.gif') right center no-repeat;}

