* {	
	font-family: Arial, Tahoma;
}

.cabc{
color: #999;
}

#comments {
	margin-top: 10px;
}

#comments .comments-row-user-picture {
	float: left;
	width: 60px;
	padding: 10px 10px;	
	margin-left: -80px;
	text-align: center;
}
#comments .comments-row-user-picture .none-pic {
	width: 60px;
	height: 20px;
	text-align: center;
	border: 1px dashed #999;
	background-color: #fff;
	color: #999;
	float: left;
	padding: 20px 0;
}

#comments .comment {
	background: #efefef;
	overflow: hidden;
	padding-left: 80px;
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;

	/* border radius */
	-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
	

}
#comments .indented {
	margin-left: 40px;
	margin-top: 10px;
}
#comments .indented .indented-arrow {	
	background: url('/sites/all/modules/polden/views/images/comment/comment-indent.png') no-repeat ;
	height: 11px;
	width: 20px;
	float: left;
	position: absolute;
	margin-left: 20px;
	margin-top: -10px;
}
#comments .comment .links{
	list-style: none none;
	height: 28px;
	color: #999;
	padding-left: 5px;
	margin: 0;
}
#comments .comment .links li{
	float: left;
	padding-top: 7px;
}
#comments .comment .links li.voting {
	float: right;
	width: 96px;
	height: 28px;
	padding: 0;
	background-color: #c0c0c0;
}
#comments .comment .links li.voting .pvote {
	float: left;
	width: 32px;
	height: 28px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url('/sites/all/modules/polden/views/images/comment/comment-rating.png') no-repeat -94px 0;
}
#comments .comment .links li.voting .pvote.formyes {
	background-position: -30px 0;
}
#comments .comment .links li.voting .pvote.formyes:hover {
	background-position: -30px -28px;
}
#comments .comment .links li.voting .pvote.formno {
	background-position: -62px 0;
	margin-left: 1px;
}

#comments .comment .links li.voting .pvote.formno:hover {
	background-position: -62px  -28px;
}
#comments .comment .links li.voting .pvote.vote-value {
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 5px 0 0 0 ;
	height: 23px;
	width: 30px;
}
#comments .comment .links li.voting .pvote.vote-value.positive-vote {
	background-position: 0 0;
}
#comments .comment .comment-content {
	/*width: 100%;*/
	background: #fff;
	overflow: visible;
	padding: 5px;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	min-height: 36px;

	/* border radius */
	-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px;	
}


/* Форма отправки комментария */

#quickedit .fulleditor {
	margin-top: 10px;
	padding: 5px;
	/*background: #efefef;*/
	overflow: hidden;
	width: 655px;
	height: 40px;
	border: 1px solid #dbdbdb;

	/* border radius */
	-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
	
}
#quickedit input.comment-input {
	padding: 5px;
	/*background: #efefef;*/
	overflow: hidden;
	border: 1px solid #dbdbdb;

	/* border radius */
	-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
	
}

.modern {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	float: right;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin: 5px;
    padding: 4px 10px;
    background: #1E76B6;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    transition: all 0.3s ease-out;
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 
        0 0 4px 1px rgba(0,0,0,0.2); 
    /* Font styles */
    text-decoration: none;
    /*text-shadow: 0 1px rgba(255,255,255,0.7);*/
}
 
.modern:hover {
    background: #3d9cde;
    text-decoration: none;
}

.embossed-link {
    box-shadow: 
        inset 0 3px 2px rgba(255,255,255,.22), 
        inset 0 -3px 2px rgba(0,0,0,.17), 
        inset 0 20px 10px rgba(255,255,255,.12), 
        0 0 4px 1px rgba(0,0,0,.1), 
        0 3px 2px rgba(0,0,0,.2);
}
 
.modern.embossed-link {
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2), 
        inset 0 3px 2px rgba(255,255,255,.22), 
        inset 0 -3px 2px rgba(0,0,0,.15), 
        inset 0 20px 10px rgba(255,255,255,.12), 
        0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
}
 
.modern:active {
    box-shadow: 
        inset 0 -2px 1px rgba(255,255,255,0.2), 
        inset 0 3px 2px rgba(0,0,0,0.12);
}

.reply {
	background: #efefef;
	border: 1px dashed rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 5px 10px;
	margin-bottom: 10px;	
	margin-top: 22px;	
	font-size:12px;
}
.reply .title{
	float: left;
	margin-top: -28px;
	padding: 3px;	
	background: #efefef;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius-top-left: 4px;
	border-radius-top-right: 4px;
	margin-left:-10px;
}

.non-auth {
	padding: 10px;
	background: white;
	border: 1px solid #CCC;
	font-size: 12px;
	border-radius: 4px;
}

#recaptcha_widget {
	width: 500px;
	float: left;
	font-size: 12px;
}
#recaptcha_widget img {		
	width: 150px;
	height: 50px;
}

#recaptcha_widget #recaptcha_image {		
	width: 150px !important;
	height: 50px !important;
	float: left;
}

#recaptcha_widget .captcha_v_controls {
	width: 100px;
	font-size: 10px;
	float: left;
	padding-left: 10px;
}
#recaptcha_widget .captcha_controls {
	width: 100px;
	font-size: 10px;
	float: left;
	padding-left: 10px;
}
.dev-ban-cat {	
	/*float: left;*/
	/*background: #069;*/
	color: #bbb;
	/*padding: 5px;*/
	/*margin-top: -20px;*/
	/*border-radius-top-left: 4px;*/
	/*border-radius-top-right: 4px;*/
}
.dev-ban-cat a {
	color: #ccc;
}

.treatment {
	overflow: hidden;
	float: left;
	clear: both;
	height: 1px;
	margin-top: -20px;
}