It looks OK in IE8 - the problem in IE6 and 7 seems to be caused by the float:left; here:
.description {
margin: 15px 15px 15px 15px;
float: left;
}
It looks OK in IE8 - the problem in IE6 and 7 seems to be caused by the float:left; here:
.description {
margin: 15px 15px 15px 15px;
float: left;
}
If you remove the float:left; from that rule, it will look better in IE6 and 7. You'll probably have to adjust the margin/padding to make it look as it does in IE8.
The duplicate price box looks like an error by the template designer.
Any ideas why there is two product price boxes? This seems to be the only IE issue now. Any help would be really appreciated.