
/* BASIC RESET */
div, img, p { padding:0; margin:0; }
a img { border:0 }

/* HTML ELEMENTS */

/* COMMON CLASSES */
.break { clear:both; }

/* SEARCH FORM */
#searchform { font-size:14px; }
#searchform div { color:#999; }
#searchform div input { font-size:18px; padding:5px; width:320px; }
#suggestions{ position: relative; left:0px; width:320px; display:none; z-index:1000;}

/* SEARCHRESULTS */
#searchresults { border-width:1px; border-color:#919191; border-style:solid; width:320px; background-color:#fff; font-size:10px; line-height:14px; }
#searchresultstagg { width:120px; background-color:#fff; font-size:11px; margin-bottom:10px; line-height:14px; color:#5f95ef;}
#searchresults a { display:block; background-color:#fff; clear:left; height:56px; text-decoration:none; }
#searchresults a:hover { background-color:#e4f1f7; color:#666; }
#searchresults a img { float:left; padding:5px 10px; }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#666; }
.searchtagg { width:120px; padding-top:5px; color:#5f95ef; }
.searchtagg:hover { width:120px; padding-top:5px;  color:#666; }

#searchresults a:hover span.searchheading { color:#666; }
#searchresults a span { color:#555555; }
#searchresults a:hover span { color:#999; }
#searchresults span.category { font-size:11px; margin:5px; display:block; color:#999; }
#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: #999999;  }
