Well, that's because you assigned that class to the table cell that contains {$lng.lbl_details}
On the link you provided, that page would be products.tpl
The text that says:
Quote:
"This whimsical sterling silver turtle is set with rare Dry Creek turquoise. The soft blue color contrasts with the dramatic thundercloud and whirlwind designs. Each stone is unique. Native American handcrafted."
|
would be:
Code:
<font size="1">
<br />
<br />
{$products[product].descr|truncate:300:"...":true}
<br />
</font>
To make it bigger, change the font size (although personally, I don't like "font size" -- I prefer specifying "10px" or ".8em" or whatever makes you happy... but that's another book.
You can learn how to find this by reading Balinor's
template editing guide, then go into webmaster mode, and go to town...