	.Flux .comments3 .active {
		font-weight: bold;
	}
	
	.Flux .comments3 .pageNavigator {
		text-align: right;
	}
	
	.Flux .comments3 .commentItem .commentAction {
		text-align: right;
		padding-bottom: 5px;
	}
	
	.Flux .comments3 .editCommentEditor {
		left: -1000px;
		position: absolute;
		top: 0px;
		z-index: 100;
	}
	
	.commentEditor {
		padding: 10px 0;
	}
	
	.Flux .comments3 .commentEditor .lengthCounter {
		text-align: right;
	}

	.Flux .comments3 .commentEditor .lengthCounter .red {
		color: Red;
	}

	.Flux .comments3 .commentEditor .titleArea {
		padding: 4px 7px 2px 7px;
		background: #ffffff;
	}
	
	.Flux .comments3 div.popup {
		background: #ffffff;
		border: solid 1px #ffffff;
		left: -9999px;
		line-height: 1.5em;
		margin: 0pt;
		padding-top: 9px;
		position: absolute;
		width: 60px;
		z-index: 100;
	}
	
	.Flux .comments3 div.popup UL {
		padding: 0 15px 0 0;
		margin: 0;
	}
	
	.Flux .comments3 div.popup LI {
		list-style-type: none;
		text-align: left;
		border-bottom: dotted 1px #fff;
	}
	
	.Flux .comments3 div.popup LI.lastLink {
		border-bottom: none 0px;
	}
	
	.Flux .comments3 div.open {
		left: 0pt;
	}
  
  /* cmt styles */
  div.ctrcol_list {
    color: #000000;
  }
  
  div.ctrcol_list ul li.fluxComment {
    color: #000000;
    margin:5px;
    margin-bottom: 10px;
    padding:5px;
    border: 1px solid #E2E0DE;
    background: #ffffff;
    list-style-type: none;
    /* background: #ffffff url(/sitewide/assets/img/flux/comment-bottom-bg-img.jpg) left bottom no-repeat; */
    clear: both;
  }
  
  div.FluxWidget div.ctrcol_list ul {
    border: 0;
    color:#996633;
    list-style-type:none;
    margin:0;
  }
  
  div.FluxWidget div.ctrcol_list div.commentItem div.commentMessage {
    font-family: Verdana, sans-serif;
    font-size: 11px;
  }
  
div.commentItem {
    padding: 5px;
    color: #000000;
  }
  
div.commentItem  div.commentDetails {
  margin-left: 70px;
}
  
 div.commentItem img {
    float: left;
    margin: 0 5px 0;
    border: 1px solid #E2E0DE;
    width: 50px;
  }
  
  
  .FluxWidget .Comments3_1 .editCommentEditor .commentEditor .inputTextArea textarea {
    width: 100%;
  }
  
  div.commentHeader {
    height:15px;
  }
  
  div.commentHeader div.commentTitle {
    float:left;
    width:375px;
  }
  
  div.commentHeader div.commentHeaderActions {
    float:right;
    text-align:right;
    width:100px;
  }
  
  .Flux .comments3 textarea, .Flux .comments3 .inputTextarea {
    height:105px;
    overflow:auto;
    width:620px;
    border: 1px solid #E2E0DE;
    background-color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 11px;
  }
  
  .Flux .comments3 a.button {
    margin-right: 0px;
  }
  
  .Flux .FluxWidget .contentAction2 ul li {
    color: #000000;
  }
  
  div.FluxWidget div.ctrcol_list ul a {
    color: #996633;
  }
  
  div.FluxWidget div.ctrcol_list ul a:hover, div.FluxWidget div.ctrcol_list ul a:active {
    color: #EC660C;
  }