/* COMMON CLASSES */
.break { clear:both; }

/* SEARCH FORM */
#searchform { margin:50px 200px; font-size:18px; }
#searchform div { color:#eeeeee; }
#searchform div input { font-size:18px; padding:5px; width:320px; }
.suggestions{ display:none; z-index:9999; }

/* SEARCHRESULTS */
#searchresults { border-width:1px; border-color:#919191; border-style:solid; width:320px; background-color:#a0a0a0; font-size:10px; line-height:14px; text-align:left; }
#searchresults a { display:block; background-color:#ffffff; clear:left; height:56px; text-decoration:none; }
#searchresults a:hover { background-color:#DEE3F0; color:#ffffff; }
#searchresults a img { float:left; padding:4px 10px; }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:6px; padding-bottom:0px; font-size:12px; font-family:Tahoma; color:#000000; }
#searchresults a:hover span.searchheading { color:#000000; }
#searchresults a span { color:#555555; }
#searchresults a:hover span { color:#000000; }
#searchresults span.category { font-size:11px; margin:5px; display:block; color:#ffffff; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
			background-image:url(../img/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; font-size:12px; font-weight:bold; }