﻿
#suggestResults {
	z-index: 100000;
	top: 20px;
	left: 0px !important;
}


.suggestList {
	width: 202px;
	background: #fdfdfd;
	position: absolute;
	border: 1px solid #eeeff1;
	z-index: 10000;
	top: 25px;
}
.suggestList li {
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #eeeff1;
	height: 1%;
}
.suggestList li a {
	display: block;
	padding: 4px 10px;
	color: #404040;
	font-size: 11px;
	background-color:#fff;
}
.suggestList li.active a, .suggestList li a:hover {
	background: #edeef0;
	color: #c00;
}
