/* Start:/bitrix/templates/deputat/components/bitrix/news/deputies/bitrix/news.detail/.default/style.css*/
.deputy-detail .left-column{
	display: inline-block;
	width: 135px;
	vertical-align: top;
	margin: 0 20px 0 60px;
}
.deputy-detail .right-column{
	display: inline-block;
	width: 700px;
	vertical-align: top;
}
.deputy-detail .photo-container{
	display: inline-block;
	border: 1px #a0a0a0 solid;
}
	.deputy-detail .photo-container a{
		margin: 0 !important;
		display: inline-block !important;
	}
	.deputy-detail .photo-container .photo{
		display: inline-block;
		width: 130px;
		height: 180px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	.deputy-detail .rating{
		margin: 15px 0 0 0;
	}
		.deputy-detail .rating .caption{
			color: #787878;
			margin: 0 5px 0 0;
		}
		.deputy-detail .rating .value{
			font-weight: bold;
			color: #0d668d;
			display: inline-block;
			background: #e6e6e6;
			border: 1px #a8a8a8 solid;
			padding: 0 10px;
			border-radius: 2px 0 0 2px;
			height: 18px;
			min-width: 25px;
			text-align: center;
				
			background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */
		}
		.deputy-detail .rating .arrow{
			display: inline-block;
			background: #e6e6e6 url('../../../../../templates/deputat/components/bitrix/news/deputies/bitrix/news.detail/.default/images/arrow.png') no-repeat 50% 50%;
			border: 1px #a8a8a8 solid;
			border-left: none;
			border-radius: 0 4px 4px 0;
			width: 18px;
			height: 18px;
			text-decoration: none;
			box-shadow: inset 0 5px 10px -5px #ffffff;
		}
			.deputy-detail .rating .arrow.disabled{
				background: #e6e6e6 url('../../../../../templates/deputat/components/bitrix/news/deputies/bitrix/news.detail/.default/images/arrow-disabled.png') no-repeat 50% 50%;
				cursor: default;
			}
	.deputy-detail p{
		margin: 5px 0;
		text-align: justify;
	}
	.deputy-detail .caption{
		color: #767676;
		display: inline-block;
		margin: 8px 0 0 0;
	}
	.deputy-detail .tabs .table{
		width: 690px;
		border-collapse: collapse;
	}
		.deputy-detail .tabs .table th,
		.deputy-detail .tabs .table td{
			text-align: left;
			font-weight: normal;
			border: 1px #ffffff solid;
			padding: 5px 10px;
			vertical-align: top;
		}
		.deputy-detail .tabs .table th{
			background: #dae0fc;
		}
		.deputy-detail .tabs .table td{
			background: #eaedfc;
		}
.deputy-detail h2.spoiler{
	color: #6772af;
	border-bottom: 1px #6772af dashed;
	cursor: pointer;
	display: inline-block;
}
.deputy-detail .law-list .item{
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	background: url('../../../../../templates/deputat/components/bitrix/news/deputies/bitrix/news.detail/.default/images/law.png') no-repeat 0 4px;
}
.deputy-detail .left-column a{
	margin: 10px 0;
	white-space: nowrap;
}
.deputy-detail .online .online-captcha-refresh{
	vertical-align: top;
	display: inline-block;
	margin: 12px 0 0 0;
}
.deputy-detail .photos{
	white-space: nowrap;
	overflow: hidden;
	width: 132px;
}
	.deputy-detail .photos .thumbs{
		height: 33px;
		display: inline-block;
		padding: 1px;
		border: 1px #cdcdcd solid;
		margin: 5px 4px 0 0;
	}
	.deputy-detail .photos .all{
		text-align: right;
	}
.event-list{
	margin: 5px 0 0 0;
	max-height: 500px;
	overflow-y: auto;
}
	.event-list .item{
		margin: 5px 0 5px 0;
		padding: 5px 0 5px 0;
		border-top: 1px #dadada dotted;
		white-space: nowrap;
	}
		.event-list .item:first-child{
			border-top: none !important;
		}
		.event-list .caption{
			color: #767676;
			display: inline-block;
			width: 140px;
		}
		.event-list .value{

		}
		.event-list .item .controls{
			float: right;
		}

                
.thanks-for-like{
    color:rgb(2, 121, 2);
    font-size:9pt;
    display:none;
}
.arrow.rated{
        background: #e6e6e6 url('../../../../../templates/deputat/components/bitrix/news/deputies/bitrix/news.detail/.default/images/arrow-disabled.png') no-repeat 50% 50% !important;
        cursor: default !important;
}
/* End */
