/*b-tv*/
.b-tv_small {
  overflow:hidden;
  width:302px;
  float:left;
  padding:9px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}
.b-tv_small h5 span {
  font-weight:normal
}
.b-tv_small h5 img {
  vertical-align:middle;
}
.b-tv_small_box {
  border-top:1px #e6e6e6 solid;
  border-bottom:1px #e6e6e6 solid;
  height:435px;
  overflow:auto;
  margin:0 -9px 0 -9px;
}
.b-tv_small_box table td {
  height:47px;
  padding:5px 0 5px 10px;
  vertical-align:top;
}
.b-tv_small_box table td.b-tv_small_opis {
  padding-right:10px;
}
.b-tv_small_light {
  background: #fff;
}
.b-tv_small_dark {
  background: #f1f1f1;
}
.b-tv_small_box table td img {
  border:1px #ebebeb solid;
}