You can use the page body id to set different margins etc. for any element in the stylesheet.
If you want the categories sidebox where it is now for most pages but say 200px lower on the product info page, you would put in your stylesheetCode:#categories {margin-top: 1.5em;} #productinfoBody #categories {margin-top: 21.5em;}



