/* ----[ Auto Complete ]---- */
.suggestions {
	position:absolute;
	text-align:left;
	background-color:#fff;
	z-index:9999999;
}
.suggestions ul {
	position:absolute;
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	background-color:#fff;
	border:1px dashed #ccc;
	width:183px;
	border-top:none;
}
.suggestions ul li {
	margin:0;
	padding:2px 5px;
	cursor:pointer;
}
.suggestions ul li a {
	width:100%;
	height:100%;
}
.hover {
	background-color:#EDF3DC;
}

