/*
 *  Global and responsive styles
 */

a.is-promotion {
    background-color: #EC3E01;
}

.is-description {
    display: none;
    max-height: 700px;
    max-width: 800px;
}

.is-description h3,
.is-track-list h3 {
    margin-top: 0;
}

.is-gallery {
    display: none;
}

.is-oldprice {
    margin-top: 5px;
}

.is-oldprice,
.is-qrcode {
    display: block;
    font-size: 0.8em;
}

.is-qrcode a {
    border-bottom: none;
    text-decoration: none;
}

.is-track-list {
    max-height: 600px;
    overflow: scroll;
}

ul.is-toplist > ol {
    list-style: decimal;
}

.is-toplist-number {
    background: #E00016;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    left: -10px;
    padding: 0 auto;
    position: relative;
    text-align: center;
    top: 10px;
    width: 20px;
}


/* FANCYBOX POP-UP BOX */
.fancybox-overlay {
    z-index: 999999;
}

#fancybox-thumbs {
    z-index: 9999999;
}

/* RESPONSIVE */
@media (max-width: 480px) {
    .is-appstore-table ul li {
        padding: 5px;
        width: 50%;
    }
    .is-ibookstore-table ul li {
        padding: 5px;
        width: 50%;
    }
    .is-itunesmusic-table ul li {
        padding: 5px;
        width: 50%;
    }
    .hide-mobile {
        display: none;
    }
}