﻿.listTitle
{
	font-family: Arial;
	font-size: 12px;
	float: left;
	padding: 0px 0px 0px 5px;
	width: 120px
}

.listIcon
{
	width: 12px;
	height: 12px;
	background-repeat:no-repeat;
	float: left;
	cursor: pointer;
}

.treeView
{
	color: #333333;
}

.treeView ul
{
	padding: 5px 0px 0px 10px;
}

.treeView li
{
	padding: 0px 0px 7px 0px;
}

.treeView a:link 
{
	color: #333333;
	text-decoration: none
}
.treeView a:visited 
{
	color: #333333;
	text-decoration: none
}

.treeView a:active 
{	
	color: #333333;
	text-decoration: none
}
.treeView a:hover 
{	
	color: #333333;
	text-decoration: underline;
}