Before you get too far, I missed a step.....a very important one.
In skin1/modules/product_options/customer_options.tpl:
Where:
Code:
{foreach from=$product_options item=v}
Replace with:
Code:
{foreach from=$product_options item=v}
{assign var=id value=$v.class|replace:' ':''|lower}
Also, make sure you edit the CSS colors to match your site. I took the colors out so you have to choose your own....or you won't see anything.
One of these days I'll get it right the first time.

I just can't seem to keep track of everything I've done. Perhaps I should take notes.....
Hopefully this is the whole mod.
I'll edit the original too.