The only way I can get rid of the extra border inside the infobox...

... is to remove any border from infobox altogether, which I DON'T want to do:
Code:
.infoBoxContents {
/*background: #f8f8f9;*/
/* background-image : url(../../images/OSCMAX_infobox_bg.gif);*/
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
border: 0px; (changed from 1px)
border-style: solid;
border-color: #9D080D;
border-spacing: 1px;
changing the 1px to 0px removes all the borders altogether, including the 1px border around infobox contents...

... which I DON'T want to remove. I have no idea why its doing this; in previous versions of osc and oscmax I've never had this problem; or even seen it happen before.
Bookmarks