#komentare
{
	margin-top: 1em;
}
#commentsListArea
{
	background: white;
}
#commentsLoadedHiddenInfo
{
	display: none;
}
.commentsInputSmileyIcos img
{
	cursor: pointer;
	padding: 2px;
}
.commentsInputSmileys
{
	
}
.commentsInputSmileyIcos img:hover
{

}
.commentsInputSmileysSwapper
{
}
#commentsInputAreaSwapper
{
	font-weight: bold;
	cursor: pointer;
	padding: 5px 5px 6px 10px;
   border-bottom:4px #f4f5f7 solid;
 /*  width:95.7%;*/
   margin-bottom:7px;
}
#commentsInputArea
{
	background: #effbfc;
	color: Black;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid #c4e8eb;
  border-right: 1px solid #c4e8eb;
	display: none;
	margin-bottom: 1em;
/*	width: 92.6%; */

}

#commentsInputArea textarea
{
	width: 400px;
	height: 8em;
}

#commentsInputArea ul
{
	list-style-position: inside;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#commentsListArea div.comment
{
   padding: 2px;
	position: relative;
	overflow: hidden;
	background: white;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-left: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	/* width: 96%; */
	
		overflow: auto;
}
#commentsListArea div.comment.even
{
	background-color: #f7fbfb;
	border-bottom: 1px solid #e4eeef;
	border-right: 1px solid #e4eeef;
	border-left: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
}

#commentsListArea div.comment div.avatar
{
	float: left;
	width: 50px;
	text-align: center;
	margin-top: 5px;
}

#commentsListArea div.comment div.avatar img
{
	width: 40px;
	margin: 0px 0px 0px 2px;
}

#commentsListArea div.comment div.body
{
	margin-left: 55px;

}

#commentsListArea div.comment div.body div.hdr
{
	margin-bottom: 3px;
	font-size: 12px;
}
#commentsListArea div.comment div.body textarea
{
	width: 90%;
	height: 8em;
}

#commentsListArea div.comment div.body div.hdr span.time
{
	font-size: 11px;
}
#commentsListArea div.comment div.body div.hdr span.time img
{
	vertical-align: middle;
}
#commentsListArea div.comment div.body div.hdr span.idc
{
	display: none;
}
#commentsListArea div.comment .ctrl
{
	background: #F4F7FE;
}
#commentsListArea div.comment .ctrl2
{
	padding: 3px;
}

#commentsListArea div.comment .ctrl img
{
	cursor: pointer;
	vertical-align: middle;
}


#commentsResultArea span
{
	padding: 4px 9px;
	line-height: 1.3em;
	display: block;
}
#commentsResultArea  span.err
{
	padding: 4px 9px;
	background: #e26eaa;
	border: 2px #c2588f solid;
	color: white;
	margin-top:5px;
}
#commentsResultArea  span.info
{
	background: white;
	color: blue;
}

#commentsResultArea  span.succ
{
	background: green;
	color: white;
}


.commentsListInfo table
{
	width:100%;
}
.commentsListInfo table td
{
	white-space: nowrap;
}

.commentsListInfo .inf
{
	text-align: left;
	width: 80%;
	font-size:11px;
}
.commentsListInfo .more,
.commentsListInfo .all
{
	text-align: right;
	font-size:11px;
}


#commentsPage-userprofile #commentsInputArea
{
	background: #c9daee;
}

#commentsPage-userprofile #commentsListArea div.comment,
#commentsPage-userprofile #commentsListArea div.comment.even 
{
	background-color: #f1f3f6;
	border-bottom: 1px #d6d9e3 solid;
	border-right: 1px #d6d9e3 solid;
}
#commentsPage-userprofile
{
	width: 488px;
}

#commentsInputAreaSwapper-userprofile {
border-bottom:1px white solid;
}

#commentsListArea .msg
{
	line-height: 18px;
}
