body, table, textarea, input, select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
}

body {
    margin: 0;
    padding: 0 0 0 0;
    background-color: #fec;
}

#content {
  margin: 0;
  padding: 8px;
  background-image: url(nvph.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
}

#menuContent {
  position: fixed;
  z-index: 1;
  left: 8px;
  top: 68px;
  width: 17.8%;
}

p {
  margin-top: 3pt;
  margin-bottom: 5pt;
}

h4 {
  margin-top: 12pt;
  margin-bottom: 2pt;
}

#head, #menu, #text, #confirm, #cart {
  border: 2px solid black;
  background-color: white;
}

#head {
  padding: 2px 10px 2px 10px;
  margin-bottom: 6px;
  background-image: url(stamps.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}

#menu {
  padding: 2px 0px 2px 0px;
/*  float: left; */
/*  position: fixed; */
}

#text, #confirm {
  margin-left: 19%;
  padding: 2px 6px 2px 6px;
}

#confirm {
  display: none;
  height: 80%;
}

#iframe {
  width: 100%;
  border: 0;
  height: 100%;
}

#cart {
  margin-top: 5px; 
  padding: 3px 3px 3px 3px;
}

#menu div {
  margin-left: 2px;
  margin-right: 2px;
}

#menu div.selected a {
  background-color: #a00;
  color:white;
}

#menu a, #cart a#cartLink {
  text-decoration: none;
  display: block;
  width: 100%;

  font-size: 90%;
  font-weight: bold;
  color: black;
}

#menu a span {
  padding: 3px 6px 3px 6px;
  display: block;
}

#cart a#cartLink span {
  padding: 3px 3px 3px 3px;
  display: block;
}

#menu a:hover, #cart a#cartLink:hover {
  color: white;
  background-color: #a00; /* #d87070; */
}

div.logo {
  font-size: 18pt;
  font-family: Times, serif;
}

div.logoText {
  position: relative;
  top: -4px;
  left: 4px;
  width: 100%;
  font-size: 8pt;
  color: #666;
  font-family: Verdana, Arial, sans-serif;
}

div.logo span {
  font-size: 120%;
}

span.shiftLetter {
  margin-right: -4px;
}

#flags {
  margin-top: 4px;
  padding: 2px;
}

table.list {
  width: 80%;
}

table.list tr:hover {
  background-color: #fec;
}

table.list tr.continent {
  background-position: 100% 20px;
  background-repeat:  no-repeat;
}

table.list tr.continent:hover {
  background-color: inherit;
}
tr.continent td {
  padding-top: 12pt;
}

img {
  border: 0;
}

img.nvph {
}

#nvph {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 18%;
}

table.price {
/*  table-layout: fixed;*/
/*  width: 100%;*/
}

table.price tr.b {
  cursor: pointer;
  cursor: hand;
}

th.country {
  background-color: #fec;
  border-bottom: 1px solid #cba;
  border-top: 1px solid #cba;
  font-size: 1.17em;
  font-weight: bold;
  text-align: left;
}

th.country h3 {
  margin-bottom: 4px;
  margin-top: 6px;
}

input,textarea {
  border: 1px solid #666;
  background-color: #fff8f0;
  padding-left: 3px;
}

select {
  padding: 0px;
}

input.submit {
  border-left: 2px solid #aaa;
  border-top: 2px solid #aaa;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  font-weight: bold;
  background-color: #fec;
}

input.disabled {
  background-color: white;
}

input.total {
  width: 80px;
}

input.price, input.qty {
  text-align: right;
  padding-right: 2px;
}

input.radio {
  background-color: white;
  border: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

.priceCol1 { width: 6em; }
.priceCol2 { width: 6em; }
.priceCol3 { width: 11em; text-align: left; }
.priceCol4 { width: 7em; }
.priceCol5 { width: 4em; }
.priceCol6 { width: 3em; }
.priceCol7 { width: 3em; }
.priceCol8 { width: 30px; }

p.resultCount {
  font-weight: bold;
}

p.smallPrint {
  font-size: 80%;
}

/* hide the menu when printing and extend the main text to occupy its place */
@media print {
  div#menuContent {
    display:none;
  }

  #text, #confirm {
    margin-left: 0%;
  }
}
