/* Just some base styles not needed for example to function */

	
/* CSS Tree menu styles */
ol.tree
{
	padding: 0 0 0 2em;
	width: 98.6%;
}
	ol.tree li 
	{ 
		position: relative; 
		margin-left: -15px;
		list-style: none;
		margin-top:0.5em !important;
		

	}
	ol.tree li.file{
	padding-left:1.5em !important;	
	}
	li.file
	{
		margin-left: -1px !important;
	}
	#vupr_search li.file a
		{
			color: #333;
			padding-left: 21px;
			text-decoration:none !important;
			display: block;
		}
#vudok li.file,#vupr_search li.file{
	margin-left: 0 !important;
}
#vudok li.file a{
	cursor:pointer;
}
		li.file { background: url(../img/document.png) 0 0 no-repeat; }
	ol.tree li input
	{
		position: absolute;
		left: 0;
		margin-left: 0;
		opacity: 0;
		z-index: 1;
		cursor: pointer;
		height: 1em;
		width: 1em;
		top: 0;
	}
		li input.ch + ol
		{
			/*background: url(../img/toggle-small-expand.png) 40px -3px no-repeat;*/
			margin: -1.15em 0 0 -44px !important; /* 15px */
			height: 1em;
		}

		li input.ch + ol > li { display: none; margin-left: -14px !important; padding-left: 1px; }
	ol.tree li label
	{
		background: url(../img/folder-horizontal.png) 15px 1px no-repeat;
		display: block;
		padding-left: 37px;
	}
	ol.tree li.lifolder{
		margin-left:-0.2em;
	}
	li input.ch:checked + ol
	{
		/*background: url(../img/toggle-small.png) 40px -3px no-repeat;*/
		margin: -1.15em 0 0 -44px !important; /* 20px */
		padding: 1.563em 0 0 80px !important;
		height: auto;
	}
		li input.ch:checked + ol > li { display: block; margin: 0 0 0.325em;  /* 2px */}
		li input.ch:checked + ol > li:last-child { margin: 0 0 0.063em; /* 1px */ }
		li input.vis{
			position: absolute;
			left: 0;
			top: 0px;
			margin-left: -20px !important;
			z-index: 1;
			cursor: pointer;
			height: 1em;
			width: 1em;
			opacity:1 !important;
		}
	