Quote Originally Posted by stevesh View Post
The link you posted is a product info page.

In order to move the other stuff in the product listing around with the stylesheet, you'll need to add their classes and/or ids to the stylesheet. The Web Developer plugin for Firefox will let you see what those are. The product name is .itemTitle, I know.

I added this code and it moves it but it looks bad.

Code:
.listingDescription, .normalprice, .productSalePrice, .productPriceDiscount, .itemTitle {
	float: right;
	}