.structure,
.content .structure{
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
	border-left:3px solid #c1ecf4;
	width: auto;
	overflow: visible;
}
.structure li span,
.content .structure li span{
	border:3px solid #c1ecf4;
	display:block;
	padding:9px 15px 9px;
	background:#fff;
	font-weight:bold;
	color:#000;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    line-height: 1.1;
	margin-left:-10px;
}
.structure li,
.content .structure li{
	padding: 0;
	margin: 0;
	line-height: 13px;
}
.structure ul .last,
.content .structure ul .last{
	margin-left:-3px;
	padding-left:28px;
	position:relative;
}
.structure ul,
.content .structure ul{
	list-style:none;
	margin:0;
	padding:0 0 0 0px;
	width: auto;
	overflow: visible;
}
.structure ul li,
.content .structure ul li{
	padding:7px 0 0 25px;
}
.structure ul span,
.content .structure ul span{
	font-weight:normal;
	color:#303030;
	border:3px solid #dfedf5;
	margin-left:0px;
    position: relative;
}
.structure ul span:before,
.content .structure ul span:before{
    content: "";
    position: absolute;
    border-bottom: 3px solid #c1ecf4;
    width: 25px;
    left: -28px;
    top: 50%;
    margin-top: -3px;
}
.structure ul li:last-child span:after,
.content .structure ul li:last-child span:after{
    content: "";
    position: absolute;
    border-left: 3px solid #fff;
    left: -31px;
    top: 50%;
    bottom: 0;
    margin-bottom: -3px;
}
.structure ul ul,
.content .structure ul ul{
	border-left:3px solid #dfedf5;
	margin-left:8px;
	padding-left:0px;
}
.structure ul ul span,
.content .structure ul ul span{
	border:3px solid #f2eee2;
}
.structure ul ul span:before,
.content .structure ul ul span:before{
    border-bottom: 3px solid #dfedf5;
}
.structure ul ul li,
.content .structure ul ul li{
}
.structure ul ul .last,
.content .structure ul ul .last{
	margin-left:-3px;
	padding-left:28px;
	position:relative;
}