#showinfo .info {
  max-width: 465px;
  float: left;
  background-color: #f6f5f5;
  display: block;
  padding: 0 20px;
  border: 1px solid #79c3eb;
  min-height: 340px;
  color: #000000;
  margin-top: 15px;
}
#showinfo .info .name_block {
  margin: 15px 0 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#showinfo .name {
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0 10px;
  text-transform: uppercase;
}
#showinfo .dotted_line {
  border-bottom: 1px dotted #c8c7c7;
  width: 100%;
  margin: 2px 0 2px;
  display: block;
}
#showinfo .pay {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#showinfo .pay ul {
  margin: 5px 0 0 15px;
  padding: 0;
  list-style-position: outside;
  line-height: 1.8;
  cursor: pointer;
  color: #004a87;
}
#showinfo .pay ul span {
  display: inline;
  border-bottom: 1px dotted;
}
/*# sourceMappingURL=info__prodpage.css.map */