Hello!
It's a VM products module's custom field.
Firebug code:
<div id="3-5customProductData_chzn" class="chzn-container chzn-container-single chzn-container-single-nosearch" style="width: 220px;">
Firebug can show you the css code that applies and in which file to can find it.
The code is generated in
components/com_virtuemart/assets/js/chosen.jquery.min.js
and is styled by
components/com_virtuemart/assets/css/chosen.css
You are my hero! You always help me!
Thanks again!