In your Joomla template theme you have virtuemart.css containing this style definition:
.productdetails-view .product-box2 span.PricepriceWithoutTax {
color: #505050;
font: 12px/1.2em Arial,Helvetica,sans-serif;
text-decoration: line-through;
}
Remove text-decoration: line-through;
You can change the text string in the VirtueMart language file ( joomla_root/language/en-GB/en-GB.com_virtuemart.ini ), but use a language override so that it does not get overwritten during VirtueMart updates.
http://forum.virtuemart.net/index.php?topic=92944.0