/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */

/* Rewritten by DNCH dnch.com.au */

/* dynamically added to LIs with nested ULs */
ul.pde li.parent {
	padding-left: 0px;
}

ul.pde li.parent img {
	border: none;
}

/* dynamically added to LIs with nested ULs and STRONG elements in them */
ul.pde li.current li {
	padding-left: 0px;
}

/* The class to hide nested ULs */
.hide {
	position: absolute;
	top: 0px;
	left: -4000px;
}

/* The class to show nested ULs */
.show {
	position: static;
	display: block;
	top: 0px;
	left: 1em;
}
