<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#top_search {
	position:relative;
}
#search_suggestions * {font-size:12px; white-space:normal;}
#search_suggestions {
	position:absolute;
	top:100%;
	left:0%;
	width:100%;
	background: #fff;
	padding:5px 25px;
	z-index: 999;
	border-radius:0px 0px 10px 10px;
	box-shadow:0px 1px 6px #666;
	width:450px;
}
#quick_search_close {
	position:absolute;
	top: -6px; right: -6px;
	z-index:100;
}
#quick_search_results a {
	width:100% !important;
	text-decoration:none;
	display:block;	
	font-size:13px;
	white-space:normal;
	color: #000;
}
#quick_search_results a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin:0px auto;
}
#quick_search_results .quick_search_products_summary, #quick_search_results .text-italic {
	line-height:130%;
	font-size:0.9em;
}
#quick_search_results .rate {
	margin: 5px 0px 4px 0px;
	display:block;
}
#quick_search_results .quick_search_products_summary {
	margin-top:5px;
}

.quickOrder_error {
	color:red;
}
</pre></body></html>