.ac_results {
	padding: 0px;
	border: 2px solid gray;
	background-color: white;
	overflow:visible;
	z-index: 99999;
	/*width:400px;*/
}

.ui-autocomplete {
	padding: 0px;
	border: 2px solid gray;
	background-color: white;
	overflow:visible;
	z-index: 99999;
	/*width:400px;*/
	width:380px;
}

.ac_results h3 
{
    /*background-color:#CDD8E3;*/
	color:#273F79;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	padding: 7px 5px 5px 10px;
	margin: 0px;
	text-align:center;
}

.ui-autocomplete h3 
{
	/*color:#273F79;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;*/
	color:#00B7E4;
	font-family: 'RobotoRegular';
	font-size:22px;
	font-weight:normal;
	/*padding: 7px 5px 5px 10px;*/
	padding: 10px 5px 10px 0;
	margin: 0px;
	/*text-align:center;*/
	text-align:left;
}

.ac_results h4 
{
    /*background-color:#CDD8E3;*/
	/*color:#273F79;*/
	color:#000;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	padding: 7px 5px 5px 10px;
	margin: 0px;
	text-align:right;
}

.ui-autocomplete h4
{
    /*background-color:#CDD8E3;*/
	color:#273F79;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	/*padding: 7px 5px 5px 10px;*/
	padding: 12px 5px 20px 10px;
	margin: 0px;
	text-align:right;
	display:block;
	float:right;
}

.ac_results a
{
    color:#000000;
	/*font-family:Arial;
	font-size:13px;*/
	text-decoration:underline;
	margin:0px 15px 0px 0px;
	/*padding: 7px 5px 10px 10px;*/
}

.ui-autocomplete a
{
    color:#000000;
	/*font-family:Arial;
	font-size:13px;*/
	text-decoration:underline;
	margin:0px 15px 0px 0px;
	/*padding: 7px 5px 10px 10px;*/
}

.ac_results a:hover
	{text-decoration:underline}
	
.ui-autocomplete a:hover
	{text-decoration:underline}

.ac_results ul {
	/*width: 400px;*/
	list-style-position:outside;
	list-style:none;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

.ui-autocomplete .ui-menu .ui-widget .ui-widget-content .ui-corner-all ul{
	/*width: 400px;*/
	list-style-position:outside;
	list-style:none;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

.ac_results li {
	margin: 0px 10px 0px 10px;
	padding: 2px 5px;
	border-bottom:2px solid black;
	/*border-left:2px solid black; 
	border-right:2px solid black;*/
	cursor:default;
	display:block;
	
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*font: menu;*/
	font-family: Verdana;
	font-size: 12px;
	/*color: #FF7F01;*/
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 15px;
	
	/*font-variant:small-caps;*/
	overflow:hidden;
}

.ui-autocomplete li {
	margin: 0px 10px 0px 10px;
	padding: 2px 5px;
	/*border-bottom:2px solid black;*/
	border-bottom:1px solid #00B7E4;
	cursor:default;
	display:block;
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	overflow:hidden;
}

/*.ac_loading {
	background: white url('http://ch.travelgenio.com/Content/201/css/kit.gif') right center no-repeat;
}*/

.ui-autocomplete-loading { background: white url('../../images/TG/201v2/kit.gif') right center no-repeat; }

.ac_odd {
	background-color: white;
	/*width: 400px;*/
}

.ui-menu-item {
	/*background-color: white;*/
	/*width: 400px;*/
}

.ac_over {
	background-color:#eef3fb;
	color: black;
	font-weight:bold;
	/*width: 400px;*/
}

#ui-active-menuitem {
	/*background-color:#eef3fb;
	color: black;
	font-weight:bold;*/
	color:#00B7E4;
	font-weight:normal;
	background-color: none !important;
}

.ui-corner-all li a
{
	font-family: Verdana;
	/*font-size: 12px;*/
	font-size: 14px;
	color:#fff;
	line-height: 15px;
}