<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bg_pro{
  position: relative;
  background: url(../images/bg_pro.png) no-repeat;
  margin-top: 12px;
  margin-left: 12px;
  top: -7px;
  left: -9px;
  float: left;
  width: 167px;
  height: auto;
  min-height: 200px;
  /*cursor: pointer;*/
  border: 0px solid #fff;
}
#bg_pro:hover{
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow:  0px 0px 4px 0px rgba(332, 222, 122, 1);     
   box-shadow:  0px 0px 4px 0px rgba(332, 222, 122, 1);
}
#product{
  position: relative;
  margin-top: 8px;
  width: 156px;
  height: auto;
  min-height: 180px;
  border: 0px solid #fff;
}
#product_img{
  position: relative;
  margin-top: 0px;
  width: 146px;
  height: 100px;
  border: 2px solid #ebe9e9;
}
#product_detail{
  position: relative;
  margin-top: 4px;
  font-family: Arial;
  font-size: 11px;
  line-height: 12pt;
  color: #ffffff;
  width: 150px;
  height: auto;
  min-height:50px;
  border: 0px solid #fff;
}
#product_detail a{
  position: relative;
  font-family: Arial;
  font-size: 11px;
  line-height: 12pt;
  color: #ffffff;
  text-decoration: none;
  border: 0px solid #fff;
}
#product_detail a:hover{
  text-decoration: underline;
  color: #fa2212;
}
#logo_brand{
  position: relative;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 92px;
  height: 70px;
  border: 0px solid #ff0000;
  cursor: pointer;
}
#logo_brand:hover{
  border: 0px solid #ff0000;
  -webkit-box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.1);    
  box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}
#line_brand{
  position: relative;
  background: url(../images/line.png) repeat-x;
  width: 102px;
  height: 2px;
  border: 1x solid #ff0000;
}

#box_logo_brand{
  position: relative;
  background: #fff;
  float: left;
  width: 120px;
  height: 120px;
  margin: 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #fff;
}
#box_logo_brand:hover{
  -webkit-box-shadow:  0px 0px 4px 1px rgba(123, 222, 122, 1);     
   box-shadow:  0px 0px 4px 1px rgba(123, 222, 122, 1);
}
#box_logo{
  position: relative;
  width: 120px;
  height: 120px;
  border: 0px solid #fff;
}</pre></body></html>