.comments-cont {
	padding: 0 10px 10px 10px;
}

.comments {
	
}
.comments ol.comment_list {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 100%;
}
.comments ol.comment_list li {
	list-style: none;
}

.comments .comment_author {
	float: left;
	padding-top: 1px;
	width: 60px;
	margin-bottom: 10px;																																				
}

.comments img.textarea_arrow {
    border: 0;
}

.comments .comment_author p {
	font-size: 1.3em;
	margin-bottom: 0px;
	margin-top: 10px;
	line-height: 1.0em;
	color: #5f6565;
}
.comments .single_comment .author a.remove{
    float: right;
    margin-right: 10px;
    text-decoration: none;
}
.comments .single_comment .author .date{
    float: right;
}
.comments .single_comment .author {
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
}


.comments .single_comment {
	position: relative;
	padding: 10px;
	background: #fff;
	border: 1px solid #eaeaea;
	width: 478px;
	float: right;
	margin-bottom: 10px;
	line-height:15px;
	padding:5px 10px 0;
}
.comment_list {
	padding-bottom: 40px;
}
.comment_arrow {
	position: absolute;
	top: 10px;
	left: -32px;
	border: 0;
}
.comments .single_comment p {
	font-size: 11px;
	margin-bottom: 10px;
}
.comments .comment_author span {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #a6a6a6;
	width: 200px;
}

.comments .comment_author span.date {
    margin-left: 10px;
    width: 200px;
}

/* Form */

.comment_form_div ul {
	margin: 0;
	padding: 0;
	font-size: inherit;
	float: left;
}
.comment_form_div li {
	list-style: none;
	background: none;
	padding-left: 0;
}
.comment_form_div ul.single_author {
	width: 80px;
}

.comment_form_div .comment_form_right{
    float: right;
    width: 520px;
    margin: 0;
    padding: 0;
}

form.comment_form {
    margin: 0;
    padding: 0;
   /* width: 300px;*/
    border: 0;
    background: none;
}

.comment_form .inputOuter {
	width: 300px;
	padding: 5px 4px;
	background: #fff;
	border: 1px solid #e0e5e5;
	color: #5f6565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	margin: 0 0 5px 0;
}
.comment_form .textarea {
	padding-top: 10px;
	padding-left: 10px;
	height: 60px;
	width: 485px;
	margin: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.comment_form textarea.focus {
	background-color: #fff!important;
	border-color: #ccc;
}
.comment_form_div .textarea_arrow {
	margin-left:-31px;
    position:absolute;
    margin-top:10px;
}
.comment_form submit {
	background: #18609f;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0.5em 1.5em 0.5em 1.5em;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	float: right;
	border: none;

}
.comment_form submit:hover {
	color: #82e1ff;
	background-color: #18609f;
	text-decoration:none;
	cursor: pointer;
}

.comments .pagination a {
    background: #fff;
    border: 1px solid #E0E5E5;
}
.comments .pagination {
    padding-left: 125px;
}
