#sresults {
	position: relative;
	width: 255px;
 	padding: 0px;
	z-index: 100;
}


.s_header {
	position: relative;
	background: url(/pix/search/shortcuts_bg_mid_blue_hover.png) repeat-y 0 0;
	color: #fff; width: 255px; text-align: left; font: 10px/14px Arial, Helvetica, sans-serif, Arial, Verdana, sans-serif;
	padding:0px 0px 5px 10px;
	cursor:pointer;	
	z-index: 100;	
}

.sresult_on {
	position: relative;
	/* background: url(/pix/search/shortcuts_bg_mid_blue_hover.png) repeat-y 0 0; */
	background: url(/pix/search/shortcuts_bg_mid__over.png) repeat-y 0 0;	
	color: #fff; width: 235px; text-align: left; font: 10px/14px Arial, Helvetica, sans-serif, Arial, Verdana, sans-serif;
	padding:5px 10px 5px 10px;
	cursor:pointer;	
	z-index: 100;	
}

.sresult, .sresult_off {
	position: relative;
	background: url(/pix/search/shortcuts_bg_mid_blue.png) repeat-y 0 0;
	color: #4D85C5; width: 235px; text-align: left; font: 10px/14px Arial, Helvetica, sans-serif, Arial, Verdana, sans-serif;
	padding:5px 10px 5px 10px;
	cursor:pointer;
	z-index: 100;	
}


.searchsummary {
	color: #7F7F7F; width: 235px; text-align: left; font: 10px/14px Arial, Helvetica, sans-serif, Arial, Verdana, sans-serif;
}

.sresultheader {
	position: relative;
	width: 255px; height: 30px;
	background: url(/pix/search/shortcuts_bg_head_blue.png) no-repeat left top;
	color:#FFF;
	padding-left: 10px;
	z-index: 100;	
}

.searchheadertext {
	position: relative;
	padding:7px 0px 0px 0px;	
	z-index: 100;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin:0px; 
	text-decoration:none;
	
}
.sresultfooter_on { 
	position: relative;
	width: 255px; height: 38px; 
	text-align: right; 
	color: #fff;
	font-weight:bold;
	background: url(/pix/search/shortcuts_bg_foot_blue.png) no-repeat left bottom;
	margin: 0px ;
	padding-right:10px;
	z-index: 100;	
	cursor:pointer;	
}


.sresultfooter, .sresultfooter_off { 
	position: relative;
	width: 255px; height: 38px; 
	text-align: right; 
	color: #fff;
	background: url(/pix/search/shortcuts_bg_foot_blue.png) no-repeat left bottom;
	margin: 0px;
	padding-right:10px;
	z-index: 100;	
}

.footertext {
	padding-right:20px;
	padding-top:10px;
}

#sresults a {
	position: relative;
	color: #00204E;
	text-decoration: none;
	width:328px;
	z-index: 100;	
}

#sresults a:hover {
	position: relative;
	background:#b7b7b7 none repeat-x;color:#fff;cursor:pointer;
	width:235px;
	z-index: 100;	
}


#searchSuggestHolder {
	position: relative;
	margin:10px 0px 0px 0px;
	display:inline;	
	z-index: 100;	
}

#searchSuggestions {
	position: absolute;
	top: 9px;
	left: -164px;
	z-index: 100;
	display:inline;
}