/*
 * Product Manufacturers
 * http://impleCode.com
 *
 * Copyright 2014 impleCode
 * Free to use under the GPLv3 license.
 * http://www.gnu.org/licenses/gpl-3.0.html
 *
 * Contributing author: Norbert Dreszer
 */
.manufacturer {
    overflow: auto;
}
.manufacturer .logo {
    float: left;
    width: 50%;
    max-width: 200px;
}
.manufacturer .logo img {
    max-width: 100%;
    height: auto;
}

.manufacturer ul, .product-manufacturer ul {
    list-style-position: inside;
}

.manufacturer .name, .manufacturer .manufacturer-description {
    padding-left: 10px;
    margin-top: 0;
}
.manufacturer .info {
    float: left;
    width: 50%;
    max-width: 300px;
    margin-top: 0;
}

.quick-view .product-manufacturer h3 {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

.manufacturer-name.table-cell, .manufacturer-head.table-cell {
    width: 35%;
}

.table-listing-content .product-manufacturer .logo {
    float: none;
}

h1.manufacturer-name img {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 20px;
}

