@charset "utf-8";

#category-ndc > .ndltree {
	margin-left: 0;
	padding-left: 20px;
}

#facet-ndc > .ndltree,
#facet-material-type > .ndltree,
#facet-organization > .ndltree,
#facet-item-type > .ndltree,
#facet-published > .ndltree {
	margin-left: 0;
	padding-left: 5px;
}


.ndltree {
	list-style-type: none;
	padding-left: 18px;
	margin: 0px;
}

.ndltree li {
	line-height: 1.3em;
	margin: 5px 0;
	padding: 0;
}

.ndltree li.odd {
}


.ndltree .ndltree-folder {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom:1;
	overflow: hidden;
	height: 18px;
	width: 18px;
	background-image: url(images/disclosuretriangle-gray.png);
	background-repeat: no-repeat;
	background-position: -32px 0;
}

.ndltree .ndltree-folder > span{
	display: inline-block;
	*display: inline;
	*zoom:1;
	text-indent: -9999px;
}

/* For IE6 */
* html .ndltree .ndltree-folder {
	background-image: url(images/disclosuretriangle-gray.gif);
}

.ndltree .ndltree-folder-opened {
	background-position: 0px -34px;
}


.ndltree .ndltree-file {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom:1;
	/*
	margin-right: 5px;
	*/
	overflow: hidden;
	height: 18px;
	width: 18px;
	background-image: none;
}
.ndltree .ndltree-file > span {
	display: inline-block;
	*display: inline;
	*zoom:1;
	text-indent: -9999px;
}

ul.ndltree li.selected > table .ndltree-label-cell,
ul.ndltree li.selected > table .ndltree-label-cell a {
	background-color: #2C57B2;
	color: #fff;
}

ul.ndltree li.selected2 > table .ndltree-label-cell,
ul.ndltree li.selected2 > table .ndltree-label-cell a {
	background-color: #5C87E2;
	color: #fff;
}
ul.ndltree li > table {
	width: 100%;
	table-layout: fixed;
}
.ndltree-icon-cell {
	width:18px;
}
.ndltree-label-cell {
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
	padding-left: 5px;
}
.ndltree-label-cell * {
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
