/* 
	
	Sitemap module
	
-------------------------------------------------------------------------------------------------- */

/* Generic styles 
-------------------------------------------------------------------------------------------------- */
.moduleSitemap{
	}
	.moduleSitemap .moduleContent{
		border-top:1px solid #dfdfdf;
		padding:27px 20px;
		}
	.moduleSitemap ul{
		list-style:none;
		padding:0;
		margin:0;
		}
		.moduleSitemap li{
			background:url('/images/modules/sitemap/line.gif') 0 0 no-repeat;
			padding:3px 0 3px 1px;
			}
			.moduleSitemap .icon{
				/* best to keep icons width/height consistent throughout. */
				width:41px;
				height:18px;
				float:left;
				background:url('/images/modules/sitemap/icons.gif') 0 0 no-repeat;
				}
				.moduleSitemap .level1 .icon{ width:18px; }
				.moduleSitemap .level2 .icon{ background-position:100% -14px; width:41px; } /* width is reset. */
				.moduleSitemap .level3 .icon{ background-position:100% -32px; }
				
			.moduleSitemap a{
				padding:0 0 0 10px;
				line-height:16px;
				}
				.moduleSitemap .level1 a{ font-weight:bold; }
				.moduleSitemap .level3 a{ font-weight:normal; }
				
			.moduleSitemap li ul{
				margin:4px 0 5px 38px;
				}
		.moduleSitemap .last{
			background-position:0 -1763px;
			}
				
	/* Root Level (Home)
	-------------------------------------------------------------------------------------------------- */
	.moduleSitemap .level1{
		padding:0;
		background:none;
		}
