/* UNDO standard <li /> styling for the Telerik tree */
li.rtLI
{
	padding: 0px !important;
}

.RadTreeView,   
.RadTreeView_Default a.rtIn,   
.RadTreeView_Default .rtEdit .rtIn input
{  
  line-height: 14px !important;  
} 

.RadTreeView .rtHover span.rtIn
{
    background: none !important;
    border: none !important;
    padding: 3px !important;
}

.RadTreeView .rtSelected span.rtIn
{
    background: none !important;
    border: none !important;
    padding: 3px !important;
}
