.break {
	clear:both;
}

#searchform {
	margin:50px 200px;
	font-size:10px;
}

#searchform div { 
	color:#eeeeee;
}

#searchform div input {
	font-size:18px;
	padding:5px;
	width:320px;
}

#suggestions { 
	position: relative;
	left:235px; 
	width:320px; 
	display:none; 
}

#searchresults { 
	width:320px;
	background-color:#a0a0a0;
	font-size:10px;
	line-height:14px;
	font-size:11px;
	margin:15px 0 0 0;
	z-index:1500;
}

#searchresults a { 
	display:block; 
	background-color:#e4e4e4; 
	clear:left; 
	width:302px;
	height:52px; 
	text-decoration:none;
}

#searchresults a:hover { 
	background-color:#b7b7b7; 
	color:#ffffff;
}

#searchresults a img { 
	float:left; 
	padding:5px 10px;
}

#searchresults a span.searchheading { 
	display:block; 
	font-weight:bold; 
	padding-top:5px; 
	color:#191919; 
}

#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:5px;
	display:block;
	color:#ffffff;
}

#searchresults span.seperator {
	float:right; 
	padding-left:120px; 
	background-image:url(shortcuts_arrow.gif); 
	background-repeat:no-repeat; 
	background-position:right; 
	height:20px;
}
