/* COMMON CLASSES */
.break {
	clear: both;
}
#suggestions {
	position: relative;
	margin-left:0px;
	width: 270px;
	display: none;
}
/* SEARCHRESULTS */
#searchresults {
	border-width: 1px;
	border-color: #050f2e;
	border-style: solid;
	width: 270px;
	background-color: #050f2e;
	font-size: 10px;
	line-height: 14px;
}
#searchresults a {
	display: block;
	background-color: #0a1f5c;
	clear: left;
	height: 56px;
	text-decoration: none;
}
#searchresults a:hover {
	background-color: #081745;
	color: #ffffff;
}
#searchresults a img {
	float: left;
	padding: 5px 10px;
}
#searchresults a span.searchheading {
	display: block;
	font-weight: bold;
	padding-top: 5px;
	color: #8DDE35;
}
#searchresults a:hover span.searchheading {
	color: #8DDE35;
}
#searchresults a span {
	color: #555555;
}
#searchresults a:hover span {
	color: #f1f1f1;
}
#searchresults span.category {
	font-size: 11px;
	margin: 5px;
	display: block;
	color: #8DDE35;
}
#searchresults span.seperator {
	float: right;
	padding-right: 15px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: right;
}
#searchresults span.seperator a {
	background-color: transparent;
	display: block;
	margin: 5px;
	height: auto;
	color: #ffffff;
}
