/* CSS Document */

#cGTree { }
#cGTree #cGHead { }
#cGTree #cGBody {
}
#cGTree a {
	border-bottom: 1px solid #58585a;
	font-weight: bold;
	background-image: url('../../../../images/layout/point.gif');
	background-repeat: no-repeat;
	background-position: 11px 10px;
	color: #000;
	display: block;
	padding-left: 25px;
}
#cGTree .sub {
	border-bottom: none;
	border-bottom: 1px solid #fff;
}
#cGTree a:hover { color: #990100; }
#cGTree .sel {
	font-weight: normal;
	color: #990100;
	background-image: url('../../../../images/layout/selected.png');
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 28px;
}
#cGTree .element A {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cGTree .image {
	padding: 4px;
}
