/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; }
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
@media screen and (min-width: 768px){
    .top #colorbox, .top #cboxContent, .top #cboxLoadedContent{
        min-height: 820px;
    }
}
/*.top #cboxWrapper{
    overflow: visible;
}
.top #cboxContent{
    top: 0;
    padding: 20px;
}

.top #cboxClose{
    top: 0;
    right: 0;
}

.sp.top #cboxContent{
    padding: 0;
}
.sp.top #cboxClose{
    top: -10px;
    right: -10px;
}

@media screen and (max-width: 767px){
    .top #cboxContent{
        padding: 0;
    }
    .top #cboxClose{
        top: -10px;
        right: -10px;
    }
}*/

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#32424d; opacity: 0.8; filter: alpha(opacity = 80);}
#colorbox{outline:0;}
    #cboxContent{overflow:visible; top: 40px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadingGraphic{background:url(../../images/pc/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:0; font-size:13px;color:#f3f3f3;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; top:0; right:0; background:url(../../images/pc/colorbox_control2.png) no-repeat center top; width:42px; height:42px; text-indent:-9999px; z-index:9999}
		 #cboxClose:hover { background-position:center bottom}
		 #cboxNext{border:0; padding:0; margin:0; overflow:visible;  position:absolute; top:50%; right:20px; background:url(../../images/pc/btn_popup_next.png) no-repeat right top; width:50px; height:50px; text-indent:-9999px; z-index:9999; margin-top:-29px}
		 #cboxNext:hover { /*background-position:right bottom;*/ opacity: .5;}
		 #cboxPrevious{border:0; padding:0; margin:0; overflow:visible;  position:absolute; top:50%; left:20px; background:url(../../images/pc/btn_popup_prev.png) no-repeat left top; width:50px; height:50px; text-indent:-9999px; z-index:9999; margin-top:-29px}
		 #cboxPrevious:hover { /*background-position:left bottom;*/ opacity: .5;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
		
        /* download */
        .partsList #cboxClose { top:-43px; right:-43px; }
		.partsList #cboxWrapper { min-height:43px; min-width:43px; padding-top:43px 43px 0 0; }
		
		