.rr_ads_tiles {
    display: inline-block;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rr_ad_tile {
    float: left;
    width:200px;
    height:200px;
    min-height:200px;
    max-height:200px;
    margin-right:5px;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:5px;
}
.rr_ad_tile:hover .rr_ad_tile_gallery {
    opacity:0.90;
    -webkit-filter:contrast(120%);
    -moz-filter:contrast(120%);
    cursor:pointer;
}

.rr_ad_tile_gallery {
    display: inline-block;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.rr_ad_tile_dsc {
    display: inline-block;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.rr_ad_tile_cat {
    width: 100%;
    clear:both;
    color: #5d8c5d !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-decoration: none !important;
    cursor:pointer;
    /*margin-bottom:2px;*/
}
/*.rr_ad_tile_cat_link:hover {*/
    /*color:#E47129 !important;*/
/*}*/
.rr_ad_tile_ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rr_ad_tile_cost {
    width: 100%;
    clear:both;
    margin-top:3px;
}
.rr_ad_tile_cost_sup {
    width: 100%;
    clear:both;
    margin-top:0;
}
.rr_ad_tile_cost_sp {
    color:#E47129;
    font-size:17px;
    font-weight:300;
}
