/*
.col-1{display:none;}
.col-2{float:left!important}
*/
/* .col-2{display:none;} */
#shiptobilling{display: none;}
.product_title{font-size:16px!important; font-weight:bold!important;}
.product .price{font-size:16px!important; font-weight:normal!important;color:black!important;}
.product .price .amount{font-size:16px!important; font-weight:normal!important;color:black!important;}

/* 商品单页 价格表 */
#table_quantity, #table_price
{
  width: 400px;
}

#table_quantity tr{
  font: 12px/150% Arial,Verdana,'\5b8b\4f53';color: #666;
}

#table_price tr
{
  background-color:#EEE; font: 12px/300% Arial,Verdana,'\5b8b\4f53';color: #666;
  vertical-align:bottom;
}

#table_price tr .td_price
{
  font-size:24px; color:#e4393c;
}

#table_others
{
  width: 400px;
  margin-bottom:10px;
}

#table_others img
{
  margin:5px;
}

#table_others tr
{
  background-color:#EEE; font: 12px/150% Arial,Verdana,'\5b8b\4f53';color: #666;
  vertical-align:bottom;
}

#table_others td{
}

/*
进一步简化订单明细
*/
#billing_country_field, #billing_last_name_field, #billing_address_2, #billing_city_field, #billing_state_field, #billing_email_field, #billing_phone_field
{
	display:none;
}

#billing_postcode_field
{
  clear:both;
  float:none;
}

#billing_postcode
{
  width:300px!important;
}

.col2-set .col-2{
  float: none!important;
}

.col2-set .col-2 h3{
  display:none;
}

#billing_address_2_field
{
  padding:0px;
}
