.checkout_item {
	display: inline-block;
	vertical-align: vat;
	font-size: 0.75em;
}

.ui-autocomplete {
	max-height: 9em;
	/*overflow-y: hidden;*/
	overflow-x: hidden;
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 0;
	z-index: 2;
}

.ui-autocomplete li {
	list-style-type: none;
	cursor: pointer;
	padding: 0.25em .5em;
}

.ui-autocomplete li:hover {
	background: #eee;
}

.city_autocomplete {
	width: 100%;
	position: absolute;
}