Find this in your stylesheet:
Code:
#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
seperate out the header wrapper tag and add the red entries adjusting as you want with allowable line definiitions if you want other than solid
Code:
#headerWrapper {
border-bottom: 1px solid #000000;
margin: 0em;
padding: 0em;
}
#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}