/* CSS Document */
#acbox{
	width:700px;
	float:left;
	padding-left:10px;
	font-size:11px;
}
#acbox1{
	width:700px;
	float:left;
	margin-top:15px;
	text-align:center;
	color:#333333;
	vertical-align:text-bottom;
}
#acbutton{
	width:700px;
	float:left;
	margin-top:15px;
	text-align:center;
	margin-right:100px;
}
#acnew{
	width:700px;
	float:left;
	margin-top:10px;
	background:#f5f5f5;
}
#acnew1{
	width:700px;
	height: 30px;
	float:left;
	margin-top:10px;
	border-bottom:#d5d5d5 1px solid;
}
#acnew1text1{
	width:340px;
	float:left;
	padding-top:3px;
	padding-left:20px;
	color:#666666;
	font-weight:bold;
	text-align:left;
}
#acnew1text2{
	width:340px;
	float:left;
	text-align:left;
}
#acbox2{
	width:340px;
	float:left;
	padding-top:3px;
	padding-left:20px;
	background:#f5f5f5;
	color:#666666;
	font-weight:bold;
	text-align:left;
}
#acbox3{
	width:340px;
	float:left;
	background:#f5f5f5;
	text-align:left;
}

.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('/images/ajax/ajaxloader.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

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