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

div.rdtree_container {
	width:150px;
}

div.rdtree_container div.demotree {
	width:160px;float:left;
}

div.rdtree_container div.commander {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:120px;float:right;
	background-color:#f0f0f0;
	padding-bottom:3px;
}

div.rdtree_container div.commander div.head {
	background-color:#e0e0e0; color: rgb(85, 85, 85);
	font-weight:bold;
	padding:3px 7px;
}
div.rdtree_container div.commander ul.body {
	margin-left:2px;
}

