/*
	Sitemap Light Pixel Web Design	 
*/
#map {
	width:70%;
	margin:auto;
}
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;
}
#sitemap{background:url(/plugin_assets/ilcms/images/cms/sitemapstyler/line1.gif) repeat-y;}
#sitemap li{
	line-height:20px;
	margin-top:1px;
	position:relative;
	width:100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li{
	float:left;
	display:inline;
}

#sitemap li {padding-left:28px;}
#sitemap li span{float:left;position:absolute;top:5px;left:5px;width:13px;height:13px;cursor:auto;font-size:0;}
#sitemap li span, #sitemap li span.collapsed{background:url(/plugin_assets/ilcms/images/cms/sitemapstyler/collapsed.gif) no-repeat 0 0;} 
#sitemap li span.expanded{background:url(/plugin_assets/ilcms/images/cms/sitemapstyler/expanded.gif) no-repeat 0 0;}

/* sub levels */

#sitemap li ul{	
	margin-left:28px;
	background:url(/plugin_assets/ilcms/images/cms/sitemapstyler/line1.gif) repeat-y;
}
#sitemap li li{	
	background:url(/plugin_assets/ilcms/images/cms/sitemapstyler/line2.gif) no-repeat 0 0;
}

/* etc. */

/* float fix */

#sitemap:after, #sitemap ul:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#sitemap, #sitemap ul{display:block;}
/*  \*/
#sitemap, #sitemap ul{min-height:1%;}
* html #sitemap, * html #sitemap ul{height:1%;}
 /*  */
#sitemap ul{display:none;}

#mapcontent{margin:0 0;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:#3D464E;
	line-height:150%;
	text-align:left;}
#mapcontent a{
	text-decoration:none;
	color:#000;
}
#mapcontent a:hover{
	text-decoration:none;
	color:#999;
}

/*##################################
########### Context Menu ###########
####################################*/
.tree_node div{
background:#FFF;
display:none;
width:200px;
}

.tree_node div ul, .tree_node div ul * {
padding:0;
margin:0;
}

.tree_node div ul li{
list-style:none;
border:1px solid #444;
display:block;
}

.tree_node div ul li:hover{
background:#222;
}

.tree_node div a{
color:#000;
font:11px Tahoma;
font-weight:bold;
text-decoration:none;
padding: 5px;
display:block;
}

/*###############################
########### GENERAL #############
#################################*/
p{
	font-family:Tahoma, Arial;
	font-size:11px;
	text-decoration:none;
	color:#333;
	display:inline;
}
a.tree_item{
	color:#333;
	text-decoration:none;
}
a.tree_item:hover{
	color:#cc3300;
	text-decoration:underline;
}

