/* cached */



.arrows {
    float:left;
    width: 25px;
    display: block;
    margin-top: 50px;
}

.right-arrow, .left-arrow {
    float:left;
    clear: both;
    display: block;
    padding: 16px 0 0;
    margin-bottom: 20px;
    width:16px;
    height: 0;
    overflow: hidden;
}

.right-arrow {
    background: url(/images/icons/arrow_right.png) 0 0 no-repeat;
}

.left-arrow {
    background: url(/images/icons/arrow_left.png) 0 0 no-repeat;
}

.three-column .double-column {
    width:500px;
}

.three-column .left-column {
    width: 203px;
}

.left-column small {
    font-size: 1.0em;
    color: #777;
}

#search-form {
}

#search-form .grid_4 .box, #search-form .grid_3 .box, #search-form .grid_5 .box {
    background: #fff;
}

#search-form .box {
    height: 380px;
}

#agent-search-form {
}

#agent-search-form .box {
    height: 250px;
}