
/*** sitemap ***/
.sitemap,
.sitemap ul,
.sitemap li {
	margin: 0;
	padding: 0;
	font-size: 10px;
	list-style: none;
}
.sitemap li {
	position: relative;
	padding-left: 18px;
}
.sitemap a {
	display: block;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
}
.sitemap ul a { font-weight: normal }
.sitemap i { color: #747069 }
.sitemap .blt {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(/templates/default/img/icons/16/file.gif);
}
.sitemap .blt.plus { background: url(/templates/default/img/icons/16/folder_files.gif) }
