@import url(global.css);
@import url(common.css);
@import url(header.css);

.inquiry, .wishlist, .addtocart {
  font-weight: bold;
  color: #fff;
  cursor: hand;
  background-color : #356492;
  border-top: 2px solid #cce1fe;
  border-left: 2px solid #cce1fe;
  border-bottom: 2px solid #003564;
  border-right: 2px solid #003564;  
}

#product_operate {
  text-align: right;
}

.wishlist {
  margin-left: 15px;
}

#outline {
  text-align: left;
  padding-bottom: 5px;
  margin-top: 5px;  
  border-bottom: solid #536674 3px;
}

#product_info {
  border-top: solid #989A99 3px;
  margin-top: 2px;
  width: 100%;
}

#product_price {
  width: 400px;
  border-right: solid 1px #aaa;
  vertical-align: top;
}

#product_extend {
  width: auto;
  vertical-align: top;
  padding: 4px;
}

#product_image #overallrating {
  padding-top: 5px;
}

#product_image #big_image {
  text-align: center;
  vertical-align: middle;
  height: 400px;
}

#product_image #thumb_image td {
  border: solid 1px #aaa;
  text-align: center;
  vertical-align: middle;
  width: 60px; height: 60px;
}

#sampleprice {
  padding: 0px 10px 0px 10px;
}

#caseprice {
  padding: 10px 10px 0px 10px;
}

#product_price .pricetitle {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}

#product_price #dspprice {
  background-color: #000;
  width: 100%;
}

#product_price thead td {
  font-weight: bold;
}

#product_price #dspprice td {
  background-color: #fff;
  padding: 4px;  
}

#product_price #dspprice .qty {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  width: 50px;
}

#product_price #dspprice .net {
  width: 70px;
}

#product_price #dspprice .cost {
  width: 90px;
}

#product_price .discount_price {
}

#product_price .shipping_price {
}

#product_price .per {
  font-style: oblique;
}

#product_price .login_price {
  font-weight: bold;
  font-size: 14px;
}

.operation {
  margin-top: 6px;
  text-align: right;
  white-space: nowrap;
}

.quantity {
  font-weight: bold;
}

#qty, #cqty {
  border: solid #666 1px;
  width: 30px;
  margin-right: 5px;
}

#case_qty_err, #unit_qty_err {
  text-align: center;
  color: #e00;
  height: 20px;
}

.addtocart {
  width: 90px;
}

#extend_title {
  width: 100%;
  border-bottom: solid 3px #F66806;
}

#extend_title td {
  color: #eee;
  font-weight: bold;
  white-space: nowrap;
}

#extend_title .focus {
  width: 5%;
  background-color: #F66806;
  border: solid 1px #bbb;
  border-bottom-width: 0px;
}

#extend_title .default {
  width: 5%;
  background-color: #58829B;
  border: solid 1px #bbb;
  border-bottom-width: 0px;
}

#extend_title .interval {
  width: 10px;
}

#extend_title .space {
  width: 90%;
}

#specification_item {
  display: block;
  margin-top: 5px;
}

#product_reviews_item {
  display: none;
  margin-top: 5px;
}

#product_tour_item {
  display: none;
  margin-top: 5px;
  padding: 4px;
  border-top: solid 1px #bbb;
}

#extend_title a {
  padding: 4px 10px 4px 10px;
  color: #eee;
  font-weight: bold;
  display: block;
}

#extend_title a:hover {  
  padding: 4px 10px 4px 10px;
  background-color: #e00;
  color: #eee;
  font-weight: bold;
  display: block;   
}

#product_property {
  width: 100%;
  background-color: #bbb;
}

#product_property td {
  background-color: #fff;
  padding: 4px;
}

#product_property .title {
   width: 20%;
   text-align: center;
   font-weight: bold;
}

#product_property .value {
   width: 80%;
}

#product_property div {
  padding: 0px;
}

#product_property div ul {
  margin: 0px; 
  padding: 0px 0px 0px 15px;
}

#product_property div ul li {
  margin: 4px 0px 4px 0px; 
}

#product_reviews_item #listreviews .item {
  margin-bottom: 10px;
  border: solid #aaa 1px;
  padding: 3px;
}

#product_reviews_item #listreviews .item .title {
  font-weight: bold;
  margin: 2px 0px 2px 0px;
  color: #024;
}

#product_reviews_item #reviewprompt, #product_reviews_item #productreviews {
  font-weight: bold;
  margin-top: 5px;
}

#product_reviews_item #noreviews {
  border: solid #aaa 1px;
  background-color: #eee;
  padding: 4px;
  margin-bottom: 10px;
}

#product_reviews_item #reviews {
  margin-top: 5px;
  border: solid #aaa 1px;
  background-color: #f8f8f8;
  padding: 4px;
}

#product_reviews_item #reviews .memo {
  font-weight: bold;
}

#product_reviews_item #reviews .required {
  color: #e00;
}

#product_reviews_item #reviewinput #review {
  width: 250px;
}

#product_reviews_item #reviewinput #submitreview {
  background-color: #eee;
  font-weight: bold;
}

#product_reviews_item #reviewinput {
  margin-top: 6px;
}

#product_reviews_item #reviewinput td {
  height: 30px;
}

#product_reviews_item #reviewinput .title {
  width: 30%;
  font-weight: bold;
}

#product_reviews_item #reviewinput .value {
  width: 70%;
}

#submit_message {
  height: 20px;
  color: #e00;
  padding-top: 6px;
}

#submit_message span {
  color: #00e;
  font-weight: bold;
}

#product_list {
  margin-bottom: 10px;
}

#product_list .title {
  padding: 4px;
  border-top: solid 2px #bbb;
  color: #e00;
  font-weight: bold;
}

#product_items {
  width: 100%;
}

#product_items .productimage {
  width: 120px; height: 120px;
  vertical-align: middle;
  border-width: 0px;
  text-align: center;
}

#product_items .item {
  width: 50%;
  text-align: center;
  padding: 4px;
}

#shippingcost {
  margin-bottom: 10px;
}

#shippingcost p {
  padding: 0px; 
  margin: 4px 0px 4px 2px;
  font-weight: bold;
}

#shippingcost dl {
  padding: 0px; margin: 0px;
}

#shippingcost dt {
  float: left;
  font-weight: bold;
  text-align: left;
  padding: 2px;
}

#shippingcost dd {
  margin-left: 60px;
  margin-bottom: 5px;
}

#shippingcost dd select {
  width: 80%;
  vertical-align: middle;
}

#shippingcost div {
  padding: 4px;
}

.shippingtitle {
  color: #00e;
}

#priceprompt {
  margin-left: 10px;
  margin-bottom: 5px;
}
