ul.tv, .tv ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}	

.tv li { 
	position: relative;
	margin: 0;
	padding: 4px 0 3px 20px;
	z-index: 10;
}

div.tvca { /* Clickable Area */
	_background: #fff;
	_filter: alpha(opacity=0);
	/* 
		border: 1px solid #fdd; 
	*/ /* Useful for showing the hit area */
	height: 15px;
	width: 15px;
	position: absolute;
	top: 1px;
	left: -1px;
	_left: -21px; /* IE... damnit! */
	cursor: pointer;
	z-index: 50;
}

.tv li, .tv .tvi /* Tree View Item */ { background: url(treeview-img/tvi-bw.gif) 0 0 no-repeat; }
	
.tv .tvic /* Tree View Item, Collapsable */ { background-image: url(treeview-img/tvic-bw.gif); }
.tv .tvie /* Tree View Item, Expandable */ { background-image: url(treeview-img/tvie-bw.gif); }

.tv .tvil /* Tree View Last Item */ { background-image: url(treeview-img/tvil-bw.gif); }
.tv .tvilc /* Tree View Last Item, Collapsable */ { background-image: url(treeview-img/tvilc-bw.gif); }
.tv .tvile /* Tree View Last Item, Expandable */ { background-image: url(treeview-img/tvile-bw.gif); }

.tvload /* Loading Icon */ { background-image: url(treeview-img/tviload-bw.gif); }


