A major factor in the problem is the font size in the sidebox. Do you really want the text that much bigger than the rest of your text?
stylesheet.css (line 1064)
.cartNewItem {
font-size: 14px;
}
stylesheet.css (line 420)
.cartNewItem {
color: #33CC33;
position: relative;
}
stylesheet.css (line 846)
.sideBoxContent div {
color: #0C335C;
font-size: 16px;
}
stylesheet.css (line 475)
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
margin: 0;
padding: 0.2em 0;
}
stylesheet.css (line 430)
.cartBoxTotal {
font-weight: bold;
text-align: right;
}


Reply With Quote

