.tree {
	list-style: none;
}
.tree li{
	display: block;
	cursor: pointer;
	list-style: circle;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.tree li ul {
	list-style: none;
	display: none;
}
.tree ul li{
	cursor: auto;
}

ol.tree{padding-left:15px;}
ol.tree li{list-style-type:none;position:relative;margin-left:-15px;padding-bottom: 8px;border-top: 1px solid silver;}
ol.tree li label{padding-left:16px;cursor:pointer;}
ol.tree li input{width:1em;height:1em;position:absolute;left:-0.5em;top:0;opacity:0;cursor:pointer;}
ol.tree li input + ol{height:1em;margin:-16px 0 0 -44px;background:url("https://www.need1.com.au/assets/design-template/toggle-small-expand.png") no-repeat 260px 0px;}
ol.tree li input + ol > li{display:none;margin-left:-14px !important;padding-left:1px;}
ol.tree li.file{margin-left:-1px !important; background:url("https://www.need1.com.au/assets/design-template/go.png") no-repeat 170px 5px; padding-right:20px;}
ol.tree li.file a{display:inline-block; margin-left: 8px;}
ol.tree li input:checked + ol{height:auto;margin:-21px 0 0 -44px;padding:33px 0 0 80px;background:url("https://www.need1.com.au/assets/design-template/toggle-small.png") no-repeat 260px 5px;}
ol.tree li input:checked + ol > li{display:block;margin:0 0 0.063em; padding-right: 24px;}
ol.tree li input:checked + ol > li:first-child{margin:0 0 0.125em;}