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

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

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
.submut-button{
	padding: 10px 10px 10px 30px;
	background-image: url(/images/glass-icon.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	background-color: #9a7121;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2), 0 2px 3px rgba(255,255,255,0.6) inset;
	border:1px solid rgba(0,0,0,0.1) !important;
	color:#FFF !important;
	font-size: 14px !important;
	text-align: center;
	margin:10px auto -50px;
	display:block;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.ac_input{
	background-color:rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.6);
    font-family: Open Sans;
    font-size: 13px;
    margin: 0 auto;
    padding: 5px;
}
.submut-button:hover{background-color:#a87d2b !important;}
.submut-button:active{background-color:#7f5b15 !important; box-shadow:none;}

/* flights **********************************************************************************************/
#OpodoQuickFlightSearch {
	padding-left: 0;
	}
#OpodoQuickFlightSearch h2{
	font-family: 'Open Sans';
	color:rgba(0,0,0,0.5) !important;
	text-align: center;
	text-shadow: 1px 1px rgba(255,255,255,0.5);
}
#OpodoQuickFlightSearch form {
	margin:0; padding:0; 
	}
#OpodoQuickFlightSearch br {
	clear: both; line-height: 0; height: 0;
	}
#OpodoQuickFlightSearch hr {
	background-color: #f7f7e7; color: #f7f7e7; border: 0; border-top: 1px solid #000000; height:1px;  opacity: .15; filter: alpha(opacity=15); margin:0; padding:0;
	}
#OpodoQuickFlightSearch label {
	width:75px; float:left; text-align:right; color:rgba(0, 0, 0, 0.5);
        font-size:14px;font-weight:normal;
        font-family: 'Open Sans';padding:4px 6px 0 0;
	}
#OpodoQuickFlightSearch select {
	font-size:11px;margin: 4px 0;
	}
#OpodoQuickFlightSearchSubmit input {
	margin: 20px 0 0px 160px;
	border: 0;
	}
/* cars **********************************************************************************************/	
#OpodoQuickCarSearch {
	display: none; padding-left: 10px;
	}
#OpodoQuickCarSearch form {
	margin:0; padding:0; 
	}
#OpodoQuickCarSearch br {
	clear: both; line-height: 0; height: 0;
	}
#OpodoQuickCarSearch hr {
	background-color: #f7f7e7; color: #f7f7e7; border: 0; border-top: 1px solid #000000; height:1px;  opacity: .15; filter: alpha(opacity=15); margin:0; padding:0;
	}
#OpodoQuickCarSearch label {
	width:75px; float:left; text-align:right; color:#000000;padding:4px 6px 0 0;
	}
#OpodoQuickCarSearch input {
	border:1px solid #CCCCCC; font-size:11px;font-family: Verdana, Arial, Helvetica, sans-serif; margin: 4px 0; text-indent:3px;
	}
#OpodoQuickCarSearch select {
	border:1px solid #CCCCCC; font-size:11px;font-family: Verdana, Arial, Helvetica, sans-serif; margin: 4px 0;
	}
#OpodoQuickCarSearchSubmit input {
	margin: 15px 0 0 160px;
	border: 0;
	}