/*
	COMMENTS SITE CSS
*/
#comments_dynamic{
	margin: 0px;
}

.comment_title_container{
	border-bottom: 3px double #0166B3;
	padding-bottom:10px
}

#comments_list{
	/*display: block;
	max-height: 400px;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border:1px solid #eee;*/
}
#comments_pager .pager{
	margin-top: 10px;
	border-top:1px solid #DFDFDF;
}

#comments_pager .fow {
	color: #6695D9;
}

.comments_title{
	/*font-weight: bold;*/
	margin: 0px;
	font-size:14px;		 
}

.comments_title h3{
	float: left;
	margin: 0px;
}

.comments_one{
	border-bottom: 1px solid #A9A9A9;
	padding: 10px 0;
	margin: 0;	
}
.comments_head{
	/*border-bottom: 1px solid #ccc;*/
	margin: 0px;
	padding: 0px;
	/*background-color: #f5f5f5;*/
}
.comments_name{	
	font-weight: bold;
	text-align: left;
}
.comments_time{
	text-align: right;	
}

.comments_ip {
	margin: 0px;
	float: left;
	width:190px;
	display: block;
}

.comments_info {
	padding:5px 0px 5px 10px;
	color: #336796;
}


.comments_spam {
	text-align:right;
	font-size: 10px;
}
.comments_spam a{
	margin: 0px;
	padding: 4px 6px 2px 6px;
}

.comments_illegal a{
	margin: 0px;
	padding: 4px 6px 2px 6px;
	color: #666;
	font-size:10px;
}
.comments_comment{
	margin: 0px;
	padding: 8px 0px 15px 2px;
	text-align: left;
}
.c_form_table{
	margin-top:10px;
}
.comments_form_title{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.comments_form_title h3{
	margin: 0px;
	
}
.comments_commFld{
	/*height: 100px;
	border: 1px solid #ccc;
	background-color: #fff;
	*/
	width: 300px;
	height: 90px;
	font-size:12px;
	line-height: 18px;
	border: 1px solid #CDD7DD;
	background-color: #fff;
	padding-left: 4px;	
	margin-top: 6px;
}
.comments_commnameFld{
	width: 300px;
	height: 22px;
	font-size:12px;
	line-height: 22px;
	border: 1px solid #CDD7DD;
	background-color: #fff;
	padding-left: 4px;		
}


input#sec_code {
	font-weight: bold;
	width: 100px;
	height: 26px;
	font-size:18px;
	line-height: 26px;
	border: 1px solid #CDD7DD;
	background-color: #fff;
	padding-left: 4px;
	margin-left: 7px;
	float: left;
	text-align:center;
}

input.comments_submit{
	color: #fff;
	width: 94px;
	height: 26px;
	line-height: 26px;
	padding: 0px;
	background-color:#A6001A;
	border:1px solid #850015;
	display: block;
	float: right;
	font-size:12px;
	margin-right:10px;
	cursor:pointer;
}

input.subbutton {
	width: 94px;
	height: 26px;
	line-height: 26px;
	background-color: #A6001A;
	color: white;
	text-align: center;
	border: 1px solid #850015;
	font-size: 12px;
	cursor: pointer;

}

.comments_sub_button {
	text-align: right;
	padding-top:5px;
}

.comments_own .comments_head{
	/*background-color: #EBF9E6;*/
}

#comments_error {
	color:red;
}

.comments_error {
	color:red;
	padding: 4px 10px 2px 10px;
}

#comment_form #charcount {
	font-size:14px;
}

#comsubscribtion {
	text-align:right;
	/*border:1px solid #E0E0E0;*/
	/*border-top: 1px solid #dfdfdf;*/
	/*background-color:#F5F5F5;*/
	margin-bottom:10px;
	/*padding-right:10px;*/
	padding-top: 9px;
}

#comsubscribtion .subscribe {
	line-height: 14px;
	font-size:11px;
	margin: 0px;
}

#comsubscribtion .subscribe a{
	font-weight: bold;
	margin-left: 5px;
}

#commailsub {
	display:none;
	
	width:100%;
}

#submail {
	width:150px;
	height:16px;
	border: 1px solid #CDD7DD;
}

#commentform div, #commentform td{
	
	margin: 0px;
	line-height: 22px;
}


/*isskleidimui**************************/
a.extraControls {
	float: right;
	margin: 0px;
}

a.extraControls {
	font-size: 14px;
	color: #555554;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 8px 20px;
	margin-left: 5px;
	display: block;
	float: right;
	margin-top: 15px;
}

a.control {
	
}

.mouseover a.control {
	
}

.suskl {
	display: none;
}

.mouseover .suskl {
	display: inline;
}

.isskl {
	display: inline;
}

.mouseover .isskl {
	display: none;
}
/***************************************/

.comm_form_w{
	width: 120px;
}

.no_permittions{
	display: block;
	border: 1px solid #eee;
	margin: 15px 0px 15px 0px;
	padding: 15px;
	color: #999;
	font-style: italic;
	text-align: center;
}