You can take the manufacturer info and position it 15px or so up and set the background color, that will effectively hide the results text:
CODE
div.search-mfg-info { position:relative; top:-15px; background:#fff }
Selector for image:
CODE
div.search-mfg-info img {}
~or~
img.manufacturer-logo {}
Selector for text:
CODE
div.search-mfg-info label {}