var sifr = {
    src: flashPath+'roman.swf'
};
/*
var title = {
    src: flashPath+'DIN-Regular.swf'
};

var templateTitle = {
    src: flashPath+'DIN-Medium.swf'
};
*/
sIFR.useStyleCheck = true;
sIFR.activate(sifr);
//sIFR.activate(sifr,title , templateTitle);

function applyMenuSifr(){
	sIFR.replace(sifr, {
	    selector: 'div.menuTitle'
	    ,css: ['.sIFR-root { color: #e13540; font-size: 18px;line-height: 18px;}']
	    ,wmode: 'transparent'
		,selectable: false
	});  
}

sIFR.replace(sifr, {
	    selector: '#columnNewsBlock .newsItem h4, #homeNewsBlock .newsItem h4, #shoppingCartNewsBlock .newsItem h4'
	    ,css: ['.sIFR-root a { color: #4b4b4b; font-size: 18px; line-height: 18px; text-decoration: none;} .sIFR-root a:hover{ color: #333333; text-decoration: none;}']
	    ,wmode: 'transparent'
		// ,tuneHeight: -5
		,selectable: false
	});

sIFR.replace(sifr, {
	    selector: '#menu li.mainItem'
	    ,css: ['.sIFR-root {text-transform: uppercase;} .sIFR-root a { color: #4b4b4b; font-size: 14px; text-transform: uppercase; text-decoration: none;} .sIFR-root a:hover{ color: #333333; text-decoration: none;}']
	    ,wmode: 'transparent'
		// ,tuneHeight: -5
		,selectable: false
	});
sIFR.replace(sifr, {
	    selector: '#homeImg em'
	    ,css: ['.sIFR-root { color: #cccccc; font-size: 18px;  text-decoration: none; font-weight: normal; text-align: right}']
	    ,wmode: 'transparent'
		,selectable: false
	});
sIFR.replace(sifr, {
	    selector: '#productgroup #content h1, #product #content h1, #product_options #content h1'
	    ,css: ['.sIFR-root { color: #858585; font-size: 36px; font-weight: normal;}']
	    ,wmode: 'transparent'
		,tuneHeight: -3
		,selectable: false
	});
sIFR.replace(sifr, {
	    selector: '#content h1'
	    ,css: ['.sIFR-root { color: #858585; font-size: 24px; font-weight: normal;}']
	    ,wmode: 'transparent'
		,tuneHeight: -3
		,selectable: false
	});
sIFR.replace(sifr, {
	    selector: '#productList h6, #shoppingCartText, h3#step5Title'
	    ,css: ['.sIFR-root { font-size: 14px; text-transform: uppercase; font-weight: bold; color: #828282;}']
	    ,wmode: 'transparent'
		,tuneHeight: -5
		,selectable: false
	});
sIFR.replace(sifr, {
	    selector: '#contentNewsBlock h3'
	    ,css: ['.sIFR-root { font-size: 16px; text-transform: uppercase; font-weight: bold; color: #828282;}']
	    ,wmode: 'transparent'
		,tuneHeight: -5
		,selectable: false
	});
sIFR.replace(sifr, {
	    selector: '.zijvlak h6'
	    ,css: ['.sIFR-root { font-size: 14px; text-transform: uppercase; font-weight: bold; color: #de0000;}']
	    ,wmode: 'transparent'
		,tuneHeight: -5
		,selectable: false
	});
sIFR.replace(sifr, {
	    selector: '#downloads h3'
	    ,css: ['.sIFR-root { font-size: 14px; text-transform: uppercase; font-weight: bold; color: #858585;}']
	    ,wmode: 'transparent'
		,tuneHeight: -4
		,selectable: false
	});
sIFR.replace(sifr, {
	    selector: '#product #content h3, #product_options #content h3'
	    ,css: ['.sIFR-root { font-size: 18px; font-weight: normal; color: #858585;}']
	    ,wmode: 'transparent'
		,tuneHeight: -4
		,selectable: false
	});
sIFR.replace(sifr, {
	    selector: '#product_options form h4'
	    ,css: ['.sIFR-root { font-size: 14px; font-weight: bold; text-transform: uppercase; color: #858585;}']
	    ,wmode: 'transparent'
		,tuneHeight: -4
		,selectable: false
	});
	
function sifrShoppingCartStep4(){
	sIFR.replace(sifr, {
	    selector: '.step4Title'
	    ,css: ['.sIFR-root { font-size: 14px; text-transform: uppercase; font-weight: bold; color: #828282;}']
	    ,wmode: 'transparent'
		,tuneHeight: -5
		,selectable: false
	});
}
