#qWrap {
  position: relative;
  min-height: 820px;
}

#qSearch, #qOpt, #qContent {
  position:absolute;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
  overflow: auto;
}

#qSearch {
  top: 0px;
  left: 0px;
  width: 245px;
  height: 100px;
  background-color: #E2E6EA;
  text-align: center;
}

#qOpt {
  top: 115px;
  bottom: 0px;
  width: 245px;
  background-color: #CBD5DE;
}

#qContent {
  top: 0px;
  left: 260px;
  bottom: 0px;
  right: 0px;
  border: 1px solid #ccc;
}

#qSuchText {
  width: 200px;
  font-size: 16px;
  padding-left: 30px;
  margin: 7px 0;
  background: url(../media/hp/quick_hg.png) no-repeat 0 2px #fff;
}

div.qSuchHead {
  font-size: 12px;
  font-weight: bold;
}

div.qSuchHelp {
  font-size: 10px;
  line-height: 12px;
  color: #555;
}

#qOpt div.ueb {
  font-weight: bold;
  border-bottom: 1px solid #555;
  margin-bottom: 5px;
}

#qOpt ul.det {
  list-style: none;
  margin-bottom: 1.7em;
}

#qOpt ul.det li {
  margin-bottom: 4px;
}

#qOpt span.mark {
  color: #2A4750;
  font-weight: bold;
}

#qOpt ul.det li.opt a {
  display: block;
  padding: 2px 6px;
  font-style: italic;
}

#qOpt ul.det li.opt a span.anz {
  font-style: italic;
  color: #555;
}

#qOpt ul.det li.opt a:hover {
  background-color: #cfc;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
