div.article {
	padding-bottom:10px;
	margin-bottom:0px;
	overflow:hidden;
}
div.top {padding:0px 0px 14px 0px;}
div.article a.atit {
	font-size:18px;
	font-weight:bold;
	color:#368814;
	margin-bottom:10px;
	text-decoration:none;
}
span.date {
	background:url(../../img/ico-clock.gif) no-repeat;
	height:16px;
	padding:3px 0px 0px 23px;
	color:#999;
}
span.rating {
	margin-left:19px;
}
div.more {
	padding-top:10px;
}
div.more a {
	background:url(../../img/butt-more.gif) no-repeat;
	padding:2px 0px 1px 21px;
	color:#ea7c0f;
	font-weight:bold;
}
div.more a.comments {
	background:url(../../img/butt-comments.gif) no-repeat;
	padding:0px 0px 0px 21px;
	margin-right:7px;
	color:#67b50d;
	font-weight:bold;
}
div.article-view h1 {
	font-size:18px;
	font-weight:bold;
	color:#368814;
	margin-bottom:10px;
}
div.article-view h2 {
	font-size:15px;
	padding-left:15px;
	font-weight:bold;
	color:#368814;
}
div.article-view ul {
	margin:11px 0px 11px 26px;
	list-style:none;
}
div.article-view ul li {
	background:	url(../../img/li.gif) no-repeat 0px 5px;
	padding-left:13px;
}
div.article-view img {margin:0px 10px;}

div#comment-add {border-top:1px dashed #c9e892;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-bottom: 1px solid #c9e892;
	margin:0px;
	background:#faffe6;
	padding-bottom:3px;
	position:relative;
}
div.comments div.bh {
	height:23px;
	background:#faffe6;
	border-bottom:none;
	color:#67b50d;
	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-bottom: 1px solid #c9e892;
	padding:14px 14px 20px 14px;
}
div#comment div.bh {
	height:23px;
	border-bottom:none;
	color:#ea7c0f;
	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:3px 0px 0px 18px;
	font-weight:normal;
	margin-left:6px;
}
a.back img{margin-top:5px;}