/* CSS Document */

#cGTree { padding-left:15px; }
#cGTree #cGHead { margin-bottom: 10px; }
#cGTree #cGBody {}
#cGTree a {
	background:transparent url(../../../../images/layout/arrow_left.gif) no-repeat scroll left center;
	color:#000000;
	display:block;
	font-weight:bold;
	padding-left:18px;
}
#cGTree a:hover { color: #900; }
#cGTree .sel { background-color:#DCE4EC; }
#cGTree .sub {
	background-image: url('../../../../images/layout/point.gif');
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
#cGTree .element A {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cGTree .image {
	padding: 4px;
}

