/*

 * PureDOMExplorer Demo styles 

 * written by Chris Heilmann 

 * More at http://onlinetools.org/tools/puredom/

 */

	



	ul.pde,ul.pde li{

		margin:0;

		padding:0;

		list-style:none;

	}

	ul.pde{
	text-align:left;

		/* background:#ccc; */

		/* width:80%;  */

	}

	ul.pde ul{

		margin:0 0 0 1em;

		padding:0;

		border-bottom: 1px solid #CCCCCC;

	}

	ul.pde li{
	line-height:1.3em;
	padding:0em;
	margin:0;

	}



/* dynamically added to LIs with nested ULs */

	ul.pde li.parent{

		padding-left:0;

	}

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

       }
