/* voucher listings */

p {
  margin: 0px;
  margin-bottom: 8px;
  margin-top: 8px;
}
td.voucher-list-photo {
  vertical-align: middle;
  padding-right: 10px;
}
td.voucher-list-main {
  text-align: justify;
  vertical-align: middle;
  font-family: arial;
  font-size: 11px;
}
div.voucher-list-hr {
  background-color: #C4B8C3;
  height: 1px;
  width: 100%;
  overflow: hidden;
  margin: 0px;
}
h2.voucher-list {
  color: #49004F;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}
h3.voucher-list-notactive {
  color: red;
  margin: 0px;
  margin-bottom: 4px;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
}
td.voucher-list-prices {
  font-size: 12px;
  color: #420146;
}
td.voucher-list-moreinfo {
  vertical-align: bottom;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #420146;
}
a.voucher-list { color: #49004F; text-decoration: underline; }
a.voucher-list:Hover { color: #49004F; text-decoration: none; }


/* voucher view */

h1.voucher-view {
  color: #49004F;
  margin: 0px;
  margin-bottom: 4px;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
}
div.voucher-view-hr {
  background-color: #C4B8C3;
  height: 1px;
  width: 100%;
  overflow: hidden;
  margin: 0px;
}
div.voucher-view-rightarea {
  float: right;
  width: 230px;
  margin-left: 10px;
  padding-left: 8px;
  border-left: solid 1px #C4B8C3;
  border-bottom: solid 1px #C4B8C3;
}
div.voucher-view-prices {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 12px;
  color: #420146;
}
div.voucher-view-qa {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 13px;
}
span.voucher-view-question {
  font-size: 12px;
  font-style: italic;
}
span.voucher-view-answer {
  font-size: 13px;
  color: #420146;
}
img.voucher-view-firstphoto {
  float: right;
  border: solid 1px #C4B8C3;
  margin-left: 10px;
  margin-bottom: 3px;
  margin-top: 4px;
}
div.voucher-view-firstdescription {
  margin-top: 3px;
  font-size: 12px;
}
img.voucher-view-dualphoto {
  margin-top: 5px;
  margin-bottom: 5px;
}
div.voucher-view-tinygap {
  height: 3px;
  width: 100%;
  overflow: hidden;
  margin: 0px;
}
div.voucher-view-page {
  margin-top: 8px;
  font-size: 13px;
}
img.voucher-view-image-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-top: 2px;
  border: solid 1px #C4B8C3;
}
img.voucher-view-image-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 3px;
  margin-top: 2px;
  border: solid 1px #C4B8C3;
}
div.voucher-view-adminnotes {
  margin-top: 8px;
  border: solid 1px #444444;
  padding: 5px;
  background-image: url(admin-bg.gif);
}

