.TreeView 
{ 

}

.TreeNode 
{ 
  color:#f88340;
  font-weight: normal;
  font-family: tahoma; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.HoverTreeNode 
{ 
  color:#fc5e03;
  font-family: tahoma, verdana; 
  font-weight: normal;
  cursor:hand;
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 4px; 
  padding-right: 3px; 
  
}

.SelectedTreeNode 
{ 
  color:#fc5e03;
  font-family: tahoma, verdana;
  font-weight: bolder;
  cursor:hand;
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.NodeEdit 
{
  border:1px red solid;
  font-family: tahoma; 
  font-size: 11px;  
}

.recipe_title
{
	color: #983305;
	font-weight: bolder;
	font-size: 18px;
	font-family:Sans-Serif;
}