#km-tv-top-block-pane {
  background-color: #3e3c3d;
  clear: both;
}
#km-tv-top-block-pane a {
  color: white;
}
#km-tv-top-block-pane .channels {
	padding: 23px 0 0;
  text-align: right;
}
#km-tv-top-block-pane .channels .channel { text-align: center;
  cursor: pointer;
  color: white;
  background-color: #3e3c3d;
text-transform: uppercase;
  padding: 10px 5px;
  font-weight: bold;
}
#km-tv-top-block-pane.km-tv-top-block-dark-gray .channels .channel.active { background-color: #585858; }

#km-tv-top-block-pane .channels .channel.active {

  background-color: #787878;
}
#km-tv-top-block-pane .channels .channel span { font-size: 11px; }
#km-tv-top-block-pane .channels .channel div { padding-top: 5px; }
#km-tv-top-block-pane .left {
  width: 112px;
  float: left;
}
#km-tv-top-block-pane { height: 193px; overflow: hidden; }
#km-tv-top-block-pane.km-tv-top-block-dark-gray .right   {
background-color: #585858;
 }

#km-tv-top-block-pane .right {
	min-height: 193px;
  background-color: #787878;
  margin-left: 112px;

}
#km-tv-top-block-pane .items {
	padding: 6px 7px;
	height: 180px;
  overflow: hidden;
}
#km-tv-top-block-pane .items .item {
  float: left;
  width: 160px;
  margin: 0 7px;
}
#km-tv-top-block-pane .items .item .image { padding-top: 5px; position: relative; }
#km-tv-top-block-pane .items .item .duration {
  color: white;
}
#km-tv-top-block-pane .items .item .duration {
  background: #000;
  position: absolute;
	bottom: 0px;
	left: 0;
	width: 96%;
	opacity: 0.6;
	font-size: 11px;
	padding: 4px 4% 2px 0;
  color: white;
  text-align: right;
}

#km-tv-top-block-pane .items .item .item-rubric { text-transform: uppercase; }
#km-tv-top-block-pane .items .item .item-rubric a { text-decoration: none; }

#km-tv-top-block-pane .left div.logo { padding: 16px 15px 0; } 
#km-tv-top-block-pane .left div.logo img { display: block; line-height: 0px; vertical-align: middle; }
#km-tv-top-block-pane .rubric > div.title { display: none; visibility: hidden; font-size: 16px; text-align: center; text-transform: uppercase; border-bottom: 1px solid #bebebe; }
#km-tv-top-block-pane .rubric > div.title a { text-decoration: none; }

#km-tv-top-block-pane .items .item .image a > i { width: 160px; height: 100px; position: absolute; z-index: 1; display: block; background: url("/sites/all/modules/custom/km_tv_helper_v2/flowplayer_html5/skin/img/play_white-x.png") no-repeat scroll 5% 85% / 20% auto transparent !important; }
#km-tv-top-block-pane .items .item .image img { display: block; line-height: 0px; vertical-align: middle; }
#km-tv-top-block-pane .items .item div.title { padding: 2px 0; line-height: 14px; }
#km-tv-top-block-pane .items .item div.title a { color: #fefefe; text-decoration: none; }








