﻿#showrooms {
    width: 227px;
    height: 309px;
    margin-right: 8px;
    background-image: url(../../images/showroombox_bg.png);
    background-repeat: no-repeat;
    float: right;
    padding-top: 34px;
}

#showrooms div {
    margin-left: 16px;
    margin-right: 16px;
}

#showrooms .showroom {
    border-bottom: solid 1px #cfcfcf;
    padding-top: 6px;
    padding-bottom: 6px;
}

#showrooms .showroom.last {
    border-bottom: none;
}