This is the current order with some clear both between them that forces a new line and I am not positive what you are seeking
cartAdd is the only one aligned rightCode:productName productMainImage productPrices productAdditionalImages cartAdd productAttributes productDescription #productAttributes { float: right; width: 40%; }
You can add this to your style sheet to right align these
If the current order is not what you want you will have to rearrange it and then watch the clear both's and usee css as in above to move/refineCode:#productDescription { width: 40%; float: right; }



