/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */
	
	ul.pde a{text-decoration:underline;
	color: #000000;
	}
	
	ul.pde a:hover{color:#FF4D00;}
		
	ul.pde,ul.pde li{
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.pde{
		font-size:70%;
		font-weight:bold;
		line-height:120%;
		text-align:left;
		padding:0.4em;
		background:transparent;
		width:100%;
	}
	
	ul.pde ul{
		margin:0 0 0 1em;
		padding:0;
	}
	
	ul.pde li{
		line-height:120%;
		padding:.2em 0;
	}
	
	ul.pde ul li{
		font-size:100%;
		list-style-image:url(images/traits.gif);
		list-style-position:outside;
		margin-left:15px;
		font-weight:normal;
		line-height:120%;
	}
	

/* 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:1em;
       }
