#fullsize_content.sitemap .left_side {
	float: left;
	width: 450px;
	padding-left: 15px;
}
#fullsize_content.sitemap .right_side {
	float: right;
	width: 450px;
	padding-right: 15px;
}
#fullsize_content.sitemap h3 {
	line-height: 1em;
	font-weight: bold;
	color: #F30;
	background-image: url(../sitemap/img/grouptitle_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-left: 20px;
	margin-bottom: 1.2em;
	padding-bottom: 7px;
	margin-top: 2em;
}

#fullsize_content.sitemap dt {
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #900;
	font-weight: bold;
	margin-left: 1em;
}
#fullsize_content.sitemap dd {
	line-height: 1em;
	background-image: url(../sitemap/img/list_mark_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0.8em;
	margin-left: 2em;
	padding-left: 18px;
}
#fullsize_content.sitemap dd.last_node {
	background-image: url(../sitemap/img/list_mark_b.gif);
	margin-bottom: 1.5em;
}

