.minor_list_item
{
	width: 198px;
	height: auto;
	
	padding: 4px 0px 4px 0px;
	
	color: #6b6f71;
	
	line-height: 12px;
	
	font-size: 11px;
	font-weight: normal;
	
	border-bottom: 1px solid #adbdc5;
}

.minor_list_header
{
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.minor_list_header:hover
{
	text-decoration: underline;
}


.minor_list_spoiler, .minor_list_spoiler p
{
	color: #6b6f71;
	line-height: 12px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.minor_list_spoiler:hover
{
	text-decoration: none;
}

.minor_list_item_info
{
	width: 198px;
	height: auto;
	padding: 0px;
	margin: 4px 0px 0px 0px;
	
	color: #6b6f71;
	line-height: 12px;
	font-size: 11px;
	font-weight: normal;
	
	text-align: right;
	
	border: none;
}

.minor_list_item_info em
{
	color: #6b6f71;
	font-style: italic;
}

.minor_list_separator
{
	width: 198px;
	height: auto;
	
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	
	background-color: #f0f0f0;
	
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
	border-top: 3px double #adbdc5;
	border-bottom: 3px double #adbdc5;
	
	text-align: right;
}

.minor_list_separator_header
{
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.minor_list_separator_header:hover
{
	text-decoration: underline;
}