@charset "utf-8";
/* CSS Document */

#comments {
	width:460px;
	margin:auto;
	position:relative;
	text-align:left;
}

label.comentTitle {
	color:#6485af;
	font-size:12px;
	font-weight:bold;
}

.commentAutor, .commentText {
	display:inline; 
	float:left;
	margin-top:10px;
}

.commentText {
	width:280px; text-align:left;
	height:auto !important; 
	min-height:30px;
	height:30px;
	margin-bottom:10px;
}

.commentDate {
	color:#a9bbd2;
	font-size:8px;
	position:absolute;
	right:5px;
	bottom:5px;
}

.commentAlert {
	width:20px;
	height:20px;
	position:absolute;
	right:5px;
	bottom:20px;
}

.commentAlertInfo {
	height:20px; 
	line-height:20px;
	padding-left:25px;
	background-image:url(../images/alertWhite.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	color:#b9c6d8;
	font-size:10px;
	margin-top:10px;
}

.commentAutor {
	width:100px;
	text-align:left;
	margin-left:10px;
	color:#16437e;
	font-weight:bold;
}



.commentItem {
	width:440px;
	height:auto !important; 
	min-height:30px;
	height:30px;
	background-color:#edf3fb;
	position:relative;
	margin-top:5px;
}

img.commentsRank {
	margin-top:5px;
}

.commentsShow, .commentsHide {
	width:51px;
	height:28px;
	background:url(../images/comments_showIco.jpg) no-repeat left top;
	margin:auto;
	margin-top:10px;
	cursor:pointer;
}

.commentsHide {
	background:url(../images/comments_showIcoOff.jpg) no-repeat left top;
}


.comentBtnHolder {
	text-align:right;
}

textarea.addComent {
	border:0px;
	background:url(../images/comments_addArea.jpg) no-repeat left top;
	width:441px;
	height:69px;
	padding:5px;
	color:#96abc5;
	font-size:11px;
}

input.commentBtn {
	border:0px;
	background:url(../images/comments_addIco.jpg) no-repeat left top;
	width:131px;
	height:37px;
	cursor:pointer;
}


