/* Main title */
h1 {
  color: #43677d;
  font-size: 12px;
  text-align: left;
}

/* Secondary titles */
h2 {
  color: #43677d;
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  padding: 2px 6px;
  margin-top: 0px;
  background: url('/pics/otsikkopala.gif') repeat-x; 
}

h3 {
  font-size: 11px;
  color: #43677d;
}

/* Layout container to help separating standardized content */
.content  {
  padding-top: 10px;
  clear: both;
  width: 740px;
}

.required {
  text-decoration: underline;
}

.error { }
.notice { }

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

td.order, 
span.order,
div.order  {  }
.order     {  }
.odd       { background: #ffffff }
.even      { background: #eef7ff }
.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 { }
   
div.aj_search {
  font-weight:bold;
  margin: 6px 0px;
  padding: 6px;
    /*  background: #ffffcc; */
  background: #fff;
}
div.aj_search .submit {
  border:0;
  width:35px;
  height:18px;
  background: transparent url(/pics/hakunappi.gif) no-repeat center top;
}
