If it works on the default, then it is a problem with your style. So, take a look at the templates for that page and see which ones were modified and compare them to the default template and see what the differences are.
To see which templates are used on a page, go into debug mode and you'll see the list of templates on the bottom right of the screen.
To go into debug mode, add this into the config.php file (after the first line, before the last line):
PHP Code:
$config['Misc']['debug'] = true;