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

.product { width:160px; background:#e6f4e5; float:left; margin-left:10px; margin:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.product > a > img { margin:2px; border:1px solid #000; }
.product h2 { font-family:Arial, Helvetica, sans-serif; font-size:14px; letter-spacing:-1px; text-align:center; min-height:26px; }
.product p { font-family:Verdana, Geneva, sans-serif; font-size:9px; line-height:11px; padding:5px; padding-top:0px; color:#666; font-weight:bold; height:71px; }
.product #controls { padding:4px; padding-top:0px; margin-top:-10px; }
.product #btnAdd { float:left; padding-bottom:5px; }
