/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */

        ul.pde a:link,
	ul.pde a:visited,
	ul.pde a:active{
		text-decoration:none;
		color:#FFFFFF;
	}
	ul.pde a:hover{
		text-decoration: underline;
	}
	ul.pde,ul.pde li{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	ul.pde{
		text-align:left;
		font-size: small;
		margin-left: 10px;
                margin-right: 0px;
                padding-right: 0px;
		width:75%;
	}
	ul.pde ul{
		margin:0 0 0 0.5em;
		padding:0;
	}
	ul.pde li{
		line-height:1.3em;
		padding:.2em 0;
		margin:0px;
		padding-left:0px;
	}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0px;
	}
	ul.pde li.parent img{
		border:none;
		padding-right:5px;
	}
/* 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: table;
               top:0px;
               left:1em;
       }
