﻿/***********************
ESTATEAGENT
***********************/
#ObjectDetailContactEstateagent .ObjectEstateAgentItemHolder
{
    width:525px;
    
    }

#ObjectDetailContactEstateagent .ObjectEstateAgentItemHolder .ObjectEstateAgentItem
{
    width:480px;
height:160px;
    margin:auto;
    height:180px;
    color:#3e3e3e;
    font-size:12px;
    position:relative;
display:block;
    
    }
    
    #ObjectDetailContactEstateagent .ObjectEstateAgentItemHolder .ObjectEstateAgentItem .ObjectEstateAgentImage
    {
        position:absolute;
        top:0px;
        left:0px;
        width:110px;
        height:156px;
        float:left;
        margin-right:20px;
        }
        
                
        #ObjectDetailContactEstateagent .ObjectEstateAgentItemHolder .ObjectEstateAgentItem .ObjectEstateAgentDescription
        {
            position:absolute;
            right:0px;
            top:0px;
            width:350px;            
            padding-top:30px;
            }
        
        #ObjectDetailContactEstateagent .ObjectEstateAgentItemHolder .ObjectEstateAgentItem .EstateName
        {
            color:#880003;
            }
