After further experimentation I can now get the line in some sideboxes, but not others - it is showing in the New Products sidebox, but not in Categories or Manufacturers. Code is below...
HTML Code:
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
margin: 0em;
border-bottom: 1px solid #000000;
background-color: #89BD51;
background-image: url(../images/tile_back.gif);
padding: 0.5em 0.2em;
}
.leftBoxContainer, .rightBoxContainer {
margin: 0em;
/*border: 1px solid #FFFFFF;*/
background-color: #D3FDA6;
border-bottom: 1px solid #000000;
margin-top: 1.5em;
}
.sideBoxContent {
background-color: #D3FDA6;
padding: 0.5em;
border-bottom: 1px solid #000000;
}
Any input much appreciated.
Cheers,
Adam.