.tariffs_info{
	display: block;
	min-height: 40px;
	/*border: 1px solid black;*/
	margin-bottom:15px;
	font-weight: bold;
	position: relative;
	
	border: 1px solid #dddddd;
	border-radius: 4px;
	margin-bottom:40px;

	background-image: url(/inc/theme/domtv/images/prog_bg.png);
	padding:10px;
	padding-left: 110px;
	color: #e0490d;
}

.tariffs_info img{
	position: absolute;
	left: 6px;
	top: -8px;
}

a.tariffs_info:HOVER{
	text-decoration: none;
	background-color:rgba(4, 88, 164, 0.07);
}

.tariffs_short_descr{
	color: #666666;
	font-weight: normal;
}

.tariffs_price{
	position: absolute;
	top:0;
	right:0;
	padding:10px;
}

.chanel_in_tariff{
	/*float: left;*/
	height: 148px;
	overflow: hidden;
	margin: 10px 10px;
	cursor: pointer;
	display: inline-block;
}

.chanel_popup{
	width: 350px;
	min-height: 300px;
	position: absolute;
	top:21%;
	left:50%;
	margin-left:-175px;
	display: none;
	border:2px solid #098cd1;
	z-index:1000;
	background: white;
	
}

.popup_header{
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}

.popup_header_content{
	text-align: left;
	font-weight: bold;
	color: #f37835;
	float: left;
	width: 90%;
	padding-left: 10px;
}

.popup_header_close{
	text-align: right;
	font-weight: bold;
	padding: 0 5px;
	float: left;
	color: #098cd1;
	cursor:pointer;
	
	border:2px solid #098cd1;
	border-radius: 50px;
	-moz-border-radius:50px;
    -webkit-border-radius:50px;
}

.popup_header_close:HOVER{
	color: #f37835;
	border:2px solid #f37835;
}

.popup_content{
	text-align: justify;
	padding: 10px;
}

.tariff_descr{
	text-align: justify;
}


@media (max-width: 540px){
	.tariffs_price{
		position: relative;
		padding:0px;
	}
}
