/* Main title */
h1 {
  color: #1B3D67;
  margin: 0 0 10px 0;
  padding: 0 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
}

/* Secondary titles */
h2 {
  color: white;
  background: #39434F url('/pics/ots_bg.gif') top left repeat-x;
  margin: 0;
  padding: 6px 8px;
  font-size: 11px;
}

h3 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

/* Layout container to help separating standardized content */
.content  {
  background-color: #FFF;
  margin: 0;
  padding: 0;
}

.required {
  text-decoration: underline;
}

.error { }
.notice { }

p.error  { color: red; }
p.notice { color: green; }

td.order, 
span.order,
div.order  { padding: 1px; }
span.order { white-space: nowrap }
.odd       { background: #ffffff }
.even      { background: #eeeeee; }
.selected  { font-weight: bold; }
.disabled  { color: gray; }

.manufacturer {
  font-weight: bold;
}

/* To separate different input's because MSIE
   doesn't support input[type="submit"] etc. */
input.button,
  input.submit {
    background: #F1F1F1;
    border-style: solid;
    border-color: #A5A5A5 #333333 #333333 #A5A5A5;
    border-width: 1px;
  }

input.checkbox,
  input.radio {
  }

select,
  input.text,
  textarea {
    border: 1px solid #716A6A;
    background: #F1F1F1;
  }

#AMFContactInfo {
  color:#333;
  padding:10px;
  font-size:1.1em;
}
#AMFContactInfo a,
#AMFContactInfo a:hover,
#AMFContactInfo a:visited {
  color:#333;
  text-decoration:none;
}
