@rsn
Thanks, will investigate this issue.
//Edit
In style.css on following lines:
.white .price
.white .price span
Remove this code:
text-overflow:ellipsis;overflow:hidden;word-wrap: break-word; word-break: break-all;
and to line:
.white .price span .MCtooltip span {
add code:
max-width:initial;