.treeview{
}

.treeview .item { 
	margin: 0;
	padding: 5px;
	border:1px solid #eeeeee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:5px;

}
.treeview .item .title{
	cursor:pointer;
	height:50px;
	font-weight:bold
}
.treeview .item .title img{
	float:left;
	margin-right:5px;
}

.treeview .item ul{
	list-style:none;
}