/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/


/* COMMON CLASSES */
.break { clear:both; }

/* SEARCH FORM */
#searchform { font-size:16px; }
#searchform div { color:#eeeeee; }
#searchform div input { font-size:18px; padding:5px; width:320px; }
#suggestions{   width:236px; display:none; position:relative; z-index:100; }

/* SEARCHRESULTS */
#searchresults {
	border-width:1px;
	border-color:#AC3700;
	border-style:solid;
	width:236px;
	background-color:#666;
	font-size:10px;
	line-height:14px;
	position:relative;
	padding:0;
}
#searchresults a { display:block; background-color:#fff; color:#99D00F; font-weight:bold; clear:left; height:60px; text-decoration:none; }
#searchresults a:hover {
	background-color:#AC3700;
	color:#ffffff;
	font-weight:bold;
}
#searchresults a img { float:left; padding:5px 10px; }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#191919; }
#searchresults a:hover span.searchheading { color:#000; }
#searchresults a span { color:#555555; }
#searchresults a:hover span { color:#f1f1f1; }
#searchresults span.category { font-size:11px; margin:5px; display:block; color:#ffffff; font-weight:bold; }
#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; }

/*evr*/
#searchresults img { width:40px; }

.fieldHolder
{
	width: 189px;
	height: 24px;
	background:url(../images/design/tools/ara_bg.png) no-repeat;
	float:right; margin-right:10px; margin-top:2px;
}


.ara{
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#000000;
	height:15px;
	margin-left:5px;
	margin-top:5px;
	width:145px;
}