.typeahead, .tt-query, .tt-hint {
height: 28px; line-height: 28px; border: 1px solid #F60; font-size: 18px; padding: 2px; min-width:600px;
}

.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
	border: 1px solid #0097CF;
}
.tt-query {
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
}
.tt-hint {
	color: #999999;
}
.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	/*border-radius: 8px;*/
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 600px;
}
.tt-suggestion {
/*	font-size: 24px;
	line-height: 24px;*/
	padding: 3px 20px;
}

.tt-suggestion a {color:#000000; text-decoration:none;}

.tt-suggestion.tt-is-under-cursor, .tt-suggestion.tt-is-under-cursor a {
	background-color: #f55020;
	/*background-color: #0097CF;*/
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 2px;
}
