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

.ac_results ul {
	width: 180px;
	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('loading.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #66ccff;
	color: white;
}

/******* InfoRuta **********/

#infoRuta {
	width:230px;
	margin-left:200px;
	position:absolute;
	margin-top:0px;
	z-index:10;
	display:none;
	background-color:white;
}

#infoRuta #topp {
	width:230px;
	margin-bottom:-5px;
}

#infoRuta #topp #left {
	height:14px;
	width:14px;
	background:url('../poptext/images/cornerTL.gif') no-repeat;
	float:left;
}

#infoRuta #topp #center {
	height:14px;
	width:202px;
	background:url('../poptext/images/edgeT.gif') repeat-x;
	float:left;
}

#infoRuta #topp #right {
	height:14px;
	width:14px;
	background:url('../poptext/images/cornerTR.gif') no-repeat;
	float:left;
}

#infoRuta #middle {
	width:230px;
	clear:both;

}


#infoRuta #middle #center {
	width:216px;
 	_width:220px;
	_padding-top:3px;
	border-left:2px solid #33b5ff;
	border-right:2px solid #33b5ff;
	padding-left:5px;
	padding-right:5px;
}


#infoRuta #bottom {
	width:230px;
	clear:both;
}

#infoRuta #bottom #left {
	height:14px;
	width:14px;
	background:url('../poptext/images/cornerBL.gif') no-repeat;
	float:left;
}

#infoRuta #bottom #center {
	height:14px;
	width:202px;
	float:left;
	background:url('../poptext/images/edgeB.gif') repeat-x;
}

#infoRuta #bottom #right {
	height:14px;
	width:14px;
	background:url('../poptext/images/cornerBR.gif') no-repeat;
	float:left;
}