﻿/* 10. SITEMAP STYLES
................................................... */
body.content-page #content .moduleSitemap{
	}
	body.content-page #content .moduleSitemap a{
		border-bottom: 0 none
	}
	body.content-page #content .moduleSitemap a:hover{
		text-decoration: underline;
	}
	body.content-page #content .moduleSitemap .moduleContent{
		padding:27px 20px;
		}
	body.content-page #content .moduleSitemap ul{
		list-style:none;
		padding:0;
		margin:0;
		}
		body.content-page #content .moduleSitemap li{
			background:url('/images/modules/sitemap/line.gif') 0 0 no-repeat;
			padding:3px 0 3px 1px;
			margin-bottom:0px;
			}
			body.content-page #content .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;
				}
				body.content-page #content .moduleSitemap .level1 .icon{ width:18px; }
				body.content-page #content .moduleSitemap .level2 .icon{ background-position:100% -14px; width:41px; } /* width is reset. */
				body.content-page #content .moduleSitemap .level3 .icon{ background-position:100% -32px; }
				
			body.content-page #content .moduleSitemap a{
				padding:0 0 0 10px;
				line-height:16px;
				}
				body.content-page #content .moduleSitemap .level1 a{ font-weight:bold; }
				body.content-page #content .moduleSitemap .level3 a{ font-weight:normal; }
				
			body.content-page #content .moduleSitemap li ul{
				margin:4px 0 5px 38px;
				}
		body.content-page #content .moduleSitemap .last{
			background-position:0 -1763px;
			}
				
	/* First level (Home) */
	body.content-page #content .moduleSitemap .level1{
		padding:0;
		background:none;
		}
