/* SEARCHRESULTS */	
#suggestions_arrow{
	position:absolute;
	z-index:99999;
	top:-14px;
	left:180px;
}

#suggestions_wrapper{
	display:none;
	position:absolute;
	top:45px;
}

#suggestions {
	background-color:#FFF;
	font-size:10px;
	line-height:15px;
	max-height:215px;
	overflow-y: auto;
	width:310px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

	box-shadow:0px 0px 8px #888;
	-moz-box-shadow:0px 0px 8px #888;
	-webkit-box-shadow:0px 0px 8px #888;
		
	/*TRICK FOR IE BORDER RADIUS AND SHADOWS*/
	behavior: url(/css/iecss3.htc);
}

#suggestions a { display:block; background-color:#fff; clear:left; height:45px; text-decoration:none; border-top:1px dotted #eee;position:relative;}
#suggestions a:hover {background-color:#f6f6f6;}
#suggestions a img { float:left; margin:4px 10px; width:35px;border:1px solid #fff;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;}
#suggestions a:hover img {border:1px solid #e7e7e7;}
#suggestions a span.searchheading { display:block; font-weight:bold; color:#444; padding-top:8px; font-size:13px;}
#suggestions a span.searchheading_imp {position:absolute;display:block; right:10px; top:5px; background:#ccc; color:#FFF; padding:10px 0px; text-align:center; border-radius:7px; min-width:45px; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:bold;font-size:14px;}
#suggestions a:hover span.searchheading_imp {background:#aaa;}
#suggestions a span { color:#555555;}
#suggestions span.category { font-size:14px; font-weight:bold; padding:10px 8px; display:block; text-transform:uppercase;color:#fff; background-color:#f38221;}
#suggestions span.seperator {width:310px;}
#suggestions span.seperator a {font-size:10px;font-weight:bold;color:#fff;background-color:#666; display:block; padding:5px 15px; height:auto; border:none;}
#suggestions span.seperator a:hover {background:url(shortcuts_arrow_list.png) no-repeat 280px center #555;}

.searchdesc{font-size:11px;}