﻿#dealer_item {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
}

    #dealer_item a {
        font-size: 16px;
        width: 280px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    }

#customer_item {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
    border: 1px solid lightgray;
    border-radius: 3%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    padding: 5px;
}

    #customer_item a {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
        margin: 0 auto;
    }

.customer_logo {
    max-width: 100px;
    max-height: 100px;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

.current_account {
    right: 20px;
    top: 50px;
    position: fixed;
}

.breadcrumb {
    padding-left: 0;
    font-size: 20px;
    background: none;
}


.two_columns {
    clear: left;
}

    .two_columns > div {
        float: left;
    }

.template_images {
    float: left;
}

.template_details {
    float: right;
}

.main_image {
    width: 320px;
}

.catalog_image {
    width: 240px;
}

.thumbnail_image {
    width: 75px;
    margin: 1px;
    margin-top: 6px;
    cursor:pointer;
}

.breadcrumbs {
    padding: 16px 15px 0 240px;
}

.report_details_item {
    width: 400px;
}
