.break {
	clear:both;
}
 
#searchresults { 
	width:180px;
	background-color:#e4e4e4;
	font-size:10px;
	line-height:14px;
	font-size:11px;
	margin:5px 0 0 0;
	z-index:1500;
	
}
 
 
#searchresults a { 
	background-color:#e4e4e4; 
	clear:left; 
	width:161px;
	height:20px; 
	text-decoration:none;
	height:14px;
}
 
#searchresults a:hover { 
	background-color:#b7b7b7; 
	color:#ffffff;
}
 
#searchresults a img { 
	float:left; 
	padding:0px -30px 0 0;
}
 
#searchresults a span.searchheading { 
	padding-top:10px; 
	color:#383838; 
	text-shadow: 0px 1px 0px #e5e5ee;
 
}
 
#searchresults a:hover span.searchheading { 
	color:#ffffff;
}
 
#searchresults a span { 
	color:#555555;
}
 
#searchresults a:hover span {
	color:#f1f1f1;
}
 
#searchresults span.category {
	font-size:12px;
	margin:0px;
	display:block;
	color:#ffffff;
}
