/*
    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; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#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;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
/* 
    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:#000;}
#colorbox{}
    #cboxContent{/padding-bottom:21px;}
        .cboxIframe{}
        #cboxError{}
        #cboxLoadedContent{width:700px; height:760px; padding-top:30px;}
        #cboxTitle{display:none;}
        #cboxCurrent{display:none;}
        #cboxSlideshow{display:none;}
        #cboxPrevious{display:none;}
        #cboxPrevious:hover{display:none;}
        #cboxNext{display:none;}
        #cboxNext:hover{display:none;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:0; left:580px; display:block; background:url(../image/btn_close.png) no-repeat top center; width:120px; height:30px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

#cboxContent section + p {
	margin:0 auto 20px;
	padding-left:1em;
	text-indent:-1em;
}

#cboxContent h1 + p {
	margin:0 auto 20px;
	text-align:center;
}

#cboxContent div#downloadWrap {
	background:#030d22;
	padding:25px 0 0;
	border:1px solid #153d92;
	font-size:12px;
}

#cboxContent h2 {
	width:204px;
	height:80px;
	margin:0 auto;
	line-height:0;
	font-size:0;	
}

#cboxContent div#wrap {
	width:648px;
	margin:0 auto;
}

#cboxContent section {
	width:216px;
	padding-bottom:10px;
	float:left;
}

#cboxContent figure img {
	margin:0 auto 10px;
	display:block;
}

#cboxContent figcaption {
	width:190px;
	margin:0 auto;
}

#cboxContent section#step4 {
	width:648px;
	margin:0 auto 30px;
	padding-bottom:0;
	float:none;	
	clear:both;
}

#cboxContent section#step4 h2 {
	width:648px;
	height:58px;
	margin:0 auto 15px;
	display:block;
}

#cboxContent section#step4 figure {
	width:216px;
	margin:0 10px;
	float:left;	
}

#cboxContent section#step4 dt {
	margin-bottom:4px;
	color:#ff6c00;
	font-weight:600;
}

#cboxContent section#step4 dd {
	margin-bottom:10px;
}

#cboxContent section#step4 dd img {
	margin-right:4px;
	vertical-align:middle;
	float:left;
}

#cboxContent section#step4 dl dt:first-child + dd img {
	margin-right:4px;
	vertical-align:middle;
	float:none;
}

#cboxContent div#pv {
	padding-bottom:20px;
	text-align:center
}