@charset "utf-8";

.discussContainer {
	border: 1px solid #feffc0;
	padding: 20px 25px 20px 25px;
	width: 390px; /* 440 - 25 - 25 */
}

.discussPost {

}

.discussPost .discussPostHeader {
	margin-bottom: 30px;
	font-weight: normal;
}

.textareaWrapper {
	border: 1px solid #feffc0;
	background-color: #ffffe7;
	padding: 8px;
	margin-bottom: 10px;
}

.textareaWrapper textarea {
	width: 370px;
	height: 50px
}

.borderTopContainer {
	border-top: 1px solid #feffc0;
	padding-top: 15px;
	margin-top: 25px;
}

/* comments */
.discussBlock{
	position:relative;
}

.discussPaging{
	float:right;
	padding:0px 0px 0px 0px;
}

.discussPaging a{
	font-weight:bold;
	font-size:12px;
}

.discussButton{
	height:28px;
}

.discussComments{

}

.discussThread,
.discussThreadLast{
	padding-top:10px;
}

.discussThread{

}

.imgContainer{
	float:left;
	width:70px;
}

.memberImg{
	height:45px;
	width:45px;
}

.discussTopic{
	float:left;
	width:320px; /* 390 - 70 */
}

* html .discussTopic {
  display: inline;
}

.discussTopicReplies{
	padding-bottom:1px;
}

.discussRepliesToggler{
	clear:both;
	width:200px;
	position:relative;
	top:-20px;

	/*background-color:#FFFFFF;*/
}

.discussReplyButton{
	float:right;
	padding-right:15px;
}

.replyThread{
	border-top:1px dotted #000000;
	border-bottom: 0px;
	padding-left:70px;
}

.discussReply{
	background-color:#edf5db;
	border-top:1px dotted #000000;
	clear:both;
	padding:15px 0 15px 0;
}

.discussUser{
	float:left;
	width:115px;
	white-space:nowrap;
}

.discussUserComment{
	float:left;
	width:310px;
}

.pagingTop{

}

.pagingBottom{
	padding: 10px 25px 15px 0px;
}

/*=======================================*/
/* Show posting
/*=======================================*/

.postSubmit {
	text-align: right;
}

/* outer container */
.dropShadowTable{
	border-collapse:collapse;
}
.dropShadowRight{
	width:2px;
	background-image:url('/skins/default/imgs/common/comments_shadow/right_narrow.gif');
	background-repeat: repeat-y;
}
.dropShadowBottom{
	height:2px;
	background-image:url('/skins/default/imgs/common/comments_shadow/bottom_narrow.gif');
	background-position:right;
	background-repeat: no-repeat;
}
.dropShadowTopRight{

}

/* new comment styles */
.postInfo {
	margin-bottom: 15px;
}
.postActions {
	margin-top: 4px;
}

.discussComments {
	margin:0;
}
.discussThread {
	float: left; 
	padding: 0;
	width:390px;
}
.discussThread.first {
	padding: 0;
}
.postContainer {
	float:left;
	clear:left;
	margin:0 0 10px 0;
}
.postContainer .postDeleteLink {
	display:none;
}
.postContainer .imgContainer {
	width:70px;
}
.postContainer .imgContainer img {
	display:block;
}
.postContent {
	width:320px;
	float: left;
	margin-bottom:10px;
}
.postReplyForm {
	margin:5px 0 0 0;
}
.postReplyForm a {
	display:block;
}
.postReplyForm form {
	display: none;
}
.bttnPostComment {
	display:block;
}
.postReplies {
	margin:0 0 10px 60px;
	width:310px;
	padding:9px 9px 0 9px;
	border:1px solid #93c9f5;
	background-color:#f7fcff;
	float: left;
}
.postReplies .postContent {
	width:250px;
}