Hi...


I am trying to figure out how to add a top border to the Specials, New, Featured, Also Purchased Boxes.

In addition, I would like each to display the name of the box ('featured', 'new', etc) in the heading.

As I recall, the cart default has a box around each of those sections, and a brief word or two in the heading indicating what types of products are displaying in the area below.

I must have changed that, because there are NO borders or text captions...

...and now I can't seem to figure out what to do get the border and text back.

Code:
#WhatsNew, #featured , #specials, #AlsoPurch .centerBoxWrapper
	        {
		border-top: 1px solid #000000;
		padding: 0.2em;
		}
I added this to the stylesheet; it did not work, and further, if it had, would not have addressed the missing header name.

Any help would be great....((BTW, I DLed and installed the FireFox Web Developer Tool. Useful, but I'm still sort of unsure))