.detail
{
	margin: 5px 0px 0px 0px;
	padding: 10px 10px;
	
	border-style:solid;
	border-width: 1px;
	border-color: #adceff;
}
.detail .d-title
{
}
.detail .d-content
{
	padding: 10px 10px;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
}
.detail .d-bottom
{
	padding: 5px 20px;
	color: #333;
}

/* --- */
.detail .d-title h3
{
	padding: 5px 20px;
	line-height: 20px;
	/*height: 20px;/**/
	color: #000;
	font-size: 14px;
}

.detail .d-title .d-author
{
	display: none;
	padding: 5px 20px;
	color: #000;
	text-align: right;
}
/* ÐÂÎÅÄÚÈÝ */
.detail .d-content .d-body
{
	font-size: 13px;
	overflow-x: auto;
}
.detail .d-content .d-body p
{
    line-height: 150%;
    margin: 8px 0px;
    text-indent: 0px;
}

.detail .d-bottom .visitcnt
{
	float: right;
}