@charset "UTF-8";
@media all {
    #showroomList {
    }
    #showroomList .items {
    }
    #showroomList .item {
        width: 47%;
        display: block;
        text-align: left;
        margin: 0 0 1em 0 !important;
    }
    #showroomList .item.posLeft {
        clear: both;
        float: left;
    }
    #showroomList .item.posRight {
        float: right;
    }
    #showroomList .showroomImg {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 10px solid #177a91;
    }
    #showroomList .showroomImg a,
    #showroomList .showroomImg a:VISITED {
        display: block;
        margin: 0;
        padding: 0;
    }
    #showroomList .showroomImg a:FOCUS,
    #showroomList .showroomImg a:VISITED:FOCUS {
        background: transparent;
        outline: 1px dotted #177a91;
    }
    #showroomList .showroomImg img {
        display: block;
        width: 100%;
        height: auto !important;
    }
    #showroomList .item p {
        margin: .5em 0 0 0;
        padding: 0;
        display: block;
        color: #000;
    }
    #showroomList .item p a,
    #showroomList .item p a:VISITED {
        font-size: 1em;
        font-weight: inherit;
        color: inherit;
    }
    /* *** */
    #showroomDetail {
    }
    #showroomDetail #showroomImg {
        margin: 1em 0;
    }
    #showroomDetail #showroomBigImg {
        margin: 0;
    }
    #showroomDetail #showroomBigImg img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        border-bottom: 10px solid #177a91;
        display: block;
    }
    #showroomDetail #showroomThumbs {
        text-align: left;
    }
    #showroomDetail .showroomThumbBox {
        display: inline-block;
        width: 23%;
        margin: 1% 1% 1% 0;
        border: 1px solid #177a91;
        text-align: center;
        vertical-align: top;
        background: #fff;
    }
    #showroomDetail .showroomThumbBox img {
        max-width: 100% !important;
        height: auto !important;
        width: auto !important;
        margin: 0;
        padding: 0;
        display: block;
    }
    
}
@media all and (max-width: 600px) {
    #showroomList .item,
    #showroomList .item.posRight,
    #showroomList .item.posLeft {
        display: block;
        margin: 1em !important;
        width: auto;
        float: none;
        clear: both;
    }
    #showroomDetail .showroomThumbBox {
        width: 30%;
    }
}
@media print {
    /**/
    #showroomDetail #showroomImg,
    #showroomDetail #showroomBigImg {
        float: none;
        width: 100%;
        clear: both;
        margin: 0 0 1em 0 !important;
        padding: 0;
        text-align: center;
    }
    #showroomDetail #showroomImg a, #showroomDetail #showroomImg a:VISITED {
        border: none !important;
    }
    #showroomDetail #showroomBigImg img {
        width: 400px !important;
    }
    #showroomDetail .showroomThumbBox {
        height: auto !important;
        border: none;
    }
    #showroomDetail .showroomThumbBox img {
        margin-top: 0 !important;
    }
}
/* Firefox BUG-Fix */
@media all and (-moz-images-in-menus:0) {
    #showroomDetail #showroomBigImg img {
        max-width: none !important;
        width: 100% !important;
    }
}

