Need help with alignment on product page

There seems to be a problem with alignment in CS 2.0 with the toy skin and multiple images added.

Everything looks fine in Firefox but is broken with IE 7.



Please take a look at:

[url]http://www.jrluggage.com/luggage/flame-16-inch-rolling-suitcase.html[/url]



in both Firefox and IE 7. With Firefox, the price and add to cart button is correctly displaying to the right of the photo. However, with IE 7, it wraps below the photo. This only happens when additional images are added.



Does anyone have any suggestions? The product image is 250 pixels. I tried to use smaller photos thinking that might be the problem but it still wraps. Everything looks fine with Chrome and Firefox.

In skins[Your dear toy skin]\customer\styles_ie.css



Change

.product-details-options {
width: 300px;
padding: 9px 9px 5px 9px;
}
to

.product-details-options {
width: [COLOR=Red]285px[/COLOR];
padding: 9px 9px 5px 9px;
}

Or you can change the code to


.product-details-options {
width: [COLOR=SeaGreen]300px[/COLOR];
[COLOR=Red]padding: 9px 1px 5px;[/COLOR]
}