Hi - I'm somewhat puzzled by this... I've found a few cases where an id or class is called out in a template file, but I can't find the id or class in sytlesheet.css.

For example, from tpl_shopping_cart_default.php:

<h1 id="cartDefaultHeading"><?php echo HEADING_TITLE; ?></h1>

but I can't find "cartDefaultHeading" in stylesheet.css. I'd like to modify the style for HEADING_TITLE (in an override), but am not sure where to do this. I'm still learning about css - am I missing something here?

Thanks!