/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|

edited by abcel-online.com
                                                                  
*/

/* BASIC RESET */

/* SEARCH FORM */
#searchform { position:relative; width:189px; margin:0px 0px; left:0px; top:-60px; font-size:18px; }
#searchform div { color:#eeeeee; }
#searchform div input { font-size:14px; padding:3px; width:189px; }

#search_container {position:absolute; width:189px;}

#search_container.placeholder{
	color: #777;
}

#suggestions{ position: relative; left:0px; top:0px; width:189px; display:none; }

/* SEARCHRESULTS */

#searchresults { border:1px solid #aaa; width:189px; background-color:#ffffff; font-size:10px; line-height:14px; margin-top:-3px; }
#searchresults a { display:block; background-color:#ffffff; clear:left; height:60px; text-decoration:none; font-size:8px; text-align:left; border-bottom:1px solid #aaa; overflow:hidden;  }
#searchresults a:hover { background-color:#7B9CCA; }
#searchresults a img { float:left; margin:5px 10px; }

#searchresults a span.searchheading { display:block; font-size:10px; font-weight:bold; padding-top:5px; color:#191919; }

#searchresults a:hover span.searchheading { color:#ffffff; }

/*#searchresults a span { color:#555555; }
#searchresults a:hover span { color:#f1f1f1; }
*/
#searchresults span.manufactor a { color:#fff; font-weight:bold; height:16px; font-size:14px; text-align:center; background-color:#7B9CCA; display:block; }

#searchresults span.seperator { float:right; width:100%; display:block; background-color:#7B9CCA; }
#searchresults span.seperator a { display:block; padding-left:15px; display:block; background-color:#7B9CCA; font-weight:bold; height:auto; color:#ffffff; 
background-image:url(shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }