#news-view #infos
{
	font-size: 11px;
	color: rgb(100,100,100);
	padding-bottom: 4px;
	border-bottom: 1px dotted rgb(160,160,160);
}

#news-view #infos ul
{
	margin: 0;
	padding: 0;
}

#news-view #infos ul li
{
	border-left: 1px solid rgb(100,100,100);
	margin: 0;
	padding: 0 10px;
	line-height: 85%;
}

#news-view #infos ul li.first
{
	padding-left: 0;
	border-left: 0;
}

#news-view #body
{
	margin: 10px 0;
}

#news-view #body p
{
	line-height: 160%;
	margin: 8px 0 18px;
}

#news-view #image
{
	float: right;
	margin-left: 10px;
}


#news-comments-list
{
	/*list-style-type: decimal-leading-zero;
	margin-left: 24px;*/
}

#news-comments-list li
{
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px dotted rgb(140,140,140);
	font-size: 11px;
}

.news-comment-author
{
	margin: 0;
	font-weight: bold;
}

.news-comment-body
{
	margin: 4px 0 0 65px;
}

.news-comment-body p
{
	margin-bottom: 4px;
	text-align: justify;
}

.news-comment-body img
{
	border: 0;
	vertical-align: middle;
}


ul.news-form label
{
	width: 140px;
}

ul.news-form textarea,
ul.news-form input
{
	width: 280px;
}

ul.news-form textarea
{
	width: 405px;
	height: 220px;
}

ul.news-form textarea#news_tags
{
	height: 32px;
}
