/* lines */

.tree-lines-c {
  background: transparent url("../img/lines-c.gif") no-repeat 1px 50% !important;
}
.tree-lines-b {
  background: transparent url("../img/lines-b.gif") no-repeat 1px 50% !important;
}
.tree-lines-t {
  background: transparent url("../img/lines-t.gif") no-repeat 1px 50% !important;
}
.tree-lines-s {
  background: transparent url("../img/lines-s.gif") no-repeat 1px 50% !important;
}
.tree-lined { background: transparent url("../img/lines-v.gif") repeat-y 1px 0 !important; }
.tree-lines-dot { background: transparent url("../img/dot.gif") no-repeat 1px 50% !important; }

/* Overall the background and layoutfor the tree */
div.scroll-tree {
	float:left;
	padding-top: .5em;
	padding-bottom: .5em;
	width :190px;
	background-color: #F3F4FE;
}


/* Hrefs in a tree item */
div.tree-item td.a {
	text-decoration:none;

}
div.tree-item a{
color:#000000;
font-weight:normal;
	  font-family      :  Arial, Helvetica, sans-serif;
	font-size        : 11px;
}

div.tree-item a.lnktitle{

font-weight:bold;
font-size        : 12px;  //dostawka moja
}
div.tree-item a.lnktitle:hover{
color:#000000;
font-weight:bold;
	  font-family      :  Arial, Helvetica, sans-serif;
	font-size        : 12px;
}


div.tree-item a.lnktitle2{
color:#006EA3;
font-weight:bold;
font-size        : 11px;  //dostawka moja
}
div.tree-item a.lnktitle2:hover{
color:#006EA3;
font-weight:bold;
text-decoration: underline;
	  font-family      :  Arial, Helvetica, sans-serif;
	font-size        : 11px;
}




div.tree-item a:hover{
color:#000000;
font-weight:bold;
	  font-family      :  Arial, Helvetica, sans-serif;
	font-size        : 11px;
}


/* General setting of the tree */
.tree, .tree-item table.tree-table {
	color:#525152;
	  font-family      :  Arial, Helvetica, sans-serif;
	font-size        : 11px;
	font-weight:bold;
	
}



.tree-item-more {
	padding-left: 1px;
}

.tree-item span.label {
	cursor:
	pointer;
}

.tree-item table.tree-table td.label span.label {
	padding: 0 1px;
}

.tree-item .tgb {
	width: 9px;
	height: 9px;
	vertical-align:
	middle;
	cursor: default;
}

.tree-item .icon {
	padding-right: 4px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	text-align:
	center;
	vertical-align:
	middle;
}

.tree-item-selected{
	color: HighlightText;
	color:#DDDDDD;
}




div.tree-item, div.tree-item:hover {
	cursor:pointer;
	margin-bottom: 5px;
	text-align: left;
	font-weight:bold;
	color:#DDDDDD;
}

div.tree-item a{
	text-decoration:none;
}

div.tree-item:hover {

}

div.tree-item-expanded, div.tree-item-expanded:hover, div.tree-item-collapsed, div.tree-item-collapsed:hover {

}

div.tree-item-expanded div.tree-item-collapsed{

}

/* "expanded" folder */
div.tree-item-expanded:hover {
	
}


/* "closed" folder */
div.tree-item-collapsed:hover {
	
}

/* custom icons for expanded and closed folder */

div.tree-item-expanded td.customIcon {
	background: url("../img/arrow_down.gif")
	no-repeat 0 50%;
	line-height:17px;
}
div.tree-item-collapsed td.customIcon {
	background: url("../img/arrow_right.gif")
	no-repeat 0 50%;
	line-height:17px;
	width:18px;
}



/* Makes an indent for each subtree */
.tree {
padding-left: 5px;
padding-right:5px;
}

/* the area of the tree that is expanded */
.tree-lined {
	

}
div.menutitle{
	width:141px;
	position:relative;
	line-height:20px;
	color:#000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url("../img/bg_menutitle.gif")  100% 100%;
	text-indent:10px;
	margin-left:-2px;
	margin-top:0px;
	z-index:1000px;	
}
div.menutitle a{ font-weight:bold; }

div.menutitle:hover{
	text-decoration:underline;
	background: url("../img/bg_menutitle_on.gif")  100% 100%;
}
div.submenu{
	width:141px;
	line-height:20px;
	position:relative;
	color:#006EA3;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url("../img/bg_submenutitle.gif")  100% 100%;
	text-indent:5px;
	margin-left:-2px;
	margin-top:0px;

}

div.submenu:hover{
	text-decoration:underline;
	background: url("../img/bg_submenutitle.gif")  100% 100%;
}
