﻿.product-list-item * {
    line-height: normal;
}

.products-list a { 
    clear: left;
    display: inline-block; 
    float: left;
}

.products-list .product-favorite-link { 
    margin-top: 5px; 
}

.products-list .product-favorite-link i { 
    vertical-align: top; 
}

.row-fluid li.product-list-item {
    display: inline-block;
}

.product-list-item .left-col { 
    float: left; 
}

.product-list-item .thumbnail-wrapper {
    height: 105px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    display: inline-block; 
    float: left; 
}

.product-list-item .thumbnail-img {
    max-width: 100px; 
    max-height: 100px; 
    display: inline-block; 
    vertical-align: top;
}

.product-list-item .thumbnail-img a img {
    max-width: 100px;
    max-height: 100px;
}

.product-list-item .product-title a {
    line-height: 16px;
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

.product-list-item .manufacturer, 
.product-list-item .item-number {
    line-height: 12px;
    font-size: 11px;
    font-weight: normal;
    color: #999;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 135px;
}

.product-list-item .min-quantity,
.product-list-item .available {
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.product-list-item .min-quantity {
    padding-top: 5px;
}

.product-list-item .pricing {
    padding: 0px 0 10px 0;
    display: inline-block;
    float: right;
    clear: both;
}

.product-list-item .price {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    clear: both;
    float: right;
    padding-bottom: 5px;
    max-width: 105px;
}

.product-list-item .price .unit-of-measure {
    line-height: 10px;
    font-size: 10px;
    font-weight: normal;
    color: #999;
   
}

.product-list-item .msrp {
    line-height: 10px;
    font-size: 10px;
    font-weight: normal;
    color: #999;
    clear: both;
    float: right;
}

.product-list-item-details {
    width: 135px;
    display: inline-block;
    padding-left: 10px;
    font-size: 13px;
    float: left;
    vertical-align: top;
    min-height: 155px;
}

.product-list-item .quantity-label {
    float: left;
    padding: 8px 7px 0 10px;
    font-size: 12px;
    font-weight: bold;
}

.product-list-item .add-wrapper {
    min-height: 50px;
    padding-bottom: 10px;
    clear: left;
    float: left;
    width: 98%;
}

.product-list-item .add-wrapper .btn-primary {
    margin-left: 10px; 
}

.product-list-item .spinner input { width: 50px; }

.product-list-item .login-link {
    padding-top: 10px;
    clear: left;
    float: left;
}

.product-list-item .login-link a {
    float: none;
}

.product-list-item .not-available {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding-bottom: 5px;
    max-width: 105px;
}

.qty-green {
    color: green;
    font-weight: bold;
}

.qty-red {
    color: red;
    font-weight: bold;
}

.qty-yellow {
    color: #c2c210;
    font-weight: bold;
}

.on-order {
    line-height: 13px;
    font-size: 11px;
    font-weight: bold;
    color: red;
}