I'm trying to change the color of the "Checkout:" line in the shopping cart to something that will make it stand out more (probably a dark read). I have installed the "View Source Chart" Firefox plugin (very useful) and found an id of "tdPmnt" which is, I think, what's affecting the color of this line. So, I put in a new style in my CSS:
tdPmnt {
color:#9c1416;<br />
}<br />
But this doesn't have any affect on the "Checkout:" line. So, I suspect that's not the right id. Any ideas what I should be changing to do this?
Thanks.