sIFR.useDomContentLoaded = true;
sIFR.delayCSS  = true;

//if(!window.ie6){
  sIFR.activate(rareandprestige);
//}


sIFR.replace(rareandprestige, {
  selector: 'h2',
  wmode: 'transparent',
  css: [
    '.sIFR-root {color: #999999; font-size: 28px;}'
  ]
});

/* Main Site*/
sIFR.replace(rareandprestige, {
  selector: 'body.journal h3',
  wmode: 'transparent',
  css: [
    '.sIFR-root {color: #ffffff; font-size: 20px;}',
    'a { color: #ffffff; text-decoration:none; }',
    'a:link { color: #ffffff; text-decoration:none; }',
    'a:hover { color: #ffffff; text-decoration:none; }'
  ]
});

sIFR.replace(rareandprestige, {
  selector: '#content h3',
  wmode: 'transparent',
  css: [
    '.sIFR-root {color: #ffffff; font-size: 20px;}',
    'a { color: #ffffff; text-decoration:none; }',
    'a:link { color: #ffffff; text-decoration:none; }',
    'a:hover { color: #ffffff; text-decoration:none; }'
  ]
});
sIFR.replace(rareandprestige, {
  selector: '#right-nav h3',
  wmode: 'transparent',
  css: [
    '.sIFR-root {color: #999999; font-size: 22px;}',
    'a { color: #999999; text-decoration:none; }',
    'a:link { color: #999999; text-decoration:none; }',
    'a:hover { color: #999999; text-decoration:none; }'
  ]
});

/* Store */
sIFR.replace(rareandprestige, {
  selector: 'div.product div.information span.title',
  wmode: 'transparent',
  css: [
    '.sIFR-root {color: #ffffff; font-size: 26px;}'
  ]
});
sIFR.replace(rareandprestige, {
  selector: 'div.product div.information span.price',
  wmode: 'transparent',
  css: [
    '.sIFR-root {color: #77211D; font-size: 20px;}'
  ]
});
sIFR.replace(rareandprestige, {
  selector: 'div#cart-form-products table th, div#cart-form-products table td.subtotal, form#uc-cart-checkout-form fieldset legend span, form#uc-cart-checkout-form fieldset#cart-pane table th, form#uc-cart-checkout-form fieldset#cart-pane table span.subtotal, table.order-review-table tr.pane-title-row td span',
  wmode: 'transparent',
  css: [
    '.sIFR-root {color: #999999; font-size: 22px;}'
  ]
});
sIFR.replace(rareandprestige, {
  selector: 'div#basket div.basket_content h3',
  wmode: 'transparent',
  css: [
    '.sIFR-root {color: #999999; font-size: 24px;}'
  ]
});

sIFR.replace(rareandprestige, {
  selector: 'body.verify div#content h1',
  wmode: 'transparent',
  css: [
    '.sIFR-root {color: #999999; text-align: center; font-size: 28px;}'
  ]
});
sIFR.replace(rareandprestige, {
  selector: 'body.verify form#verification-form div.error',
  wmode: 'transparent',
  css: [
    '.sIFR-root {color: #ffffff; text-align: center; font-size: 20px;}'
  ]
});

sIFR.replace(rareandprestige, {
  selector: 'body.verify h1',
  wmode: 'transparent',
  css: [
    '.sIFR-root {color: #999999; text-align: center; font-size: 28px;}'
  ]
});



/**/