#product_name ul li{
}

#product_content{
float:left;
padding-left:12px;
word-break:keep-all;

}

#product_name 
{
float:left;
width:160px;
text-align:center;

}

#product_img{
float:left;

text-align:center;
}


#product_img img{
padding:1px;
border:1px #F8DBBF solid;
height:100px;
width:150px;
}


#product_name{

}

#product_descn{
float:left;
width:490px;
}

#product_conten2{
margin-top:10px;
}

#product_top{
width:100%;
padding-bottom:30px;
}
#product_news_about{
white-space:normal;
overflow:hidden;
margin-top:20px;
}
#product_news_about h4{
float:none;
}

#product_descn h1{
font-size:18px;
color:#000000;
}

#cp_list{
text-align:center;
}
#cp_list p,#jxs_list p{
text-align:right;
margin-left:0.7em;
margin-top:1em;
margin-bottom:1em;

}
#cp_list ul{

}

#cp_list ul li{
border-bottom:1px #CCCCCC solid;
width:180px;
text-indent:0.7em;
margin-top:10px;
background:#666666;

}

#cp_list  img{
width:170px ;
height:118px;
background:#FFFFFF;
padding:1px;
border:#CCCCCC 1px solid;
}

#a2{
color:#CCCCCC;
}

.product_center_img{
margin-left:4px;
}
.product_center_img ul{
display:block;

}
.product_center_img ul li{
display:block;
float:left;
margin-right:15px;

}

.product_center_img img{
border:1px #ffae66 solid;
padding:2px;
}



#product_img2{
width:160px;
text-align:center;
margin-top:0px;
margin-left:0px;
padding:2px;
}


#product_img2 img{
padding:1px;
border:1px #CCCCCC solid;
height:100px;
width:150px;
}




/*.thumbImage { 
max-width: 50px; 
max-height: 50px; 
} 
* html .thumbImage { 
width: expression(this.width > 50 && this.width > this.height ? 50 : "auto"); 
height: expresion(this.height > 50 ? 50 : "auto"); 
}  */
.thumbImage {    
    max-width:320px;    
    height:220px;    
    cursor:pointer;    
	width:300px;
    padding: 3px;    
    zoom:expression( function(elm) {     
         if (elm.width>120) {    
              var oldVW = elm.width; elm.width=120;                  
              elm.height = elm.height*(120 /oldVW);             
         }    
         elm.style.zoom = '1';    
     }(this));    
}   

