@import url("master.css");

#content {
  color: #666;
}

#archive, #channel {
  height: 650px;
  min-height: 650px;
}

/* llistats videos */
.llista {
  position: relative;
  background: url(../images/tv-blocBg.gif) repeat-x;
  height: 101px;
  min-height: 101px;
  margin-bottom: 68px;
}

html>body .llista {
  height: auto;
}
.llista li {
  position: relative;
  float: left;
  left: 35px; /* per centrar-ho */
  width: 270px;
  margin-right: 28px;
}

.llista h2, .llista h3, .llista p {
  margin-left: 110px;
}

.llista h2 {
  color: #f60;
}

.llista h3 {
  color: #000;
}

.llista li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 75px;
}

.llista .nav {
  position: absolute;
  top: 1em;
  right: 80px;
  border: 1px solid #999;
  font-weight: bold;
  color: #000;
  padding-left: .5em;
}

.llista .nav strong {
  color: #f60 !important;
}

.llista .nav img {
  position: relative;
  top: 1px;
  margin-right: 1px;
}

.llista .botons {
  padding-left: 3em;
}

.A ul {
  padding-top: 37px;
}
