html {
  background: black url(/images/bg_main.png) no-repeat scroll center 0;
}

a {
  color: #0b52b2;
  font-size: 123.1%;
}

a:hover {
  color: #FF7400;
}

.action, .action:visited, .action_big, .action_big:visited {
  color: #36393D;
}

.action:hover, .action_big:hover {
  color: #FF7400;
}

.action_big {
  font-size: 197%;
}

form label {
  font-weight: bold;
}

form label, form input {
  margin: 0.25em 0 0.25em 0;
}

form input, form textarea {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 123.1%;
  font-weight: bold;
  color: #777;
  background: #f8f8f8;
}

form select {
  font-size: 123.1%;
  padding: 5px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}

form input[type="text"] {
  width: auto;
}

form input[type="checkbox"] {
  width: auto;
}

input:focus, .MainForm textarea:focus {
color: #777;
border-color: #777;
background: #fff;
}

.submit {
padding: 0 1em 0 1em;
background: #e0ecff;
border: 4px solid #6694e3;
color: #000;
margin: 1em 0;
width: auto;
cursor: pointer;
}

.submit:hover {
  background:#bbcae3;
  }
  
h1 {
  text-transform: uppercase;
  font-size: 138.5%;
  border-bottom: 2px solid #515865;
  margin-bottom: 1em;
}

h2 {
  font-size: 123.1%;
  color: #515865;
}

p {
  margin: 0.25em 0 0.5em;
}

.intro {
  text-indent: 1em;
  font-size: 123.1%;
}

#doc2 {
  background: white;
}

#hd {
  background: url(/images/bg_head.png) no-repeat;
}

#navbar {
  margin: 0.5em;
  position: relative;
}

.head-logo {
  height: 138px;
  width: 440px;
}

.head-logo a {
  border: 0 none;
  display: block;
  height: 138px;
  width: 440px;
}

#bd {
  margin: 1em;
}

#products_table {
  margin-top: 1em;
}

#products_table table {
  width: 100%;
}

#products_table thead tr {
  font-weight: bold;
  border-bottom: 2px solid black;
}

#products_table thead tr td {
  padding: 0 0 0 1em;
}

#products_table tbody tr td {
  padding: 0.5em;
  border-bottom: 2px dotted gray;
}

.offers_table {
  margin-top: 1em;
  margin-bottom: 1em;
}

.offers_table table {
  width: 100%;
}

.offers_table thead tr {
  font-weight: bold;
  border-bottom: 2px solid black;
}

.offers_table tbody tr td {
  padding: 0.5em;
  border-bottom: 2px dotted gray;
}

.product_info_table tbody tr td {
  padding: 0.5em;
}

.flash { border: 2px solid #6694e3; padding: 5px; margin: 1em 0 1em 0em; background: #e0ecff; }

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  border: 2px solid black;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
 display: none;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  list-style-position: inside;
}

.pages {
  margin: 0.5em;
  font-size: 123.1%;
}

.keywords {
  font-size: 70%;
  text-align: center;
}