var dinbold = {
  src: '/swf/dinbold.swf'
};

sIFR.activate(dinbold);

// white headers at the top of product pages.
sIFR.replace(dinbold, {
  selector: '.content-head .title', wmode: 'transparent'
	,css:{
	'.sIFR-root':{'color':'#FFFFFF', 'font-size':'25px', 'text-transform': 'uppercase', 'margin-bottom': '-10px', 'width' : '700px'}
	}
});

// store titles
sIFR.replace(dinbold, {
  selector: '.store-sifr-title-sub', wmode: 'transparent'
	,css:{
		'.sIFR-root':{'color':'#464646', 'font-size':'18px', 'text-transform':'none'}
	}
});

sIFR.replace(dinbold, {
  selector: '.store-sifr-title', wmode: 'transparent'
	,css:{
		'.sIFR-root':{'color':'#464646', 'font-size':'18px', 'text-transform':'uppercase'}
	}
});

sIFR.replace(dinbold, {
  selector: '.productPrice', wmode: 'transparent'
	,css:{
		'.sIFR-root':{'color':'#F57A1D', 'font-size':'18px', 'text-transform':'uppercase'}
	}
});

// tracer and nfused headers
sIFR.replace(dinbold, {
  selector: '.sifr-title', wmode: 'transparent'
	,css:{
		'.sIFR-root':{'color':'#464646', 'font-size':'18px', 'text-transform':'uppercase'}
	}
});

// titles in left sidebar of store
sIFR.replace(dinbold, {
  selector: '.storename .title', wmode: 'transparent'
	,css:{
		'.sIFR-root':{'color':'#333333', 'font-size':'16px', 'text-transform':'uppercase'}
	}
});

// titles on gray background
sIFR.replace(dinbold, {
  selector: '.contentTitle .titleMain', wmode: 'transparent'
	,css:{
		'.sIFR-root':{'color':'#333333', 'font-size':'16px', 'text-transform':'uppercase'}
	}
});
