var themix = { src: 'include/plugin/sifr/fonts/the-mix-office.swf' };
var themixbold = { src: 'include/plugin/sifr/fonts/the-mix-office-bold.swf' };

sIFR.activate(themix, themixbold);

sIFR.replace(themix, {
	selector: '.category h2 a',
	transparent: true,
	forceSingleLine: true,
	css: [
		'.sIFR-root { font-size:20px; color: #ffffff; cursor:pointer; }'
	]
});

sIFR.replace(themix, {
	selector: '#top5 h2',
	transparent: true,
	forceSingleLine: true,
	css: [
		'.sIFR-root { font-size:24px; color:#484848; }'
	]
});

sIFR.replace(themix, {
	selector: '#top5 .item strong span',
	transparent: true,
	forceSingleLine: true,
	css: [
		'.sIFR-root { font-size:20px; color:#b1b3b4; }'
	]
});

sIFR.replace(themixbold, {
	selector: '.item h3 a',
	transparent: true,
	forceWidth: true,
	css: [
		'.sIFR-root { display:block; font-size:18px; text-decoration:none; color:#666364; cursor:pointer; text-align:right; }',
	]
});

sIFR.replace(themixbold, {
	selector: '#sales-items .price span',
	transparent: true,
	forceSingleLine: true,
	css: [
		'.sIFR-root { font-size:40px; color:#e2001a; }'
	]
});

sIFR.replace(themixbold, {
	selector: '#spotlight-items .price span',
	transparent: true,
	forceSingleLine: true,
	css: [
		'.sIFR-root { font-size:40px; color:#e2001a; }'
	]
});

sIFR.replace(themixbold, {
	selector: '#top5 .item .price span',
	transparent: true,
	forceSingleLine: true,
	css: [
		'.sIFR-root { font-size:40px; color:#e2001a; }'
	]
});

sIFR.replace(themixbold, {
	selector: '.product h2 a',
	transparent: true,
	forceWidth: true,
	css: [
		'.sIFR-root { display:block; font-size:18px; text-decoration:none; color:#666364; cursor:pointer; text-align:right; }',
	]
});

sIFR.replace(themixbold, {
	selector: '.product .price strong',
	transparent: true,
	forceSingleLine: true,
	css: [
		'.sIFR-root { font-size:40px; height:50px !IMPORTANT; color:#e2001a; margin:0; padding:0; }'
	]
});

sIFR.replace(themix, {
	selector: '#detail h1',
	transparent: true,
	css: [
		'.sIFR-root { font-size:18px; font-weight:bold; color:#666364; display:block; }'
	]
});

sIFR.replace(themixbold, {
	selector: '#detail .price span',
	transparent: true,
	forceSingleLine: true,
	css: [
		'.sIFR-root { font-size:40px; color:#e2001a; }'
	]
});

sIFR.replace(themix, {
	selector: '.related h3 a',
	transparent: true,
	css: [
		'.sIFR-root { font-size:18px; font-weight:bold; color:#666364; cursor:pointer; width:230px !IMPORTANT; display:block; }'
	]
});

sIFR.replace(themixbold, {
	selector: '.related .price span',
	transparent: true,
	forceSingleLine: true,
	css: [
		'.sIFR-root { font-size:30px; color:#e2001a; }'
	]
});

sIFR.replace(themixbold, {
	selector: '.content-page h1, .seo_block h1, .seo_block h2.title',
	transparent: true,
	forceSingleLine: true,
	css: [
		'.sIFR-root { font-size:18px; color:#666364; }',
		'.sIFR-root a { color:#666364; text-decoration:none; cursor:pointer; }',
		'.sIFR-root a:hover { color:#666364; text-decoration:none; cursor:pointer; }'
	]
});

sIFR.replace(themixbold, {
	selector: '.column-block h1',
	transparent: true,
	forceSingleLine: true,
	css: [
		'.sIFR-root { font-size:18px; color:#666364; }',
		'.sIFR-root a { color:#666364; text-decoration:none; cursor:pointer; }',
		'.sIFR-root a:hover { color:#666364; text-decoration:none; cursor:pointer; }'
	]
});

sIFR.replace(themixbold, {
	selector: '.column-block h2',
	transparent: true,
	forceSingleLine: true,
	css: [
		'.sIFR-root { font-size:18px; color:#666364; }',
		'.sIFR-root a { color:#666364; text-decoration:none; cursor:pointer; }',
		'.sIFR-root a:hover { color:#666364; text-decoration:none; cursor:pointer; }'
	]
});