/**************************************
 results
**************************************/
.as_results {
	position         : absolute;
	border           : 1px solid #79b;
	background-color : white;
	margin           : 0;
	padding          : 0;
	list-style       : none;
	display          : none;
	z-index          : 1000;
}
.as_results li {
	border           : 0px solid #79b;
	margin           : 0;
	height           : auto !important;
	padding          : 3px 5px;
	white-space      : nowrap;
	color            : #000;
	text-align       : left;
	overflow         : hidden;
	font-size        : 14px;
	line-height      : 1;
	position         : relative;
}
.as_over {
	cursor           : pointer;
	background-color : #36c;
	color            : #fff !important;
	text-decoration  : none;
}
