stylesheet.css:
Code:
.centershop {
margin-left: 10px; <-- that's your troublemaker.
margin-right: 0px;
text-align: left;
width: 100% !important;
}
Margins and padding + 100% width + tables = trouble at times.
well ..or tables cause trouble. :)
Something to help you prevent future frustration:
Get FireFox and the Web Developer extention (and FireBug :)
WD lets you edit css of a page you are viewing, so you can delete/alter until you find/fix the problem.
(in this case, I deleted portions of code until the scroll vanished, then added it back in until it reappeared.
-Ng_
(note...tested in FF only...can't test the changed css in IE since it's local)