
/* SEARCHRESULTS */
#searchresults { text-align:left;border-width:1px; border-color:#919191; border-style:solid; width:320px; background-color:#a0a0a0; font-size:10px; line-height:14px; margin:0px; z-index:1000; }
#searchresults a { display:block; background-color:#e4e4e4; clear:left; height:56px; text-decoration:none;float:none;padding-top:0px;width:auto;text-shadow:none; }
#searchresults a:hover { background-color:#b7b7b7; color:#ffffff; }
#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:#ffffff; }
#searchresults a span { color:#555555; }
#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; }

#suggestions {
	position:absolute;
	top:121px;
	right:2px;
	width:320px;
	z-index:1001;
}

#searchform {
	padding:12px 0px 0px 0px;
	position:relative;
	right:0;
	width:187px;
	height:30px;
}

#searchform div.searching {
    padding: 0 10px;
    margin: 0 auto;
    line-height: 1;
	width:158px;
}

#inputString {
    vertical-align: top;
    margin: 0 !important;
    line-height: 1;
    outline:0 !important;
	font-size:11px;
	padding:3px 0px 0px 0px;
	width:110px;
	height:16px;
	border:none;
	background:transparent url(../images/search-bg.png) repeat-x scroll center top;
	position:absolute;
	left:35px;
	padding-right:18px;
}

span.left-search-cap {
	background:transparent url(../images/search-left-cap.png) no-repeat scroll left top;
	height:19px;
	width:20px;
/*	float:left;	*/
	position:absolute;
	left:15px;
}

span.right-search-cap {
	background:transparent url(../images/search-right-cap.png) no-repeat scroll right top;
/*	float:right;	*/
	height:19px;
	width:10px;
	position:absolute;
	left:163px;
}

.progress-spinner {
/*	background:transparent url(../images/search-bg.png) repeat-x scroll center top;	*/
	padding:2px 0px 1px 0px;
	width:18px;
	height:16px;
	position:absolute;
	left:145px;
	top:12px;
}
