﻿hr.cat_tree
{
	width: 100%;
	color: #DADACB;
	height: 1px;
	line-height: 1px;
}
td.cat_tree_separator
{
	background-image: url(../Images/cat_tree_separator.gif);
}
td.cat_tree
{
	font-weight: bold;
	list-style: none; 
	padding-top: 7px; 
	padding-bottom: 7px; 
	line-height: 16px;
}
a.cat_tree:link, a.cat_tree:visited, a.cat_tree:active
{
	color: #666;
	text-decoration: none;
}
a.cat_tree:hover
{
	color: #348494;
	text-decoration: none;
}
a.cat_tree_selected:link, a.cat_tree_selected:visited, a.cat_tree_selected:active, a.cat_tree_selected:hover
{
	font-weight: bold;
	color: #348494;
	text-decoration: none;
}
td.cat_tree_child
{
	PADDING-LEFT: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 10px;
	font-size: 9px;
}
td.cat_tree_child a:link, td.cat_tree_child a:visited, td.cat_tree_child a:active
{
	text-decoration: none;
	color: #666;
}
td.cat_tree_child a:hover
{
	text-decoration: none;
	color: #348494;
}
td.cat_tree_child_selected a:link, td.cat_tree_child_selected a:visited, td.cat_tree_child_selected a:active, td.cat_tree_child_selected a:hover
{
	color: #348494;
	text-decoration: none;
}
