/* CSS Document */

.page_tree_box {
	font-size:11px;
	position:absolute;
	text-align:right;
	-moz-box-sizing: border-box;
	z-index:102;
	top:235px;
	left:285px;
	color:#515151;
	font-family:Arial;
}

.page_tree_box .tree_item {
	float: left;
	padding: 3px;
	padding-top:0;
	padding-left:0;
	-moz-box-sizing: border-box;
}

.page_tree_box .tree_item h1 {
	font-size:11px;
	margin:0;
	padding:0;
	font-weight:normal;
}


.page_tree_box a {
	text-decoration: none;
	font-size:11px;
	color:#515151;
	font-weight:bold;
}

.page_tree_box a:hover {
	text-decoration: underline;
}


.page_tree_box a.first {
	font-weight:bold;
	color:#72be3c;
	text-transform:uppercase;
}

.page_tree_box .tree_arrow {
	float:left;
	width:8px;
	margin-bottom:0;
	margin-right:8px;
	font-size:11px;
}