woohoo!! Nevermind, I found it. I tried setting it to transparent and that did the trick. heres the fix
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
margin: 1em 0em;
background: transparent;
font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#99F
}


Reply With Quote
