#result {
	height:20px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px;
	margin-bottom:10px;
	background-color:#c8c8c8;;
}
#search-autocomplete{
	padding:3px;
	border:1px #CCC solid;
	font-size:17px;
}
.suggestionsBox {
	position: absolute;
	left: 0px;
	top:14px;
	margin: 26px 0px 0px 0px;
	width: 214px;
	padding:0px;
	background-color: #000;
	border-top: 3px solid #000;
	color: #ccc;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
	border-bottom:1px dotted #666;
	cursor: pointer;
}
.suggestionList ul li a{
	text-decoration:none;
	color:#fff;
}
.suggestionList ul li.project a{
	text-decoration:none;
	color:#ff8040;
}

.suggestionList ul li.project {
	border-bottom:1px dotted #666;
	color:#ff8040;
}
.suggestionList ul li:hover {
	background-color: #383838;
}
.suggestionList ul li.project:hover {
	background-color: #4a2500;
}
.suggestionList ul li a:hover {
	color:#ff8040;
}
.suggestionList ul li.project a:hover {
	color:#FFF;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0;
	margin:0;
}

.load{
background-image:url(../img/loader.gif);
background-position:right;
background-repeat:no-repeat;
}

#suggest {
	position:relative;
}
