.WishlistProductList.ProductList li, .CategoryContent .ProductList li {
    width: 100% !important;
}
.price_qty_nj {
float: right;
margin: 0;
    width: 200px;
}
.price_qty_nj .ProductQty {
    margin: 0 !important;
}
.price_qty_nj .qtyInput.quantityInput {
    text-align: center;
    width: 40px;
}
.addtobtn_nj {
  background: #009482 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
    cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
}
.ProductList.List .ProductQty a {
    padding-top: 10px;
    display: block;
}