@import "basic";

.auto_complete {
	
	padding: 0px;
	border: 1px solid #666;
	min-width: 300px;
	background-color:  rgba(255,255,255,0.75);
	overflow: hidden;
	z-index: 99999;
	.border-bottom-radius(2px);
	.box-shadow(0 2px 2px rgba(0,0,0,0.5));
	ul {
	min-width: 300px;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	li {
		margin: 0px;
		padding: 2px 15px;
		padding-left:5px;
		cursor: default;
		display: block;
		font: menu;
		font-size: 10px;
		line-height: 16px;
		overflow: hidden;
		white-space: nowrap;
	}
	.selected {
	background-color: #f60;
	color: white;
}
}
