@import url("common.css");

div.col2 div.left { width: 682px; }
div.col2 div.right { width: 270px; }

div.col2 div.left,
div.col2 div.right { line-height: 20px; font-size: 12px; }

/************************************************/

#title {
	line-height: 50px; font-size: 24px; font-weight: bold; text-align: left;
	border-bottom: 2px dotted gray;
}

#info {
	margin-top: 10px;
	text-align: left; color: #b50400;
}
	#info small {
		margin: 0 4px 0 0;
		font-size: 12px; line-height: 12px;
	}
#source { font-size: 14px; font-weight: normal; font-style: italic; }
#source small { 
	margin: 0 10px;
	font-style: normal;
}
#intro {
	padding: 10px; margin: 6px 0;
	border: 1px solid #b4b4b4;
	background: #f0f0f0;
	line-height: 22px;
	display: none;
}

#content { font-size: 14px; line-height: 22px; }
	#content p { margin: 10px 0 18px 0; }
	#content strong { font-weight: bold; }

#paging {
	padding: 0 10px;
	line-height: 22px; text-align: center;
}

#related {
	padding-top: 10px; margin-top: 40px;
	border-top: 2px solid #d9d9d9;
}
	#related h2 { font-size: 14px; color: #b70701; font-weight: bold; line-height: 26px; }
	#related ul li {
		padding-left: 10px; margin-left: 10px;
		background: url("../img/bg.gif") no-repeat 2px -140px;
	}

#comment {
	margin-top: 20px;
	border: 1px solid #b4b4b4;
	width: 100%;
}
	#comment h2 {
		padding-left: 6px;
		height: 25px;
		background-color: #f0f0f0;
		border-bottom: 1px solid #b4b4b4;
		font-size: 12px; color: #b70701; font-weight: bold; line-height: 25px;
	}
	#comment a.more {
		margin: -25px 6px 0 0;
		float: right;
		font-size: 12px; font-family: verdana; line-height: 25px;
	}
	#comment form { margin: 10px; }
	#comment textarea {
		margin-bottom: 4px;
		width: 500px; height: 120px;
		border: 1px solid #b4b4b4;
		display: block;
	}
	#comment div.userinfo {
		margin-top: 6px;
		display: inline;
	}
	#comment label { vertical-align: middle; }
	#comment input {
		border: 1px solid #b4b4b4;
		margin: 5px; padding: 4px;
		height: 13px; line-height: 15px;
		vertical-align: middle;
	}
	#comment img {
		vertical-align: middle;
		margin-left: 4px;
	}
	#comment div.dcmp-submit { display: inline; vertical-align: middle; }
		#comment div.dcmp-submit button {
			width: 70; height: 23px;
			background: url("../img/merge.png") no-repeat -330px -18px;
			border: none;
		}
#dcmp-submit-guest {
	margin-right: 2px!important;
	border-width: 0!important;
}

div.decmt-box {
	margin: 10px; padding-bottom: 10px;
	border-bottom: 1px solid #b4b4b4;
}
	div.decmt-box div.decmt-title {
		line-height:19px;
		color:#999;
		font-family:Tahoma;
	}
		div.decmt-box div.decmt-title span.moodico { display: none; }
		div.decmt-box div.decmt-title span { margin-right: 10px; }
	div.decmt-box div.decmt-act {
		float:right;
		margin-top:-18px;
		padding-right:10px;
		position:relative;
		clear:both;
		color:#999;
	}

#ad_float {
	float: left;
	padding: 10px 10px 10px 0;
}

table.infolist {
	margin: 20px 0 0 0;
	font-size: 14px;
}
	table.infolist td { padding: 4px; }