/* stylesheet pre zobrazenie EUR ceny v e-shope */

.normalpriceExtraCurrency, .productSpecialPriceSaleExtraCurrency {
	text-decoration: line-through;
	font-size:13px;
	}

.productSpecialPriceExtraCurrency, .productSalePriceExtraCurrency, .productSpecialPriceSaleExtraCurrency, .productPriceDiscountExtraCurrency {
	color: #00CC00;
	}
