.product-item{
  display: block; float:left; clear:right; 
}

.product-item a{
  display: block; position:relative; width: 100%; height:100%; text-decoration: none; color: #783F0B;
}
.product-item a .imgbox{
  height:145px; width:156px; margin:1px 0 3px 0; padding:0; display: block; overflow:hidden; text-align:center;
}
.product-item a .imgbox img{
  border: none; margin:0; padding:0; 
}

.product-item a .product-desc{
  width: 100%; text-align:center;
}

.product-item a .product-desc .product-name{
  margin:1px 0 3px 0; text-shadow:none; 
}

.product-item a .product-desc .product-price{
  margin:1px 0 3px 0; text-shadow:none; font-size: 14px; color:#000000;
}

div.product-images{
  text-align:center; width:100%; 
}

div.product-images img{
  border:none; border-radius:4px; margin: 0 12px 12px 0; cursor:pointer;
}

div.product-details label{
  float:left; width: 28%;
}

div.product-details span{
  float:left; width: 68%;
}

dt {
  font-weight: bold;
  margin-bottom: 3px;
}
dd {
  margin-bottom: 15px;
}
.addtocart-form button,
.addtocart-form input {
  margin: 0 5px 0 0 !important;
  display: inline-block;
  vertical-align: top;
}
.addtocart-form input {
  width: 50px !important;
}