
/* SEARCH FORM */

#suggestions{ position: relative; left:0px; top:0px; width:217px; display:none; text-align:left }

/* SEARCHRESULTS */
#searchresults { border-width:1px; border-color:#ddd; border-style:solid; width:217px; background-color:#fff; font-size:10px; line-height:14px; }
#searchresults a { border-bottom:1px solid #ddd; display:block; background-color:#fff; clear:left; height:24px; text-decoration:none; }
#searchresults a:hover { background-color:#fff; color:#d6050a; }
#searchresults a img { float:left; padding:5px; margin-right:10px }
#searchresults a span.searchheading { display:block; font-size:13px;padding:5px; color:#113562; }
#searchresults a:hover span.searchheading { color:#d6050a; }
#searchresults a span { color:#113562; }
#searchresults a:hover span { color:#d6050a; }
#searchresults span.category { font-size:11px; margin:5px; display:block; color:#113562; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
			background-image:url(../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:#113562; }