div.sitemap {
	width: 96%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.sitemap div.row {
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	height: 22px;
}

div.sitemap div.row.head {
	border: none;
	font-weight: bold;
}

div.sitemap div.row.first {
	border-top: 1px solid #888888;
}

div.sitemap div.row div {
	
}

div.sitemap div.row.even {
	background-color: #F3F3F3; /*F3F3F3*/
}

div.sitemap div.row.highlight {
	background-color: #EAE7DB;
	cursor: pointer;
}

div.sitemap div.row div.spacer {
	float: left;
	height: 22px;
}

div.sitemap div.row div.spacer img {
	float: right;
	margin: 8px 4px 0px 0px;
}

div.sitemap div.row div.page {
	float: left;
	width: 300px;
	height: 22px;
	line-height: 22px;
}

div.sitemap div.row.noshow, div.sitemap div.row.noshow a {
	color: #888888;
}

div.sitemap div.row.noshow a:hover {
	color: #9C8F5F;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}