/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */


a: {
	text-decoration:none;
}
	
ul.pde a:hover {
	display:block;
}
			
ul.pde,ul.pde li{
	margin:0;
	padding:0px;
	list-style:none;
	cursor:default;	
}
	
ul.pde li a:hover {
	display:block;
	cursor:hand;
}
	
ul.pde{
	text-align:left;
	/*margin:.5em auto;*/
	width:100%;
	text-decoration:none;
	display:block;
}
	
ul.pde a:hover {
	display:block;
	}
	
ul.pde ul{
	margin:0 0 0 1em;
	padding:0;
	
}
ul.pde li{
	line-height:1.1em;
	margin:0;
	padding-left:0;	
	
}
	

ul.pde li ul{
	line-height:1.1em;
	margin:0;
	padding-left:0;	
	
}
	
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0;
	}

	
	
/* dynamically added to LIs with nested ULs and STRONG elements in them */
ul.pde li.current li{
	padding-left:0;
	font-size:10px;	
}

/* The class to hide nested ULs */
.hide{
	   position:absolute;
	   top:0;
	   left:-4000px;
}

/* The class to show nested ULs - place*/
.show{
	   position:static;
	   display: block;
	   top:0;
	   left:1em;
	   font-size:10px; 
}
       
      
      
      /* SELECTED */
      
      
 /* a{color: Navy;}
	ul.pde_selected a:link,
	ul.pde_selected a:visited,
	ul.pde_selected a:active{
	text-decoration:underline;
	color:Navy;
	font-size:12px;
	margin-left:5px;										
	}
 */     

	ul.pde_selected a:hover { background-color: Aqua;}
		
	ul.pde_selected,ul.pde_selected li{
	margin:0;
	padding:0px;
	list-style:none;
	cursor:default;			
	}
	
	ul.pde_selected{
	text-align:left;
	/*font-size:14px;*/
	
	width:100%;
	}
	ul.pde_selected ul{
	margin:0;
	padding:0;
	
	}
	ul.pde_selected li{
	line-height:1.1em;
	margin:0;

	
	}
	
	
	
	/* dynamically added to LIs with nested ULs */
	ul.pde_selected li.parent{
	padding-left:0;
	}
	
	
	
	/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde_selected li.current li{
	padding-left:0;
	font-size:10px;
	

h2 {
	padding-top:3px; padding-left:5px; font-size:16px; font-weight:bold; width:212px;
}
