@charset "utf-8";

.goods-wrap {
  width:235px;
  height:450px;
  float:left;
}
.goods-mini {
  width:200px;
  height:410px;
  padding:9px;
  border:solid 1px #cccccc;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  box-shadow:4px 4px 6px #cccccc;
  -webkit-box-shadow:4px 4px 6px #cccccc;
  -moz-box-shadow:4px 4px 6px #cccccc;
}
.goods-mini-img {
  width:200px;
  height:150px;
  overflow:hidden;
}
.goods-mini-txt {
  margin:5px 0 0 0;
  font-size:13px;
  line-height:1.4em;
}
.goods-mini-txt h3 {
  font-size:inherit;
  line-height:inherit;
  margin:0 0 .5em 0;
  padding:0 0 0 16px;
  background:url("../../img/arrow.png") 0 4px no-repeat;
  border:none;
}
.goods-com {
  font-weight:normal;
}

