@charset "utf-8";
/* CSS Document */

/* prod list */
.prod div{
/*border: 1px solid #000000;*/
}
.prod {
  width: 33%;
  text-align: center;
  float: left;
  display: block;
  height: 240px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #e3b77a;
}
.p180{
  width: 180px;
  margin: 0 auto;
}
.pic {
  display: block;
  height: 120px;
  vertical-align: bottom;
  overflow: hidden;
}
.info {
  text-align: left;
}
.info .product{
  height: 38px;
}
.prods {
  display: block;
  height: 35px;
}
.unit {
  height: 20px;
}
.price {
  height: 20px;
}
.desc {
  line-height: 135%;
}
.prodDesc {
  line-height: 135%;
}
/*前一頁*/
.pr {
}
/*後一頁*/
.nx {
}
.cartadd{
  cursor: pointer; 
  vertical-align: middle;
}
.cartnot{
  vertical-align: middle;
}
/* prod detail */
