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
Code:
productName
productMainImage
productPrices
productAdditionalImages
cartAdd
productAttributes
productDescription
#productAttributes {
float: right;
width: 40%;
}
cartAdd is the only one aligned right
You can add this to your style sheet to right align these
Code:
#productDescription {
width: 40%;
float: right;
}
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/refine