div.article {
	border-bottom:1px dotted #95b1dd;
	padding-bottom:10px;
	margin-bottom:11px;
	overflow:hidden;
}
div.top {padding:0px 0px 14px 0px;}
div.article .atit {
	border-left: 5px solid #cf000a;
	min-height:20px;
	padding-left:8px;
	font-size:18px;
	font-weight:bold;
	color:#4e84c3;
	margin-bottom:16px;
	text-decoration:none;
}
span.date {
	background:url(../../img/ico-clock.gif) no-repeat;
	height:14px;
	padding:1px 0px 1px 23px;
	color:#999;
}
span.rating {
	margin-left:23px;
}
div.more {
	padding-top:10px;
}
div.more a {
	display:block;
	float:right;
}
div.more a.comments {
	background:url(../../img/butt-comments.gif) no-repeat;
	height:19px;
	width:135px;
	padding:4px 0px 0px 7px;
	margin-right:7px;
	color:#4e84c3;
	font-weight:bold;
	text-decoration:none;
}
div.article-view h1 {
	border-left: 5px solid #cf000a;
	min-height:20px;
	padding-left:8px;
	font-size:18px;
	font-weight:bold;
	color:#4e84c3;
	margin-bottom:16px;
}
div.article-view h2 {
	font-size:15px;
	padding-left:15px;
	font-weight:bold;
	color:#4e84c3;
}
div.article-view ul {
	margin:12px;
	list-style:none;
}
div.article-view ul li {
	background:	url(../../img/li.gif) no-repeat 0px 2px;
	padding-left:17px;
	margin:5px 0px;
}
div.article-view img {margin:0px 10px;}

div#comment-add {border-top:1px dashed #95b1dd;padding-top:2px;display:none;}
div#comment-add tbody tr:hover td {background:none;}
div#comment-add span {padding-left:9px; font-weight:bold; font-size:14px;}
div#comment-add table {
	width:99%;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	border:none;
}
div#comment-add table div.name {
	width:219px;
	height: 22px;
	margin:3px 0px 0px 0px;
	padding: 0px 5px 0px 55px;
	background: url(../../img/commentname.gif) no-repeat;
}
div#comment-add table input{
	width:219px;
	height: 18px;
	padding-top:4px;
	background:none;
	border:none;
}
div#comment-add table div.message {
	width:585px;
	height: 50px;
	margin-top:11px;
	padding: 18px 5px 5px 5px;
	background: url(../../img/commenttext.gif) no-repeat;
}
div#comment-add table div.code {
	width:194px;
	height: 22px;
	margin:11px 0px 0px 0px;
	padding: 0px 5px 0px 80px;
	background: url(../../img/commentname.gif) no-repeat;
	position:relative;
}
div#comment-add table div.code div.bg {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:2px 0px 0px 9px;
	background: url(../../img/codebg.gif) no-repeat;
	width:66px;
	height:20px;
}
div#comment-add table div.code div.bg img {
	margin:0px;
}
div#comment-add table textarea {
	width:585px;
	height: 50px;
	background:none;
	border:none;
}
div#comment-add table input.send {
	width:82px;
	height:23px;
	margin-left: 515px;
	background:none;
}
div.comments div.block {
	border: 1px solid #dee2e5;
	position:relative;
	margin-bottom:5px;
	background:#f9fafc;
	padding-bottom:3px;
}
div.comments div.bh {
	height:23px;
	background:#f9fafc;
	border-bottom:none;
	color:#4e84c3;
	font-weight:bold;
	font-size:14px;
	text-transform:none;
	padding:6px 0px 0px 6px;
}
div.comments img.comadd {
	position:absolute;
	top:4px;
	right:7px;
	cursor:pointer;
}
div.comments div.bh span {
	background:	url(../../img/commbg.gif) no-repeat;
	padding-left:23px;
}
div#comment div.block {
	border: 1px solid #dee2e5;
	position:relative;
	margin-top:5px;
	background:#f9fafc;
	padding:6px;
}
div#comment div.bh {
	height:23px;
	background:#f9fafc;
	border-bottom:none;
	color:#cf000a;
	font-weight:bold;
	font-size:11px;
	text-transform:none;
	padding:0px;
}
div#comment div.bh span {
	background:	url(../../img/ico-clock.gif) no-repeat;
	color:#999999;
	display:inline-block;
	padding:0px 0px 3px 18px;
	font-weight:normal;
	margin-left:6px;
}