#shop_table {
  background-color: white;
  border-collapse: collapse;
  border: 1px solid black;
  width: 300px;
}

#shop_table td {
  border: 1px solid black;
}

.seat_help {
  width:14px;
  height:14px;
  border:1px solid black;
  background-color: gray;
  text-align:center;
  vertical-align: middle;
  background-repeat: no-repeat;
}

#hall {
  position: absolute;
  top: 0px;
  left: 280px;
}

.price_list {
  width: 14px;
  height: 14px;
  border: 1px solid black;
  text-align: center;
}

.hall_text {
  position:absolute;
  text-align:center;
}

.hall_obstacle {
  position:absolute;
  background-color:gray;
}

.seat2 {
}

.seat {
    cursor: pointer;
    cursor: hand;
}

#hall_seats div {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid black;
  text-align: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.checked {
  background-image: url("images/blackb.gif");
}
.full {
  background-image: url("images/full-13.gif");
}

img {
    border-width: 0px;
}
