@charset "utf-8";

li.timelineitem_mini {
	width: 100%;
	color: #4c4c4c;
	padding: 3px 0;
	background: url(../../../../img/portal/d_line_short.gif) no-repeat top;
}

li.timelineitem_mini:first-child {
	padding: 0 0 3px;
	background: none;
}

li.timelineitem_mini p {
	font-size: 0.8em;
	color: #7e7e7e;
	padding: 2px 0 0;
}

li.more {
	width: 100%;
	height: 25px;
	margin: 5px 0 2px;
}

li.more div {
	text-align: center;
	padding: 5px 0;
}

li.more div.more_loader {
	display: none;
}

li.more div.more_caption {
	font-weight: bold;
	background-color: #dadada;
	cursor: pointer;
}