/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr? |
|--------------------------------------------------*/


.dtree_img {
		dir: rtl; 
		vertical-align: top; 
		margin-left: 0px;
}
.dtree_clip {
		dir: rtl; 
		overflow: hidden; 
		text-align: right; 
		width:200px;
}

/*---------------------------------------------------|
| רמה ראשונה של העץ לפני התת רמות  |
|---------------------------------------------------|
| קלאסים המשפיעים על כל איזור הלינקים:הזזה/הורדה + חיצים |
|--------------------------------------------------*/


.dtree_level1_div {
		dir: rtl;
		color:#c5a050;
		background-image:url(/var/9381/he/open.gif);
		background-repeat:no-repeat;
		background-position:right;
		text-align:right;
		height:25px;
		width:200px;
		/*background-color: #dfdfdf;
		border-bottom: 1px solid #efefef;*/
		padding-top:3px;
}

.dtree_level1_div_hover {
		dir: rtl; 
		color:#03204d;
		background-image:url(/var/9381/he/down.gif);
		background-repeat:no-repeat;
		background-position:right;
		text-align:right;
		height:25px;
		width:200px;
		/*background-color: #FF802C;
		border-bottom: 1px solid #efefef;*/
		padding-top:3px;

}
.dtree_level1_div_selected {
		dir: rtl; 
		color:#03204d;
		background-image:url(/var/9381/he/down.gif);
		background-repeat:no-repeat;
		background-position:right;
		text-align:right;
		height:25px;
		width:200px;
		/*background-color: #FF802C;
		border-bottom: 1px solid #efefef;*/
		padding-top:3px;
}

/*---------------------------------------------------|
| רמה ראשונה של העץ |
|---------------------------------------------------|
| קלאסים המשפיעים על הטקסט בלינקים - טקסט בלבד |
|--------------------------------------------------*/

.dtree_level1_node {
		dir: rtl; 
		color: #c5a050; 
		text-decoration: none; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-weight: bold;
		text-align:right;
		padding-right:5px;

}

.dtree_level1_node_hover {
		dir: rtl;
		text-decoration: none; 
		color:#fbd794;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px;
		font-weight: bold; 
		text-align:right;
		padding-right:5px;

}


.dtree_level1_node_selected {
	    dir: rtl; 
            color:#fbd794;
            text-decoration: none; 
            font-family: Arial, Helvetica, sans-serif; 
            font-size: 12px; 
            font-weight: bold;
            text-align:right;
            padding-right:5px;
	
}



/*---------------------------------------------------|
| רמה שניה של העץ לפני התת רמות  |
|---------------------------------------------------|
| קלאסים המשפיעים על כל איזור הלינקים:הזזה/הורדה + חיצים |
|--------------------------------------------------*/

.dtree_level2_div {
            dir: rtl;
            overflow: hidden; 
            color: #c5a050; 
            background-image:url(/var/9381/he/open-sub.gif);
            background-repeat:no-repeat;
            background-position:right;
            text-align:right;
	    height:25px;
			width:200px;
			/*background-color: #cfcfcf;
			border-bottom: 1px solid #efefef;*/
			padding-top:3px;

}


.dtree_level2_div_hover {
            dir: rtl; 
color:red;
            overflow: hidden; 
           background-image:url(/var/9381/he/down-sub.gif);
            background-repeat:no-repeat;
            background-position:right;
            text-align:right;
			height:25px;
			width:200px;
			/*background-color: #FFA930;
			border-bottom: 1px solid #efefef;*/
			padding-top:3px;
			

}


.dtree_level2_div_selected {
            dir: rtl; 
            overflow: hidden;
           background-image:url(/var/9381/he/down-sub.gif);
            background-repeat:no-repeat;
            background-position:right;
            text-align:right;
			height:25px;
			width:200px;
			/*background-color: #FFA930;
			border-bottom: 1px solid #efefef;*/
			padding-top:3px;
}



/*---------------------------------------------------|
| רמה שניה של העץ |
|---------------------------------------------------|
| קלאסים המשפיעים על הטקסט בלינקים - טקסט בלבד |
|--------------------------------------------------*/


.dtree_level2_node {
            dir: rtl; 
            color: #c5a050;
            text-decoration: none; 
            font-family: Arial, Helvetica, sans-serif; 
            font-size: 12px; 
            font-weight: bold;
            text-align:right;
		padding-right:15px;
		padding:0 15 0 0;
}



.dtree_level2_node_hover {
            dir: rtl; 
            text-decoration: none; 
            color: #fbd794;
            font-family: Arial, Helvetica, sans-serif; 
            font-size: 12px;
            font-weight: bold; 
            text-align:right;
			padding-right:15px;
							padding:0 15 0 0;

}


.dtree_level2_node_selected {
            dir: rtl; 
            /*background-image:url(/templates/floating/template_tree/Black/he/gfx/down.gif);*/
            color: #fbd794;
			text-decoration: none; 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-weight: bold;
            text-align:right;
			padding-right:15px;
							padding:0 15 0 0;
}



/*---------------------------------------------------|
| רמה שלישית של העץ לפני התת רמות  |
|---------------------------------------------------|
| קלאסים המשפיעים על כל איזור הלינקים:הזזה/הורדה + חיצים |
|--------------------------------------------------*/


.dtree_level3_div {
            dir: rtl;
            overflow: hidden; 
            color: #757575;   
            /*background-image:url(/templates/floating/template_tree/Black/he/gfx/open.gif);*/
            background-repeat:no-repeat;
            background-position:right;
            text-align:right;
			height:25px;
			width:200px;
			/*background-color: #dfdfdf;
			border-bottom: 1px solid #efefef;*/
			padding-top:3px;
}


.dtree_level3_div_hover {
            dir: rtl; 
            overflow: hidden; 
            color: #757575;   
            /*background-image:url(/templates/floating/template_tree/Black/he/gfx/down.gif);*/
            background-repeat:no-repeat;
            background-position:right;
            text-align:right;
			height:25px;
			width:200px;
			/*background-color: #FF802C;
			border-bottom: 1px solid #efefef;*/
			padding-top:3px;
}


.dtree_level3_div_selected {
            dir: rtl; 
            overflow: hidden;
            color: #757575;   
            /*background-image:url(/templates/floating/template_tree/Black/he/gfx/down.gif);*/
            background-repeat:no-repeat;
            background-position:right;
            text-align:right;
			height:25px;
			width:200px;
			/*background-color: #FF802C;
			border-bottom: 1px solid #efefef;*/
			padding-top:3px;
}



/*---------------------------------------------------|
| רמה שלישית של העץ |
|---------------------------------------------------|
| קלאסים המשפיעים על הטקסט בלינקים - טקסט בלבד |
|--------------------------------------------------*/


.dtree_level3_node {
            dir: rtl; 
            color: #333333;   
            text-decoration: none; 
            font-family: Arial, Helvetica, sans-serif; 
            font-size: 12px; 
            font-weight: bold;
            text-align:right;
}

.dtree_level3_node_hover {
            dir: rtl; 
            text-decoration: none; 
            color: #c5a050;  
            font-family: Arial, Helvetica, sans-serif; 
            font-size: 12px;
            font-weight: bold; 
            text-align:right;

}
.dtree_level3_node_selected {
            dir: rtl; 
            color: #c5a050;
            text-decoration: none; 
            font-family: Arial, Helvetica, sans-serif; 
            font-size: 12px; 
            font-weight: bold;
            text-align:right;

}
