/* Main title */
h1 {
  color: white;
  font-size: 14px;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0 0 0 2px;
  lette-spacing: 0.1ex;
}

/* Secondary titles */
h2 {
  color: white;
  background: #446377 url('/pics/nappi.gif') 5px 50% no-repeat;
  font-size: 12px;
  text-align: left;
  margin: 0;
  padding: 0px 5px 0 15px;
}

h3 {
  font-size: 11px;
  padding: 0 0 0 0;
  margin: 0 0 0 10px;
  letter-spacing: 0.1ex;
}

/* Layout container to help separating standardized content */
.content  {
  background-color: #313840;
  clear: both;
  margin: 0;
      /*padding-top: 10px;
       *     padding-left: 5px;*/
  width: 620px;
  
      /* padding: 5px 5px 5px 5px; */
      /* border-top: 1px solid #C7B93B; */
      /* border-right: 1px solid #C7B93B; */
}

.content h1 {
  color: white;
  background: url('/pics/nappi2.gif') 5px 5px no-repeat;
  padding: 7px 0 0 30px;
}

.content h2 {
  color: white;
  background: #446377 url('/pics/nappi.gif') 5px 50% no-repeat;
  padding: 3px 15px;
}

.required {
  text-decoration: underline;
}

.error { }
.notice { }

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

td.order, 
span.order,
div.order  {  font-weight: bold; text-transform: uppercase; font-size: 10px; }
span.order { white-space: nowrap }
.odd       { background: #535a62; }
.even      { background: #424951; }
.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 { }
   
/* search feature */

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  z-index:10;
}
div.autocomplete ul {
  background:white;
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb; }
div.autocomplete ul li {
  background-color:white;
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
  color:black;
}
div.aj_search {
  font-weight:bold;
  margin: 6px 0px;
  padding: 7px;
  background: #313840;
}
div.aj_search .submit {
  border:0;
  width:35px;
  height:18px;
  background: transparent url(/pics/hakunappi.gif) no-repeat center top;
}

/* /search feature */
