/*
<div class="subtype_title">###SUBTYPE###</div>

<div class="kb_relations">
	<div class="kb_categories">
		###CATEGORY###
		<div class="kb_cat_row">
			<div class="kb_cat_col1">###CAT_NAME###</div>
			<div class="kb_cat_col2">###CATEGORIES###</div>
		</div>
		###CATEGORY###
	</div>
</div>
*/

/* FireFox specific */
.kb_relations div[class=kb_categories] {
	display: table;
	margin-bottom: 4px;
}
/*.kb_relations div[class=kb_categories] div[class=kb_cat_row] {
	display: table-row;
}*/
.kb_relations div[class=kb_categories] div[class=kb_cat_row] div[class=kb_cat_col1],
.kb_relations div[class=kb_categories] div[class=kb_cat_row] div[class=kb_cat_col2] {
	display: table-cell;
}
/*
.subtype_title {
	margin-top: 20px;
	color: #174b8c;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 4px solid #174b8c;
}
*/
.subtype_title {
	border-bottom:1px solid #174B8C;
	color:#174b8c;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:600;
	margin:0px;
	padding:0px 0px 9px;
}
.kb_relations {
	padding: 8px 2px 4px 2px;
	border-bottom: 1px solid #174b8c;
	margin-bottom: 8px;
	width:476px;
}
.kb_relations .kb_categories .kb_cat_row {
	clear: both;
	width:476px;
	padding-bottom: 4px;
}
.kb_relations .kb_categories .kb_cat_row .kb_cat_col1,
.kb_relations .kb_categories .kb_cat_row .kb_cat_col2 {
	float: left;
}
.kb_relations .kb_categories .kb_cat_row .kb_cat_col1 {
	font-size: 10px;
	font-weight: bold;
	width: 70px;
}
.kb_relations .kb_categories .kb_cat_row .kb_cat_col2 {
	font-size: 10px;
	width: 406px;
}

.kb_relations .kb_categories .kb_cat_row .kb_cat_col2 a {
	color:#000000;
	text-decoration:underline;
} 
.kb_relations .kb_categories .kb_cat_row .kb_cat_col2 a:hover {
	text-decoration: none;
	color: #666666;
}
#maincontent #right_column #right_2column #left_content .content a {
color:#000000;
text-decoration:underline;
}
#maincontent #right_column #right_2column #left_content .content a:hover {
color: #666666;
text-decoration:underline;
}
#maincontent #right_column #right_2column #left_content .content h1 {
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 9px;
	border:none;
}
.kb_relations .kb_categories .kb_cat_row .kb_cat_col2 span.item1 {
	color:#E51489;
}
.kb_relations .kb_categories .kb_cat_row .kb_cat_col2 span.item2 {
	color:#00ADEF;
}
.kb_relations .kb_categories .kb_cat_row .kb_cat_col2 span.item3 {
	color:#83AF3A;
}

.kb_relations .kb_categories .kb_cat_row .kb_cat_col2 span.item5 {
	color:#003366;
}
.kb_relations .kb_categories .kb_cat_row .kb_cat_col2 span.item6 {
	color:#F7931D;
}
.kb_relations .kb_categories .kb_cat_row .kb_cat_col2 span.item7 {
	color:#d60002;
}
.kb_relations .kb_categories .kb_cat_row .kb_cat_col2 a {
	text-decoration:none
}

