﻿
.UsedMachinesTreeView div.AspNet-TreeView
 ul ul li.AspNet-TreeView-Parent a
 {
 	background: #6a5f39; color: white;
 }


.UsedMachinesTreeView div.AspNet-TreeView
ul li
{
  background: #b8a97c; 
  float: left;
  font-size: 12px; 
  text-transform: uppercase;
  margin-top:1px;
 
}

.UsedMachinesTreeView 
div.AspNet-TreeView
ul li a
{
  background: #b8a97c; 
  width: 196px;
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  float: left;
  color: #ffffff;
  font-weight: bold;
}

.UsedMachinesTreeView div.AspNet-TreeView
 ul li a:hover
{
  text-decoration: none; background: #e88b14; color: #ffffff;
}

/*sekce*/
.UsedMachinesTreeView div.AspNet-TreeView
ul ul li.AspNet-TreeView-Leaf a
{
  background: #e7e2d3; height: 30px; line-height: 30px;  text-transform: none; float: left; color: #6a5f39;
}

.UsedMachinesTreeView div.AspNet-TreeView
 ul ul ul li.AspNet-TreeView-Leaf a:hover
{
background: #e88b14;
}

.UsedMachinesTreeView div.AspNet-TreeView
 ul ul ul li.AspNet-TreeView-Parent a
 {
 	background: #e7e2d3;color: #6a5f39;
 }

/*stroje*/
.UsedMachinesTreeView div.AspNet-TreeView
 ul ul ul ul li.AspNet-TreeView-Leaf a
{
 width: 182px; float: left; background: #e7e2d3; height: 30px; line-height: 30px;  text-transform: none; color: #6a5f39; padding-left: 34px;
}
.UsedMachinesTreeView div.AspNet-TreeView
 ul ul ul ul li.AspNet-TreeView-Selected a
{
	background: url('../Prezentace/imgs/lms_3_active.png') no-repeat;
}
.UsedMachinesTreeView div.AspNet-TreeView
 ul ul ul ul li.AspNet-TreeView-Selected a:hover
{
	background: #e88b14;
}

/*zaklad*/

.UsedMachinesTreeView div.AspNet-TreeView
ul
li
span
{
	width:0px;
	height:0px;
	display:none;
}

.UsedMachinesTreeView div.AspNet-TreeView
ul 
{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
   
}





