ul#storeTabs {
    overflow: visible;
    margin: 0;
    padding: 0;
    height: 47px;
    border-bottom: solid 1px #d3d3d3;
    list-style: none;
    text-align: left;
}

ul#storeTabs li {
    float: left;
    width: 140px;
    height: 47px;
}

ul#storeTabs li a {
    display: block;
    width: 140px;
    height: 47px;
}

ul#storeTabs li a.current {
    background: url("../images/store/tabs/current.jpg") left top no-repeat;
}

ul#storeTabs li.active a.current {
    background: url("../images/store/tabs/current_a.jpg") left top no-repeat;
}

/*
ul#storeTabs li a.holiday {
	background: url("../images/store/tabs/specials.jpg") left top no-repeat;
}
ul#storeTabs li.active a.holiday {
	background: url("../images/store/tabs/specials_a.jpg") left top no-repeat;
}
*/
ul#storeTabs li a.treasure {
    background: url("../images/store/tabs/tchest.jpg") left top no-repeat;
}

ul#storeTabs li.active a.treasure {
    background: url("../images/store/tabs/tchest_a.jpg") left top no-repeat;
}

ul#storeTabs li a.mbmackiev {
    background: url("../images/store/tabs/mbMacKiev.jpg") left top no-repeat;
}

ul#storeTabs li.active a.mbmackiev {
    background: url("../images/store/tabs/mbMacKiev_a.jpg") left top no-repeat;
}

.store-tabs {
    overflow: visible;
    margin: 0;
    padding: 0;
    height: 47px;
    list-style: outside none none;
    text-align: left;
}

.store-tabs li {
    float: left;
    width: 140px;
    height: 47px;
}

.store-tabs a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 14px;
    width: 100%;
    height: 100%;
    background: url('/images/store/tab-1x.png') no-repeat 0 0;
    color: #000;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: "Webfont-myriadpro-bold", Helvetica, Arial, sans-serif;
    line-height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.store-tabs a:before {
    float: left;
    margin-right: 10px;
    width: 22px;
    height: 100%;
    background: url('/images/store/icons-tabs_1x.png') no-repeat 41px center;
    content: '';
}

.store-tabs .educational:before {width: 22px; background-position: 0 center;}
.store-tabs .season.autumn:before {width: 41px; background-position: -23px center;}
.store-tabs .season.spring:before,
.store-tabs .season.summer:before {width: 34px; background-position: -65px center;}
.store-tabs .season.holiday:before,
.store-tabs .season.winter:before {width: 25px; background-position: -100px center;}
.store-tabs .treasure-chest:before {width: 22px; background-position: -128px center;}
.store-tabs .made-by-mackiev:before {width: 16px; background-position: -152px center;}

.season.holiday .season-text:before {content: 'Holiday';}
.season.winter .season-text:before {content: 'Winter';}
.season.spring .season-text:before {content: 'Spring';}
.season.summer .season-text:before {content: 'Summer';}
.season.autumn .season-text:before {content: 'Fall';}

.store-tabs .active {
    background: none;
}

.store-tabs .active a {
    background-position: 0 -47px;
}

.store-product:after {
    content: '';
    background: url('/images/store/mb_icons_1x.png?v=20170315') no-repeat ;
    width: 51px;
    height: 42px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
#ftmfamily .cf.desc {
    margin-bottom: 20px !important;
}

.store-product-wb:after {width: 51px;  background-position: 0 0; margin-right: 8px;}
.store-product-kp:after {width: 41px; background-position: -52px 0; margin-right: 13px;}
.store-product-mavis:after {width: 40px; background-position: -94px 0; margin-right: 14px;}
.store-product-edmark:after {width: 45px; background-position: -135px 0; margin-right: 11px;}
.store-product-tps:after {width: 40px; background-position: -181px 0; margin-right: 14px;}
.store-product-hs:after {width: 43px; background-position: -222px 0; margin-right: 12px;}
.store-product-cf:after {width: 45px; background-position: -266px 0; margin-right: 11px;}
.store-product-globe:after {width: 43px; background-position: -312px 0; margin-right: 12px;}
.store-product-ftm:after {width: 41px;  background: url('/images/ftm/ftm19/FTM-2019_logo_1x.png') no-repeat ; margin-right: 15px; margin-top: 3px;
background-size: 39px 39px;
}
.productbutton .store-product.store-product-stellaluna:after {width: 41px; background: url('/images/store/tabs/stellaluna_tab_1x.png') no-repeat ; margin-right: 12px; margin-top: 2px; background-size: 39px 39px;}
/* margin-right: =ROUND((51 - W) / 2) + 8 */

@media screen and (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 2dppx),
(min-resolution: 192dpi) {
    .store-tabs a {
        background-image: url('/images/store/tab-2x.png');
        -webkit-background-size: 140px 94px;
        background-size: 140px 94px;
    }

    .store-tabs a:before {
        background-image: url('/images/store/icons-tabs_2x.png');
        -webkit-background-size: 161px 23px;
        background-size: 168px 23px;
    }

    .store-product:after {
        background-image: url('/images/store/mb_icons_2x.png?v=20160302');
        -webkit-background-size: 395px 42px;
        background-size: 440px 42px;
    }
    .store-product-ftm:after {
      background: url('/images/ftm/ftm19/FTM-2019_logo_2x.png') no-repeat ;
      background-size: 38px 37px;
    }
    .productbutton .store-product.store-product-stellaluna:after {
        background: url('/images/store/tabs/stellaluna_tab_2x.png') no-repeat ;
        background-size: 38px 37px;
    }
}