.ac_results {
	position: absolute;
        padding: 0px;
	border: 1px solid #a1d3e2;
	background-color: white;
	overflow-y: auto;
        overflow-x: hidden;
	z-index: 99;
        max-height: 300px;
        /*margin: 6px 0px 0px -6px;*/
        -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
        box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 4px 0px 5px 0px;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
        font-size: 11px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 130%;
	overflow: hidden;
        text-align: left;
        border-top: 1px solid #f7fdff;
        color: #333333;
}

.ac_results li a {
    color: #333333;
    text-decoration: none;
    display: block;
}
.ac_results li a:hover {
    
}
.ac_results li span span {
    font-weight: bold;
    color: #ef0000;
}
.ac_results li span.catg, .ac_results li span.trademark, .ac_results li span.product {
    font-weight: normal;
    font-size: 10px;
    color: #15b319;
    font-style: italic;
}
.ac_results li span.trademark {
    color: #15b1b3;    
}
.ac_results li span.product {
    color: #b1b1b1;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f8fbfc;
}

.ac_over {
	background-color: #e1f3f9;
	/*color: white;*/
}

