/* Main title */
h1 {
  font-size: 15px;
  margin: 0 0 5px 0;
  padding: 0;
}

/* Secondary titles */
h2 {
  margin: 0;
  padding: 4px 11px;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  background: #087ECB url('/pics/headings_bg.gif') top left repeat-x;
}

h3 {
  font-size: 12px;
  margin: 10px;
  padding: 5px;
  color:#666666;
}


/* Layout container to help separating standardized content */
.content  {
  width: 600px;
  padding: 15px;
  padding-top: 0px;
  margin: 10px 0;
  background: white;
  clear: both;
  -moz-border-radius-topright: 10px;
}

#content-container {
width: 1100px;
}

.required {
  text-decoration: underline;
}

.error { }
.notice { }

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

td.order, 
span.order,
div.order  { color: #003366; font-weight: bold; }
span.order { white-space: nowrap }
.odd       { background: #ffffff }
.even      { background: #F0F0F0; }
.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 { }
input.text { }
input.radio { }
input.checkbox { }
   
#AMFContactInfo {
  width:100%;
  text-align:center;
}