I want to change the formatting of my .mp3 sample links, and I found this reference on the tpl_modules_media_manager file:

Code:
 <div id="mediaTypeLink" class="forward"><a href="<?php echo zen_href_link(DIR_WS_MEDIA  . $za_clip['clip_filename'], '', 'NONSSL', false, true, true); ?>" target="_blank"><?php echo '<span class="mediaClipFilename">' . $za_clip['clip_filename'] . '</span>' . (!empty($za_clip['clip_type']) ? '<span class="mediaClipType"> (' . $za_clip['clip_type'] . ')</span>' : ''); ?></a></div>
I have looked in the includes/templates/mytemplates/css file and it's not there....

I have looked in the incluces/templates/template_default/css file and it's not there either.

Can someone tell me where this style is located so I can alter it?

Thanks!
Lisa