<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#suggest_container{
    text-align: left;
    border: 1px solid #ccc; 
    background: #fff; 
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
	position: absolute; 
    display: none; 
    z-index: 1; 
    overflow: hidden; 
    overflow-y: auto;
	font-size: 13px;
    border-radius: 8px;
    width: 100%;
}
#suggest_container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#suggest_container ul &gt; li {
    margin: 0;
    padding: 6px 8px;
    border-bottom: 1px solid #ccc;
	overflow: hidden;
}

#suggest_container ul &gt; li.sugg_hovered:hover {
	 color: #111;
	 background: #eee;
}


#suggest_container ul &gt; li:last-child { 
    border-bottom: 0px;
}

#suggest_container ul &gt; li &gt; a {
font-size: 12px;
    color: #555;
    line-height: 16px;
    display: block;
    font-weight: bold;
}
#suggest_container ul &gt; li &gt; a &gt; span {
	display: block;
}
.sugg_image {
    margin-right: 17px;
    float: left;
    margin-top: 3px;
}
.sugg_text {
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space: nowrap; 
}
.sugg_manufacturer {
	float: left;
    margin-right: 10px;
    font-weight: bold;
}
.sugg_sku {
	color: #086ca2;
    font-weight: 500;
	margin-top: 3px;
}
.sugg_total {
    margin-left: 3px;
    font-size: 9px;
    border-radius: 3px;
    color: #337ab7;
    padding: 1px 4px;
    font-weight: bold;
    border-color: #337ab7;
}
.suggest_header {
	border-bottom: 1px solid #ccc;
	margin: 0;
    padding: 4px 8px;
	font-size: 13px;
}
.sugg_suggested_text {
	font-weight: bold;
    font-style: italic;
    color: #dd4b39;
}


</pre></body></html>