﻿/* sitemap.tpl */
#sitemap_content, .categContent { margin-left: 5em }
div.sitemap_block {
	padding: 0;
	float: left;
	width: 33%;
	min-height: 120px;
}
div.sitemap_block a{
	color: #FE6A00;
}
div.sitemap_block ul { text-align: left }
div.sitemap_block h3, .categTree h3 {
	font-family: Verdana,Geneva,Tahoma,sans-serif;
    font-size: 14px;
    font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em
}
div.categTree {
	float: left;
	margin-top: 25px;
	margin-bottom: 1em;
	margin-left: 0;
	width: 33%;
}
div.categTree a{
	color: #FE6A00;
}
