
.item {
	background-image: url(../gfx/none.gif);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	width: 20px;
	float:left;
}
.item_folder {
	background-image: url(../gfx/plus.gif);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	cursor: pointer;
	width: 20px;
	float:left;
}
.item_folder_open {
	background-image: url(../gfx/minus.gif);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	cursor: pointer;
	width: 20px;
	float:left;
}
.item_nofolder {
	background-image: none;
	width: 20px;
	float:left;
}
.folder {
	padding-left: 10px;
}