/* Main title */
h1 {
  color: #336600;
  /* font-size: x-large; */
  font-size: 14px;
  text-align: left;
  margin: 10px;
  margin-top: 0;
}

/* Secondary titles */
h2 {
  background-image: url('/kieku/pics/bg_green.gif');
  color: #fff;
  font-size: 12px;
  text-align: left;
  /* text-transform: uppercase; */
  vertical-align: middle;
  margin: 0;
  padding: 2px 6px;
  font-weight: bold;
}

h3 {
  margin: 10px;
}

h3 a {
  color: #336600;
}

/* Layout container to help separating standardized content */
.content  {
  padding: 10px;
  margin: 0;
 
  background: #fff;
  clear: both;
  border: 1px solid #528327;
  border-top: 0;
  width: 778px;
}

.required {
  text-decoration: underline;
}

.error { }
.notice { }

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

div.order  { border: #ccc solid 1px; padding: 1px; }
span.order { white-space: nowrap; font-weight: bold; }
.odd       { background: #dce6ca }
.even      { background: #dce6ca }
.selected  { font-weight: bold; }
.disabled  { color: grey; }

.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;
}