/* CSS Document */

    .treeview { padding: 0; clear: both; font-family: Arial, sans-serif; width: 100%; }
    .treeview * { font-size: 100.1%; }
    .treeview ul
    {
        overflow: hidden; width: 100%; margin: 0; padding: 0 0 1.5em 0;
        list-style-type: none;
    }
    .treeview ul ul { overflow: visible; width: auto; margin: 0 0 0 0; padding: 0 0 0 0.75em; }
    /* класс для ul после которых нет li в родительских ветках */
    .treeview ul.l { margin-left: -1px; }
    .treeview li.cl ul { display: none; }
    .treeview li { margin: 0; padding: 0; }
    .treeview li li { margin: 0 0 0 0.5em; padding: 0; }
    .treeview li div { position: relative; height: 1.5em; min-height: 16px; //height: 1.3em; }
    .treeview li p
    {
        position: absolute; z-index: 1; top: 0.8em; //top: 0.65em;
        width: 100%; margin: 0; padding: 0;
    }
    .treeview a { padding: 0 0; white-space: nowrap; //height: 1px; }
    .treeview img.i
    {
        border-bottom: 0.5em solid;
        margin-bottom: -0.5em; vertical-align: middle;
    }
    .treeview .sc
    {
        position: absolute; top: 0.06em;
        margin-left: 0; padding: 0; text-decoration: none;
		border-bottom:dashed;
		border-bottom-style:dashed;
		border-bottom-width:1px;
		color:#0066CC;
		cursor:pointer;
    }
	
	.treeviewspec ul li { padding-bottom:1em; }
    .treeview ul ol { overflow: visible; width: auto; margin: 0 0 0 0; padding: 0 0 0 3em; }
    .treeview ol.l { margin-left: -1px; }
    .treeview li.cl ol { display: none; }
    .treeview li { margin: 0; padding: 0; }
    .treeview li li { margin: 0 0 0 0.5em; padding: 0; }
    .treeview li ol div { position: relative; height: auto; min-height: auto; //height: auto; padding-bottom:1em; }




