img { -ms-interpolation-mode: bicubic; }
.topnews {
    padding: 8px;
}
.topnews h3 {
    margin-bottom: 7px;
}
.topnews li {
    margin-bottom: 2px;
}
.topnews li a{
    color: #1059BD;
}
.topnews li a:visited{
    color: #1059BD;
}
.topnews li a:hover{
    color: #000000;
}
.topnews h4 {
    font-size: 16px;
    border-bottom: 1px dotted #a0a0a0;
}

/***** product *****/
.topproduct {
    padding: 16px;
}
.topproduct_inner {
    marign: 0 auto;
    text-align: center;
}
.topproduct h3 {
    margin-bottom: 7px;
}
.topproduct li {
    margin-bottom: 5px;
}

.productthumb {
    width: 93px;
    margin: 5px;
    float: left;
    display: inline;
    text-align: center; 
}
.productthumb_imgframe {
        border: 1px solid #a0a0a0;
        border-bottom: none;
}
.productthumb_area {
    color: #ffffff; padding: 1px; text-align: center; background: #1059BD;
    border: 1px solid #a0a0a0;
    border-top: none;
    font-size: 10px;     
}
.productthumb_area a{
    color: #fff;
    text-decoration: none;
}
.productthumb_area a:visited{
    color: #fff;
    text-decoration: none;
}

.productthumb img {
    max-height: 69px;
    max-width: 91px;
}
* html body .productthumb img{
    width: expression(this.width >= this.height ? "91px" : "auto");
    height: expression(this.width <= this.height ? "69px" : "auto");
}
.productex {
    padding: 10px 5px;
    margin-bottom: 10px;
}
.productex_inner {
    margin-bottom: 10px;
}
.productex img {
    max-width: 80px;
    max-height: 62px;
}
* html body .productex img{
    width: expression(this.width >= this.height ? "80px" : "auto");
    height: expression(this.width <= this.height ? "62px" : "auto");
}
.productex_left {
    width: 80px;
    float: left;
}
.productex_right {
    width: 80px;
    float: right;
}
.productex_area {
    color: #ffffff;
    padding: 1px;
    text-align: center;
    background: #1059BD;
    font-size: 10px;
}
.productex_area a{
    color: #fff;
    text-decoration: none;
}
.productex_area a:visited{
    color: #fff;
    text-decoration: none;
}


.product_detail_left { width: 240px; float: left; text-align: center; font-size: 16px;}
.product_detail_left img{
    max-width: 240px;
    max-height: 180px;
			  margin-bottom: 10px;}
.product_detail_right { width: 240px; float: right; font-size: 14px; }
.product_detail_right dd{ margin-bottom: 10px; color: #606060;}
.product_detail_right dt{ margin-bottom: 2px; font-weight: bold; }
* html body .product_detail_left img{
    width: expression(this.width >= this.height ? "240px" : "auto");
    height: expression(this.width <= this.height ? "180px" : "auto");
}

/***** /product *****/