
.son {
	position: relative;
	left: 15px; }
.plus {
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	cursor: pointer;
	color: #000000;
	font-family: monospace; }
.plus:hover {
	color: #ff0000; }
.opened {
	display: block; }
.closed {
	display: none; }
/* link */
.l {
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	cursor: pointer;
	white-space: nowrap;
	font-family: sans-serif; }
.l:hover {
	text-decoration: underline; }
/* selected link */
.sl {
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #0000ff;
	text-decoration: none;
	cursor: pointer;
	cursor: pointer;
	white-space: nowrap;
	font-family: sans-serif; }
.sl:hover {
	text-decoration: underline; }

