You have somehow knocked out one character and that has invalidated the last quarter of your stylesheet. Find
Code:
.normalprice,.productSpecialPriceSale
{ text-decoration:line-through;
.productSpecialPrice,.productSalePrice,.productSpecialPriceSale,.productPriceDiscount
{ color:#f00; }
and add the missing } after "line-through;".
If something in the stylesheet is not responding to changes, try copying that rule and pasting it (in Edit CSS) one spot at a time higher in the stylesheet; when pasting the rule causes a change, you know you are above the point where the problem is.