﻿.atdw-listing-container {
    padding-top: 12px;
}

#product-image-container {
    background-color: rgba(0,0,0,0.3);
    width: 547px;
    height: 300px;
}

.product-image-slide {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    background-size: contain;    
    width: 547px;
    height: 300px;
}

.atdw-listing-address {
    float: right;
    padding: 0 20px;
}

.atdw-listing-contact {
}



.map-frame {
    height: 340px;
    width: 547px;
    position: relative;
}

#map-canvas {
    width: 547px;
    height: 340px;
}

.map-info-window {
    height: 100px;
    width: 200px;
    overflow: hidden;
}

    .map-info-window img {
        margin-left: 5px;
    }

    .map-info-window strong {
        font-size: 12px;
    }

    .map-info-window p {
        font-size: 10px;
        line-height: 14px;
    }

    .map-info-window a:hover {
        text-decoration: none;
    }

