Topic: editing customer shipping information?

Hi all,
I have in my checkout page a section for the shipping info which get a mysterious

<table cellspacing="0" cellpadding="1" border="0" bgcolor="#f0f0f0" width="100%">

since my layout is dark the #f0f0f0 makes the type not visible enough and I wanted to change it.
I can't seem to find which file holds the code for that section.

in modules/checkout/html/index.ihtml there is

<!-- Customer Shipping -->
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
   <td colspan="2"><b>Customer Shipping Information</b></td>
</tr>
<tr><td colspan="2">
Add a new <a href="<?php $sess->purl(SECUREURL . "?page=account/shipto&amp;next_page=checkout/index"); ?>">
shipping address.</a>
</td></tr>
<tr><td colspan="2">
<?php $ps_checkout->ship_to_addresses_radio($auth["user_id"], "ship_to_info_id", $ship_to_info_id); ?>
</td></tr>
</table>
<!-- END Customer Shipping -->

but I don't see where is that table being generated.

will appreciate any pointers..

Re: editing customer shipping information?

seek an u shall find smile
/modules/checkout/lib/pS_checkout.inc