@charset "utf-8";

#sitemap img {
	border-style: none;
}

#sitemap span.sitemap_spacer {
	margin-left: 2em;
}

#sitemap span.sitemap_spacer2 {
	margin-left: 2em;
}

/*
div.sitemap_spacer3 {
	margin-top: 0.4em;
}
*/

#sitemap div.sitemap_page {
/*	padding: 0em;	*/
	margin-top: 0.2em;
}

#sitemap div.sitemap_folder {
	padding: 0em;
	margin-top: 0.2em;
}

#sitemap span.document_mark {
	text-decoration: none;
	padding-left: 1em;
	background-image: url('/cms/img/document.gif');
	background-repeat: no-repeat;
	background-position: left,bottom;
}

#sitemap span.folder_mark {
	text-decoration: none;
	padding-left: 1em;
	background-image: url('/cms/img/folder.gif');
	background-repeat: no-repeat;
	background-position: left,bottom;
}

