var VAG_bold = {
      src: '/static/flash/VAG_bold.swf'
};
 
sIFR.activate(VAG_bold);

sIFR.replace(VAG_bold, {
      selector: '#wrapper.yellow #main #content .pageHeader h1.lngHeader',
      css: [
      '.sIFR-root { font-size:1.1em; color:#000000; }'
      ],
      wmode: 'transparent'
});
 
sIFR.replace(VAG_bold, {
      selector: '#main #content .pageHeader h1.lngHeader',
      css: [
      '.sIFR-root { font-size:1.1em; color:#ffffff; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(VAG_bold, {
      selector: '#wrapper.yellow .pageHeader h1.smlHeader',
      css: [
      '.sIFR-root { font-size:1.5em; color:#000000; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(VAG_bold, {
      selector: '.pageHeader h1.smlHeader',
      css: [
      '.sIFR-root { font-size:1.5em; color:#ffffff; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(VAG_bold, {
      selector: 'h2.filmLibrary',
      css: [
      '.sIFR-root { font-size:1em; color:#000000; }',
      'a { color:#000000; cursor:pointer; text-decoration: underline; }',
      'a:hover { color:#3babda; text-decoration: none; }',
      'a:active { color:#ffff00; text-decoration: none; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(VAG_bold, {
      selector: '#main #content .colRow .colLeftDouble h2 span',
      css: [
      '.sIFR-root { font-size:2em; }',
      'a { color:#000000; cursor:pointer; text-decoration: underline; }',
      'a:hover { color:#3babda; text-decoration: none; }',
      'a:active { color:#ffff00; text-decoration: none; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(VAG_bold, {
      selector: '#main #content .colRow .colRightResc h3',
      css: [
      '.sIFR-root { font-size:1.1em; color:#000000; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(VAG_bold, {
      selector: '#main #content .colRow .rating h2',
      css: [
      '.sIFR-root { font-size:0.9em; color:#000000; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(VAG_bold, {
      selector: '#main #content .colRowTp .tpContent h3',
      css: [
      '.sIFR-root { font-size:1.4em; color:#000000; }'
      ],
      wmode: 'transparent'
});

/* sIFR.replace(VAG_bold, {
      selector: '#main #content .colRowTp .docsWrapper .docsInfo h4',
      css: [
      '.sIFR-root { font-size:0.8em; color:#c7469f; }'
      ],
      wmode: 'transparent'
}); */