.collectiondescription {
	width: 100%;
	margin-bottom: 0px;
	background: #fcf6f9;
}
.collectiondescription th,
.collectiondescription td {
	background: #fcf6f9;
	vertical-align: top;
}
.collectiondescription th {
	width: 157px;
	text-align: left;
}
.collectiondescription th img {
	display: block;
}
.collectiondescription td {
	padding-bottom: 10px!important;
}
.collectiondescription td p {
        padding: 13px 28px 0px 0px;
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 1.1em;
        color: #3b4d68;
}
.collectiondescription {
	border-spacing: 0px 0px;

}

.objectdescription{
	width: 150px;
        margin-bottom: 39px;
}
.objectdescription td
{
	table-layout: fixed;
	overflow: hidden;
	vertical-align: top;
}


.objectview{
	background: #fcf6f9;
	width: 100%;
	height: 100%;
} 

.treeview { padding: 0; clear: both; font-family: Arial, sans-serif;}
    .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 { border-left: 1px solid; margin-left: -1px; }
    .treeview li.cl ul { }
    .treeview li { margin: 0; padding: 0; 
			list-style-type: none;}
    .treeview li li { margin: 0 0 0 0.5em; border-left: 1px dotted; padding: 0; }
    .treeview li div { position: relative; height: 1.5em; min-height: 16px; //height: 1.3em; }
    .treeview li li div { border-bottom: 1px dotted; }
    .treeview li p
    {
        position: absolute; z-index: 1; top: 0.8em; //top: 0.65em; left: 1.75em;
        width: 100%; margin: 0; border-bottom: 1px dashed; padding: 0;
    }
    .treeview a { cursor:pointer; padding: 0.1em 1.2em; white-space: nowrap; //height: 1px; }
    .treeview img.i
    {
        border-right: 2px solid; border-bottom: 0.5em solid;
        margin-bottom: -0.5em; vertical-align: middle;
    }
    .treeview a.sc
    {
        position: absolute; top: 0.06em;
        margin-left: -1em; padding: 0; text-decoration: none;
    }

    /* colors */
    .treeview li p,
    .treeview img.i,
    .treeview .sc
    { background: #ffffff; }
    .treeview ul.l,
    .treeview li p,
    .treeview img.i
    { border-color: #ffffff; }
    .treeview ul li li,
    .treeview ul li li div
    { border-color: #999999; }
    .treeview a,
    .treeview a.sc,
    .treeview a.sc:hover
    { color: #000000; }
    .treeview a:hover
    { color: #cc0000; }

