Version v150, no upgrade, fresh install, the modules installed are Advanced Shipper, TinyMCE, and Blank Sidebox, all installed via FTP. I've customized a few CSS things (mainly the width of the shop and the side columns).
I've also disabled a lot of the blocks that were in the side columns.
Yes I've looked in the FAQ/Tutorials and searched the forum and haven't found an answer.
I even ran a Google search of site:http://www.zen-cart.com/ for what I was looking for.

What the source code says right now is this:

Code:
<div id="ezpagesContent" class="sideBoxContent">
<ul style="margin: 0; padding: 0; list-style-type: none;">
<li><a href="http://huckproducts.net/index.php?main_page=page&amp;id=15&amp;chapter=10&amp;zenid=jftcro35gcdrbbq3df445khnp0">Improved Roller Wheels for the Total GymŪ</a></li>
<li><a href="http://huckproducts.net/index.php?main_page=page&amp;id=18&amp;chapter=10&amp;zenid=jftcro35gcdrbbq3df445khnp0">Total GymŪ Wheels by Model</a></li>
<li><a href="http://huckproducts.net/index.php?main_page=page&amp;id=16&amp;chapter=10&amp;zenid=jftcro35gcdrbbq3df445khnp0">Replacement Axles and Hitch Pins For The Total GymŪ</a></li>
<li><a href="http://huckproducts.net/index.php?main_page=page&amp;id=19&amp;chapter=10&amp;zenid=jftcro35gcdrbbq3df445khnp0">Replacement Cables For The Total GymŪ</a></li>
<li><a href="http://huckproducts.net/index.php?main_page=page&amp;id=20&amp;chapter=10&amp;zenid=jftcro35gcdrbbq3df445khnp0">Replacement Foot Harnesses with a leg pulley accessory</a></li>
<li><a href="http://huckproducts.net/index.php?main_page=site_map&amp;zenid=jftcro35gcdrbbq3df445khnp0">Site Map</a></li>
<li><a href="http://huckproducts.net/index.php?main_page=page&amp;id=17&amp;chapter=10&amp;zenid=jftcro35gcdrbbq3df445khnp0">Conversion Kits</a></li>
</ul>
</div>
You'll note that the ul style is hard-coded and can't be touched with the style sheet. Unfortunately those page titles are long enough that they wrap, and the block ends up looking like a paragraph, not a list. I want either more margin/padding between list items (ideal) or make it a bulleted list. Is there any way to change that? What file would it be? I just want to take out the hard coding and give it a class that I can edit in the stylesheet.