
blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

/*

		GENERAL

*/

.cleaner {
	clear: both;
}

/*

		MAIN

*/


/*

		kvaTree

*/

.alt {
   display: none;	
}

ul.kvaTree {
	list-style: none;
	width: 205px;
	margin: 0px 0px 0px -12px;
	padding:0px;
}

ul.kvaTree a {
	color: #fff;
	font: bold 12px Arial;
	text-decoration: none;
}

ul.kvaTree li {
	list-style: none;
	margin: 0px ;
	padding:0px 0px 0px 12px;
	min-height: 10px;
	_height: 10px;
	left: 12px;
	padding-left: 12px;
	position: relative;
} 

ul.kvaTree li ul a {
	color: #999;
	font: 12px Arial;
	text-decoration: none;
}

ul.kvaTree li.separator {
	width: 100%;
	min-height: 1px;
	_height: 1px;
	line-height: 1px;
	font-size: 1px;
}

ul.kvaTree li.node {
	width: 100%;
}

ul.kvaTree li.node.open {
	width: 100%;
}

ul.kvaTree li.leaf {
	width: 100%;
	left: 12px;
	top: 1px;
	padding-left: 12px;
	background: url(../img/leaf.gif) left 2px no-repeat;
}

ul.kvaTree li.node ul {
	display: none;
	_display: block;
	position: relative;
	left: -13px;
	margin: 0px;
	padding:0px;
}

ul.kvaTree li.node.open > ul {
	display: block;
	margin: 0px;
	padding:0px;
}

ul.kvaTree li span {
	-moz-user-select: none;
	cursor:pointer;
}

ul.kvaTree li span.active {
	background: #c3e1ff;
}

ul.kvaTree li span.sign {
	display: block;
	width: 8px;
	height: 10px;
	cursor: default;
	position: absolute;
	left: 0px;
	top: 1px;
}

ul.kvaTree li span.sign.plus {
	background: url(../img/plus.gif) left 2px no-repeat;
}

ul.kvaTree li span.sign.minus {
	background: url(../img/minus.gif) left 2px no-repeat;
}

/*

		kvaTree management

*/

ul.kvaTree input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: absolute;
	left: 30px;
	top: 0;
}

/*

		kvaTree Drag & Drop

*/

div#kvaTree-drag {
	padding: 3px;
	padding-left: 30px;
	z-index: 1000;
	position: absolute;
}

#kvaTree-drag.node {
	background: #C3E1FF url(../img/node-drag.gif) left 3px no-repeat;
}

#kvaTree-drag.leaf {
	background: #C3E1FF url(../img/leaf-drag.gif) left 3px no-repeat;
}

ul.kvaTree li.separator.dd-hover {
	background: transparent url(../img/separator-drag.gif) 3px 1px no-repeat;
}
