/* user.css ----------------------------------------------------------------- */

.no-display { display: none; }
/*.caption p.text-center {
    font-size: 18px;
    font-weight: bold;
    color: #337ab7;
}*/
td.min-order-qty {
    background: transparent url('images/icons/alert.png') no-repeat center center;
    width: 100px;
}
.stockWarning {
    padding-top: 10px;
    padding-bottom: 10px;
}
.minimum_qty {
    font-weight: bold;
    color: #b33a3a;
}
.btn-buy-near-quantity {
    margin: 20px 5px 5px;
}

/* EU Cookie Law BOF */
.cookie_law_eu {
  text-align: center;
  font-size: xx-small;
  background-color: #ffffff;
}
/* EU Cookie Law EOF */

.productHolder { min-height: 280px; }
li.newItemInCart, li.newItemInCart a { color: #337ab7; font-style: italic; }

div.technical-card table { min-width: 80%; }