.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: auto;
	z-index: 99999;
}

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

.ac_results li {
	margin: 0px;
	padding: 2px 0px;
	cursor: default;
	display: block;
	aborder:solid 1px red;
	/* 
	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;
}

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

.ac_odd {
	background-color: #eee;
}

.ac_even {
	background-color: #ffffff;
}

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

#closeMain {
	background: url('../../images_local/bgreen.gif') repeat;
	width:222px !important;
}

#closeMain a {
	display:block;
	height:20px;
	background: #86afc6 url('../../images_local/close.gif') right no-repeat;
	width:220px;
	cursor:pointer;
}

#closeMain a:hover, #closeMain a:active {

	background: #86afc6 url('../../images_local/close-hover.gif') right no-repeat;
	width:220px;
}

#theOptions {
	border-top:solid 1px #000000;
	width:220px;
	display:block;
	z-index:99;
	background: url('../../images_local/bgreen.gif') repeat-x;
	height:20px;
}

#moreOptions a {
	display:block;
	height:20px;
	width:69px;
	border:solid 0px red;
	float:left;
	background: #ffffff url('../../images_local/add-more.gif') no-repeat;
	cursor:pointer;
}

#moreOptions a:hover, #moreOptions a:active {
	background: #ffffff url('../../images_local/add-more-hover.gif') no-repeat;
	width:69px;
}

#searchNow a {
	display:block;
	height:20px;
	width:70px;
	border:solid 0px blue;
	float:right;
	background: #ffffff url('../../images_local/search.gif') no-repeat right;
	cursor:pointer;
}

#searchNow a:hover, #searchNow a:active {
	background: #ffffff url('../../images_local/search_hover.gif') no-repeat right;
	width:70px;
}


