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

/* Secondary titles */
h2 {
  background: url('/pics/puuotsikko_oikealle.gif') center left no-repeat;
  margin: 0px;
  padding: 0px 10px 5px 10px;
  color: white;
  font-size: 12px;
}

div.menu_title {
  height: 18px;
  margin: 0;
  width: 253px;
  background: url('/pics/puuotsikko_vasemmalle.gif') center left no-repeat;
}

div.menu_title span {
  margin: 0 0 0 3px;
  padding: 0px 5px 0px 5px;
  color: #fff;
  font-weight:bold;
  font-size: 12px;
}

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

/* Layout container to help separating standardized content */
.content  {
  padding: 0;
  margin: 0;
}

.required {
  text-decoration: underline;
}

.error { }
.notice { }

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

td.order, 
span.order,
div.order  { font-weight: bold; color: #881A2D; }
span.order { white-space: nowrap }
.odd       { background: #ffffff }
.even      { background: #f2f2f2 }
.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 {
color:#333;
  padding:10px;
  font-size:1.1em;
}
#AMFContactInfo a,
#AMFContactInfo a:hover,
#AMFContactInfo a:visited {
color:#333;
  text-decoration:none;
}

