#detail_main_img {
	float: left;
	margin: 0px 20px 20px 0px;
}

.not_price {
	opacity: 0.4;
}

.catalogRectangelItem {
	
	line-height:15px;
	height:217px;
}

.basketmove{
	text-align:right;
	overflow: hidden;
	height:40px;
}

a.imgmove {
	width:40px; 
	height:80px; 
	background:url(/images/basket_h.png); 
	display:inline-block
}

a.imgmove:hover { 
	margin-top: -40px; 
}

.progressBar{
	background: rgba(253, 185, 6, 0.26);
	position: absolute;
	bottom: 0;
	height: 3px;;
	margin-left: -5px;
}

.ui-tooltip{
	max-width: 636px;
}

.filterContent{
	position: relative;
	border: 1px solid #dddddd;
	border-radius: 4px;
	margin-bottom: 10px;
	padding-top: 10px;
	
	background-image: url(/inc/theme/domtv/images/prog_bg.png);
	
}

#filterDate, #filterTags{
	display: block;
	list-style: none;
	text-align:left;
}

#filterDate>li, #filterTags>li{
	display:inline-block;
	margin: 2px 5px;
}

#filterDate a{
	color: #0076BF;
}

#filterDate a:HOVER{
	color: #e0490d;
}

#filterDate a.active_date{
	color: #e0490d;
	font-weight: bold;
}

#watchNow{
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 4px;
	border: 1px solid rgb(199, 199, 199);
	border-radius: 4px;
		
	/*blue*/
	background: #0077c0;
	background: -moz-linear-gradient(top, #0077c0 0%, #315DA1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0077c0), color-stop(100%,#315DA1));
	background: -webkit-linear-gradient(top, #0077c0 0%,#315DA1 100%);
	background: -o-linear-gradient(top, #0077c0 0%,#315DA1 100%);
	background: -ms-linear-gradient(top, #0077c0 0%,#315DA1 100%);
	background: linear-gradient(to bottom, #0077c0 0%,#315DA1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077c0', endColorstr='#315DA1',GradientType=0 );
}

#watchNow.active_date{
	/*orange*/
	background: #e56e06;
	background: -moz-linear-gradient(top, #e56e06 0%, #db2b12 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e56e06), color-stop(100%,#db2b12));
	background: -webkit-linear-gradient(top, #e56e06 0%,#db2b12 100%);
	background: -o-linear-gradient(top, #e56e06 0%,#db2b12 100%);
	background: -ms-linear-gradient(top, #e56e06 0%,#db2b12 100%);
	background: linear-gradient(to bottom, #e56e06 0%,#db2b12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56e06', endColorstr='#db2b12',GradientType=0 );
}

#watchNow a{
	color: white;
	text-shadow: 0px 0px 1px white;
	display:block;
	text-decoration: none;
}

#watchNow a.active_date{
	color: #e0490d;
	font-weight: bold;
}

#filterTags label{
	margin: 0;
	color: #0076BF;
}

#filterTags label.active_tag_name{
	color: #e0490d;
	font-weight: bold;
}

/* for ul
.chanelMenu{
	margin: 0;
	list-style: none;
}
*/

#moveUp, #moveDown{
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	line-height: 15px;
	opacity: 0.4;
	height: 15px;
	background-repeat: no-repeat;
	/*background-position-x: 50%;*/
	background-position: center center;
}

#moveDown{
	background-image: url(/inc/theme/domtv/images/arrow_down.png);
	margin-top:3px;	
}

#moveUp{
	background-image: url(/inc/theme/domtv/images/arrow_up.png);
	margin-bottom:3px;
}

/* for div*/
.chanelMenu{
	height: 900px;
	overflow: hidden;
	/*border: 1px solid #dddddd;*/
	padding: 2px 2px 2px 2px;
	background: rgb(242, 242, 242);
	width: 100%;
}

.chanelMenu a {
    display: block;
	text-align: left;
	font-family: "Trebuchet MS";
	margin-bottom: 2px;
	color: white;
	padding: 2px 4px;
	text-shadow: 1px 0px 0px white;
	
	border: 1px solid #dddddd;;
	background: #0077c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #0077c0 0%, #315DA1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0077c0), color-stop(100%,#315DA1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0077c0 0%,#315DA1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0077c0 0%,#315DA1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0077c0 0%,#315DA1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0077c0 0%,#315DA1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077c0', endColorstr='#315DA1',GradientType=0 ); /* IE6-9 */
}

.chanelMenu a:HOVER {
	text-decoration: none;
	color: white;
	text-shadow: 1px 0px 0px white;
	
	background: #e56e06; /* Old browsers */
	background: -moz-linear-gradient(top,  #e56e06 0%, #db2b12 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e56e06), color-stop(100%,#db2b12)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e56e06 0%,#db2b12 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e56e06 0%,#db2b12 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e56e06 0%,#db2b12 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e56e06 0%,#db2b12 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56e06', endColorstr='#db2b12',GradientType=0 ); /* IE6-9 */
}

.chanelMenu a.active_chanel{
	text-decoration: none;
	color: white;
	text-shadow: 1px 0px 0px white;
	
	background: #e56e06; /* Old browsers */
	background: -moz-linear-gradient(top,  #e56e06 0%, #db2b12 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e56e06), color-stop(100%,#db2b12)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e56e06 0%,#db2b12 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e56e06 0%,#db2b12 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e56e06 0%,#db2b12 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e56e06 0%,#db2b12 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56e06', endColorstr='#db2b12',GradientType=0 ); /* IE6-9 */
}

.activeTag{
	text-shadow: rgba(126, 126, 126, 0.5) 1px 0px;
}

.tag_films.activeTag{
	background: rgba(18, 113, 239, 0.07);
}
.tag_serials.activeTag{
	background: rgba(74, 18, 239, 0.07);
}
.tag_sport.activeTag{
	background: rgba(239, 18, 18, 0.07);
}
.tag_child.activeTag{
	background: rgba(18, 239, 71, 0.07);
}
.tag_dosug.activeTag{
	background: rgba(239, 18, 203, 0.07);
}
.tag_sci.activeTag{
	background: rgba(217, 239, 18, 0.07);
}

.programm_table tr td:last-child, .programm_table tr td:nth-last-child(2){
	text-align: center;
}

#scrollTopBtn{
	display: none;
	position:fixed; 
	opacity: 0.4;
	top:30%; 
	right:10%;
	width:90px;
	height:90px;
	background-image: url(/images/scrollUP.png);	
	cursor: pointer;
}

#scrollTopBtn:HOVER{
	opacity: 0.6;
}

.all_prog{
	text-align: center;
	margin:10px 0px;
}

.all_prog>a{
	font-size: 16px;
	font-weight: bold;
	color: #0458a4;
}

.all_prog>a:HOVER{
	color: #e0490d;
}

.icon-info-sign {
	opacity: 0.5;
}

.navbar .brand{
	display: none;
}

.not_found{
	display: inline-block; 
	text-align: center; 
	width:90px; 
	height:112px;
	padding:5px; 
	border:1px solid rgb(242, 242, 242); 
	margin:5px; 
	line-height:15px; 
	vertical-align: top;
}

.not_found:HOVER{
	border:1px solid rgba(4, 88, 164, 0.2); 
}

.not_found img{
	margin-bottom: 5px;
}