div.comments {
	width: 597px;
	margin-left: 20px;
	margin-top: 3px;
    padding: 0px 0px;
}

div.comments div.commentsHeadTop {
	background: transparent url("/static/images/backgrounds/wall/wall.png") no-repeat 0px -177px;
	width: 100%;
	height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.comments div.commentsHead {
	width: 593px;
	height: 20px;
	background-color: #e8e9ec;
	margin-left: 4px;
}

.comments_head {
    font-size: 11px;
}

div.comments div.commentsHead span {
	margin-left: 15px;
	color: 1791D7;
	font-weight: bold;
}
div.comments div.comment, div.addComment{
    background-color: #E8E9EC;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 1px;
    margin-left: 4px;
    padding: 0 0 0 11px;  /*7px 11px;*/
    position: relative;
    width: 582px;
}

.commentRootFirm {
	background-color: #EFF0F1!important;
}

.tableRemoveX , .tableRemoveX:HOVER, .widgetClose, .widgetClose:HOVER {
	background: transparent url('/static/images/backgrounds/wall/wall.png') no-repeat -19px -35px;
	width: 15px;
	height: 15px;
	top: 2px;
	right: 2px;
	position:absolute;
	right: 0px;
	top: 0px;
}
.tableRemoveX:HOVER, .widgetClose:HOVER {
	background: transparent url('/static/images/backgrounds/wall/wall.png') no-repeat -2px -35px;
}

div.useFoto, .useFotoReply {
	overflow: hidden;
	float: left;
	display: block;
	height: auto;
	width: 56px;
	margin-right: 5px;
	max-height:100px;
	}
.useFotoReply {
	width: 42px;
}

div.useFoto img {
	width: 45px;
}
div.useFotoReply img {
	width: 35px;
}
div.useFoto a, .useFotoReply a {
	width: 100%;
	height: 100%;
	}
div.useFoto a img, .useFotoReply a img{
	padding: 2px;
	background-color: transparent;
	border: 1px solid #cccccc;
}

.useFotoCommentAdd img {
    width: 35px;
}

.useFotoCommentAdd{
	padding: 2px;
	background-color: transparent;
	border: 1px solid #cccccc;
    margin-right: 5px;
}

div.itemMini, div.itemMiniNone{
	color: #333333;
    display: table;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 1px;
    margin-top: 0px;
    overflow: auto;
    position: relative;
    width: 487px;
    float: none;
    height: auto;
}


p.time {
    color: #939393;
    margin-top: 6px;
}

.addCommentBox{
    float: none;
    width: 487px;
    margin-top: 0px;
    margin-bottom: 0px;
}

input.inputAddComment {
	background: transparent url("/static/images/backgrounds/wall/wall.png") no-repeat -2px -112px;
	_background: transparent url("/static/images/backgrounds/wall/comment.gif") no-repeat 0 0;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 144px;
	height: 24px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	float: right;
	margin-top: 2px;
	margin-right: 5px;
}

div.showForm {
	width: 570px;
	height: 16px;
	border-left: 1px solid #7f7f7f;
	background-color: #ffffff;
	overflow: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.showForm TEXTAREA {
	background-color: transparent;
	border:none;
	height:15px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #666666;
	}

div.showFormBottom {
	background: transparent url("/static/images/backgrounds/wall/wall.png") no-repeat -2px -240px;
	width: 570px;
	height: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.showFormTop{
    margin-top: 0px;
    margin-bottom: 0px;
}

div.textareaTopMini {
	background:transparent url("/static/images/backgrounds/wall/wall.png") no-repeat -2px -248px ;
	float:left;
	height:6px;
	width:100%;
        margin-top: 0px;
    margin-bottom: 0px;
}
div.textareaMini {
	border-left: 1px solid #7f7f7f;
	float:left;
	width:100%;
	background-color: #ffffff;
	overflow: hidden;
        margin-top: 0px;
    margin-bottom: 0px;
}

div.textareaMini TEXTAREA {
	border-color: transparent;
	border:none;
	height:30px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	width: 100%;
	color:#666666;
        margin-top: 0px;
    margin-bottom: 0px;
	}

div.textareaBottomMini {
	background:transparent url("/static/images/backgrounds/wall/wall.png") no-repeat -2px -256px ;
	float:left;
	height:6px;
	width:100%;
        margin-top: 0px;
    margin-bottom: 0px;
}

div.comments_head{
    float: left;
    width: 680px;
    display: block;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
}

/*.comm_count {float: left; height: 20px; line-height: 10px; margin: 0px 10px 0px 0px;}*/
.comm_toggle {  height: 20px; float: right; color: #1791D7; font-weight: bold; text-align: right; cursor: pointer; line-height: 10px; margin: 0px 10px 0px 0px;}
span.show_comm {float: left;}
span.comm_arrow_down {
   background:transparent url("/static/images/backgrounds/wall/down.gif") no-repeat 0px -4px;
   width: 20px;
   height: 20px;
   display: block;
   float: right;
   margin-left: 4px;
}
span.comm_arrow_up {
   background:transparent url("/static/images/backgrounds/wall/up.gif") no-repeat 0px -4px;
   width: 20px;
   height: 20px;
   display: block;
   float: right;
   margin-left: 4px;
}

span.comment_show_icon {
   background:transparent url("/static/images/backgrounds/wall/wall.png") no-repeat -256px -0px;
   width: 18px;
   height: 16px;
   display: block;
   float: left;
   margin-top: 3px;
}

span.comment_hide_icon {
   background:transparent url("/static/images/backgrounds/wall/wall.png") no-repeat -102px -0px;
   width: 13px;
   height: 16px;
   float: left;
   margin-top: 2px;
   margin-right: 5px;
}