var ornament = {
  src: 'swf/ornament.swf'
};

var heavy = {
  src: 'swf/heavy.swf'
};


sIFR.useStyleCheck = true;

sIFR.activate(ornament); // From revision 209 and onwards
	
	sIFR.replace(ornament, {
	  selector: '.content h2',
	  wmode: 'transparent',
	  forceSingleLine: true,
	  css: [
      '.sIFR-root { color:#37353d; text-decoration: none; font-weight: bold; text-transform: uppercase; }',
      '.sIFR-root a { color: #37353d; text-decoration: none; }',
      '.sIFR-root a:hover { color: #ff8f43; }'
      ]

	}	
);	
	
sIFR.replace(ornament, {
		  selector: '.siteAd h2',
		  wmode: 'transparent',
		  forceSingleLine: true,
		  css: [
	      '.sIFR-root { color:#363636; text-decoration: none; text-transform: uppercase; }',
	      '.sIFR-root a { color: #363636; text-decoration: none; }',
	      '.sIFR-root a:hover { color: #ff8f43; }',
	      '.sIFR-root span { font-weight: bold; }'
	      ]

	}	
);

sIFR.replace(ornament, {
	  selector: '#content h1, .inText h3',
	  wmode: 'transparent',
	  forceSingleLine: true,
	  css: [
    '.sIFR-root { color:#25323b; text-decoration: none; text-transform: uppercase; }',
    '.sIFR-root a { color: #ff8f43; text-decoration: none; }',
    '.sIFR-root a:hover { color: #ff8f43; text-decoration: underline; }'
    ]

	}	
);

sIFR.replace(ornament, {
	  selector: '.forumTable h2, #postHeader',
	  wmode: 'transparent',
	  forceSingleLine: true,
	  css: [
  '.sIFR-root { color:#242424; text-decoration: none; text-transform: uppercase; font-weight: bold; }',
  '.sIFR-root a { color: #242424; text-decoration: none; }',
  '.sIFR-root a:hover { color: #e14c11; }'
  ]

	}	
);

sIFR.replace(ornament, {
	  selector: '.platforma h2, .subBox h3, .inPrice, .channelKind h3, .channelListBlock h4',
	  wmode: 'transparent',
	  forceSingleLine: true,
	  css: [
  '.sIFR-root { color:#363636; text-decoration: none; text-transform: uppercase; }',
  '.sIFR-root a { color: #363636; text-decoration: none; }',
  '.sIFR-root a:hover { color: #ff8f43; }'
  ]

	}	
);

sIFR.replace(heavy, {
	  selector: '.priceBox p, #content h4',
	  wmode: 'transparent',
	  forceSingleLine: true,
	  css: [
'.sIFR-root { color:#2f4353; text-decoration: none; text-transform: uppercase; }',
'.sIFR-root a { color: #2f4353; text-decoration: none; }',
'.sIFR-root a:hover { color: #2f4353; text-decoration: none; }'
]

	}	
);

