/* CSS Document 
Autor: Liviu Jurubita
juru@protv.ro 
copyright PRO TV S.A. 2010
*/
.commentsForm{
	width:659px;
	height:500px;
	background:#FFF url(DESIGN_URLimages/background/comment-form.jpg) no-repeat;
	clear:both;
}

#wideColumn .article .commentsForm h2{
	height:48px;
	padding:9px 0 0 30px;
	margin:0;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}

.pageBanner{
	float:left;	
	margin-left:3px;
	margin-right:57px;
        width: 300px;
       /* height: 250px;*/
}
.commentsFormRight{
	font-family:Verdana, Geneva, sans-serif;
	float:left;	
	width:297px;
	margin-top:20px;
}

.addComment span, .auth{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

.addComment .name{
	padding:6px;
	margin:5px;
	width:240px;
	border:0px;
	font-size:11px;
	font-weight:bold;
	color:#949494;
	font-family:Verdana, Geneva, sans-serif;
}

.addComment .message{
	padding:6px;
	margin:5px;
	width:240px;
	border:0px;
	font-size:11px;
	font-weight:bold;
	color:#949494;
	font-family:Verdana, Geneva, sans-serif;
}

.sendButton{
	color:#FFF;
	text-align:center;
	height:30px;
	width:269px;	
	background:transparent url(DESIGN_URLimages/background/send-comment.gif) no-repeat;
	border:0px;
	margin-top:5px;
	cursor:pointer;
	font-weight:bold;
}

#error, #raspuns{
	width:267px;
	margin-top:10px;
	background:#FFF;
	color:#F00;
	font-size:11px;
	font-weight:bold;
	padding:0px;  
}

#commentsList{
	margin:20px 0;	
}

.oneComment{
	padding:15px 6px;
	background:transparent url(DESIGN_URLimages/background/comment-top.jpg) repeat-x top;	
	clear:both;
}

.commentName{
	float:left;
	width:122px;
}
.commentContent{
	color:#6b6b6b;
	float:left;
	width:520px;
	font-size:12px;
	line-height:16px;
}

.myName{
	color:#53a00e;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

.myDate{
	color:#5e5e5e;
	font-size:10px;
}

.replyButton{
	background:url("DESIGN_URLimages/sprite-article.gif") repeat scroll -1px -22px transparent;
	border:1px solid #BBBBBB;
	color:#666666;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:14px;
	margin:5px 0 0;
	padding:2px 8px 2px;
	
}

.replyButton:hover{
	background:url("DESIGN_URLimages/sprite-article.gif") -1px -43px transparent;	
	color:#666666;
}

.positive{
	background:url("DESIGN_URLimages/sprite-article.gif") 0px -63px transparent;
	border:1px solid #e4e4e4;
	color:#666666;
	display:block;
	float:left;
	font-size:10px;
	font-weight:normal;
	height:14px;
	margin:5px 5px 0 0;
	padding:3px 3px 2px 16px;
	
}

.negative{
	background:url("DESIGN_URLimages/sprite-article.gif") 0px -82px transparent;
	border:1px solid #e4e4e4;
	color:#666666;
	display:block;
	float:left;
	font-size:10px;
	font-weight:normal;
	height:14px;
	margin:5px 0 0;
	padding:3px 3px 2px 16px;
}

.positive:hover, .negative:hover{
	color:#666666;	
}

.commentTextRe1{
	margin-top:15px;
	padding:15px 6px;
	background:transparent url(DESIGN_URLimages/background/comment-top.jpg) repeat-x top;	
	clear:both;
}

.commentTextRe1 .commentContent {
	width:490px;
	
}

.commentTextRe1 .commentName{
	padding-left:20px;
	width:122px;
	background:transparent url(DESIGN_URLimages/background/reply-icon.gif) no-repeat;
	background-position:120px 0px;
}

.commentTextRe2{
	margin-top:15px;
	padding:15px 6px;
	background:transparent url(DESIGN_URLimages/background/comment-top.jpg) repeat-x top;	
	clear:both;
}

.commentTextRe2 .commentName{
	padding-left:40px;
	width:122px;
	background:transparent url(DESIGN_URLimages/background/reply-icon.gif) no-repeat;
	background-position:140px 0px;
}

.commentTextRe2 .commentContent {
	width:470px;
	
}