div.ac_results {
	position: absolute;
	background: #eee url('/img/home_search_results_bg.png') scroll no-repeat -2px 0;
	color: #222;
	border: 2px solid #999;
	border-top-width: 0;
	width: 341px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	z-index:99999;	
}

/*.ac_results {
	padding: 0px;
	border: 1px solid black;
	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 li {
	margin: 0px;
	padding: 2px 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;
}*/
*/
/*.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

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

dl {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
dt {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
div.ac_results div.first {
	border-bottom: 2px solid #e8e8e8;
	clear: left;
	overflow: hidden;
	width: 100%;
}
div.ac_results dl.last { border-bottom: 0 none; }
div.ac_results dl strong {
	font-weight: bold;
	color: #222;
}
div.ac_results dt {
	float: left;
	padding-left: 10px;
	color: #888;
	padding-top: 5px;	
}
div.ac_results dd {
	background-color: #f8f8f8;	
	border-left: 2px solid #e8e8e8;
	padding: 0 5px;
	float: right;
	width: 229px;
}
div.ac_results dl.first dt, 
div.ac_results dl.first dd.first { margin-top: 2px; }
div.ac_results dd.first { padding-top: 5px; }
div.ac_results dd.last {	padding-bottom: 5px; -moz-border-radius-bottomright:8px;}
div.ac_results dl.last dd.last {
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
div.ac_results dd a:link, 
div.ac_results dd a:visited {
	display: block;
	color: #222;
	padding: 2px 0 2px 10px;
	cursor: pointer;
} 
div.ac_results dd a:hover { 
	background-color: #f88844; 
	border-bottom: 0 none;
} 
div.ac_results dd a:active {
	background-color: #ffcaaa;
	color: #000;
	border-bottom: 0 none;
}
div.ac_results dd.seeall a:link,
div.ac_results dd.seeall a:visited {
	color: #999;
	font-style: italic;
}
div.ac_results dd.seeall a:hover {
	color: #fff;
}
div.ac_results.ac_over {
	background-color: #FF8A4A;
}
