@charset "Shift_JIS";
/* --------------------------------------------------------------------
	クイックオーダー
-------------------------------------------------------------------- */
div.quickorder_ table {
  width: 100%;
}
div.quickorder_ table .goods_ {
  width: auto;
}
div.quickorder_ table .name_ {
  width: 35%;
}
div.quickorder_ table .price_ {
  width: 15%;
  font-size: 12px;
  color: #404040;
}
div.quickorder_ table .qty_ {
  width: auto;
}
div.quickorder_ table .amt_ {
  width: 15%;
}
div.quickorder_ table .msg_ {
  width: 15%;
  font-size: small;
}
div.quickorder_ table td.price_,
div.quickorder_ table td.amt_ {
  color: #f00;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
}
div.quickorder_ .onProcess_ {
  background-image: url("../new_img/usr/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
div.quickorder_ .selected {
  color: #0d0;
  background-color: #fff;
}
div.quickorder_ .pointer_ {
  cursor: pointer;
}
div.quickorder_ .imgbox_ {
  margin-top: 1.5em;
  margin-left: 200px;
  border: 1px solid #999;
}
#suggestArea {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 8pt;
  position: absolute;
  top: 50px;
  left: 5px;
  color: #000;
}
.itemNotFound {
  text-align: center;
  color: Gray;
  font-size: 10pt;
  font-style: italic;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  line-height: 20px;
  width: 250px;
}
.itemLine {
  padding: 0px 5px 0px 5px;
  height: 20px;
  line-height: 20px;
  list-style: none;
  white-space: nowrap;
  cursor: default;
}
.itemLine .itemCode {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}
.delButton {
  cursor: pointer;
}


