


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

/* SEARCH FORM */
label{color:BLACK;
font-size:12px;
	display:inline;
	
	line-height:1.4em;
	/*margin:-1.55em 0 0 25px;*/
	padding:4px 0 5px;
	
	float:none;
        position:relative;
	margin-left: 0.2em;
	_top:0.2em;
}
.radio {color:#444;
	display:inline;
	font-size:100%;
	line-height:1.4em;
	/*margin:-1.55em 0 0 25px;*/
	padding:4px 0 5px;
	floatt:none;

        position:relative;
	margin-left: 0.2em;
	_top:0.2em;

	

}
#searchform { font-size:18px;}
#searchform { color:#eeeeee; }
#searchform  input[type='text'] { margin-top:10px;font-size:18px; padding:5px; width:660px; }
#suggestions{ position: relative;  width:670px;  }

/* SEARCHRESULTS */ 
#searchresults {width:670px; background-color:#a0a0a0; font-size:10px; line-height:18px;}
#searchresults a { display:block; background-color:#e4e4e4; clear:left;text-decoration:none;color:#333;}
#searchresults a:hover { background-color:#b7b7b7; color:#ffffff; }  
#searchresults a  img {  display:block;padding:5px 10px; }
#searchresults a span.searchheading { overflow:hidden;text-indent:10px;font-size:16px;height:30px;line-height:30px; display:block; font-weight:bold;  color:#191919; }
#searchresults a:hover span.searchheading { color:#ffffff; } 
#searchresults a div { display:block;padding:5px;color:#555555; }
#searchresults a:hover span { color:#f1f1f1; }
#searchresults a span.desc {  display:block;overflow:none;padding:10px;padding-top:0;border-bottom:2px dotted #C4D022;font-size:14px;}
#searchresults span.category { background-color:#C4D022;text-indent:10px;font-size:18px;height:30px;line-height:30px; 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.close { float:right; padding-right:15px; margin-right:5px; 
			background-image:url(../../../images/close-icon.png); background-repeat:no-repeat; background-position:rightcenter; }
#searchresults span.cl a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }  
