#FeatureTree{
  background-color:#eee;
  border:solid 1px gray;
    width:40%;
    padding:1em;
}
#FeatureTree h2 {
    font-weight: bold;
    font-size: 160%;
}
#FeatureTree ul li:before {
    content: " \0020";
    color:black;
}
#FeatureTree ul li.closed:before {
    content: "+ \0020";
}
#FeatureTree ul li.opened:before {
    content: "- \0020";
}
#FeatureTree ul li.single:before {
    content: "◊ \0020";
}
#FeatureTree ul li{
    list-style:none;
    margin-top:.3em;
    margin-bottom:.3em;
    padding:0;
    text-indent:-1em;
    font-size: 130%;
}

#NodeMenu{
	position:absolute;
	right:0;
	top: 100px;
	width: 370px;
}

#NodeMenu .node-menu-content{
	background-color:#fff;
	border-style:double;
	border-width:3px;
	border-color:#777;
	float:right;
	width:346px;
}

#NodeMenu .node-menu-content > h2{
	font-size:1.5em;
	padding:2px 0 2px 7px;
	background-color:#f9f9f9;
    border-bottom:1px solid #ddd;
    cursor:pointer;
}

#NodeMenu .node-menu-content > div{
	padding: 3px;
}

#NodeMenu .node-menu-resize {
	-moz-user-select:none;
	cursor:w-resize;
	display:block;
	height:100%;
	left:17px;
	position:absolute;
	top:0;
	width:6px;
}

#NodeMenu .node-menu-resize {
-moz-user-select:none;
cursor:w-resize;
display:block;
height:100%;
left:17px;
position:absolute;
top:0;
width:6px;
}
#NodeMenu .node-menu-toggle{
	cursor:pointer;
	float:left;
	background-color:#fff;
	width:18px;
	height:18px;
	margin:24px 0 0 0;
	border:0;
	padding:0;
}

#NodeMenu .toggle-show{
	background:transparent no-repeat url(/encyclopedias/literary/images/node-menu-plus.png);
}

#NodeMenu .toggle-hide{
	background:transparent no-repeat url(/encyclopedias/literary/images/node-menu-minus.png);
}

#NodeMenu .text{
	width:200px;
}

#NodeTree{
}

#NodeTree .cathead {font-size: 130%; color: #444; }

#NodeTree .catsubhead {font-size: 110%;color: #777;}

#NodeTree  #toccontrols  {
	font-size: 70%;
	text-align: left !important;
	width: 100% !important;
	margin-top: 3px;
	margin-bottom: 3px;
}

#NodeTree ul{
	margin:6px 0 0 12px;
}

#NodeTree ul li { font-size: 16px;}

#NodeTree ul li .volrange, #NodeTree ul li .toc-text-num  {font-size: 12px;}

#NodeTree ul li .tib {font-size: 130% !important;}

#NodeTree .desc-wiki, #NodeTree .wylsep {display:none;}

#ie-root #NodeTree .desc-wiki,  #ie-root #NodeTree .wylsep {display: none !important;}

#NodeTree .selected-node{
	background-color:#fffccc !important;
}

#NodeTree .loading-node{
	margin-left:3px;
	padding-left:16px;
	height: 16px;
	background:transparent url(/global/images/ajax-loader.gif) center center; 
}

#NodeTree .node-plus, #NodeTree .node-minus, #NodeTree .empty-node {
	float:left;
	width:11px;
	height:11px;
	margin:5px 6px 0 0;
	border:0;
}

#NodeTree .node-empty{
	float:left;
	width:16px;
	height:16px;
	margin:5px 6px 0 0;
	border:0;
}

#NodeTree a.toc-missing, #NodeTree a.toc-missing:hover { 
	text-decoration: none; 
	border: none; 
	cursor: default; 
	color: #404040; 
}

#NodeTree .node-plus{
	background:transparent no-repeat url(/global/images/btn-plus-lg.gif);
}

#NodeTree .node-minus{
	background:transparent no-repeat url(/global/images/btn-minus-lg.gif);
}

#NodeTree .node-empty{
	background:transparent url(/global/images/icon-page-text.gif) no-repeat scroll left center;
}

#NodeTree .empty-node{
	background:transparent url(/global/images/btn-empty-lg.gif) no-repeat scroll left center;
}

#NodeTree .text-node {
	background-color: #efefef;
}

#NodeTree .eng, #NodeTree .wylshown, #NodeTree .sanshown {font-size: 80%;}

#NodeTreeList{
    max-height:500px;
    min-height:25px;
    overflow:auto;
	font-size: 1.2em;
}

#NodeSearchResults{
	font-size: 1.2em;
}

#NodeSearchResults a{
	color:#00f;
}

#NodeSearchResults table {
    border-collapse: collapse;
    width:100%;
    line-height: 130%;
}

#NodeSearchResults table, #NodeSearchResults table tr, #NodeSearchResults table tr td, #NodeSearchResults table tr th {
    margin:0;
    padding:0;
}

#NodeSearchResults table tr td, #NodeSearchResults table tr th{
    padding:0.2em;
    border-bottom:solid 1px #ccc;
}

#NodeSearchResults table tr td.pagination-cell{
    border-bottom:0;
}

