a.cmt_a {
	color: #53565e;
	text-decoration: none;
	bofrder-bottom: 1px dotted #6b6f7b;
	font: normal 11px "Lucida Grande", sans-serif;
}

a.cmt_a:hover {
	font: 11px 'Lucida Grande';
	color: #727682;
	text-decoration: none;
	font-weight: bold;
}

.cmt_container {
	width: 400px;	
	
}

.cmt_entry-title {
	background: #afb4c5;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: bold;
	border-top: 2px solid #9a9eaf;
}

.cmt_entry-name {
	font-style: italic;
	background: #acb0c3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.cmt_entry-body {
	background: #a6aabc;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;

}

.cmt_entry-date {
	font-style: italic;
	background: #a6aabc;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
}

a.cmt_pathh {
	color: #494d5d;
	text-decoration:none;
	border-bottom: 1px solid #8d94ae;
	font-weight: normal;
}

a.cmt_anchor {
	border-bottom-style: none;
}

.cmt_nest {
	border-left: 6px solid #787684;
}

.cmt_body {
	background : #b6bbcc;
	font: 11px "Lucida Grande", sans-serif;
	color: #53565e;
}

