I am trying to create a custom product page http://www.ebay.co.uk/itm/Que-Modular-Shotgun-Microphone-Kit-/271032405588?pt=UK_Music_Instruments_Microphones_MJ&hash=item3f1aca4e54#ht_2243wt_971 on eBay, but am having trouble removing the navigation bar and header bar.
In the display settings for the left navigation bar, I have unticked all of the boxes, but the Categories list is still appearing, and I cannot remove it.
Here is an example of a product page without the left-navigation and header http://www.ebay.co.uk/itm/2009-ROYAL-MINT-FIRST-YEAR-ISSUE-GOLD-PROOF-QUARTER-SOVEREIGN-COIN-BOX-COA-/400288750395?pt=Coins_BritishProofs_RL&hash=item5d33119b3b#ht_2655wt_1190 so you can see what I am trying to achieve.
If you add jquery to your page you can do this command and it'll be removed from the page:
jQuery(".tb-cw").find('table:eq(5)').find('td:first').remove()