#scroll-container{
	width: 700px;
	height: 380px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#scroll-block{
	width: 700px;
	height: 600px;
	overflow-x: hidden;
}

#scroll-block ul.scroll-ul{
	list-style: none;
	width: 25000px;
	height: 380px;
	margin-right: 10px;
	overflow-y: hidden;
}

#scroll-block ul li.scroll-li{
	display: block;
	float: left;
	width: 700px;
	height: 380px;
	overflow: hidden;
	margin-right: 10px;
}

.step-nav{
	margin-top: 15px;
	text-align: right;
	padding-right: 35px;
}

.step-nav a{
	display: inline-block;
	padding: 0 15px 0 15px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #999999;
	color: #333333;
	margin-left: 8px;
}

.step-nav a:hover{
	background-color: #FFFFCC;
	color: #FF6600;
	border: 1px solid #AF4E21;
	border: 1px solid #AF4E21;
}

.step-nav a.disable{
	display: inline-block;
	padding: 0 15px 0 15px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #999999;
	color: #999999;
	margin-left: 8px;
}

.step-nav a.disable:hover{
	background-color: #FFF;
	color: #999999;
	border: 1px solid #999999;
}

#nav_desc{
	margin-left: 10px;
	display: none;
	color: #666666;
}

#nav_desc.important{
	margin-left: 10px;
	display: none;
	color: #993300;
}

.quest-input{
	width: 99%;
}

.step-content ol
{
	padding: 5px 0 5px 0;
}
#scroll-block .section
{
	padding: 10px;
	margin: 2px;
}

.step-info{
	padding-left: 70px;
	background-image: url(../../images/element/evaluate_step.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	height: 60px;
	margin-bottom: 10px;
}

.step-info h1
{
	font-size: 18px;
	color: #378BD3;
}

.step-info h2
{
	padding-left: 10px;
	color: #999999;
}
.step-content
{
	width: 674px;
}
.step-content .header{
	height: 25px;
	background-image: url(../../images/element/box2-top.gif);
	background-repeat: no-repeat;
}
.step-content .body{
	background-image: url(../../images/element/box2-body.gif);
	background-repeat: repeat-y;
	padding: 0 20px 0 20px;
}
.step-content .footer{
	height: 25px;
	background-image: url(../../images/element/box2-bottom.gif);
	background-repeat: no-repeat;
}

.body-scroolable{
	height: 300px;
	width: 629px;
	overflow: auto;
	padding-right: 5px;
}

#interactive{
	min-height: 300px;
}


#inter-item{
	
}

#inter-item ol{
	padding: 8px;
	margin: 0 0 3px 0;
	border-bottom: 1px dashed #42D2FF;
}

#inter-item ol .name{
	font-weight: bolder;
	color: #005455;
	
}

#scroll-block li ol{
	display: none;
}