/* CSS Document */
.productprice{ width:100%; margin:0px; padding:0px;}
.productprice .productprice_title{ height:25px; }
.productprice .productprice_title .productprice_title_li{ background-color: #f00; color:#fff; }
.productprice .productprice_title ul{ margin:0px; padding:0px; list-style-type:none; }
.productprice .productprice_title ul li{ float:left; width: auto; text-align:center; /*border: 1px solid #f00;*/ margin-right: 2px; padding:5px 10px; cursor: pointer; font-size: 12px; }
.productprice_content{ border: 1px solid #00f; width:100%; /*height:300px;*/ clear:both; overflow-y:auto; overflow-x:hidden; }
.productprice_content div{ display: none; margin:0px; padding:0px; list-style-type: none; }
.productprice_content div table { width:100%; }
.productprice_content div table tr th{ font-weight: bold; font-size: 12px; line-height: 30px; height: 30px; text-align: center; }
.productprice_content div table tr td{ line-height: 25px; height:25px; font-size: 12px; border-bottom: 1px dotted #ccc;  }
.productprice_content div.productprice_content_on{ display:block; }
.product_price_font{ font-weight: bold; color: #ff3c00;}