.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 200px;
  text-align: right;
}


h2 .product-info-title{
  font-size:20px;
  font-weight:bold;
  margin-top:30px;
}

.product-info-img{
  display:block;
  margin: 0 auto;
  text-align:center;
}

.product-info-img-min{
  display:block;
  margin-top:20px;
}

.link-contents{
  width:50%;
}

.link-container{
  list-style:none;
  margin-left:0;
}

.link-container .li{
  line-height:150%;
}

.link-container a{
 padding-bottom:10px;
}

.form-right{
  width:900px;
  height:150px;
}

.product-option,
.product-order{
}

.product-option{
  width:100%;
  margin-left:-10px;
}

.product-option .prd-opt-select{
  width:100%;
}


.option-name{
  width:430px;
  background-color:#4b5e55;
  color:#fff;
  text-align:center;
  font-size:15px;
  margin-bottom:10px;
  padding:5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.type-b{
  display:block;
  margin-top:10px;
}

.exp-style{
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 10px 0 10px;
  margin: 20px 0 20px;
}

.product-order{
  margin-top:-20px;
  margin-right:10px;
  float:right;
}

.f-r{float:right;}

.submit-btn-img{
  min-width:312px;
  height:50px;
  background-color:#4b5e55;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  curser:pointer;
}

.cart-img{
 width:175px;
 margin: 8px auto;
 curser:pointer;
}

.submit-btn-img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  curser:pointer;
}


.op-img{
  width:15px;
  margin-right:10px;
}