/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
var h1 = { src: '/Flash/myriad_pro_light.swf' };


// Now you can set some configuration settings.
// See also <http://wiki.novemberborn.net/sifr3/JavaScript+Configuration>.
// One setting you probably want to use is `sIFR.useStyleCheck`. Before you do that,
// read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad>.

// sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(h1);


// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);
//
// Remember, there must be *only one* `sIFR.activate()`!

// Now we can do the replacements. You can do as many as you like, but just
// as an example, we'll replace all `<h1>` elements with the Futura movie.
// 
// The first argument to `sIFR.replace` is the `futura` object we created earlier.
// The second argument is another object, on which you can specify a number of
// parameters or "keyword arguemnts". For the full list, see "Keyword arguments"
// under `replace(kwargs, mergeKwargs)` at 
// <http://wiki.novemberborn.net/sifr3/JavaScript+Methods>.
// 
// The first argument you see here is `selector`, which is a normal CSS selector.
// That means you can also do things like '#content h1' or 'h1.title'.
//
// The second argument determines what the Flash text looks like. The main text
// is styled via the `.sIFR-root` class. Here we've specified `background-color`
// of the entire Flash movie to be a light grey, and the `color` of the text to
// be red. Read more about styling at <http://wiki.novemberborn.net/sifr3/Styling>.



/* TO PLAY BLUE */

