.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; */
}


    .autocomplete { width: 200px; height: 50px; overflow:auto; }
    .autocomplete a { cursor: pointer; text-decoration: none; }
    .autocomplete a:hover { background : #c0c0c0; }


.ac_odd {
	background-color: #eee;
}

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

/* #acd { position: absolute; top: 35px; left: 55px; z-index: 101; background : #FFF; border: 1px solid #ddd; padding: 7px 12px; } */


#ipc-header-src-block #acd {
	width:400px;
	display: none; 
	position: absolute; 
	z-index: 101; 
	background : #fff; 
	border: 1px solid #ddd;
	height:auto;
}

#ipc-header-src-block #acd a {
	display:block;
	padding:12px 9px;
	color:#454545;
	border-bottom: 1px dotted #f3f3f3;
	border-left:1px solid #fff;
}
#ipc-header-src-block #acd a:hover {
	background:#f9f9f9 !important;
	border-left:1px solid #29abe2;
}
