.sitemap {
	margin-top: 20px;
	margin-bottom: 20px;
	display: table;
	clear: both;
	width: 100%;
}
.sitemap  .sitemap_item {
	float: left;
	width: 218px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}


.sitemap  .sitemap_title {
	background-image: url(../../images/sitemap_titlebg.html);
	height: 40px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	color: #009797;
	letter-spacing: 3px;
}
.sitemap_desc {
	padding: 10px;
}
.mr20 {
	margin-right: 20px;
}
