// "STORE" pages : box title
Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: '.range_store .box_top .sIFR',
      css: {
        '.sIFR-root': { 'color': '#ffffff', 'background-color': '#46667a', 'font-size': '14px' }
      },
      offsetTop: 2,
      wmode: 'opaque'
    }
  }
);
