.article {
}
	.article .cat {
		font-size : 0.8em;
		color : #999;
	}
	.article h1 {
		margin : 3px 0px 0px 0px;
		padding : 0;
		font-size : 1.4em;
	}
	.article .descr, .article .text {
		font-size : 0.9em;
		margin-top : 10px;
		line-height : 1.4em;
	}
		.article .descr ul, .article .text ul {
			padding : 0px 0px 0px 10px;
			margin : 0px 0px 0px 10px;
			list-style : square;
		}
			.article .descr ul li, .article .text ul li {
				margin : 5px 0 0 0;
			}
	.article .author {
		font-size : 0.8em;
		margin-top : 10px;
		text-align : right;
	}
	.article .photo {
		width : 510px;
		margin-top : 10px;
		font-size : 0.8em;
		border : 1px solid #eee;
		padding : 5px 4px;
	}
		.article .photo img {
			padding-bottom : 2px;
		}
		.article .photo .pauthor {
			font-style : italic;
			color : #666;
		}


.comments_list {
	margin-top : 20px;
	width : 520px;
}
	.comments_list .comment {
		margin-bottom : 10px;
		font-size : 0.8em;
	}
		.comments_list .comment .left {
			float : left;
			width : 120px;
		}
			.comments_list .comment .left .photo {
				width : 60px;
				height : 60px;
				position : relative;
				margin-top : 2px;
			}
				.comments_list .comment .left .photo a {
					display : block;
					width : 60px;
					height : 60px;
					position : relative;
					background-position : 50% 50%;
					background-repeat : no-repeat;
				}
				.comments_list .comment .left .photo img {
					display : none;
				}
		.comments_list .comment .right {
			float : right;
			width : 390px;
			margin-left : 10px;
		}
			.comments_list .comment .right .date {
				color : #666;
				margin-top : 5px;
			}


.add_comment {
	width : 520px;
}
	.add_comment .label {
		float : left;
		width : 130px;
		margin-bottom : 10px;
	}
	.add_comment .field {
		float : left;
		width : 390px;
		margin-bottom : 10px;
	}
		.add_comment .field .info {
			font-size : 0.8em;
			color : #666;
		}
	.add_comment .btn {
		padding-left : 130px;
	}
		.add_comment .btn .msg {
			font-size : 0.8em;
			padding-left : 10px;
			color : #f00;
		}