/* ============²úÆ·Í¼Æ¬ÁÐ±í============== */

.productquery{
float:left;
width:212px;
height:176px;
margin:0px 5px 14px 5px;
background: url(../images/product/prolist_bg.png) no-repeat;
overflow:hidden;
_display:inline;
}
.productquery:hover{
float:left;
width:212px;
height:176px;
margin:0px 5px 14px 5px;
background: url(../images/product/prolist_hover.png) no-repeat;
overflow:hidden;
_display:inline;
}
.productquery_top{
width:204px;
height:130px;
text-align:center;
background:#fff;
margin:0px auto;
margin-top:4px;
overflow:hidden;
}

.productquery_top img{
max-width:204px;
width: expression(this.width > 204 ? "204" : true);
max-height:130px;
height: expression(this.height > 130 ? "130" : true);
}

.productquery_bottom{
height:40px;
line-height:40px;
}

.productquery a.prodtitle:link,.productquery a.prodtitle:visited,.productquery a.prodtitle:active{
display:block;
height:40px;
line-height:40px;
color:#022d5d;
text-decoration: none;
margin:0px;
padding:0px;
text-align:center;
}

.productquery:hover a, .productquery:hover a.prodtitle:link, .productquery:hover a.prodtitle:hover{
color:#f9d303;
}
