.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
 
div.ktcsstree ul, div.ktcsstree li {
	margin: 6 0 10 20;
	padding: 0;
	list-style-type: none;
	
}

div.ktcsstree ul ul {
	display: none;
	margin-bottom: 6px;
	
}

/* Fix IE. Hide from IE Mac \*/
* html div.ktcsstree a, * html div.ktcsstree li div {
	height: 1%;
}
/* End */

div.ktcsstree ul {
	margin-left: 20px;
	
}
div.ktcsstree li div, div.ktcsstree li div * {
	vertical-align: middle;
	display: inline;
	margin-top: 10px;
	margin-right: 4px;
}

/* look */
div.ktcsstree {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 10px;
}
div.ktcsstree li {
font: normal 10px;
	margin-bottom: 6px;
	
}
div.ktcsstree a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
div.ktcsstree a:hover {
	color: #CE2333;
	text-decoration: none;
}
div.ktcsstree a.selected, div.ktcsstree a:active {
	background-color: #FF3333;
	color: #ffffff;
	border: 1px solid #CCCCCC;
}
div.ktcsstree a.selected:hover {
	color: #ffffff;
}

div.ktcsstree li div span {
	padding: 0px 2px 0px 4px;
	color: #666666;
	cursor: default;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: no-repeat 100%;
}
div.ktcsstree li div span.plus {
	background: url(../img/plus.gif) right;
}
div.ktcsstree li div span.minus {
	background-image: url(../img/minus.gif);
}
div.ktcsstree li div a {
	margin-left: 4px;
	padding: 1px 4px;
}
.lev2 {
display: block !important;}

.lev2 span {
float: left !important;}
