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

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

/* HTML ELEMENTS */

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

/* SEARCH FORM */
#searchform {  font-size:18px; }
#searchform div { color:#e4e4e4; }
#searchform div input { /*font-size:18px; padding:5px; width:320px;*/ }
#suggestions{ position: absolute; left:0px; top:30px; width:215px; display:none; float:left; z-index:10; }

/* SEARCHRESULTS */
#searchresults { border-width:1px; border-color:#e4e4e4; border-style:solid; width:100%; text-align:left; background-color:#e4e4e4; font-size:10px; line-height:14px; float:left; }
#searchresults a { display:block; background-color:#e4e4e4; clear:left; width:90%; padding:2px 5%; min-height:50px; text-decoration:none; float:left; }
#searchresults a:hover { background-color:#b7b7b7; color:#ffffff; }
#searchresults a img { float:left; padding:5px 10px; }
#searchresults a span.searchheading { display:block; font-weight:normal; padding:5px 0px; color:#8764a9; text-align:left; font-size:14px; width:100%; float:left; }
#searchresults a:hover span.searchheading { color:#ffffff; }
#searchresults a span { color:#555555; }
#searchresults a span.searchdetails { display:block; padding-bottom:0px; width:100%; float:left; }
#searchresults a span.searchdetails:last-child { border-bottom:none; }
#searchresults a:hover span { color:#f1f1f1; }
#searchresults span.category { font-size:11px; margin:5px; display:block; color:#ffffff; }
#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:#ffffff; }
#searchresults span.no_result { display:block; font-weight:normal; padding:10px 5%; color:#8764a9; text-align:left; font-size:14px; width:90%; float:left; }