.comments {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}
.comments .pull-left {
	float: left;
}
.comments .pull-right {
	float: right;
}
.comments h4 {
	font-size: 17.5px;
	margin: 15px 0px;
}
.comments .input {
	display: block;
	margin-bottom: 10px;
	white-space: nowrap;
	vertical-align: middle;
}
.comments .input input{
	margin-bottom: 0;
}
.comments input[type="text"] {
	width: 250px;
}
.comments .hidden {
	display: none;
	visibility: visible;
}
.comments .placeholder {
	background-color: #FFF;
	border: 1px solid #DDD;
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
	-ms-box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
	color: #999;
	cursor: text;
	margin-bottom: 12px;
	padding: 5px 7px;
}
.comments .remaining {
	font-size: 12px;
	color: #6D6D6D;
	margin-top: 5px;
}
.comments .list {
	padding: 0;
	margin: 15px 0 0 0;
	list-style: none;
}
.comments .list li {
	line-height: 20px;
	margin-bottom: 15px;
}
.comments .list li div.right {
	margin-left: 65px;
}
.comments .bubble {
	height: 21px;
	width: 10px;
	background: url('../images/comment-bubble.png');
	position: relative;
	top: 15px;
	left: -9px;
}
.comments .box {
	padding: 0 10px 5px 10px;
	margin-top: -20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.05);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
	background-color: #FFF;
	border: 1px solid #CCC;
}
.comments a.avatar {
	color: #fff;
}
.comments .avatar img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #CCC;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #CCC;
}
.comments .box .header {
	margin-bottom: 10px;
	padding: 6px 0 5px 0;
	border-bottom: 1px solid #E9E9E9;
}
.comments .box .header .author {
	font-weight: bold;
	color: #262626;
}
.comments a.date {
	color: #999;
	font-size: 11px;
	margin-left: 8px;
}
.comments .pending {
	font-size: 11px;
	margin-left: 10px;
}
.comments .content {
	word-break: break-all;
	margin-bottom: 7px;
}
.comments .content a {
	color: #216D90;
}
.comments .reply {
	font-weight: bold;
}

.comments .actions {
	display: none;
	cursor: pointer;
	float:  right;	
	padding-right: 5px;
	font-size: 11px;
}
.comments .right:hover .actions {
	display: inline-block;
}
.comments .right:hover .box a {
	color: #005580;
}
.comments a.reply {
	color: #8D8D8D;
}
.comments .show-more {
	width: 150px;
	margin: 0px auto;
	display: block;
}
.comments .block {
	margin-left: 60px;
}
.comments textarea {
	width: 98% !important;
	height: 70px;
}
.comments .block textarea {
	display: block;
}
.comments .reply-box {
	margin-left: 65px;
	margin-top: 15px;
}
.comments .replies {
	margin-left: 30px;
}
.comments .captcha-image {
	cursor: pointer;
	vertical-align: middle;
}
.comments .captcha-image {
	margin-left: 5px;
	margin-top: 2px;
}
.comments #commentCaptcha {
	width: 152px;
}
.comments .ajax-loader {
	width: 16px;
	height: 11px;
	display: inline-block;
	background: url(../images/ajax-loader.gif) no-repeat;
	vertical-align: middle;
	margin-left: 7px;
}
.comments .ajax-loader.hidden {
	display: none;
}
.comments .loading-comments {
	margin: 0 auto;
	display: block;
	margin-bottom: -23px;
}
.comments .response {
	clear: both;
	margin-top: 44px;
	margin-bottom: 0px;
	padding: 4px 35px 4px 10px;
}
.response ul {
	padding-left: 13px;
	margin: 2px
}
.comments .help-inline {
	padding-left: 5px;
	color: #B94A48;
}
.comments .pagination ul {
	padding-left: 0px;
}