#shop #tab-domaincheck #border {
  border: 1px solid black;
  min-height: 300px;
}

#shop #tab-domaincheck table {
  width: 100%;
  border-collapse: collapse;
}

#shop #tab-domaincheck td, #shop #tab-domaincheck th {
  line-height: 14px;
  height: 14px;
  padding: 4px 5px;
}

#shop #tab-domaincheck th {
  background-color: #ddd;
  font-weight: bold;
  text-align: left;
}

#shop #tab-domaincheck .col1 {
  width: 32%;
  font-weight: bold;
}

#shop #tab-domaincheck .col2 {
  border-left: 1px solid #ddd;
  width: 32%;
}

#shop #tab-domaincheck .col3 {
  border-left: 1px solid #ddd;
  width: 36%;
}

#shop #tab-domaincheck tr.divider td {
  height: 10px;
  padding: 0px;
  background-image: url(../pictures/divider.gif);
  background-position: center;
  background-repeat: no-repeat;
}

#shop #tab-domaincheck .checking {
  font-style: italic;
}

#shop #tab-domaincheck .free {
  color: green;
}

#shop #tab-domaincheck .assigned {
  color: red;
}

#shop #tab-domaincheck .unknown {

}

#shop #tab-domaincheck a {
  text-decoration: none;
}


