@charset "utf-8";
/* CSS Document */

.comment-form-heading {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 20px;
}
.comment-form-label {
	display: block;
	font-weight: bold;
	clear: both;
}
.comment-form {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.comment-item-details {
	color: #999;
}
#comments-header.hide {
	display: none;
}

.comment-body { width: 440px; background: #f4f4f4 url(images/comment-bg.png) repeat-y top left; }
.comment-body p { padding: 5px 10px; margin: 0; }
.comment-top { background: url(images/comment-top.png) no-repeat bottom left; height: 9px; }
.comment-bottom { background: url(images/comment-bottom.png) no-repeat top left; height: 12px; }

/*body, h1, h2, h3, img, div, form { margin:0px; padding:0px;}*/

#comments-container { /*width:700px;*/ padding: 50px 0; font-family: Helvetica, Arial, sans-serif; color:#333333;}

#comments-header { line-height:1.3em!important; font-size: 14px; font-weight: bold; }

#comments-header h3 { font-size:22px; }

#comments-header p { font-size:13px;}

#comments-header a { color:#0985B4; text-decoration:none;}

.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 {
	height: 31px;
}

.avatar { margin: 3px 5px 0px 3px; float:left;}

.nickname-link {  }

.bullet { font-size:16px; margin:7px 5px 0px 5px; float:left;}

.rating { float:right; margin:8px 10px 0px 0px;}

.score { font-size:12px; float:left; padding-top:1px; margin-right:2px;}

.comment-status { margin-top:0.3em;}

.comment-status a { text-decoration:none; float:left;}

.comment-status a:hover { text-decoration: underline;}

.comment-button { cursor:pointer;}

.comment-button-left { background-image:url(images/button.png); width:6px; height:22px; background-repeat:no-repeat; float:left;}

.comment-button-center { background-image:url(images/button.png); background-position:-6px 0px; height:21px; float:left; padding-top:1px;}

.comment-button-right { background-image:url(images/button.png); background-position: -728px 0px; width:6px; height:22px; float:left;}

.comment-form { padding-left:20px; display:none; }

.comment-form a { color:#0985B4; text-decoration:none;}

.comment-form form {font-family: Helvetica, Arial, sans-serif; }

.comment-form form br { clear:both;}

.form-text { width:98%; height:100px;  margin:0.3em auto; font-family: Helvetica, Arial, sans-serif;}

.form-input { width:50%; margin:0.3em auto; float:left; padding: 5px; }

.form-check { margin:0.3em auto; float:left; clear:left; }

.input-text { float:left; padding-top:7px; padding-left:10px;}

.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;} 
