﻿/* COLUMNS */
#column_main {
    margin-right:141px;
    min-height:300px;
}
#column_right {
    float:right;
    width:140px;
}

/* VENDORS */
#vendor1, #vendor2, #vendor3 {
    border-left:1px solid #adafb2;
    border-bottom:1px solid #adafb2;
    text-align:center;
}
#vendor2 {
    min-height:292px;
}
#vendor3 {
    min-height:210px;
}
.vendor_rugs, .vendor_rug, .vendor_ad {
    display:inline-block;
}
.vendor_rug, .vendor_ad {
    height:80px;
    margin:1px 0px;
    text-align:left;
    vertical-align:top;
    width:140px;
}
.vendor_rug img {
    max-height:80px;
    max-width:70px;
    margin:0px 5px 0px 0px;
}
.vendor_ad img {
    height:100%;
    width:100%;
}
#column_main .scroll_button {
    height:80px;
}
#column_right .scroll_button {
    width:80px;
}
