/* CSS Document */

#cGTree { }
#cGTree #cGHead { margin-bottom: 3px; }
#cGTree #cGBody {
	border: 1px solid #ababac;
	padding: 7px 5px;
	margin-bottom: 10px;
	background-image: url("../../../../images/layout/bg_box.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
#cGTree a {
	border-bottom: 1px solid #58585a;
	font-weight: bold;
	background-image: url('../../../../images/layout/point.gif');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	color: #58585a;
	display:block;
	padding-left:18px;
}
#cGTree .sub {
	border-bottom: none;
	font-weight: normal;
}
#cGTree a:hover { color: #e2001a; }
#cGTree .sel {
	font-weight:bold;
	color: #e2001a;
	background-image: url('../../../../images/layout/point_sel.gif');
	background-repeat: no-repeat;
	background-position: 4px 9px;
}
#cGTree .element A {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cGTree .image {
	padding: 4px;
}

