div.property {
    position: relative;
    float: left;
}

img.property_thumbnail {
    width: 160px;
    border: 1px solid #a32882;
    position: relative;
    float: right;
}

div#alpha h2 {
    font-style: italic;
    font-size: 1.1em;
}

div#alpha div#property_main {
    position: relative;
    float: left;
    width: 180px;
    padding: 10px;
    
    font-size: 1.3em;
    font-weight: bold;
}

div#alpha div#main_photo {
    position: relative;
    float: right;
    border: 1px solid black;
    width: 300px;
    max-height: 225px;
}

div#alpha div#main_photo img {
    width: 300px;
}

div#alpha div#extra_photos {
    position: relative;
    float: right;
    clear: both;
    padding: 2px;
    width: 350px;
}

div#alpha div#extra_photos img {
    width: 64px;
    margin: 3px;
    border: 1px solid black;
}

div#alpha div#extended_details {
    position: relative;
    float: left;
    clear: both;
    width: 600px;
    margin: 10px;
}

div#alpha div#property_abstract {
    position: relative;
    float: left;
    width: 90%;
    clear: both;
    
    font-size: 1.2em;
    padding: 10px;
}


div#alpha div#extended_details table {
    width: 600px;
}

div#alpha div#extended_details table td {
    width: 300px;
}





div#homepage_random_properties {
    float: left;
    margin-top: 15px;
    position: relative;
    background-color: #5F7D9F;
    padding: 5px 3px;
    color: #fff;
}

div#homepage_random_properties a {
    color: #fff;
}

