table.shop_title {
  width: 100%;
  border-bottom: 5px solid #EEEEEE;
  margin-bottom: 10px;
}
td.shop_title_l {
  text-align: left;
  vertical-align: top;
  padding: 3px 0px;
}
td.shop_title_r {
  text-align: right;
  vertical-align: bottom;
  color: #999999;
  font-size: 9pt;
  letter-spacing: 1px;
  padding: 3px;
}
td.shop_item {
  text-align: left;
  vertical-align: top;
  line-height: 30px;
  border-top: 1px dashed #CCCCCC;
}
a.shop_item_link {
  display: block;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px dashed #CCCCCC;
}
a.shop_item_link:hover {
  text-decoration: none;
  background-color: #FFF8D0;
  cursor: pointer;
}
span.shop_item_link_name {
  margin-left: 10px;
}
span.shop_item_link_price {
  color: #FF6600;
  letter-spacing: 1px;
}
table.shop_option {
  margin-top: 5px;
}
td.shop_option {
  color: #FFFFFF;
  background-color: #FFBF00;
  font-weight: bold;
  text-align: center;
  border-right: 6px solid #FFFFFF;
  padding: 3px 5px;
}
div.shop_message {
  text-align: center;
  padding: 10px 0px;
}
table.shop_cart {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
td.shop_cart_h {
  height: 40px;
  background-color: #EEEEEE;
  letter-spacing: 5px;
  padding-left: 10px;
}
td.shop_cart_hr {
  background-color: #EEEEEE;
  letter-spacing: 5px;
  text-align: right;
}
td.shop_cart_d {
  height: 40px;
  padding-left: 10px;
}
td.shop_cart_dr {
  height: 40px;
  background-color: #F9FAFD;
  text-align: right;
}
td.shop_cart_split {
  height: 1px;
  padding: 0px;
}
div.shop_cart_split {
  border-top: 1px dashed #CCCCCC;
}
input.shop_navi_bt1 {
  width: 155px;
  color: #333333;
  background-color: #FEEAD7;
  border-top: 1px solid #999999;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #999999;
  font-size: 10pt;
  cursor: pointer;
  padding: 3px 0px;
}
input.shop_navi_bt2 {
  width: 155px;
  color: #333333;
  background-color: #F9FAFD;
  border-top: 1px solid #999999;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #999999;
  font-size: 10pt;
  cursor: pointer;
  padding: 3px 0px;
}
td.shop_order {
  width: 110px;
  color: #003366;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
td.shop_sts {
  width: 153px;
  color: #666666;
  border-top: 1px solid #999999;
  border-right: 1px solid #333333;
  border-left: 1px solid #999999;
  font-size: 10pt;
  text-align: center;
}
.shop_edit_active {
  color: #000000;
}
.shop_edit_readonly {
  color: #003366;
}
