/**
 * @file
 * Front-end styling for the display of kidsreview comments.
 */
 
.kidsreview-comments-type-switcher{
	padding: 0.2em 0.2em 0 0.8em;
	margin: 0;
}

table.kidsreview-comment-table{
	margin:20px 0;
	border-bottom: 1px solid #CCCCCC;
	width:100%;
}

.kidsreview-comments-table-info{
	width:162px;
	padding-bottom:10px;
	padding-left:8px;
	vertical-align:top;
}

div.positive-comment{
	background-image: url("//www.kidsreview.ru/themes/kidsreview/images/comments/green-cross.jpg");
}

div.negative-comment{	
	background-image: url("//www.kidsreview.ru/themes/kidsreview/images/comments/minus.png");
}

.positive-comment, .negative-comment{
	width:450px;
	padding:0 0 16px 18px;
	background-repeat:no-repeat;
	background-position: 0 2px;	
}

.kidsreview-comments-name{
	color: #630845;
	font-size:14px;
	font-weight:bold;
}

.kidsreview-comments-person-label{
	font-size:12px;
	display:block;
	margin:8px 0;
}

li.kidsreview-comments-type-switcher-item{
	float:left;
	list-style: none outside none;
	white-space: nowrap;
	border: 1px solid #818181;
	color:#ffffff;
    font-weight: normal;
	height:30px;
    padding: 2px 4px;
	vertical-align:bottom;
    position: relative;
    top: 1px;
	margin-left:4px;
	cursor:pointer;
	border-bottom: 0 none !important;
	background-color:#b6b6b6;
}	

li.kidsreview-comments-type-switcher-item span{
	float: left;
    /*font: 14px/16px Verdana;*/
	font: 14px 'Roboto', sans-serif;
    padding: 0.5em;
    text-decoration: none;
	font-weight:bold;
}

li.kidsreview-comments-type-switcher-item-selected{
	background-color:#ffffff;
    color: #afb5bc;
	margin-bottom: 0;
    padding-bottom: 2px;
	border-bottom: 0 none !important;
}

.jquery-selectbox-list{
	height:auto !important;
	width:auto !important;
	min-width:120px;
}	

.kidsreview-comments-type-switcher-container{
	width:600px;
	margin-left:0;
	margin-top: 20px;
}

.comment-form-area .form-select{
	width:120px;
}

.comments-container{
	border: 1px solid #D1D1D1;
/*	padding:8px; */
padding: 0px;
}
 
.comment-form-area{
	border:none !important;
}

#comment-form-title{
	padding:0px;
	margin-bottom:8px;
	font-weight:bold;
}


#negative-comment-prefix{
	margin-top:25px;
}

.kidsreview-none-comments{
	color: #818181;
    font-size: 14px;
    font-weight: bold;
    margin-left: 6px;
    margin-top: 12px;
}


.comment-form-area #edit-name{
	width:400px;
}

label[for=edit-negative-comment] ,
label[for=edit-comment-body-und-0-value] {
	padding-left:20px;
}

.comment-bg-plus,
.comment-bg-minus {	
	margin-bottom:-18px;
}

#negative-comment-suffix{
	/*margin:-10px 0 10px 0;*/
	margin:10px 0 20px 0;
	font-size:10px;
}

td.kidsreview-comments-table-content{
	padding-bottom:20px;
	padding-left:8px;
	vertical-align:top;
}

.kidsreview-comments-table-content p{
	margin:0 !important;
}

td.kidsreview-comments-table-marks{
	width:80px;
}
 
td.kidsreview-comments-table-marks span{
	background-image: url("//www.kidsreview.ru/themes/kidsreview/images/comments/reit.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 10px;
    padding-top: 5px;
    width: 37px;
	text-align: center;
	vertical-align:top;
}

img.kidsreview-comments-question{
	width:25px;
	margin-left:16px;
	margin-bottom:8px;
}


.marks-fieldset .form-radios div.form-item{
	float:left;
	display:inline;
	width:30px;
	margin-left:5px;
	text-align: center;
}

/*another validation doesn't work, but we need to show error labels in other place*/
.marks-fieldset .form-radios .error{
	display:none;
}

.marks-fieldset{
	border: 0 none !important;
}

.box{
	margin-left:0px !important;
	margin-top:24px;
}


/* [+] 25.01.2015 - New styles */
/*
#comment-form {
height: 1090px;
}

.comment-form-area .form-item input[type="text"] {
    width: 480px !important;
    padding: 4px 8px;
}*/

.comment-form-area .form-item textarea,
.comment-form-area .form-item select {
background: #fff;
}


.form-item #edit-negative-comment-wrapper {
margin-top: 20px;
}

.form-item .description {
margin-top: 10px;
}

.comment-form-area .side {
margin-bottom: 15px;
}