/* Comments Style */
.clear {
	clear: both;
}
H3#comments {
	font-size: 33px;
	line-height: 24px;
	font-family: "Bell MT",Garamond,"Times New Roman",Times,serif;
	font-style: italic;
	font-weight: normal;
	width: 700px;
	padding: 26px 3px 0 0;
	margin: 0 0 0 -3px;
	border-top: 1px solid #F0F0F0;
}
.navigation {
	width: 560px;
	height: 24px;
	margin:0;
	padding:0 0 0 35px;
}
.comment_form_header {
	width: 700px;
	height: 24px;
	margin:0;
	padding:0;
	border-top: 1px solid #F0F0F0;
}
OL.commentlist {
	width: 700px;
	padding: 0;
	margin: 0;
}

OL.commentlist LI {
	list-style: none;
	padding: 0 160px 13px 0px;
	margin: 0;
}
OL.commentlist LI UL.children {
	padding: 0;
	margin: 10px 0 10px -29px;
	border-left: 1px solid #CCCCCC;
}
OL.commentlist LI UL.children LI {
	margin: 0;
	padding: 0 0 0 35px;
}
OL.commentlist LI DIV.avatar {
	float: left;
	width: 32px;
	height: 32px;
	padding: 0 15px 0 0;
}
OL.commentlist LI DIV.comment-content {
	float: left;
	width: 493px;
}
OL.commentlist LI .comment-info {
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}
OL.commentlist LI .reply {
	float: right;
	font-size: 12px;
	line-height: 18px;
}
OL.commentlist LI P {
	padding: 10px 0 10px 0;
	margin: 0;
}
OL.commentlist LI #respond H3 {
	font-size: 24px;
	line-height: 25px;
	font-family: "Bell MT",Garamond,"Times New Roman",Times,serif;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0;
}
OL.commentlist LI #respond {
	width: 100%;
	margin: 4px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
OL.commentlist LI #respond .cancel-comment-reply {
	padding: 5px 0 10px 0;
}
ol.commentlist li #commentform #respond p {
	padding: 0 0 5px 0;
	margin: 0;
}
/* Comment form */
#respond H3 {
	font-size: 34px;
	line-height: 25px;
	font-family: "Bell MT",Garamond,"Times New Roman",Times,serif;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 26px 0;
	margin: 0 0 0 -3px;
}
#respond .comment_form {
	width: 530px;
	margin: 0 0 6px 44px;
}
#respond .row {
	padding: 0 0 10px 0;
}
#respond textarea {
	float: left;
	width: 413px;
	height: 168px;
	border: 1px solid #000000;
}
#respond LABEL {
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align:right;
	width: 75px;
	height: 25px;
	line-height: 25px;
	padding:0 20px 0 0;
}
#respond SPAN {
	float: left;
	font-size: 11px;
	font-weight: normal;
	width: 140px;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 10px;
}
#respond INPUT.input_text {
	float: left;
	width: 268px;
	height: 20px;
	line-height: 20px;
	padding: 3px 0 0 0;
	border: 1px solid #000000;
}
#respond INPUT.sumbit_comment {
	float: none;
	color: #000000;
	font-size: 10px;
	width: 108px;
	height: 24px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 0 93px;
}