/* popup */
#colorbox iframe,
#colorbox object,
#colorbox embed {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

@media (max-width: 480px) {
    #colorbox #cboxTitle {
        display: none !important;
    }
}
/* tabs */
.product-media-tabs {
    display: table;
    margin: 0;
    padding: 10px 0 0 0 !important;
    border-spacing: 5px 0 !important;
    margin-bottom: -1px !important;
    position: relative;
    z-index: 6;
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.product-media-tabs li {
    display: table-cell !important;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    background: #eaeaea;
    border: 1px solid #ccc;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    float: none !important;
}
.product-media-tabs li.active {
    background: #fff;
    border-width: 1px 1px 0;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
}
.product-media-tabs a {
    display: block;
    padding: 9px 12px;
    cursor: pointer;
    color: #777;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font: bold 12px/16px Arial, Helvetica, Tahoma, sans-serif;
}
.product-media-tabs a:hover {
    text-decoration: none;
}
.in-tab {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin: 0 !important;
    padding: 10px 0 0 0 !important;
}
/* argento (highslide) fixes */
#tab_videos_contents ul li {
    width: auto;
    height: auto;
    background: none;
    display: inline-block;
}
#tab_videos_contents ul li a {
    margin: 0;
    padding: 0;
}