.ProductTree ul
{
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	clear: both;
}

.ProductTree li {
	margin: 1px 0px 2px 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	padding: 0px 0px 0px 16px;
	display: block;
	background-image: url(/images/plus.gif);
	background-position: top left;
	background-repeat: no-repeat;
	list-style-image: none;
	float: left;
	display: block;
	clear: both;
	width: 210px;
}

.ProductTree li li {
	width: 194px;
}

.ProductTree li li li {
	width: 178px;
}

.ProductTree li li li li {
	width: 162px;
}

.ProductTree li.selected
{
	background-image: url(/images/min.gif);
	margin-bottom: 0px;
}

.ProductTree a {
	text-decoration: none;
	white-space: nowrap;
}

.ProductTree a:hover {
	text-decoration: underline;
}

.ProductTree li.selected a
{
	font-weight: bold;
	color: #CC1106;
}

.ProductTree li.unselected a
{
	font-weight: normal;
	color: #023C8E;
}
