var bold = {
  src: '/files/slamit/thefont.swf'
};

sIFR.useStyleCheck = true;
sIFR.isEnabled = true;
sIFR.fitExactly = true;
sIFR.activate(bold);

sIFR.replace(bold, {
    selector: '#right #three h2',    wmode: 'transparent',    css: {      '.sIFR-root': { 'color': '#001a2b','background-color': '#ffffff', 'font-size': '13px' }    }  }); 
  
sIFR.replace(bold, {
    selector: 'div#left div#categories_hdr h2',    wmode: 'transparent',    css: {      '.sIFR-root': { 'color': '#ffffff', 'font-size': '13px' }    }  }); 
  
sIFR.replace(bold, {
    selector: 'div#left div#categories_hdr2 h2',    wmode: 'transparent',    css: {      '.sIFR-root': { 'color': '#ffffff', 'font-size': '13px' }    }  }); 
  
sIFR.replace(bold, {
    selector: 'div#products_box div#box_top h3',    wmode: 'transparent',    css: {      '.sIFR-root': { 'color': '#ffffff', 'font-size': '12px' }    }  });   

sIFR.replace(bold, {
    selector: 'div.productlist_mini div.top h4',    wmode: 'transparent',    css: {      '.sIFR-root': { 'color': '#ffffff', 'font-size': '12px' }    }  });    
  
sIFR.replace(bold, {
    selector: 'div#right div#three div#description h1',    wmode: 'transparent',    css: {      '.sIFR-root': { 'color': '#01449F', 'font-size': '24px' }    }});

sIFR.replace(bold, {
    selector: 'div#right div#right1b h2',    wmode: 'transparent',    css: {      '.sIFR-root': { 'color': '#01449F', 'font-size': '24px' }    }});  

sIFR.replace(bold, {
    selector: 'div#header2 div#hdr_right h1',    wmode: 'transparent',    css: {      '.sIFR-root': { 'color': '#ffffff', 'font-size': '32px' }    }});  

sIFR.replace(bold, {
    selector: 'div#header2 div#hdr_right2 div#hdr_txts h1',    wmode: 'transparent',
    forceSingleLine: true,    css: {      '.sIFR-root': { 'color': '#ffffff', 'font-size': '26px' }    }});  

sIFR.replace(bold, {
    selector: 'div#header2 div#hdr_right2 div#hdr_txts .hinta',    wmode: 'transparent',
    forceSingleLine: true,    css: {      '.sIFR-root': { 'color': '#eb4636', 'font-size': '26px' }    }});  

sIFR.replace(bold, {
    selector: 'div#header2 div#hdr_right2 div#other_headers h2',    wmode: 'transparent',
    forceSingleLine: true,    css: [	      '.sIFR-root { color: #00192a; background-color: #ffffff; font-size: 18px; }'	      ,'a { text-decoration: none; }'	      ,'a:link { color: #00192a; }'	      ,'a:hover { color: #00192a; text-decoration: none; }'	    ]});  

