﻿.productCategoriesTree
{
	font-family: Verdana;
	font-size: small;
}

.productCategoriesTree_Item
{
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	color: Black;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	background-color: White;
}

.productCategoriesTree_SelectedItem
{
	background-color: whitesmoke;
}

.productCategoriesTree_Item_Text
{
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	color: Black;
	font-style: normal;
	padding-left: 4px;
	white-space: nowrap;
}

.productCategoriesTree_SelectedItem_Text
{
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	color: Black;
	font-style: normal;
	padding-left: 4px;
	white-space: nowrap;
}

