Thanks gjh42! I've gotten one step closer but it seems to have a staggered effect?

Code:
/*attribute layout*/
.wrapperAttribsOptions label {font-size: 1.0em;}/*make "label" elements match other text*/
h3#attribsOptionsText {display: none;}/*hide the "Please Choose:" heading*/
h4.optionName {font-size: 1.0em;}
.wrapperAttribsOptions+br.clearBoth {display: none;}/*allow floated attributes to sit side by side if desired*/
#wAttrib-1 {clear: left; float: left;}#wAttrib-2 {clear: left;}/*this will sit beside #wAttrib-11*/
#wAttrib-3 {clear: left;float:left;}/*this will sit on a new line*/#wAttrib-20 {clear: left;}
the result is here http://www.amabelle.elementfx.com/sh...roducts_id=197

Am I missing something to make it align next to each other?