/*
 * 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:hover,
ul.pde a:active{ text-decoration:none; }
ul.pde,ul.pde li{
 margin:0;
 padding:0;
 list-style:none;
}
ul.pde ul{
	padding:0px;
	margin: 0px;
}
ul.pde li{
	line-height:1.3em;
	margin:0px;
	padding:0px;
}
/* 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{ display:none; }

/* The class to show nested ULs */
.show{ display:block; }

.mapcat {width:450px;}
.mapbottom {
	width:450px;
	margin-top:15px;
}

