table{
	width:100%;
}
div.CommentList {
	width:100%;
	margin: 0px;
	padding:0px;
}
.CommentSection {
	width: 560px;
	float: left;
}

/* Comment Entries */
div.CommentEntry, div.CommentEntryInput {
	display:block;
	width:560px;
	clear:both;
}
div.CommentContainer{
	padding-top:1px;
}

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.CommentAuthorSeperator {
 	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: #666666;
	text-align:right;
	line-height: 1;
	margin-top:2px;
	vertical-align:bottom;
}


.CommentRemoveButton {
	background:url("../common/images/clear.cross.png");
	background-repeat:no-repeat;
	background-position:top right;
	width:11px;
	height:11px;
	margin:0;
	padding-right:0;
  	z-index:2;
  	position:relative;
  	cursor:pointer;
	float:right;
	margin-right:-14px;
}
.CommentRemoveButton:hover {
	background:url("../common/images/clear.cross.over.png");
	background-position:top right;
}
/* 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 #cecece;
	line-height: 1.4;
	padding: 4px 0px 2px 10px;
	font-size: 13px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	width:488px;
}
textarea.CommentTextboxInitial {
	color: #cccccc;
}
textarea.CommentTextboxNormal {
	color: #1a1a1a;
	border-color: #b0b0b0;
}
.CommentSubmit{
	border:none;
	background-color: #7f7f7f;
	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: #b0b0b0;
}

.CommentList .SectionTitle{
	display:block;
}
/* Comment Tail */
div.commentsTail{
	margin-bottom:15px;
	display:block;
	float:right;
}
div.commentsTail a.commentTailLoader, div.commentsTail a.commentsTailLink{
	font-size: 12px;
	font-weight: normal;
}

/* For placing outside a box */
.CommentIconNoBox {
	display: block;
	width: 16px;
	height: 15px;
	float: left;
	background-image: url(images/comment.icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 4px;
}
/* For placing within a box */
.CommentIconBox {
	display: block;
	width: 16px;
	height: 15px;
	float: left;
	background-image: url(images/comment.icons.png);
	background-repeat: no-repeat;
	background-position: 0 -15px;
	margin-top: 4px;
}
.CommentIconBig {
	display: block;
	width: 19px;
	height: 16px;
	float: left;
	background-image: url(images/comment.icons.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
}
.CommentCount {
	padding-left: 5px;
	float: left;
}