/* line 1, ../../sass/export/export_news_v2_lv.scss */
body {
  margin: 0;
  padding: 0;
  border-top: 3px solid #ff6600;
  background: #fff;
}

/* line 8, ../../sass/export/export_news_v2_lv.scss */
body,
.items,
.item {
  overflow: hidden;
}

/* line 14, ../../sass/export/export_news_v2_lv.scss */
.item {
  max-width: 506px;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, ../../sass/export/export_news_v2_lv.scss */
a {
  text-decoration: none;
  outline: 0;
  border: 0;
  font-size: 12px;
  line-height: 16px;
  font-family: Arial;
  color: #000;
  vertical-align: text-top;
}
/* line 30, ../../sass/export/export_news_v2_lv.scss */
a:hover {
  color: #ff4400;
}

/* line 35, ../../sass/export/export_news_v2_lv.scss */
.logo {
  display: block;
  background: url("/assets/images/tvnet_logo_export.gif") center 12px no-repeat;
  height: 31px;
}

/* line 41, ../../sass/export/export_news_v2_lv.scss */
.nav {
  padding: 5px 0 6px 0;
  text-align: center;
  list-style: none;
  margin: 0;
  height: 6px;
}
/* line 48, ../../sass/export/export_news_v2_lv.scss */
.nav__item {
  display: inline-block;
  height: 6px;
  width: 6px;
  background: #ccc;
  -mox-box-shadow: 0 0 1px #ccc;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 7px;
  cursor: pointer;
  vertical-align: top;
}
/* line 63, ../../sass/export/export_news_v2_lv.scss */
.nav__item:first-child {
  margin-left: 0;
}
/* line 67, ../../sass/export/export_news_v2_lv.scss */
.nav__item--active, .nav__item:hover {
  background: #ff6600;
  -mox-box-shadow: 0 0 1px #ff6600;
  -webkit-box-shadow: 0 0 1px #ff6600;
  box-shadow: 0 0 1px #ff6600;
}

/* line 77, ../../sass/export/export_news_v2_lv.scss */
.image {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 83, ../../sass/export/export_news_v2_lv.scss */
.title {
  font-weight: bold;
}

/* line 87, ../../sass/export/export_news_v2_lv.scss */
.title-container {
  padding: 5px;
  height: 34px;
  overflow: hidden;
}

/* line 93, ../../sass/export/export_news_v2_lv.scss */
.comment {
  background-image: url("/assets/images/default-icons.png");
  background-position: 0px 2px;
  background-repeat: no-repeat;
  color: #CC0000;
  font-weight: bold;
  padding: 0 0 0 12px;
  font-size: 12px;
  line-height: 16px;
}

/* line 104, ../../sass/export/export_news_v2_lv.scss */
.comment-count {
  vertical-align: top;
}
