/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/


#searchformx { }
#searchformx div { color:#eeeeee; }
#searchformx div input { }
#suggestions{ position: relative; left:5px; width:320px; display:none; z-index:100000;}

/* SEARCHRESULTS */
#searchresultsxer { border-width:1px; border-color:#919191; border-style:solid; width:320px; font-size:10px; line-height:14px; z-index:100000; }
#searchresultsxer a { display:block; clear:left; height:56px; text-decoration:none; }
#searchresultsxer a:hover { color:#ffffff; }
#searchresultsxer a img { float:left; padding:5px 10px; }
#searchresultsxer a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#191919; }
#searchresultsxer a:hover span.searchheading { color:#ffffff; }
#searchresultsxer a span { color:#555555; }
#searchresultsxer a:hover span { color:#f1f1f1; }
#searchresultsxer span.category { font-size:11px; margin:5px; display:block; color:#ffffff; }
#searchresultsxer span.seperator { float:right; padding-right:15px; margin-right:5px;
			 }
#searchresultsxer span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }