#suggestions{
	position: absolute;
	right:287px;
	top:33px;
	width:320px;
	display:none;
	float:right;
	z-index:11000;
}

/* SEARCHRESULTS */
#searchresults {
	border-width:1px;
	border-color:#919191;
	border-style:solid;
	width:320px;
	background-color:#f6c230;
	font-size:10px;
	line-height:14px;
}

#searchresults a {
	display:block;
	background-color:#e4e4e4;
	clear:left;
	height:56px;
	text-decoration:none;
	border-bottom:0 none;
}

#searchresults a:hover {
	background-color:#b7b7b7;
	color:#ffffff;
	border-bottom:1px solid #999999;
}

#searchresults a img {
	float:left;
	padding:5px 5px;
}

#searchresults a span.searchheading {
	display:block;
	font-weight:800 !important;
	padding-top:3px;
	color:#191919;
	font-size:11px;
	padding-bottom:3px;
}

#searchresults a:hover span.searchheading { 
    color:#ffffff;
}

#searchresults a span { 
    color:#555555; 
}

#searchresults a:hover span { 
    color:#f1f1f1; 
}

#searchresults span.category { 
    font-size:12px; 
    font-weight:800;
    margin:5px; 
    display:block; 
    color:#ffffff;
    background:#f6c230;
}

#searchresults span.seperator {
	float:right;
	padding:2px 15px 2px 5px;
	margin-right:5px;
    background-image:url(../icons/shortcuts_arrow.gif);
    background-repeat:no-repeat;
    background-position:right;
    line-height:12px;
}

#searchresults span.seperator a {
	background-color:transparent;
	display:block;
	margin-right:10px;
	padding:0px;
	height:auto;
	color:#ffffff;
}