#shop #tab-domainselect table
  width: 720px;
  border-collapse: collapse;
  margin: auto;
}

#shop #tab-domainselect td {
  padding: 0px;
  margin: 0px;
}

#shop #tab-domainselect input {
  border: 1px solid #555;
  padding: 2px;
  margin: 0px;
  height: 14px;
}

#shop #tab-domainselect select {
  background-color: white;
  border: 1px solid #555;
  padding: 2px;
  margin: 0px;
  width: 100%;
  height: 20px;
  font-family: verdana, arial;
}

#shop #info-border {
  border: 1px solid #555;
  overflow: auto;
  padding: 10px;
  height: 270px;
  margin-right: 10px;
}

#shop #tree-border {
  border: 1px solid #555;
  border-top: 0px;
  height: 350px;
}

#shop #domain-tree {
  margin: 0px;
  height: 300px;
  margin-left: 0px;
  padding: 5px 10px;
  background-image: url(../pictures/line.gif);
  background-repeat: repeat-y;
  background-position: 10px 10px;
  overflow: auto;
  border-bottom: 1px solid #aaa;
}

#shop #domain-tree ul {
  margin-left: 15px;
  padding: 0px;
  background-image: url(../pictures/line.gif);
  background-repeat: repeat-y;
  background-position: top left;
  display: none;
}

#shop #domain-tree li {
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  line-height: 16px;
}

#shop #domain-tree li a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#shop #domain-tree li img, #shop #domaintree li input {
  margin: 0px;
  margin-right: 5px;
  cursor: pointer;
}
