/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */
	
	ul.pde a:visited,	
	ul.pde a:link{
	text-decoration:none;
	color:#3399cc;
	font-size: 10px;
	}
	ul.pde a:hover,
	ul.pde a:active{
	color:#3399cc;
	font-size: 10px;
	text-decoration: underline;
	list-style-position: inset;
	}
	ul.pde,ul.pde li{
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-type: none;
	}
	ul.pde{
	text-align:left;
	font-size:11px;
	background:#111116;
	width:185px;
	margin-top: 1.0em;
	margin-right: 0.3em;
	margin-bottom: 1.2em;
	margin-left: 0.6em;
	color: #3399CC;
	letter-spacing: 0.1em;
	
	}
	ul.pde ul{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.5em;
	letter-spacing: normal;
	}
	ul.pde li{
		line-height:1.5em;
		padding:.2em 0;
		margin:0;
		padding-left:17px;
	}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0;
	}
	ul.pde li.parent img{
	border:none;
	padding-right:7px;
	padding-top: 2px;
	padding-left: 4px;
	vertical-align: text-bottom;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-left:0;
	}
/* The class to hide nested ULs */
       .hide{
               position:absolute;
               top:0;
               left:-4000px;
       }

/* The class to show nested ULs */
       .show{
               position:static;
               display: table;
               top:0;
               left:1.3em;
       }
