/*===========================================================================
 Sitemap Design
===========================================================================*/

#sitemap-contents {
	width: 100%;
}


#sitemap-contents #title-sitemap {
    font-size: 1.2em;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 0px auto 10px;
	background-color: #CCC;
	padding: 2px 0 2px 0;
}

#sitemap-contents .column{
	float: left;
	width: 290px;
	margin-left: 10px;
}

#sitemap-contents .elongated {
	width: 100%;
}

#sitemap-contents .column h2{
	border-left: 4px solid #999;
	border-bottom: 1px solid #999;
	background-color: #eee;
	padding: 5px;
	margin: 5px 0;
	font-weight: bold;
}

#sitemap-contents .column ul{
	padding: 0px;
	margin: 0 0 0 5px;
}

#sitemap-contents .column ul li{
	padding: 0px;
	margin-left: 20px;
	list-style: disc;
	line-height: 120%;

}

#sitemap-contents .column ul li ul li{
	list-style: circle;
}

#sitemap-contents .column .category-parent h3{
	font-size: 1.2em;
	font-weight: bold;
}

