
Originally Posted by
dharma
I added these to the end...nothing happened

might be wayyyy off, guessing on the code.
PHP Code:
.SearchContent.sideBoxContent {
border-bottom: 0px solid #999999;
}
.product_notificationsContent.sideBoxContent {
border-bottom: 0px solid #999999;
}
Got your PM... sorry, I'm so busy answering many different questions, that I forget whose site is whose and what I'm looking at. Posting links (or PM'ing me links) is your best bet.
Your suggestions are close but not quite. These will work:
Code:
#productnotifications .sideBoxContent{border:none}
#search .sideBoxContent {border:none}