Btw, your rating box on the right is in IE fucked up, think a margin problem.
Maybe a usefull tip: some times it shows right in explorer but not in firefox. You than can solve problems with a _ in front of the css line, which will be read by explorer but not by firefox
e.g.
margin-left: 10px;
_margin-left: 15px;
This will result in 15px for explorer and 10 px for firefox
