/* sitemap.tpl */
#sitemap_content { margin-left: 5em }
div.sitemap_block {
	padding: 0;
	float: left;
	width: 33%;
	min-height: 120px;
	_height: 120px
}
div.sitemap_block ul { text-align: left }
div.sitemap_block h3, .categTree h3 {
	margin-top: 1em;
	margin-bottom: 1em
}
div.categTree {
	float: left;
	margin-top: 25px;
	margin-bottom: 1em;
	margin-left: 5em
}

#sitemap {
	margin-top: 150px;
	background: url("../../../img/backgroundProduct.jpg") no-repeat;
	background-size: cover;
}
#sitemap #mySiteMap {
	width: 310px;
	margin: auto;
}
#sitemap #mySiteMap h1 {
	background: none;
	text-align: center;
}
#sitemap #mySiteMap h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	display: block;
	width: 135px;
	background-image: url(/img/rl/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 7px;
	background-position: left 5px;
	margin-top: 30px;
	margin-bottom: 0px;
}
#sitemap #mySiteMap h3:hover {
	background-color: #CCC;
	display: block;
	height: 100%;
}
#sitemap #mySiteMap ul {
	width: 135px;
}
#sitemap #mySiteMap li {
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	clear: none;
	float: none;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 23px;
	margin-left: 7px;
}
#sitemap #mySiteMap li:hover {
	background-color: #CCC;
	display: block;
}
#sitemap #mySiteMap a {
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 3px;
	padding: 0;
	position: relative;
	top: 4px;
}
#sitemap #mySiteMap .sitemapCol1 {
	float: left;
	width: 155px;
}
#sitemap #mySiteMap .sitemapCol2 {
	float: left;
	width: 155px;
	margin-top: 3px;
}