.n_comment 
{
	position: 				relative;
	/*margin:					10px;*/
	/*margin-top:				6px;*/
	/*border: 				1px solid #666; */
	/*padding:				4px 4px 4px 8px;*/
	background-color:		#F7F6F6;
}

.odd
{
	background-color: #dddddd;
}

.n_comment div {
	position: 				relative;
}

.n_comment .n_comment img
{
	margin: 				0px;
}


.n_comment .reply {
	text-align: 			right;
	font-size: 				80%;
	padding: 				0px 6px 6px 0px;
}

.n_comment
{
	/*border: 	1px solid #ddd;*/
	margin-top: 			10px;
}

input#subscribe
{
	width: auto;
}

.n_comment .body
{
	padding:				0px 10px 0px 10px;
	/*width: 					100%;*/
	overflow: 				hidden; 
}

.n_comment .title abbr
{
	border: none;
}
.collapsed .body, .collapsed .n_comment
{
	display:				none;
}

#commentform textarea {
	width: 97%;
}

.n_comment .collapseicon 
{
	width: 					13px;
	height: 				13px;
	overflow:				hidden;
	background-image: 		url(images/subthread-open.gif);
}

.collapsed .collapseicon 
{
	background-image: 		url(images/subthread.gif);
}

.commentfrm {
	border: solid 1px #9092A1;
	margin: 10px;
}
