.comment-list {
	margin-left:80px;
	color:#333;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	margin-bottom:5px;
}

.comment-list .comment-container {
	background-color:transparent;
	margin-bottom:0px;
	padding:0px;
	border:0px none;
	display:inline;
}

.comment-list > div, .comment-list .comment-container > div {
	background-color:#ECEFF5;
	margin-bottom:2px;
	padding:4px;
	border-bottom:1px solid #E5EAF1;
}
.comment-list .head {
	padding:0px;
	margin:0px;
	background-color:#fff;
	border-bottom:0px none;
}
.comment-list .head img {
	display:block;
}
.comment-list a {
	color:#154D88;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
.comment-list a:hover {
	text-decoration:underline;
}
.comment-list .data {
	color:#777;
	margin-top:5px;
	text-transform:capitalize;
}
.comment-list .avatar {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #154D88;
}

.comment-list .column-text {
	margin-left:55px;
}

.comment-list .foot {
	margin-bottom:0px;
}
.comment-list .foot input {
	width:98%;
	border:1px solid #BDC7D8;
	padding:3px;
	color:#333;
}
.comment-list .view-all {
	text-align:right;
}
.comment-list .view-all a,.comment-list .foot a {
	font-weight:normal;
	font-size:10px;
}

.comment-list .comment-button {
	text-align:right;
	padding-top:2px;
	padding-right:1%;
}

.comment-list .comment-button {
	display:block;
	border:0px;
}

.comment-list .delete-comment a {
	font-weight:normal;
}
.comment-list .delete-comment {
	float:right;
}

.comment-list .delete-comment a,.comment-list .delete-comment {
	font-size:9px;
}
