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

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

/* SEARCH FORM */
#searchform { margin:50px 200px; font-size:18px; }
#searchform div { color:#ffffff; }
#searchform div input { font-size:18px; padding:5px; width:420px; }
#suggestions{ position: relative; left:0px; top:5px; width:320px; overflow:hidden; display:none; z-index:9999; }

/* SEARCHRESULTS */
#searchresults {
	width:320px;
	background-color:#008136;
	font-size:10px;
	line-height:14px;
	background-image: url(../images/cap_top_med.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px none #008136;
}
#searchresults a { display:block; background-color:#ffffff; clear:left; height:56px; text-decoration:none; padding:5px; border-bottom:solid; border-bottom-color:#e1e1e1; border-bottom-width:1px; }
#searchresults a:hover { background-color:#efefef; color:#000000; }
#searchresults a img { float:left; padding:2px; margin:5px; background-color: #fcfcfc; border: 1px solid #e1e1e1;}
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#222222; }
#searchresults a:hover span.searchheading { color:#222222; }
#searchresults a span { color:#333333; }
#searchresults a:hover span { color:#333333; }
#searchresults span.category { font-size:14px; line-height:14px; margin:5px; display:block; color:#ffffff; font-weight:bold; }
#searchresults span.seperator { float:right; font-style:italic; padding-right:20px; padding-top:2px; margin-right:5px; background-image:url(../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; font-size:12px; line-height:16px; }
#searchresults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }