table{
	width:100%;
}
div.CommentList {
	width:100%;
	margin: 0px;
	padding:0px;
	margin-bottom:15px;
}
.CommentSection {
	width: 560px;
	float: left;
}
/* Comment Entries */
div.CommentEntry, div.CommentEntryInput {
	display:block;
	width:560px;
	clear:both;
}
div.CommentContainer{
	padding-top:1px;
	min-height:50px;
}
div.InsertedComment{
	display: block;
	clear: both;
	border-top:1px solid #d9d9d9;
	margin-top: 15px;
	padding-top: 15px;
}
div.CommentText {
	color: #1a1a1a;
	font-style: normal;
	font-size: 13px;
	line-height: 1.4;
	padding-bottom:0px;
	word-wrap: break-word;
	padding-left:60px;
}
div.CommentText.WithRemoveButton{
	padding-right:15px;	
}
.CommentAuthor {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #1a1a1a;
	display:inline;
}
img.CommentAuthorSeparator {
	width:3px;
	height:10px;
	border:0px;
	background-image: url("../common/images/ui-icons_222222_256x240.png");
	background-repeat:no-repeat;
	background-position: -40px -2px;
	margin-left:7px;
	margin-right:2px;
}
.CommentTimestamp {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width:100%;
	color: #a6a6a6;
	text-align:right;
	line-height: 1;
	margin-top:2px;
	vertical-align:bottom;
}
.CommentRemoveButton {
	display: block;
	width:19px;
	height:19px;
	margin:0;
	padding:0;
	right:-19px;
	top:-4px;
	z-index:2;
	position:relative;
	cursor:pointer;
	float:right;
}
.CommentRemoveButton .svg{
	width:inherit;
	height:inherit;
}
.CommentRemoveButton .svg .IconSVG{ fill: #4d4d4d; }
.CommentRemoveButton:hover .svg .IconSVG{ fill: #fd7326; }

/* Comment Form */
textarea.CommentTextbox {
	margin: 0px;
	display: block;
	height: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	resize: none;
	overflow: hidden;
	overflow-x: hidden;
	word-wrap: break-word;
	overflow-y: auto;
	border: 1px solid #d9d9d9;
	line-height: 1.4;
	padding: 4px 0px 2px 10px;
	font-size: 13px;
	font-family: "Segoe UI", Segoe, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	width:488px;
}
textarea.CommentTextboxInitial {
	color: #d9d9d9;
}
textarea.CommentTextboxNormal {
	color: #1a1a1a;
	border-color: #4d4d4d;
}
.CommentSubmit{
	border:none;
	background-color: #fd7326;
	color: #ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	height:22px;
	float:right;
}
.CommentSubmit[disabled] {
	background-color: #4d4d4d;
}
.CommentList .SectionTitle{
	display:block;
}
div.commentsTail{
	display:block;
	float:right;
}
div.commentsTail a.commentTailLoader, div.commentsTail a.commentsTailLink{
	font-size: 12px;
	font-weight: normal;
	display:block;
	margin-top:-15px;
}
.CommentIconContainer{
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-right:0px;
}
.CommentIcon{
	display:block;
	width:inherit;
	height:inherit;
}
.CommentIcon .IconSVG{
	fill: #a6a6a6;
}
.CommentCount {
	padding-left: 5px;
	padding-top:2px;
	color: #4d4d4d;
	float: left;
	width:24px;
	line-height:inherit;
	font-weight:bold;
	font-size:11px;
	font-family:inherit;
}
