﻿div.ac_results
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #bec2b5;
	border-left-color:		#bec2b5;
	border-right-color:		#bec2b5;
	border-bottom-color:	#bec2b5;
	border-top-color:		#bec2b5;	
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				101;
	background-color:		#fff;	
}
div.ac_results ul
{
	padding-left:0;
	}

div.ac_results li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				15px;
	line-height:			1.5em;
}

div.ac_results li.ac_even li.ac_odd
{
	background-color:		#444;
	color:					#000;
}
div.ac_results  li.ac_odd
{
	background-color:		#f0f2ed;
	color:					#000;
}

div.ac_results span.ac_results
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

div.ac_results li.ac_over
{
	color:#fff;
	background-color:#ff7800;					
}