#instr-footnotes {
	background: #F8F8F8;
	border: 1px solid #999999;
	margin: 3px 0 10px;
	padding: 5px;
}

#instr-footnotes ul {
	list-style : decimal inside none;
}

/* Дерево */

.InstrTreeContainer {
    padding: 0;
    margin: 0;
}

.InstrTreeContainer li {
    list-style-type: none;
}


/* indent for all tree children excepts root */
.InstrTreeNode {
    background-image : url(../images/tree/i.gif);
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 18px;
    zoom: 1;
}

.InstrTreeIsRoot {
    margin-left: 0;
}


/* left vertical line (grid) for all nodes */
.InstrTreeIsLast {
    background-image: url(../images/tree/i_half.gif);
    background-repeat : no-repeat;
}

.InstrTreeExpandOpen .InstrTreeExpand {
    background-image: url(../images/tree/expand_minus.gif);
}

/* closed is higher priority than open */
.InstrTreeExpandClosed .InstrTreeExpand {
    background-image: url(../images/tree/expand_plus.gif);
}

/* highest priority */
.InstrTreeExpandLeaf .InstrTreeExpand {
    background-image: url(../images/tree/expand_leaf.gif);
}

.InstrTreeContent {
	padding-left: 2px;
    min-height: 18px;
    margin-left:18px;
}

* html .InstrTreeContent {
    height: 18px;
}

.InstrTreeExpand {
    width: 18px;
    height: 18px;
    float: left;
}


.InstrTreeExpandOpen .InstrTreeContainer {
        display: block;
}

.InstrTreeExpandClosed .InstrTreeContainer {
        display: none;
}

.InstrTreeExpandOpen .InstrTreeExpand, .InstrTreeExpandClosed .InstrTreeExpand {
        cursor: pointer;
}
.InstrTreeExpandLeaf .InstrTreeExpand {
        cursor: auto;
}

/* Конец дерева*/

.InstrTreeEmptyPage {
	color: #6D819D;
	cursor: pointer;
}

/* Похожие инструкции */
.instr_analogs {
	margin: 5px;
	padding: 5px;
}

.instr_analogs > div {
	min-height: 50px;
	padding: 5px 0;
}

.instr_analogs > div + div {
	border-top: 1px dashed;
}
