﻿#propertyResult
{
    width:100%;
    position:relative;
    overflow:hidden;
    z-index:0;
    margin:0 auto;
}

.PropertyInformationOverlay
{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}

.PropertyInformation
{
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}

div#buildingFloorPlan
{
    width:100%;
    padding: 20px 0px 40px 0px;
    overflow:hidden;
    text-align:center;
}
    
div.BuildingFloorPlan
{
    margin-bottom:40px;
}
    
div.BuildingFloorPlanImage
{
    margin:0 auto;
}

div.SoldBadge
{
    background:url(sold.png) no-repeat;
    position:absolute;
    width:50px;
    height:50px;
    display:none;
}

div.ReserveBadge
{
    background:url(Reserve.png) no-repeat;
    position:absolute;
    width:50px;
    height:50px;
    display:none;
}

div.ResaleBadge
{
    background-color: blue;
    position:absolute;
    width:50px;
    height:50px;
    display:none;
}
    
div.PropertyThumbImages
{
    display:block;
    margin-left:15px;
    margin-right:15px;
    text-align:center;
}

div.PropertyMainImages
{
    display:block;
    margin:15px 15px 15px 15px;
}
    
div.PropertyMainImage
{
    display:block;
    text-align:center;
    width:100%;
    height:340px;
    line-height:340px;
    border:1px solid grey;
}
    
div.PropertyMainImage img
{
    max-width:100%;
    max-height:320px;
    vertical-align:middle;
    margin-top:-2px;
}

div.PropertyThumbImage
{
    width:100px;
    height:100px;
    line-height:100px;
    display:inline-block;
    border:1px solid grey;
    text-align:center;
    padding:5px;
    position:relative;
    margin:0px 3px 0px 3px;
}
    
div.PropertyThumbImage img
{
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
    margin-top:-2px;
    border:0;
}

div.BrowseLeft
{
    float:left;
    width:7%;
}

div.BrowseRight
{
    float:left;
    width:7%;
}

div.PropertyThumbImageWrapper
{
    width:86%;
    position:relative;
    overflow:hidden;
    float:left;
    height:112px;
}

div.PropertyThumbImageContent
{
    width:10000em;
    text-align:left;
}

div.activeSlide
{
    background:#0EF;
}
    
div.PropertyInformationLeft
{
    float:left;
    width:60%;
}
    
div.PropertyInformationRight
{
    float:left;
}

div.ShowHide
{
    display:none;
    z-index:5;
    position:absolute;
    top:0;
    right:0;
    width:50px;
    height:100%;
    background:Blue;
}

div.ShowHide a
{
    display:block;
    width:100%;
    height:100%;
}

div.PropertyShortTermRentalSearchPanelDropDown
{
    position:absolute;
    right:0;
    top:0;
    width:240px;
}

div.PropertyShortTermRentalSearchPanelDropDownWrapper
{
    border:1px solid black;
}

a.PropertyShortTermRentalSearchPanelDropDownToggle
{
    float:right;
}