﻿
    div .PropertyBoxGal
    {
        width:193px;
        height:340px;
        border: solid 1px gray;
        margin:2px;
        display: inline;
        float:left;
        background: url(/include/images/bg_property.jpg) white repeat-x left top;
        font-size:9pt;
    }
    
    .propertybox a
    {
        text-decoration:none;
    }
    
    .propertybox a h2:hover
    {
        text-decoration:underline;
    }
    
    div .PropertyBoxGal:hover
    {
        border: solid 1px #9e1f63;
    }
    
    div .PropertyBoxGal
    {
        position:relative;
        overflow:hidden;
    }
    
    div .PropertyBoxGal .title
    {
        padding:4px;
        height:25px;
    }
    
    div .PropertyBoxGal .title h2 a
    {
        font-size: 9pt;
        margin:0px;
        padding:0px;
        color:#162d61;
        text-decoration:none;
    }
    
    
    div .PropertyBoxGal .title h2
    {
        margin:0px;
        padding:0px;
    }
    
    div .PropertyBoxGal .title h2 a:hover
    {
        text-decoration:underline;
    }
    
    div .PropertyBoxGal .title a
    {
        text-decoration:none;
    }
    
    div .PropertyBoxGal .reqinfo
    {
        margin:4px;
        height:16px;
        background: url(/include/images/property/requestinformationgal.gif) no-repeat left top;
    }
    
    div .PropertyBoxGal .reqinfo a
    {
        font-size:9pt;
        font-weight:bold;
    }
    
    div .PropertyBoxGal .viewdets
    {
        margin:4px;
        height:16px;
        background: url(/include/images/property/ViewPropertyDetailsGal.gif) no-repeat left top;
    }
    
    div .PropertyBoxGal .viewdets a
    {
        font-size:9pt;
        font-weight:bold;
    }
    
    div .PropertyBoxGal .details
    {
        padding:4px;
        font-size:8pt;
        text-align:left;
    }
    
    div .PropertyBoxGal .details p
    {
        padding:0px;
        margin:0px;
        overflow:hidden;
    }
    
    div .PropertyBoxGal table.footer 
    {
        position:absolute;
        bottom:0px;
        text-align:right;
        width:100%;
    }
    
    
    div .PropertyBoxGal .footer td
    {
       height:100%;
       vertical-align:bottom;
       text-align:right;
    }
    
    div .PropertyBoxGal .footer td a
    {
        color:gray;
        text-decoration:none;
        font-weight:bold;
        font-size:9pt;
        margin:5px;
        vertical-align:bottom;
        text-align:right;
    }
