Parse through thousands separators in calculateTaxAmount. Refs #7
This uses a regular expression to try and extract the whole number from the totalTaxAmount div.
Would prefer to be using an attribute on the totalTaxAmount div or similar, but that would of course require a core change.