We want to show the same sidebar on the product page that we do on the shop page, two problems:
1) our sidebar contains a single widget that shows all product categories, and since we have a lot of product categories, the sidebar is rather long and as such PUSHES the product data on product pages below the sidebar. This is because you treat the sidebar in your CSS as an col that belongs to the same row as the produc-content, but then treat the tab info as a new row. Leaving a lot of white space between the two rows. this is far from ideal. solution? (please test on your own demo site, be creating a long sidebar)
2) the wiget titles on the sidebar on the shop page are styled slighly differently then they are on a product page, and that detracts from the consistancy.