#content-header {
	margin-top: 45px;
	margin-bottom: 5px;
	position:relative;
}
#content-header-title {
	font-weight: bold;
	font-size: 16px;
}

/* -- content-main --------------------------------------------------------------------------------------- */
#content-main { font-size: 12px; color:#323232; margin-top:10px; }
/* #content-main .hori-separator { margin:5px 0; } */

#content-main img.bullet { position:relative; top:2px; }
#content-main a { color:#323232; }

.sections .section .section-name { float:left; width:155px; }
.sections .section .types { float:left; }
.sections .section .types .hori-separator { width:539px; }
.sections .section .types .type .type-name { float:left; width:150px; }
.sections .section .types .type .classifications { float:left; }
.sections .section .types .type .classifications .hori-separator-wrapper { position:relative; height:13px; } /* for solving the IE stupid bug !_! */
.sections .section .types .type .classifications .hori-separator-wrapper .hori-separator { width:390px; position:absolute; left:0; /* position & left are for solving the IE stupid bug !_! */ }
.sections .section .types .type .classifications .classification .classification-name { float:left; width:155px; }
.sections .section .types .type .classifications .classification .sub-classifications { float:left; }
/* ------------------------------------------------------------------------------------------------------- */
