.addac_result {
	position: absolute;
	width: 96%;
	padding: 0;
	margin: 0;
	margin-top: -1px;
	border-top: 0px;
	overflow: hidden;
	border: 1px #CCC solid;
	z-index: 999;
	max-height: 400px;
	overflow-y: auto;
	background: #fff;
	color: #333
}

.addac_result div {
	padding: 5px;
	border-bottom: 0.5px solid #ccc;
	font-size: 12px;
	height: auto;
	width: 100%;
	clear: both;
	position: relative;
	cursor: pointer
}

.addac_result div:hover {
	background: #229ac8;
	color: #fff
}

/*input[name*=address_2], input[name*=city], input[name*=postcode], select[name*=country_id], select[name*=zone_id] {*/
/*	pointer-events: none;*/
/*	background: #eee*/
/*}*/

/*J3
.addac_result { position:absolute; width:96%; top:100%; padding:0;margin:0; margin-top:-1px; border-top:0px; overflow:hidden; border:1px #CCC solid; z-index:999; max-height:400px; overflow-y:auto; background:#fff; color:#333}
.addac_result div { padding:5px; border-bottom:0.5px solid #ccc; font-size:12px; height:auto; width:100%;clear:both;position:relative; cursor:pointer}
.addac_result div:hover {background:#229ac8; color:#fff}
input[name*=address_2], input[name*=city], input[name*=postcode], select[name*=country_id], select[name*=zone_id]{pointer-events:none;background:#eee}
*/
