@charset "utf-8";
/* CSS Document */


.togle a {
	cursor: pointer;
	color: #3B5998;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}
.togle a:hover {
	text-decoration: none;
}
.togle {
	float: left;
	height: auto;
	overflow: hidden;
	width:100%;
}
.nicetree {
	list-style-type: none;
	padding: 0;
}
.nicetree li {
	border-bottom: 1px solid #E5E5E5;
	font-size: 14px;
	padding:6px 0 7px 0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(plus.png) no-repeat 100% center #fff;
	background-color:#f6f8e9;
}
.nicetree li:first-child {
	border-top: 1px solid #E5E5E5;
}
.nicetree li a{
	display: block;
	padding: 7px 6px 8px 25px;
}

.nicetree li.active.withsubsections {
	
	padding: 0px 0px 8px 0px;
}
.nicetree li a.selected {
	color: #333;
	
	background: url(arrow-dwn.png) no-repeat 100% center #fff;
}
.nicetree ul.subsections {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nicetree ul.subsections li {
	border: 0;
	padding: 0 26px 0 0px;
	margin: 0;
	
	background:none;
}
.nicetree ul.subsections li a {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
	padding: 3px 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nicetree ul.subsections li a:hover {
	color:#a51218;
}