
.marka-ac, .model-ac, .typ-ac{
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.8); 
	/*visibility: hidden;*/
	display:none;
	width:15rem;
	font-family:Courier New;
	font-size:0.8rem;
	white-space: nowrap;
}
.marka-ac.open, .model-ac.open, .typ-ac.open{
	/*visibility: visible;*/
	display:inline;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 300px;
}
.ui-ul{
	font-family:Courier New;
	font-size:0.8rem;
	white-space: nowrap;	  
}