.taxonomy-list-wrapper.collapsible.collapsed .list {
    display: none;
}

.taxonomy-list-wrapper.collapsible .list {
    display: block;
}

.taxonomy-list-wrapper .level-0 {
    position: relative;
}

.taxonomy-list-wrapper .level-0 a {
	background-color: #fff;
	z-index: 9;		
	position: relative;
}

.taxonomy-list-wrapper .level-1 {
	padding-left: 15px;
    position: relative;
}

.taxonomy-list-wrapper .level-1 a {
	background-color: #fff;
	z-index: 8;
	position: relative;	
}

.taxonomy-list-wrapper .level-1:after {
    content: "";
    height: 19px;
    width: 1px;
    display: block;
    background-color: #C1C1C1;
    position: absolute;
    left: 3px;
    top: -8px;
}
.taxonomy-list-wrapper .level-1:before {
    content: "";
    height: 1px;
    width: 9px;
    display: block;
    background-color: #C1C1C1;
    position: absolute;
    left: 3px;
    bottom: 8px;
}
.taxonomy-list-wrapper .level-2 {
	padding-left: 30px;
	position: relative;
}
.taxonomy-list-wrapper .level-2:after {
    content: "";
    height: 19px;
    width: 1px;
    display: block;
    background-color: #C1C1C1;
    position: absolute;
    left: 18px;
    top: -8px;
}
.taxonomy-list-wrapper .level-2 a:after {
    content: "";
    height: 24px;
    width: 1px;
    display: block;
    background-color: #C1C1C1;
    position: absolute;
    left: 3px;
    top: -13px;
}
.taxonomy-list-wrapper .level-2:before {
    content: "";
    height: 1px;
    width: 9px;
    display: block;
    background-color: #C1C1C1;
    position: absolute;
    left: 18px;
    bottom: 8px;
}
.taxonomy-list-wrapper .level-3 {
	padding-left: 45px;
}