/**
 * This file defined the CSS-styles for the Joomap sitemap tree.
 * More info at: http://www.w3schools.com/css/css_list.asp
 */

.sitemap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.sitemap ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	list-style	: inside square;
}
.sitemap ul.level_0 li { padding: 0 0 10px 0; border-top: 1px solid #DCDCDC; }
.sitemap ul.level_0 li a {
color: #7086D6;
font-size: 130%;
font-weight: bold;
}
.sitemap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}
.sitemap ul.level_1 li a {
color: #333;
font-size: 110%;
font-weight: bold;
}
.sitemap ul.level_2 li a {
color: #333;
font-size: 90%;
font-weight: normal;
}
.sitemap ul.level_3 li a {
color: #999;
font-size: 90%;
font-weight: normal;
}
.sitemap li.active a {
	font-style	: italic;
}
