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

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

.ac_results li {
	margin: 0 5px;
	padding: 4px 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 solid #c6c6c6;
}

.ac_results li img {
    margin: 0 10px 0 0;
    float: left;
    width: 60px;
}

.ac_results li .right {
    float: left;
    text-align: left !important;
    width: 272px;
}

.ac_results li .right .name {
    margin: 20px 0 4px 0;
    font-size: 14px;
}

.ac_results li .right .cat {
    display: block;
    font-style: italic;
    color: #808080;
}


.ac_loading {
}

.ac_odd {
	/*background-color: #eee;*/
}

.ac_over {
	/*background-color: #0A246A;*/
	/*color: white;*/
    background-color: #EEE;
}
