#article_slide {
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
	background-color: #f3f3f8;
	padding: 3px 3px 3px 3px;
}

#article_slide p {
	cursor: pointer;
	margin: 0;
	font-size: 100%;
	color: #000066;
}

.underline {
	text-decoration: underline;
}

#article_group_list {
	display: none;
	font-size: 80%;
	border: 1px solid #e0e0e0;
	padding: 3px 0 3px 0;
	margin-bottom: 10px;
}

ul.tree, ul.tree ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.tree ul {
  margin-left: 20px;
  background: url(/images/vline.png) repeat-y left bottom;
}

ul.tree li {
  margin: 0;
  padding: 0 12px;
  font-size: 14px;
  line-height: 20px;
  color: #369;
  font-weight: bold;
}

ul.tree ul li {
  background: url(/images/node.png) no-repeat;
}

ul.tree ul li.last_item {
  background: #fff url(/images/lastnode.png) no-repeat;
}


.article_group_image {
	border: none;
	height: 40px;
	vertical-align: text-middle;
}
