
/* CSS for TreeDisableWrapExtension */

.TreeDisableWrap {
	white-space: nowrap;
}
.TreeIEDisableWrap {
	width: expression( 5 + firstChild.offsetWidth );
}
