/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */

	ul.pde h1 {line-height:1.8em;font-size:1em;background-color:#BFBFBF;color:#003366;}
	ul.pde a{text-decoration:none;	color:#003366;	}
	ul.pde a:hover,ul.pde li.art a:hover{text-decoration:underline;	color:#F57900;	}

	ul.pde,ul.pde li{
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.pde{
		text-align:left;
		font-size:1em;
		margin:.8em auto;
		background:transparent;
		border-style: none; border-width: thin;
		width:100%;
	}
	
	ul.pde ul{
		margin:0 0 0 1em;
		padding:0;
	}
	ul.pde li{
		line-height:1.3em;
		padding:.2em 0;
		margin:0;
		padding-left:15px;
	}
/* 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;
       }
ul.pde li.art a{
  color:#3c78b5;
  font-size:0.8em;
}

ul.pde li.sousrub a{
  font-size:1em;
}
