﻿
/**** ShowHomesPage ****/
#ShowHomesContainer
{
    margin-top: 20px;
}

.ShowHomesItem
{
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.ShowHomesItem img
{
    float: left;
    margin-right: 10px;
}

.ShowHomesItem a
{
    display: block;
}

.ShowHomesCities
{
    float: left;
}

.ShowHomesCity
{
    margin-top: 12px;
}

.ShowHomesCity:first-child
{
    margin-top: 4px;
}

.ShowHomesCity p
{
    margin: 0px;
}


#ShowHomesPageMap, #ShowHomesPageMap .GoogleMapCanvas
{
    float: left;
    overflow: hidden;
}

#ShowHomesPageMap .GoogleMapInfo
{
}




/**** ShowHomesCityPage ****/
.ShowHomesCityPageItem
{
    margin-top: 12px;
    margin-bottom: 12px;
}

.ShowHomesCityPageAgentItem
{
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ShowHomesCityPageAgentContainer
{
    width: 100%;
    float: left;
    margin-top: 12px;
}

#ShowHomesCityPageMap
{
    float: left;
    margin-top: 12px;
}

#ShowHomesCityPageMap .GoogleMapCanvas
{
    float: left;
    overflow: hidden;
}

#ShowHomesCityPageMap .GoogleMapInfo
{
}
