﻿sIFR.replace(albatross, {
    selector: '.golfshop_footer .text',
    css: '.sIFR-root { font-size:10px; color: #FFFFFF; text-align:left; text-decoration:none; } .sIFR-root a { font-size:10px; color: #FFFFFF; text-align:left; text-decoration:none; } .sIFR-root a:hover { font-size:10px; color: #FFFFFF; text-align:left; text-decoration:none; } ',
    wmode: 'transparent',
    forceSingleLine: true

});

sIFR.replace(albatross, {
    selector: '.golfshop_footer .my_bag .link',
    css: '.sIFR-root {font-size:8px; color:#808080; text-decoration:none;} .sIFR-root a {font-size:8px; color:#808080; text-decoration:none;} .sIFR-root a:hover {font-size:8px; color:#FFFFFF; text-decoration:none;}',
    wmode: 'transparent',
    forceSingleLine: true

});


sIFR.replace(albatross, {
selector: '.golfshop_footer .footer_link',
css: '.sIFR-root { font-size:10px; color: #808080; text-align:left; }.sIFR-root a { color:#808080; text-decoration:none;} .sIFR-root a:hover { color:#FFFFFF; text-decoration:none;}',
wmode: 'transparent',
forceSingleLine: true
});

sIFR.replace(handel, {
    selector: '.body_content_list .text',
    css: '.sIFR-root { font-size:11px; color: #A6A6A6; text-align:left; leading:5; }.sIFR-root .orange { color:#faae18;}',
    wmode: 'transparent'
});

doBodySIFR();

function doBodySIFR() {
    /*sIFR.replace(handel, {
        selector: '.body_content_list li',
        css: '.sIFR-root { font-size:11px; color: #A6A6A6; text-align:left; leading:5; } .sIFR-root .orange { color:#faae18;} .sIFR-root a { color:#faae18; text-decoration:none;} .sIFR-root a:hover { color:#faae18; text-decoration:none;}',
        wmode: 'transparent'
    });*/
    sIFR.replace(handelMovedUp, {
        selector: '.body_content_list li',
        css: '.sIFR-root { font-size:11px; color: #A6A6A6; text-align:left; leading:0; } .sIFR-root .orange { color:#faae18;} .sIFR-root a { color:#faae18; text-decoration:none;} .sIFR-root a:hover { color:#faae18; text-decoration:none;}',
        wmode: 'transparent'
    });

    sIFR.replace(albatross, {
        selector: '.body_video_link',
        css: '.sIFR-root { font-size:14px; color: #faae18; text-align:left; } .sIFR-root a { color:#faae18; text-decoration:none;} .sIFR-root a:hover { color:#faae18; text-decoration:none;}',
        wmode: 'transparent',
        forceSingleLine: true
    });
    sIFR.replace(albatross, {
        selector: 'h3',
        css: '.sIFR-root { font-size:17px; color: #ffffff; }',
        wmode: 'transparent'
    });
}


/*ACCESSORIES */
sIFR.replace(albatross, {
selector: '.accessories_list_text_div span',
    css: '.sIFR-root { font-size:15px; color: #8C8C8C; } .sIFR-root a { color:#8C8C8C; text-decoration:none;} .sIFR-root a:hover { color:#8C8C8C; text-decoration:none;}',
    wmode: 'transparent',
    forceSingleLine: true
});
