FYI: The following CSS will add a small color swatch to the dropdown select box.
select#hikashop_product_characteristic_9 option {
background-repeat:no-repeat;
background-position:bottom left;
padding-left:30px;
}
select#hikashop_product_characteristic_9 option[value="7"] {
background-image:url(/images/colors/SwatchWhite.jpg);
}
select#hikashop_product_characteristic_9 option[value="8"] {
background-image:url(/images/colors/SwatchKhaki.jpg);
}
Modify the characteristic number, option value number, and image names to match your configuration. The images are 28 x 14.
A word of warning: This works fine for Firefox 11, but not IE 9, Chrome 18, or Safari 5.