.ac_results {
	padding: 0px;
    border: 5px solid #b1b3b2;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    width: 251px!important;
    box-sizing: border-box;
	z-index:9999999;
}

.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;
	width:100%;
	box-sizing:border-box;
	font: menu;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
	border-bottom: 1px solid #d8d9d9;
}

.ac_results li.jpcode {
	background: #dce6f2;
}
.ac_results li.jpcode.ac_over{
	background:#eaeaea;
} 

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #f0f3f7;*/
}

.ac_over {
	background-color: #eaeaea;
	color: #000000;
}
.autocomplete_more {
	color: #0071cf;

	font-size: 11px;
}
.ac_title{
	color: #fff;
	/*background-image:url(/home/image/bg_ac_title.jpg);*/
	background-repeat:repeat-x;
	background-color:#adb5be;
}
.ac_title div{
	font-weight:bold;
	font-size:12px;
}

footer#main_footer + div{
	height:auto;
}


 @media only screen and (max-width: 767px){
.ac_results{
    width: 100%!important;
    left: 0%!important;
	top: 116px!important;
 }
 }