@charset "utf-8";
/* CSS Document */

#comment-nav {
	margin: 			0px 10px 10px 10px;
	text-align: 		center;
	font-size: 			10px;
	line-height: 		12px;
}

.comment {
	clear: 				both;
	margin: 			10px 10px 10px 10px;
	padding-bottom: 	10px;
	border-bottom: 		1px dotted #000000;
}

.comment-reply {
	clear: 				both;
	margin: 			10px 10px 10px 10px;
	padding-left: 		50px;
	padding-bottom: 	10px;
	border-bottom: 		1px dotted #000000;
}

.comment-user {
	font-size: 			14px;
	font-weight: 		bold;
	color: 				#2f51f5;
}

.comment-text {
	color:				#333333;
}

.comment-image {
	display: 			block;
	float: 				left;
	margin-right: 		20px;
	width: 				60px;
	height: 			75px;
}

#reply {
	background-color: 	#CCCCCC;
}

