
/* BASIC RESET */
body, div, img, p { padding:0; margin:0; }
a img { border:0 }


/* COMMON CLASSES */
.break { clear:both; }

/* SEARCH FORM */
#searchform { margin:1px 1px 1px 1px; font-size:14px;   }
#searchform div { /*color:#eeeeee;*/}
#searchform div input { font-size:14px; padding:0px; width:360px; }
#suggestions{ position: absolute; width:360px; display:block; z-index:1000;}

/* SEARCHRESULTS */
#searchresults { border-width:2px; border-color: #060; border-radius: 5px; border-style:solid; width:360px; background-color:#FFF; font-size:12px; line-height:14px; }
#searchresults a { display:block; background-color: #FFF; clear:left; height:56px; text-decoration:none; font-weight:normal !important; font-size:12px; }
#searchresults a:hover { background-color: #F7F7F7; color: #000; font-size:12px; font-weight:normal !important;}
#searchresults a img { float:left; padding:5px 10px; }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color: #000; }
#searchresults a:hover span.searchheading { color: #000; }
#searchresults a span { color: #060; }
#searchresults a:hover span { color: #060; }
#searchresults span.category {margin:5px; display:block; color: #060; font-size:14px; font-weight:bold; padding-top:10px;  }
#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: #FFF; }


.statpos { height:150; weight:150; position:relative; float:left;}