﻿
.TreeViewHeader
{
	background-color: #edf0f2;
	color: #FFFFFF;
	border: #57566F 1px solid;
	border-bottom-width: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
}

.TreeView
{
	background-color: #FFFFFF;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	padding-right: .7em;
	vertical-align:middle;
	
}

/*Normal appearence style for child nodes.*/
.TreeNode
{
	font-family: Arial;
	font-size: 11px;
	height: 23px;
	background-color: #d5e6f4;
	width: 184px;
	color: #074f8e;
	padding: 5px 0px 5px 20px;
	margin: 0px 1px 1px 0px;
	background-image: url(../../App_Themes/DefaultWebsite/images/TreeView/small_arrow_default.jpg);
	background-repeat: no-repeat;
	background-position: .7em;
	
}

/*Normal appearence style for terminal nodes.*/
.TreeNodeForCategoryWithNoSubCategory
{
	height: 23px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #edf0f2;
	width: 184px;
	color: #074f8e;
	padding: 5px 0px 5px 10px;
	margin: 0px 1px 1px 0px;
	
	
}

/*hover style for terminal nodes. i.e those with no child nodes, eg automotive meters under instruments*/
.TreeNodeHoverForCategoryWithNoSubCategory
{
	width: 184px;
	height: 23px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #074f8e;
	padding: 5px 0px 5px 10px;
	margin: 0px 1px 1px 0px;
	
}

/*Normal appearence style for none terminal nodes, i.e those with child nodes*/
.NonTerminalNode
{
	width: 184px;
	height: 23px;
	padding: 5px 10px 5px 10px;
	margin: 0px 1px 1px 0px;
	background-color: #edf0f2;
	background-position: right;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #074f8e;
	background-image: url(../../App_Themes/DefaultWebsite/images/TreeView/menu_arrow_blue.gif);
	background-repeat: no-repeat;
	 
	
}

/*hover style for none terminal nodes, i.e those with child nodes.*/
.NonTerminalNodeHover
{
	width: 184px;
	height: 23px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #074f8e;
	margin: 0px 1px 1px 0px;
	padding: 5px 10px 5px 10px;
	background-image: url(../../App_Themes/DefaultWebsite/images/TreeView/menu_arrow_white.gif);
	background-repeat: no-repeat;
	background-position: right;
	
	
}

/*hover style for child nodes.*/
.HoverTreeNode
{
	width: 184px;
	height: 23px;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #074f8e;
	padding: 5px 0px 5px 20px;
	background-image: url(../../App_Themes/DefaultWebsite/images/TreeView/small_arrow_over.jpg);
	background-repeat: no-repeat;
	background-position: .7em;
	margin: 0px 1px 1px 0px;
	
}

/*selected style for child nodes.*/
.SelectedTreeNode
{
	width: 184px;
	height: 23px;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #074f8e;
	padding: 5px 0px 5px 20px;
	background-image: url(../../App_Themes/DefaultWebsite/images/TreeView/small_arrow_over.jpg);
	background-repeat: no-repeat;
	background-position: .7em;
	
}

/*selected style for those nodes that have child nodes eg Accessories under instruments*/
.SelectedRootNode
{
	width: 184px;
	height: 23px;
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #074f8e;
	background-color:  #d5e6f4;
	padding: 5px 0px 5px 10px;
	background-image: url(../../App_Themes/DefaultWebsite/images/TreeView/menu_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px 1px 1px 0px;
	
}

/*selected style for those nodes that have child nodes eg Accessories under instruments*/
.SelectedTopRootNode
{
	width: 184px;
	height: 23px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #074f8e;
	background-color:  #d5e6f4;
	padding: 5px 0px 5px 10px;
	background-image: url(../../App_Themes/DefaultWebsite/images/TreeView/menu_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px 1px 1px 0px;
	
}




/*selected style for those nodes that do not have child nodes.*/
.SelectedNodeForTerminalNodes
{
	width: 184px;
	height: 23px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #074f8e;
	background-color: #d5e6f4;
	padding: 5px 0px 5px 10px;
	margin: 0px 1px 1px 0px;
}
/*the rounded corner image at the top of the menu.*/
.tvMenuTop
{
	height: 16px;
	background-image: url(../../App_Themes/DefaultWebsite/images/TreeView/menu_top.gif);
	background-repeat: no-repeat;
}

/*the rounded corner image at the bottom of the menu.*/
.tvMenuBottom
{
	height: 16px;
	background-image: url(../../App_Themes/DefaultWebsite/images/TreeView/menu_bottom.gif);
	background-repeat: no-repeat;
}
