/* CSS Document */


.mecasa-tree {font-family: arial; font-size: 12px;  text-align: right; direction:rtl; }


.mecasa-tree .tree-items-close {display:none;}
.mecasa-tree .sep-vertical {background-image: url("img/tree-V.png"); background-position: right; background-repeat: repeat-y; float:right; width:15px;   height:18px; }
.mecasa-tree .tree-item-icon {background-image: url("img/tree-H.png"); background-position: right; background-repeat: repeat-y; float:right; width:15px; margin-right: -3px;  height:18px;}


.mecasa-tree .sep-vertical-last {background-image: url("img/tree-end.png"); background-position: right; background-repeat: repeat-y; float:right; width:15px; height:18px;}

.mecasa-tree .tree-title-icon-close {background-image: url("img/forlder-close.png"); background-position: right; background-repeat: no-repeat; cursor: pointer; width:22px; height:18px;  float:right;}
.mecasa-tree .tree-title-icon-open {background-image: url("img/folder-open.png"); background-position: right; background-repeat: no-repeat; cursor: pointer; width:22px; height:18px;  float:right;}

.mecasa-tree .tree-item {clear:left; height:18px; margin-right:5px; }
.mecasa-tree .tree-item-hover {clear:left; height:18px; margin-right:5px;  color : red;}

.mecasa-tree .tree-title-open {clear:left; height:18px; cursor:pointer;}
.mecasa-tree .tree-title-close { clear:left; height:18px; cursor:pointer;}

.mecasa-tree .tree-title-open-hover {clear:left; height:18px; cursor:pointer; color:#2971a7;}
.mecasa-tree .tree-title-close-hover { clear:left; height:18px; cursor:pointer;color:#2971a7;}
