body div#contentframe div.content_part table.ctable td {
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #b8b8b8;
}

/* --------------------------------------- part --------------------------------------- */
body div#contentframe div.content_part {
	min-height: 100px;
	padding-left: 105px;
	border: 0;
	background: url(img/icons/default.png) no-repeat;
}
body div#contentframe div.content_part h3 {
	color: #3389be;
}

/* goto top */
body div#contentframe div.content_part a.goto_top {
	display: none;
}

