/* SEARCH FORM */
#searchform { margin:50px 200px; font-size:18px; }
#searchform div { color:#eeeeee; }
#searchform div input { font-size:18px; padding:5px; width:320px; }
#suggestions{ position: relative; left:235px; width:320px; display:none; }

/* SEARCHRESULTS */
#searchresults { border-width:1px; border-color:#FFFFFF; border-style:solid; width:360px; background-color:#ffffff; font-size:15px; line-height:14px; }
#searchresults a { display:block; background-color:#ffffff; clear:left; height:70px; text-decoration:none; }
#searchresults a:hover { background-color:orange; color:#000000; }
#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:black; }
#searchresults span.category { font-size:18px; font-family:'open sans'; margin:5px; display:block; color:#000000; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
			background-image:url(/scripts/search/images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }