
.typeahead {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	display: none;
	float: left;
        min-width: 266px;
	width:auto; 
	/*padding: 5px 0;*/
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

}
.typeahead  li{overflow:hidden; position:relative; min-width: 266px; width:auto; border:none; text-align: left; }

.typeahead  li  a {
	display: block;
	text-indent:10px;
	/*padding: 3px 20px;*/
	clear: both;
	font-weight: normal;
	width:100%;
	height: 36px;
	line-height: 36px;
	color: #000;
	min-width:256px;
	/*white-space: nowrap;*/
}

.typeahead > li > a:hover,
.typeahead > li > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
}

.typeahead > .active > a,
.typeahead > .active > a:hover,
.typeahead > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	outline: 0;
}

