.boxin ul {
  float: left;
  width: 432px;
}
.boxin ul li {
  float: left;
  width: 216px;
}
.boxin ul li h3 {
  color: #444;
  font-weight: normal;
  margin-bottom: 5px;
  text-indent: 2px;
}
.boxin .right {
  float: right;
  width: 450px;
  margin-right: 10px;
}
#content {
  width: 938px;
}

#content table, #sidebar table {
  border: 1px solid #CFCFCF;
  border-right: none;
  border-bottom: none;
  margin-top: 10px;
}
#content table td, #sidebar table td {
  border-right: 1px solid #CFCFCF;;
  border-bottom: 1px solid #CFCFCF;
  border-top: 1px solid white;
  border-left: 1px solid white;
  height: 22px;
  padding-left: 5px;
  font-size: 11px;
}
#content table th, #sidebar table th {
  height: 24px;
  border-right: 1px solid #CFCFCF;
  border-bottom: none;
  border-top: 1px solid white;
  border-left: 1px solid white;
  color: white;
  background: url("../images/tipsteri/viptbgrhover.png") top left repeat-x;
  padding-left: 5px;
  font-size: 11px;
  font-weight: normal;
}
#content table tr.pair td, #sidebar table tr.pair td {
  background: url("../images/tipsteri/viptbgrpair.png") top left repeat-x;
}
#content table.cenovnik .n1 {
  width: 110px;
}
#content table.cenovnik .n2 {
  width: 100px;
}
#content table.cenovnik .n3 {
  width: 130px;
}
#content table.cenovnik .n4 {
  width: 100px;
}
.hr {
  clear: both;
  padding-top: 10px;
  margin: 0px 0px 10px;
  height: 0px;
  border-bottom: 1px solid #CCC;
}