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

#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; 
}

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

.comments_one{
	border-top: 1px solid #DFDFDF;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	padding-top: 4px;
}
.comments_head{
	/*border-bottom: 1px solid #ccc;*/
	margin: 0px;
	padding: 0px;
	/*background-color: #f5f5f5;*/
}
.comments_name{
	margin: 0px;
	font-weight: bold;
	
	float: left;
	width: 213px;
	padding-left: 2px;
	text-align: left;
	display: block;
}
.comments_time{
	margin: 0px;
	text-align: right;
	display: block;
}

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

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


.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;
}
.comments_form{
	background-color: #fafafa;
	padding: 6px 18px 15px 13px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #dfdfdf;
}
.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: 400px;
	height: 90px;
	font-size:12px;
	line-height: 18px;
	border: 1px solid #CDD7DD;
	background-color: #fff;
	padding-left: 4px;
	margin-left: 6px;
	margin-top: 6px;
	background-image:url("../../img/searchFldBg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}
.comments_commnameFld{
	width: 398px;
	height: 22px;
	font-size:12px;
	line-height: 22px;
	border: 1px solid #CDD7DD;
	background-color: #fff;
	padding-left: 4px;
	margin-left: 7px;
	background-image:url("../../img/searchFldBg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight: bold;
}

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;
	background-image:url("../../img/searchFldBg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}

input.comments_submit{
	border: 1px solid #C2C7D2;
	color: #fff;
	height: 28px;
	padding: 4px 8px 4px 8px;
	font-size: 14px;
	font-weight: bold;
	background-image: url('../../img/btn_bg_28.gif');
	background-position: left;
	background-repeat: repeat-x;
	display: block;
	float: right;
	margin-right:10px;
}

input.subbutton {
	background-color:#75AADE;
	border:0px none;
	color:#ffffff;
	cursor:pointer;
	font-size:12px;
	height:19px;
	background-image: url('../../img/btn_bg.gif');
	background-position: center;
	background-repeat: repeat-x;
}

.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: 20px;
	margin: 0px;
}

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

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

#submail {
	width:150px;
	height:16px;
	background-image:url("../../img/searchFldBg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	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 {
	background-image: url('../../img/add.png');
}

.mouseover a.control {
	background-image: url('../../img/substract.png');
}

.suskl {
	display: none;
}

.mouseover .suskl {
	display: inline;
}

.isskl {
	display: inline;
}

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

.comm_form_w{
	width: 120px;
}

input.submitButton {
    background-image: url("../../img/button.gif");
    background-repeat: repeat-x;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    padding: 0 10px 4px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}