@charset "UTF-8";

.widget_sitemap .content_wrapper{
	max-width: 800px !important;
}

.widget_sitemap ul{
	display: block;
}
.widget_sitemap li{
	display: block;
}
.widget_sitemap .content_wrapper>ul{
}
.widget_sitemap .content_wrapper>ul>li>a{
	padding-left: 20px;
	position: relative;
}
.widget_sitemap .content_wrapper>ul>li>a:before{
	content: "";
	display: block;
	position: absolute;
}
.widget_sitemap .content_wrapper>ul>li>a:after{
	content: "";
	display: block;
	position: absolute;
}

.widget_sitemap ul ul{
	padding-left: 20px;
}
.widget_sitemap ul ul li{
}
.widget_sitemap ul ul li:last-child{
	border-bottom: none;
}
.widget_sitemap .content_wrapper>ul>li li>a{
	padding-left: 20px;
	position: relative;
}
.widget_sitemap .content_wrapper>ul>li li>a:after{
	content: "";
	display: block;
	position: absolute;
}

.widget_sitemap li a{
	display: block;
	padding: 15px;
}