sIFR.replace(h1, {
    selector: '#Product_Header_ToPlayBlue',
    css: '.sIFR-root {color: #0098DB;font-weight:bold;}',
    preventWrap: true,
    sharpness: 100,
    tuneHeight: -1,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h1.Text_ToPlayBlue',
    css: '.sIFR-root {color: #0098DB; font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h2.Text_ToPlayBlue',
    css: '.sIFR-root {color: #0098DB; font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h3.Text_ToPlayBlue',
    css: '.sIFR-root {color: #0098DB;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_DataHeader_ToPlayBlue',
    css: '.sIFR-root {color: #0098DB;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ToyGuideText_ToPlayBlue',
    css: '.sIFR-root {color: #0098DB; text-align:right;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -3,
    tuneHeight: -9,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_InformationHeader_ToPlayBlue',
    css: '.sIFR-root {color: #0098DB;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ProductDetailHeader_ToPlayBlue',
    css: '.sIFR-root {color: #0098DB;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_ListingHeader_ToPlayBlue',
    css: '.sIFR-root {color: #0098DB;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -7,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#BuyNowText_ToPlayBlue',
    css: '.sIFR-root {color: #0098DB;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -8,
    offsetTop: -3,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.Category_Header_Text_ToPlayBlue',
    css: '.sIFR-root {color: #0098DB;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -5,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

/* TO GO YELLOW*/

sIFR.replace(h1, {
    selector: '#Product_Header_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E;font-weight:bold;}',
    preventWrap: true,
    sharpness: 100,
    tuneHeight: -1,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h1.Text_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E;font-weight:bold;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h2.Text_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E;font-weight:bold;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h3.Text_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_DataHeader_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_AccessoryHeader_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ToyGuideText_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E; text-align:right;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -3,
    tuneHeight: -9,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_InformationHeader_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ProductDetailHeader_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_ListingHeader_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -7,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#BuyNowText_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.Category_Header_Text_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E;font-weight:bold}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -5,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

/* TO GO GREEN*/

sIFR.replace(h1, {
    selector: '#Product_Header_ToGoGreen',
    css: '.sIFR-root {color: #349C54;font-weight:bold;}',
    preventWrap: true,
    sharpness: 100,
    tuneHeight: -1,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h1.Text_ToGoGreen',
    css: '.sIFR-root {color: #349C54;font-weight:bold;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h2.Text_ToGoGreen',
    css: '.sIFR-root {color: #349C54;font-weight:bold;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h3.Text_ToGoGreen',
    css: '.sIFR-root {color: #349C54;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_DataHeader_ToGoGreen',
    css: '.sIFR-root {color: #349C54;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ToyGuideText_ToGoGreen',
    css: '.sIFR-root {color: #349C54; text-align:right;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -3,
    tuneHeight: -9,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_InformationHeader_ToGoGreen',
    css: '.sIFR-root {color: #349C54;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ProductDetailHeader_ToGoGreen',
    css: '.sIFR-root {color: #349C54;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_ListingHeader_ToGoGreen',
    css: '.sIFR-root {color: #349C54;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -7,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#BuyNowText_ToGoGreen',
    css: '.sIFR-root {color: #349C54;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.Category_Header_Text_ToGoGreen',
    css: '.sIFR-root {color: #349C54;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -5,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

/* TO BE RED */

sIFR.replace(h1, {
    selector: '#Product_Header_ToBeRed',
    css: '.sIFR-root {color: #CD2131;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -1,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h1.Text_ToBeRed',
    css: '.sIFR-root {color: #CD2131;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h2.Text_ToBeRed',
    css: '.sIFR-root {color: #CD2131;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h3.Text_ToBeRed',
    css: '.sIFR-root {color: #CD2131;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_DataHeader_ToBeRed',
    css: '.sIFR-root {color: #CD2131;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ToyGuideText_ToBeRed',
    css: '.sIFR-root {color: #CD2131; text-align:right;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -3,
    tuneHeight: -9,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ProductDetailHeader_ToBeRed',
    css: '.sIFR-root {color: #CD2131;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_InformationHeader_ToBeRed',
    css: '.sIFR-root {color: #CD2131;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_ListingHeader_ToBeRed',
    css: '.sIFR-root {color: #CD2131;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -7,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#BuyNowText_ToBeRed',
    css: '.sIFR-root {color: #CD2131;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.Category_Header_Text_ToBeRed',
    css: '.sIFR-root {color: #CD2131;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -5,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

/* BLOG GREEN */

sIFR.replace(h1, {
    selector: '#Product_Header_BlogGreen',
    css: '.sIFR-root {color: #83B819;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -1,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h1.Text_BlogGreen',
    css: '.sIFR-root {color: #83B819;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h2.Text_BlogGreen',
    css: '.sIFR-root {color: #83B819;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h3.Text_BlogGreen',
    css: '.sIFR-root {color: #83B819;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_DataHeader_BlogGreen',
    css: '.sIFR-root {color: #83B819;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ToyGuideText_BlogGreen',
    css: '.sIFR-root {color: #83B819; text-align:right;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -3,
    tuneHeight: -9,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ProductDetailHeader_BlogGreen',
    css: '.sIFR-root {color: #83B819;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_InformationHeader_BlogGreen',
    css: '.sIFR-root {color: #83B819;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_ListingHeader_BlogGreen',
    css: '.sIFR-root {color: #83B819;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -7,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#BuyNowText_BlogGreen',
    css: '.sIFR-root {color: #83B819;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.Category_Header_Text_BlogGreen',
    css: '.sIFR-root {color: #83B819;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -5,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

/* LEKOSEUM BLUE */

sIFR.replace(h1, {
    selector: '#Product_Header_LekoseumBlue',
    css: '.sIFR-root {color: #023F88;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -1,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h1.Text_LekoseumBlue',
    css: '.sIFR-root {color: #023F88;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h2.Text_LekoseumBlue',
    css: '.sIFR-root {color: #023F88;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h3.Text_LekoseumBlue',
    css: '.sIFR-root {color: #023F88;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_DataHeader_LekoseumBlue',
    css: '.sIFR-root {color: #023F88;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ToyGuideText_LekoseumBlue',
    css: '.sIFR-root {color: #023F88; text-align:right:font-weight:bold;}',
    sharpness: 100,
    offsetTop: -3,
    tuneHeight: -9,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ProductDetailHeader_LekoseumBlue',
    css: '.sIFR-root {color: #023F88;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_InformationHeader_LekoseumBlue',
    css: '.sIFR-root {color: #023F88;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_ListingHeader_LekoseumBlue',
    css: '.sIFR-root {color: #023F88;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -7,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#BuyNowText_LekoseumBlue',
    css: '.sIFR-root {color: #023F88;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.Category_Header_Text_LekoseumBlue',
    css: '.sIFR-root {color: #023F88;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -5,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

/* ABOUT BRIO BROWN */

sIFR.replace(h1, {
    selector: '#Product_Header_AboutBrown',
    css: '.sIFR-root {color: #583119;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -1,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h1.Text_AboutBrown',
    css: '.sIFR-root {color: #583119;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h2.Text_AboutBrown',
    css: '.sIFR-root {color: #583119;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h3.Text_AboutBrown',
    css: '.sIFR-root {color: #v;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_DataHeader_AboutBrown',
    css: '.sIFR-root {color: #583119;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ToyGuideText_AboutBrown',
    css: '.sIFR-root {color: #583119; text-align:right;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -3,
    tuneHeight: -9,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ProductDetailHeader_AboutBrown',
    css: '.sIFR-root {color: #583119;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_InformationHeader_AboutBrown',
    css: '.sIFR-root {color: #583119;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_ListingHeader_AboutBrown',
    css: '.sIFR-root {color: #583119;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -7,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#BuyNowText_AboutBrown',
    css: '.sIFR-root {color: #583119;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.Category_Header_Text_AboutBrown',
    css: '.sIFR-root {color: #583119;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -5,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

/* OTHER PINK */

sIFR.replace(h1, {
    selector: '#Product_Header_OtherPink',
    css: '.sIFR-root {color: #EC95B8;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -1,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h1.Text_OtherPink',
    css: '.sIFR-root {color: #EC95B8;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h2.Text_OtherPink',
    css: '.sIFR-root {color: #EC95B8;font-weight:bold;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: 'h3.Text_OtherPink',
    css: '.sIFR-root {color: #EC95B8;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_DataHeader_OtherPink',
    css: '.sIFR-root {color: #EC95B8;}',
    preventWrap: true,
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ToyGuideText_OtherPink',
    css: '.sIFR-root {color: #EC95B8; text-align:right;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -3,
    tuneHeight: -9,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#ProductDetailHeader_OtherPink',
    css: '.sIFR-root {color: #EC95B8;}',
    sharpness: 100,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_InformationHeader_OtherPink',
    css: '.sIFR-root {color: #EC95B8;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#Product_ListingHeader_OtherPink',
    css: '.sIFR-root {color: #EC95B8;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -7,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '#BuyNowText_OtherPink',
    css: '.sIFR-root {color: #EC95B8;font-weight:bold;}',
    sharpness: 100,
    tuneHeight: -9,
    offsetTop: -2,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.Category_Header_Text_OtherPink',
    css: '.sIFR-root {color: #EC95B8;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -5,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

/** Spots Replacements **/

sIFR.replace(h1, {
    selector: '.sifr_replace',
    css: '.sIFR-root {color: #676767;font-weight:normal;}',
    sharpness: 100,
    offsetTop: 0,
    tuneHeight: -5,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.sifr_replace_ToPlayBlue',
    css: '.sIFR-root {color: #0098DB;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -10,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.sifr_replace_ToGoOrange',
    css: '.sIFR-root {color: #EDA33E;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -10,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.sifr_replace_ToGoGreen',
    css: '.sIFR-root {color: #349C54;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -10,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.sifr_replace_ToBeRed',
    css: '.sIFR-root {color: #CD2131;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -10,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.sifr_replace_BlogGreen',
    css: '.sIFR-root {color: #83B819;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -10,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.sifr_replace_LekoseumBlue',
    css: '.sIFR-root {color: #023F88;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -10,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.sifr_replace_AboutBrown',
    css: '.sIFR-root {color: #583119;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -10,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});

sIFR.replace(h1, {
    selector: '.sifr_replace_OtherPink',
    css: '.sIFR-root {color: #EC95B8;font-weight:bold;}',
    sharpness: 100,
    offsetTop: -2,
    tuneHeight: -10,
    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
});





/* OTHER */

/* Submenuheader is called in Submenu.js,  */
/* from LeftMenu.aspx and LeftMenu.aspx.cs */

//sIFR.replace(h1, {
//    selector: 'h2',
//    css: '.sIFR-root {color: #646464;}',
//    wmode: 'transparent',
//    sharpness: 100,
//    offsetTop: 5,
//    ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
//});

function ReplaceTextInLeftMenu() {
    sIFR.replace(h1, {
        selector: '.SubMenuHeader',
        css: '.sIFR-root {color: #FFFFFF;font-weight:bold}',
        wmode: 'transparent',
        sharpness: 100,
        tuneHeight: -7,
        offsetTop: -2,
        ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
    });
}


function SIFrReplaceSearchToggle() {

    sIFR.replace(h1, {
        selector: '.SearchResultToggle_ToPlayBlue',
        css: '.sIFR-root {color: #0098DB; text-align:right;font-weight:bold;}',
        sharpness: 100,
        offsetTop: -3,
        tuneHeight: -9,
        ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
    });

    sIFR.replace(h1, {
        selector: '.SearchResultToggle_ToGoOrange',
        css: '.sIFR-root {color: #EDA33E; text-align:right;font-weight:bold;}',
        sharpness: 100,
        offsetTop: -3,
        tuneHeight: -9,
        ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
    });

    sIFR.replace(h1, {
        selector: '.SearchResultToggle_ToGoGreen',
        css: '.sIFR-root {color: #349C54; text-align:right;font-weight:bold;}',
        sharpness: 100,
        offsetTop: -3,
        tuneHeight: -9,
        ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
    });

    sIFR.replace(h1, {
        selector: '.SearchResultToggle_ToBeRed',
        css: '.sIFR-root {color: #CD2131; text-align:right;font-weight:bold;}',
        sharpness: 100,
        offsetTop: -3,
        tuneHeight: -9,
        ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
    });

    sIFR.replace(h1, {
        selector: '.SearchResultToggle_BlogGreen',
        css: '.sIFR-root {color: #83B819; text-align:right;font-weight:bold;}',
        sharpness: 100,
        offsetTop: -3,
        tuneHeight: -9,
        ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
    });

    sIFR.replace(h1, {
        selector: '.SearchResultToggle_LekoseumBlue',
        css: '.sIFR-root {color: #023F88; text-align:right;font-weight:bold;}',
        sharpness: 100,
        offsetTop: -3,
        tuneHeight: -9,
        ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
    });

    sIFR.replace(h1, {
        selector: '.SearchResultToggle_AboutBrown',
        css: '.sIFR-root {color: #583119; text-align:right;font-weight:bold;}',
        sharpness: 100,
        offsetTop: -3,
        tuneHeight: -9,
        ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
    });

    sIFR.replace(h1, {
        selector: '.SearchResultToggle_OtherPink',
        css: '.sIFR-root {color: #EC95B8; text-align:right;font-weight:bold;}',
        sharpness: 100,
        offsetTop: -3,
        tuneHeight: -9,
        ratios: [8, 1.31, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
    });
}

SIFrReplaceSearchToggle();

