.nav-list-big > li {
	line-height : 2em;
	padding:5px 0px;
}
ul {
 	list-style-type:none;
}

.settingrow{
	border-bottom: 1px dotted #bebebe;
	overflow: hidden;
	cursor: pointer;
}

.settingrow:hover{
	background:#FFF;
}

.node div{
	display: inline-block;
}

.mask{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: #000;
	opacity: .5;
	z-index: 120;
}

.maskcontent{
	position: absolute;
	width: 600px;
	height: 400px;
	background: #FFF;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
	z-index: 121;
}

.navbutton{
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.helpercontent{
	margin: 50px 0px 20px 50px;
}

.helpercontent li{
	height: 50px;
}


.laststep{
	margin: 20px;
}

.table th{
	max-width: 40px;
	overflow: hidden;
}

.nextstep{
	margin: 20px;
}

.stepfinish{
	margin: 20px;
}

.helperclose{
	z-index: 150;
	width: 30px;
	height: 30px;
	font-size: 28px;
	color: #888;
	border-radius: 15px;
	border: 1px solid #DDD;
	background: #FFF;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: -12px -12px 0px 0px;
}

.abovemask{
	position: absolute;
	z-index: 100;
	width: 600px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top:-200px;
}

.left-move{
	margin-right:30px;
}

.activerow{
	background:#FFF;
	border-bottom: 1px dotted #bebebe;
	overflow: hidden;
}

.intro{
	padding: 10px 18px;
	line-height: 1;
}

.attr_edit{
	margin-top: -5px;
}

.attr_name {
	display : inline-block;	
	width: 20%;	
	font-weight : bold;
	float: left;
}

.attr_value{
	width: 60%;
	color: #8d8d8d;	
}

.edit{
	float:right;
	text-align:right;
	width:20%;
	display: inline-block;
}

.action {
	margin: 0px 0px 10px 0px;
} 

.xlarge{
	line-height: 2em;
	padding-left:10px;
	width: 270px;
	margin-right: 10px;
	display: inline-block;
}

.desc{
	float: left;
	width:	220px;
}

.help_block{
	display:block;
	line-height: 2.5em;
	color: #bfbfbf;
	font-size: 14px;
}

.tab_head {
	margin:0px 0px 30px 0px;
}


