/* SliderBox */
#shaderBox {
    opacity:0.0;
    filter:alpha(opacity=0);
    z-index:1000;
    position:absolute;
    visibility:hidden;
    top:0px;
    left:0px;
    width:100%;
    min-height:900px;
    height:auto !important;
    height:900px;
    background-color:#000000;
    text-align:center;
    
}

#shaderBox H1 {
    color:#ffffff;
    font-size:30px;
    line-height:32px;
    height:100px;
}

/* STYLES FOR LAYOUT */
.sWrap {
	position: relative;
	padding-top: 20px;
	width: 760px;
	margin: 0 auto;
}
/* STYLES FOR FONTS & COLORS */
.sWrap h1 a,
.sWrap h2 a, 
.sWrap h3 a, 
.sWrap h4 a, 
.sWrap h5 a, 
.sWrap h6 a { color: #fff; text-decoration: none; }

.sWrap h1,
.sWrap h2,
.sWrap h3,
.sWrap h4,
.sWrap h5,
.sWrap h6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	line-height: 36px;
	margin: 0.75em 0; /*.83em 0*/
	color: white;
}
.sWrap h5,
.sWrap h6 {
	font-size: 16px;
	line-height: 22px;
	color: #999;
}

.sWrap a#close {
	position: absolute;
	top: 5px;
	right: 0px;
	line-height: 32px;
	color: #bebebe;
	font-size: 16px;
	font-weight: normal;
	padding-right: 30px;
	text-decoration: none;
	background: url(/system/img/close_bg.png) 100% center no-repeat;
}

/* STYLES FOR GUI-OVERLAYS */
/* loader */
.sWrap .window {
	position: relative;
	clear: both;
	margin: 0 0 10px;
	width: 760px;
	height: auto;
	z-index: 99;
}
.sWrap .loader {
	position: relative;
	width: 760px;
	height: 220px;
	margin-top: 20px;
}
.sWrap .loading h2 a {
	position: absolute;
	width: 720px;
	padding: 0 20px;
	left: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.sWrap .complete h2 a.view,
.sWrap .complete h2 a.download {
	position: absolute;
	text-align: center;
	text-decoration: none;
	color: #fff;
	top: 24px;
	left: 145px;
	width: 410px;
	padding: 25px 20px 0 40px;
	height: 61px;
	background: url(/system/img/load_view.gif) center center no-repeat;
}
.sWrap .complete h2 a.download {
	background: url(/system/img/load_download.gif) center center no-repeat;
}
.sWrap .loader h5 {
	position: absolute;
	text-align: center;
	top: 110px; /*set to 110px if desired above progress bar*/
	width: 760px;
	color: #fff;
	left:0px;
}
.sWrap .loading_window {
	position: absolute;
	width: 760px;
	height: 220px;
	text-align: center;
	background: url(/system/img/window_loading.png) 0 0 no-repeat;
	z-index: 4;
	left: 0px;
}
.sWrap .loading_window_bg {
	position: absolute;
	width: 760px;
	height: 220px;
	background: url(/system/img/window_loading_bg.png) 0 0 repeat-x;
	z-index: 1;
	left:0px;
}
.sWrap .loader .loading_window_bg #progress {
	position: absolute;
	top: 153px;
	left: 205px;
	height: 32px;
	background: white url(/system/img/load_progress.gif) 0 0 repeat-x;
	z-index: 2;
}

.sWrap .complete .loading_window_bg #progress {
	position: absolute;
	top: 153px;
	left: 205px;
	height: 32px;
	background: url(/system/img/load_complete.gif) 0 0 repeat-x;
	z-index: 2;
}

.sWrap .loading_window_bg .end {
	position: absolute;
	top: 153px;
	left: 454px;
	height: 32px;
	width: 2px;
	z-index: 3;
}
/* // loader */

/* Steps */
.sWrap .corners {
	position: relative;
	height: 24px;
	width: 760px;
	clear: both;
}
.sWrap .box div.corners div { background: url(/system/img/steps_corners.png) 0 0 no-repeat; height:24px; line-height:23px; }
.sWrap .box.preview div.corners div { background: url(/system/img/preview_corners.png) 0 0 no-repeat; }

.sWrap .box div.middle { background: url(/system/img/steps_middle.png) 0 0 repeat-y; overflow: hidden; padding: 0 25px; }
.sWrap .box.preview div.middle { background: url(/system/img/preview_middle.png) 0 0 repeat-y; overflow: hidden; padding: 0 25px; }

.sWrap .box div.tc div.top_corner { background-position: 0 0; }
.sWrap .box div.bc div.bottom_corner { background-position: 0 -23px; }

.sWrap #steps,
.sWrap #preview {
	height: 181px;
	width: 710px;
	margin: .73em 0;
}

.sWrap .box.preview div.middle .covers {
	margin: .73em auto;
	text-align: center;
}
.sWrap .box.preview div.middle .covers .cover {
	float: left;
	width: 150px;
	height: auto;
	overflow: hidden;
	margin: 0 13px;
}

.sWrap .step {
	position: absolute;
	width: 150px;
	padding: 0 15px;
	margin-top: 20px;
	text-align: center;
	color: #212121;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	}
.sWrap .step img {
	margin: 6px 0;
}

.sWrap #steps.one { background: url(/system/img/steps_1_plain.png) center center no-repeat; }
.sWrap #steps.two { background: url(/system/img/steps_2_plain.png) center center no-repeat; }
.sWrap #steps.three { background: url(/system/img/steps_3_plain.png) center center no-repeat; }
.sWrap #steps.four { background: url(/system/img/steps_4_plain.png) center top no-repeat; }

.sWrap #steps.one .step.one { left: 290px; font-size: 13px; line-height: 18px; margin-top: 10px; }

.sWrap #steps.two .step.one { left: 158px; font-size: 13px; line-height: 18px; margin-top: 10px; }
.sWrap #steps.two .step.two { left: 420px; margin-top: 20px; }

.sWrap #steps.three .step.one { left: 28px; }
.sWrap #steps.three .step.two { left: 290px; }
.sWrap #steps.three .step.three { left: 552px; }

.sWrap #steps.four .step { width: 130px; font-size: 13px; line-height: 16px; }
.sWrap #steps.four .step.one { left: 26px; }
.sWrap #steps.four .step.two { left: 208px; }
.sWrap #steps.four .step.three { left: 392px; }
.sWrap #steps.four .step.four { left: 575px; }

.sWrap .middle h2,
.sWrap .middle h3 { margin: 0; padding:0; }
.sWrap .middle h3 { font-size: 22px; line-height: 26px; }

.sWrap .preview .middle h2,
.sWrap .preview .middle h3 { color: #212121; }

.sWrap .middle .warning a,
.sWrap .red { color: red; }

.sWrap a.cancel { font-size: 12px; text-decoration: underline; color: #fff; }

