@charset "utf-8";
/* CSS Document */


#comments-container { 
		padding:10px; 
		border-top:1px dotted #ccc;
		margin:10px 0 0 0;
}

#comments-header { line-height:1.3em!important; }

#comments-header h3 { 
	font-size:14px;
	font-weight:bold;
	color:#075DAC;
}

#comments-header p { font-size:13px;}


.active { font-weight:bold;}

.clear { font-size:0px!important; line-height:0px!important; clear:both;}

.clear1 { font-size:10px!important; line-height:10px!important; height:10px; clear:both;}

.comment_item { }

.comment-item-header {
	background-image:url(images/comment-header-bg.png);
	background-repeat:repeat-x;
	height: 31px;
}

.avatar { margin: 3px 5px 0px 3px; float:left;}

.nickname-link { line-height:31px; float:left; text-decoration:none; color:#0985B4; font-size:13px;}

.bullet { font-size:16px; margin:7px 5px 0px 5px; float:left;}

.rep-score { float:left; margin:10px 5px 0px 1px; cursor:help;}

.rep-score-left { background-image: url(images/rep-score-left.png); background-repeat:no-repeat; width:6px; height:14px; float:left;}

.rep-score-right { background-image: url(images/rep-score-right.png); background-repeat:no-repeat; width:6px; height:14px; float:left;}

.rep-score-center { background-image:url(images/rep-score-center.png); background-repeat:repeat-x; float:left; font-size:11px; height:14px;}

.rating { float:right; margin:8px 10px 0px 0px;}

.score { font-size:12px; float:left; padding-top:1px; margin-right:2px;}

.rating-plus { background-image: url(images/rating-plus.png); background-repeat:no-repeat; width:17px; height:18px; margin:0px 3px; float:left; cursor:pointer;}

.rating-minus { background-image: url(images/rating-minus.png); background-repeat:no-repeat; width:17px; height:18px;  margin:0px 3px; float:left; cursor:pointer;}

.comment-body { font-size:13px; line-height:1.3em!important; padding:0.3em 0em;}

.comment-status { margin-top:10px;
				position:relative;
				height:25px;
} 
.comment-status .reply_cm {
	position: absolute;
	bottom:0;
	right:0;
	font-size:13px;
	cursor:pointer;
	width:100px;
	height:25px;
	background:#e7e7e7;
	text-align:center;
	color:#999;
	line-height:25px;
	font-weight:bold;
	-moz-box-shadow: 1px 1px 2px #bbbbbb; /* for Firefox 3.5+ */
	    -webkit-box-shadow: 1px 1px 2px #bbbbbb; /* for Safari and Chrome */
	    filter: progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=145, Strength=3);
	    box-shadow: 1px 1px 2px #bbbbbb;
}
.comment-status a { font-size:13px; text-decoration:none; float:left;}

.comment-status a:hover { text-decoration: underline;
						
}
.comment-button_sb {
	font-size:13px;
	cursor:pointer;
	width:100px;
	height:25px;
	background:#075DAC;
	color:#fff;
	line-height:25px;
	font-weight:bold;
	-moz-box-shadow: 1px 1px 2px #bbbbbb; /* for Firefox 3.5+ */
	    -webkit-box-shadow: 1px 1px 2px #bbbbbb; /* for Safari and Chrome */
	    filter: progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=145, Strength=3);
	    box-shadow: 1px 1px 2px #bbbbbb;
}
.comment-button { font-size:13px;
					cursor:pointer;
					width:80px;
					height:25px;
					background:#ddd;
}

.cm_left { float: left; width:335px; }
.cm_right { float: left; width:315px; padding:0 0 0 10px;  }

.comment-form { background-image:url(images/arrow.png); background-repeat:no-repeat; padding-left:20px; display:none; }

.comment-form a { color:#0985B4; text-decoration:none;}

.comment-form form {font-family: Helvetica, Arial, sans-serif; font-size:13px; line-height:1.3em!important;}

.comment-form form br { clear:both;}
.cm_bt { clear:both; text-align:center; }
.form-text { 
		width:320px; 
		height:90px;  
		margin:2px auto; 
		font-size:12px;
		padding:5px;
		border:1px solid #ccc;
		-moz-box-shadow: 1px 1px 2px #bbbbbb; /* for Firefox 3.5+ */
	    -webkit-box-shadow: 1px 1px 2px #bbbbbb; /* for Safari and Chrome */
	    filter: progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=145, Strength=3);
	    box-shadow: 1px 1px 2px #bbbbbb;
}

.form-input { 
		width:65%; 
		margin:2px auto; 
		float:left; 
		border:1px solid #ccc;
		padding:2px;
		-moz-box-shadow: 1px 1px 2px #bbbbbb; /* for Firefox 3.5+ */
	    -webkit-box-shadow: 1px 1px 2px #bbbbbb; /* for Safari and Chrome */
	    filter: progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=145, Strength=3);
	    box-shadow: 1px 1px 2px #bbbbbb;}

.form-check { margin:0.3em auto; float:left; clear:left;}

.input-text { float:left; padding-top:7px; padding-left:10px;}

.reply { padding-left:20px; background-image:url(images/arrow.png); background-repeat:no-repeat;background-position: top left;}

.display { display:block; background:none; padding-left:0px;}

#ccloading, #ccsuccess, #ccfail{
	background:#819F70;
	padding: 3px;
	width: 50px;
	position:fixed;
	top: 0;
	right: 0;
	visibility:hidden;
}
#ccsuccess{
	background:green;
}
#ccfail{
	background: red;
}
#ccresponse{
	background:#fff;
	padding: 3px;
	width: 55px;
	height: 20px;
	position:fixed;
	top: 0;
	right: 0;
	visibility:hidden;
}

.left { float:left!important;}
