#applesearch .sbox_l  {
	background: url('../../img/apple_search_images/srch_l.png') no-repeat top left transparent;
	float: left;
	width: 19px; 
	height: 19px;
}

#applesearch .sbox_r  {
	background: url('../../img/apple_search_images/srch_r.png') no-repeat top left transparent;
	float: left;
	width: 19px; 
	height: 19px;
	border:0;
}
#applesearch .sbox_reset  {
	background: url('../../img/apple_search_images/srch_r_f2.png') no-repeat top left transparent;
	float: left;
	width: 19px; 
	height: 19px;
	border:0;
}

#applesearch .sbox input {
	background: white url('../../img/apple_search_images/srch_bg.gif') repeat-x top left;
	float: left;
	border: 0;
	height: 13px;
	inline-height:13px;
	width: 150px;
	padding: 3px;
	font: 11pxarial;
	color: #000;
}
#suggestions{position:absolute;width:200px;clear:both;margin-top:7px;}

/* SEARCHRESULTS */
#searchresults {border-width:1px; border-color:#919191; border-style:solid; background-color:#0099D8; font-size:10px; line-height:14px; }
#searchresults a {display:block; background-color:#E4F4FA; height:36px; text-decoration:none; }
#searchresults a:hover { background-color:#00A2D3; color:#ffffff; }
#searchresults a img { float:left;width:30px;height:30px;margin:3px;margin-left:5px; }
#searchresults a span.searchheading { display:block; 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.category { font-weight:bold;font-size:11px; margin:5px; display:block; color:#ffffff; }
