.browseProductImage {
    max-height: 300px;
    width: auto;
}
.browse-view .row .product .spacer span {
    color: #505050;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 2em;
}
.product .spacer {
    border: 1px solid #000000;
    margin: 20px;
}
.spacer h2 {
    font-size: 20px;
    line-height: 1.3;
}
.vm-product-media-container {
    min-height: 200px;
    max-height: 450px;
}
.PricesalesPrice.vm-display.vm-price-value {
    font-weight: bold;
}
.main-image img {
    max-height: 400px;
}
p.product_s_desc {
    max-height: 60px;
}
.productDisplayShipment.productDisplayShipment-1 {
    display: none;
}
.availability {
    display: none;
}

/* -------------------------- Older CSS ----------------------- 
.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
    width: 250px;
    max-width: 100%;
}

.vm-product-media-container {
    height: 220px;
}

span.cart-images img {
    float: left;
    margin: 0 25px 0 0;
    width: 75px;
}
span.quantity-controls input.quantity-controls {
    width: 3px;
}
.spacer-buy-area .product-price {
    font-size: 24px;
    line-height: 18px;
    text-align: left;
}
.category-view .row .category .spacer {
    border: 1px solid #5a5a5a;
    margin: 12px;
    min-height: 240px;
}
.category-view .addtocart-bar {
    display: none;
}

p.product_s_desc {
    max-height: 40px !important;
    height: 0;
}
.product-fields .product-field, .product-related-categories .product-field {
    margin: 12px 0px;
}
span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
    background: #344031 none repeat scroll 0 0;
    border: 1px solid #344031;
}
.product-description {
    padding-top: 40px;
    float: left;
}
.product-description .title {
    display: none;
}

/* Additional images 

.additional-images {
    margin-top: 55px;
}
.vm-img-desc {
    display: none;
}
.additional-images.floatleft {
    border: 1px solid #c0bebe;
    margin: 0 10px 0 0;
    padding: 10px;
}
.additional-images img {
    height: 65px;
    width: auto;
}
.fancybox-title-inside {
    margin-left: 0 !important;
}
/* Products 
.browseCategoryImage {
    max-height: 250px;
}
div.product {
    margin-right: 10px;
    padding: 5px 15px;
}

.PricesalesPrice.vm-display.vm-price-value {
    font-weight: bold;
}
.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
    padding: 0px;
}
.category-view .row .category .spacer {
    min-height: 300px;
}
.category-view .row .category .spacer h2 a img {
    margin-top: 20px;
}
.cart-summary td, .cart-summary th {
    vertical-align: bottom;
}
.vmpayment_description, .vmshipment_description {
    font-size: 14px;
    padding: 0 12px;
}
.vmpayment_name, .vmpayment_cost, .vmshipment_name, .vmshipment_cost {
    margin-left: 20px;
}

@media (max-width: 767px) {
.category-view .row .category .spacer {
    min-height: 200px;
    width: 100px;
}
}

@media (max-width: 480px) {
.category-view .row .category .spacer {
    min-height: auto;
    width: auto;
}
}






.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
    font-size: 18px;
    line-height: 1.3em;
    padding: 8px 25px;
    margin: 0 0 10px;
    text-align: center;
}
*/