// "STORE" pages : normal text
Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: '.range_store .box003 .sIFR',
      css: {
        '.sIFR-root': { 'color': '#1f1f1f', 'background-color': '#e0e0e0', 'font-size': '14px' }
      },
      forceWidth: 'true',
      offsetTop: 2,
      wmode: 'opaque'
    }
  }
);