@charset "utf-8";
/* CSS Document */

#cVTree { }
#cVTree #cVHead { margin-bottom: 3px; }
#cVTree #cVBody {
	padding: 7px 5px;
	margin-bottom: 10px;
}
#cVTree a {
	font-weight: bold;
	background-image: url('../../../../images/layout/point.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: #5e5e5e;
	display:block;
	padding-left:18px;
}
#cVTree .bb {
	border-bottom: 1px solid #58585a;
}
#cVTree .sub {
	border-bottom: none;
	font-weight: normal;
}
#cVTree a:hover {
	color: #900;
}
#cVTree .sel {
	font-weight: normal;
	color: #900;
}
#cVTree .element A {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cVTree .image {
	padding: 4px;
}

