
input#tabLatest, input#tabHottest, section {
  clear: both;
  padding-top: 10px;
  display: none;
}
label.labLatest {
  font-weight:bold;
  font-size: 16px;
  display: block;
  float: left;
  padding: 10px 30px;
  border-top: 2px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #DDD;
}
label.labLatest:hover {
  cursor: pointer;
  text-decoration: underline;
}
#tabLatest:checked ~ #content1, #tabHottest:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
  display: block;
}
input#tabLatest:checked + label.labLatest, input#tabHottest:checked + label.labLatest {
  border-top-color: #ba0000;
  border-right-color: #DDD;
  border-left-color: #DDD;
  border-bottom-color: transparent;
  text-decoration: none;
}

ul#listLatest, ul#listHottest { list-style: inside; }
ul#listLatest li, ul#listHottest li { border-bottom: 1px dashed #ccc; line-height:2.4em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
