@charset "utf-8";

body {
    margin: 0;
    padding: 0;
}

#rkt_preview-box_mobile {
    background: url(/bundles/storefrontcontent/images/mobile/smartphone_preview.png) center 0 no-repeat;
    width: 100%;
    height: 695px;
    margin-top: 20px;
}

#rkt_preview-box_mobile div.center_box {
    width: 339px;
    height: 467px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: 100px;
    overflow: hidden;
}

a.btn_pcversion, a.btn_mobileversion {
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    background: url(/bundles/storefrontcontent/images/mobile/icon-pc.png) left top no-repeat;
    padding-left: 25px;
    margin-left: 15px;
    display: inline-block;
}

a.btn_pcversion:hover, a.btn_mobileversion:hover {
    color: #3d3d3d;
}

a.active {
    color: #bf0000;
}

a.active:hover {
    color: #bf0000;
}

a.btn_mobileversion {
    background: url(/bundles/storefrontcontent/images/mobile/icon-mobile.png) left top no-repeat;
}