Add this to your stylesheet:
What that does is effect all the img tags inside the div #logo. You can build up specific rules like this. So, what might be better is to put the border into only the product images specifically.Code:#logo img{border:none;}



