@charset "utf-8";
@import url("../shared/css/base.css");

/*------------------------------
 Overwrite
------------------------------ */

/*------------------------------
 Sitemap
------------------------------ */

#sitemap h2{
	width:942px;
	height:75px;
	background:url(images/sitemap_h_title.gif) no-repeat;
	margin-bottom:9px;
	text-indent:-9999px;
}

#sitemapBlock{
	width:624px;
	margin:0 auto;
	background:url(images/right_bg_middle.gif) repeat-y;
}
#sitemapBorderTop{
	height:12px;
	background:url(images/right_bg_top.gif) no-repeat;
}
#sitemapBorderMiddle{
}
#sitemapBorderBottom{
	clear:both;
	height:12px;
	background:url(images/right_bg_bottom.gif) no-repeat 0 bottom;
}

#sitemapTree{
	height:100%;
}

#sitemapTree dt{
	width:155px;
	padding:1em;
	color:#fff;
}
#sitemapTree dd{
	margin-right:4px;
	line-height:1.8em;
	text-indent:12px;
	margin-left:180px;
	margin-top:-3em;
	margin-right:37px;
}

#sitemapTree .ddBorder{
	border-bottom:1px dotted #d6d6d6;
}

#sitemapTree li{
	border-bottom:1px dotted #d6d6d6;
}

.toPageTop{
	width:624px;
}
.toPageTop a{
	margin-left:522px;
}