@charset "utf-8";

/* ------------------------------------------------------- */
/* /sitemap/                                                 */
/*-------------------------------------------------------- */

div.sitemapTitle{
	margin-bottom:10px;
}
ul.sitemapList{
	margin-left:15px;
	margin-bottom:10px;
}
ul.sitemapList li{

	padding-left:10px;
	padding-right:20px;
	font-size:10pt;
	background:url(../img/sitemap/sitemap_arrow.gif) no-repeat 0px 3px;
}

.sitemapTable{


}
.sitemapTable td{
	vertical-align:top;
	width:290px;
	padding-left:10px;
	border-right:dotted 1px #ddd;
}
.sitemapTable td.right{
	width:340px;
	border-right:0px;
}

