// sIFR.useStyleCheck = true;
sIFR.activate(sifr, sifr2);

sIFR.replace(sifr, {
	selector: 'h1'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000;font-size:20px; text-align:left;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(sifr, {
	selector: 'h2'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000;font-size:16px; text-align:right; margin:0px; padding:0px;}'
	]
	,wmode: 'transparent'
});


sIFR.replace(sifr, {
	selector: 'h3'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000; font-size:16px; text-align:left;}'
	]
	,wmode: 'transparent'
});












// sIFR.useStyleCheck = true;
sIFR.activate(sifr, sifr2);

sIFR.replace(sifr, {
	selector: 'h1.title'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000;font-size:20px; text-align:left;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(sifr, {
	selector: 'h2.title'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000;font-size:20px; text-align:right;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(sifr, {
	selector: 'h3.title'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000;font-size:16px; text-align:left;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(sifr, {
	selector: 'h4'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000;font-size:16px; text-align:right;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(sifr, {
	selector: '.productsRight h2.title'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000;font-size:15px; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(sifr2, {
	selector: '.productsLeft h2.title'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000;font-size:15px; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(sifr, {
	selector: 'h2.titleCenter'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000;font-size:20px;text-align:center; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(sifr, {
	selector: 'h1.products'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000;font-size:20px;text-align:right;border:1px solid #000; }'
	]
	,wmode: 'transparent'
});


sIFR.replace(sifr, {
	selector: 'h2.products'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000;font-size:14px;text-align:right; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(sifr, {
	selector: 'h1.products2'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #000000;font-size:20px; }'
	]
	,wmode: 'transparent'
});
