/* LIST */
	.T-l {        	    
		background-image : url(../../img/rs/tree/line_vertical_dotted.png);
		background-repeat : repeat-y;		
		margin-left : 0;	
		background-position : 4px;
	}
	.T-l .T-l {	    
		margin-left : 2px;
		background-position : 19px;		
	}
	.T-l .T-l .T-l {		
		margin-left : 17px;
	}
	
	
	/* nasledujici 2 selektory jsou do n urovni - pro osetreni chyb pri vice urovnich staci algoritmycky doplnit selektor:) */
	/* bile pozadi misto pruhledneho pro list v poslednim item containeru */
	.T-lst .T-l, 
	.T-lst .T-l .T-lst .T-l, 
	.T-lst .T-l .T-lst .T-l .T-lst .T-l,
	.T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l,
	.T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l,
	.T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l,
	.T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l {
		background-color : white;		
	}
	
	.T-lst .T-l .T-l, 
	.T-lst .T-l .T-lst .T-l .T-l, 
	.T-lst .T-l .T-lst .T-l .T-lst .T-l .T-l,
	.T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-l,
	.T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-l,
	.T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-l,
	.T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-lst .T-l .T-l {
		background-color: transparent;		
	}
	
	/* ITEM */
	.T-i {
		padding-top : 1px;
		background-repeat : no-repeat;
		background-image : url(../../img/rs/tree/line_horizontal_dotted.png);		
	}
	/* zakonceni horiz. cary bez pokracovanu vertikalni cary pro item v poslednim item containeru */
	.T-lst .T-ic .T-i,
	.T-lst .T-lst .T-ic .T-i,
	.T-lst .T-lst .T-lst .T-ic .T-i,
	.T-lst .T-lst .T-lst .T-lst .T-ic .T-i,
	.T-lst .T-lst .T-lst .T-lst .T-lst .T-ic .T-i,
	.T-lst .T-lst .T-lst .T-lst .T-lst .T-lst .T-ic .T-i,
	.T-lst .T-lst .T-lst .T-lst .T-lst .T-lst .T-lst .T-ic .T-i {
		background-image : url(../../img/rs/tree/line_horizontal_dotted.png);		
	}
	.T-lst .T-i,
	.T-lst .T-lst .T-i,
	.T-lst .T-lst .T-lst .T-i,
	.T-lst .T-lst .T-lst .T-lst .T-i,
	.T-lst .T-lst .T-lst .T-lst .T-lst .T-i,
	.T-lst .T-lst .T-lst .T-lst .T-lst .T-lst .T-i,
	.T-lst .T-lst .T-lst .T-lst .T-lst .T-lst .T-lst .T-i {
		background-image : url(../../img/rs/tree/line_horizontal_dotted_last.png);
	}
	/* nastaveni vertikalni alignu v item dolu */
	.T-i * {
		vertical-align : bottom;
	}
	/* odsazeni pozadi a cele item v dalsich levelech zanoreni - horizontalni cara */
	.T-l .T-i {
		padding-left : 0;
		background-position : 4px 10px;
	}
	.T-l .T-l .T-i {
		padding-left : 15px;
		background-position : 19px 10px;
	}
	
	/* obrazek otevirajici/zavirajici subtree kategorii */
	.T-oc {
		background-image : url(../../img/rs/tree/minus.gif);
		background-repeat : no-repeat;
		background-color : white;
		margin-bottom : 0px;
		cursor : pointer;
		/*cursor : hand;*/
	}
	.T-oc.T-n {
		visibility : hidden;
	}
	
	.T-oi {
		text-decoration : none;
		margin-left : 7px;
        padding: 0;                        		        		
	}
	.T-oi img {	    
		background-image  : url(../../img/rs/tree/page.png);
		background-repeat : no-repeat;
		background-position: 0 0;
		height: 15px;
	}
	.T-oi.T-o img {	    
		background-image  : url(../../img/rs/tree/page.png);
		background-repeat : no-repeat;
		height: 15px;
	}
	.T-oi span {
		margin-left : 5px;
	}
	a.T-oi span {
		text-decoration : underline;
	}
	a:hover.T-oi span {
		text-decoration : none;
	}
	
	a.T-oi img {
		text-decoration : none;
		border : 0px none;
	}
	
/* ficurky kvuli spravnemu zalomeni textu na vice radek/BEGIN */

	.T-oc, .T-oi, .T-oi img {
		float : left;		
	}
	.T-oi img {
		margin : 2px 0 0 0;		
	}
	.T-oi, .T-oi span {
		display : block;
	}
	.T-oi span {
		line-height : 17px;		
	}
	.T-i {
		clear : left;
		height : 14px; /*expression("14px");*/
		min-height : 14px;
	}
	.T-oc {
		margin-top : 5px;
	}
/* ficurky kvuli zalomeni textu na vice radek/END */

/* cust nastaveni velikosti fontu a line height */
.T-oi span {
		font-size   : 11px;
		line-height : 17px;
}



/* ======= predelani na UL, LI ======= */
ul.T-l {
	margin : 0 0 0 4px;	
	padding : 0;
	list-style-type: none;	
	clear : left;	
}
li.T-ic {
	margin : 0;
	padding : 0;
	clear : left;
    background-image : url(../../img/rs/tree/nic.gif);
}
/* ==========MAPA WEBU - TREE /PRUZKUMNIK/END============= */
