@charset "utf-8";
@import url("../../shared/css/reset.css");
@import url("../../shared/css/basic.css");
@import url("../../shared/css/layout.css");
/*
---------------------------------------------------------

---------------------------------------------------------
*/
#sitemap { }

/* reset table */
#sitemap table,
#sitemap td,
#sitemap th {
	margin: 0px;
	padding: 0px;
	border: none;
}

/*
---------------------------------------------------------

---------------------------------------------------------
*/
#sitemap #doc {
	padding-right: 45px;
	padding-bottom: 35px;
	padding-left: 45px;
}
#sitemap img.padbot {
	padding-bottom: 35px;
}
#sitemap table.list{
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 600px;
	margin-bottom: 0px;
}
#sitemap table.list td,
#sitemap table.list th{
	padding-top: 7px;
	padding-bottom: 7px;
}
#sitemap table.list .bor{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#sitemap table.list th{
	width: 230px;
	text-align: left;
}

#sitemap table.list .noborder{
	border:0px;
	padding-bottom: 0px;
}


#sitemap table.list p{
	padding: 0px;
	margin: 0px;
}
#sitemap table.list h3 a:hover,
#sitemap table.list h4 a:hover {
	color: #496384;
	font-weight: bold;
}
#sitemap table.list h3 a img,
#sitemap table.list h4 a img{
	vertical-align:middle;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
}
#sitemap table.list h4{
	padding-left: 50px;
}
#sitemap #doc a,
#sitemap #doc a:link,
#sitemap #doc a:visited {
	text-decoration: none;
}
#sitemap #doc a:active,
#sitemap #doc a:hover{
	color: #88A2CD;
}