/* Agents Landing */

.content-block p {
    /*font-size: 16px;*/
}

/* Global Carousel Styles */
.previous-button, .next-button 
{
    display: inline-block;
}



.window {
    float: left;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 390px;
}

.window .holder {
    left: 0;
    position: absolute;
    top: 0;
    width: 100000px;
}

    .item {
        float: left;
        margin-right: 15px;
        width: 120px;
    }
    
        .item strong {
            display: block;
            padding-top: 7px;
        }
        
        .item a {
            display: block;
            padding-top: 4px;
        }
        
#meet-our-agents-wrapper-wrapper {
    position: relative;
}
#meet-our-agents-wrapper {
    padding: 0 0 15px 20px;
}

    #meet-our-agents {
        width: 455px;
        float: left;
    }
    
        #meet-our-agents h1 {
            font-size: 55px;
            margin-bottom: 13px;
            margin-top: 10px;
        }
        
        #meet-our-agents p {
            font-size: 15px;
            margin-bottom: 10px;			
            line-height: 23px;
        }
        
        #meet-our-agents a {
            line-height: 23px;
            padding-top: 10px;
            font-size: 15px;
            font-weight: bold;
            display: block;
            width:350px;
        }
        
        #meet-our-agents a img {
            float: left;
            margin-right: 7px;
        }
        
    #meet-our-agents-img {
        float: left;
        padding: 43px 0 0 30px;
    }
    
    
#find-an-agent-wrapper {
    height: 120px;
    background-color: #f2f2f2;
    border-bottom: 1px dotted #A3A3A3;
    padding-top: 19px;
}

    #find-agent-strip {
        height: 59px;
        padding-top: 10px;
        border-top: 1px dotted #A3A3A3;
        border-bottom: 1px dotted #A3A3A3;
        background-color: #fff;
        z-index: 9999;
    }
    
        #find-agent-arrow {
            float: left;
            margin: 0 5px 0 10px;
            width: 225px;
        }
    
            #find-agent-arrow h1 {
                color: #FFFFFF;
                display: block;
                font-size: 20px;
                font-weight: bold;
                letter-spacing: 0;
                line-height: 48px;
                padding: 0 0 3px 15px;
                text-transform: uppercase;
                width: 210px;
            }
            
        form#find-agent-form
         {
            float: left;
            padding: 10px 0 0 15px;
        }
        
        form#find-agent-form .agent-name-search {
            padding-right: 12px;
            margin-right: 12px;
            border-right: 1px dotted #A3A3A3;
            float: left;
        }
        
        .ie7 form#find-agent-form .agent-name-search {
            padding-right: 0;
        }
        
            form#find-agent-form input{
                border: 1px #cccccc solid;
                color: #4c4c4c;
                font-size: 13px;
                font-weight: normal;
                padding: 6px;
                height: 17px;
                width: 121px;
                position: relative;
                top: -1px;
                border-radius: 5px 5px 5px 5px;;
                -moz-border-radius: 5px 5px 5px 5px;
                -webkit-border-radius: 5px 5px 5px 5px;
                box-shadow: 2px 2px 2px #e3e3e3 inset;
                -moz-box-shadow: 2px 2px 2px #e3e3e3 inset;
                -webkit-box-shadow:2px 2px 2px #e3e3e3 inset;
            }
            form#find-agent-form input.default {
                color: #bbb;
            }
            .agent-name-search #result-name {
                box-shadow: 2px 2px 2px #e3e3e3 inset;
                -moz-box-shadow: 2px 2px 2px #e3e3e3 inset;
                -webkit-box-shadow:2px 2px 2px #e3e3e3 inset;
                font-size: 18px;
                font-weight: bold;
                font-style: italic;
                height: 25px;
                padding: 5px 10px;
                width: 300px;
            }
            
            .ie7 form#find-agent-form input,
            .ie8 form#find-agent-form input {
                top: 0;
                margin-left: 5px;
            }
        
            form#find-agent-form button {				
                height: 31px;
                width: 83px;				
            }	
        
        .drop-down-select {
            float: left;
            width: 115px;
            height: 16px;
            padding: 7px 6px 6px 11px;
            font-weight: bold;
            border: 1px solid #dddddd;
            position: relative;
            overflow: visible;
            background-color: #FFFFFF;
            z-index: 1501;
        }
            
            .drop-down-select ul {
                background: none repeat scroll 0 0 #FFFFFF;
                border-bottom: 1px solid #DDDDDD;
                border-left: 1px solid #DDDDDD;
                border-right: 1px solid #DDDDDD;
                display: none;
                font-size: 12px;
                left: -1px;
                position: absolute;
                top: 30px;
                width: 100%;
                z-index: 9999;
            }
            
            .drop-down-select ul li {
                border-bottom: 1px dotted #DDDDDD;
                padding: 7px;
                font-weight: normal;
            }
        
            .drop-down-select .arrow {
                line-height: 29px;
            }
            
            .ie7 #search-by-office-select .arrow {
                padding: 7px 0 7px 0; 
            }
        
        #search-language-select {
            margin-right: 5px;
        }		
        
        #search-language-select.open,
        #search-by-office-select.open {
            border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            border-bottom: 1px dotted #DDDDDD;
        }
        
        #search-language-select.open ul,
        #search-by-office-select.open ul {
            display: block;
        }
            

#agent-info {
    background-color: #fff;
}

    #agent-info #profiles-location-block {
        float: left;
        width: 654px;
    }
    
    #agent-profile-wrapper {
        padding: 26px 0 23px 0;
    }
        
        #agent-info #ciao {
            float: left;
            width: 188px;
            padding-left: 11px;
        }
            
            #ciao .callout {
                margin: 14px 0 0 9px;
            }
            
            #ciao .filter {
                width: 105px;
            }
            
                #ciao .callout span {
                    font-size: 16px;
                    display: block;
                    margin-top: 11px;
                }
                #ciao .callout span#language-count { display: inline;}
            
                #ciao .filter span {
                    display: inline;
                }
                
        #agents-profile {
            float: left;
            width: 449px;
        }
        
            #agents-profile .window {
                width: 390px;
            }
    
        #location-block #map {
            float: left;
            height: 479px;
            width: 420px;
            -moz-box-shadow: 0 0 5px 5px #888888 inset;
        }
        
        #location-block #location-selection {
            float: left;
            width: 234px;
            -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.12);
            -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.12);
        }
        
            #location-block .choice {
                width: 200px;
                height: 133px;
                padding: 13px;
                border-top: 1px dotted #A3A3A3;
                position: relative;
            }
            
            #location-block .changedfonts 
            {
                height:40px;
                left: -14px;
            }
            
                #location-block .selected img {
                    display: block;
                }
                
                .choice img {
                    display: none;
                    position: absolute;
                    left: -35px;
                    top: 20px;
                }
                
                    .choice span {
                        font-size: 33px;
                        padding-bottom: 10px;
                    }
                    
                    .choice p {
                        margin-top: 5px;
                        font-size: 16px;
                    }
        
    #agent-info #what-we-like {
        float: left;
        width: 285px;
        border-left: 1px dotted #A3A3A3;
        background-color: #f7f7f7;
        height: 728px;
    }
        
        #what-we-like img { display: block; }
        
        #what-we-like #header {
            padding: 16px 0 16px 18px;
            font-size: 30px;
            background-color: #323232;
            display: block;
            color: #fff;
            font-style: italic;
        }
            
            #what-we-like #likes {
                margin-top: 20px;
            }
            
            #what-we-like .like {
                padding: 0 20px;
            }
            
                #what-we-like .like span {
                    display: block;
                    background: url(../../images/global/sprites/like_numbers.png) bottom left scroll no-repeat;
                    padding-left: 33px;
                    line-height: 24px;
                    font-size: 19px;
                    font-weight: bold;
                    margin-bottom: 10px;
                }
                
                #what-we-like .like span.one {
                    background-position: top left;
                }
                
                #what-we-like .like span.two {
                    background-position: 0 -26px;
                }
                
                #what-we-like .like span.three {
                    background-position: 0 -52px;
                }
                
                #what-we-like .like p {
                    margin-bottom: 25px;
                    font-size: 16px;
                }
                
                
#wall-street-strip {
    border-top: 1px dotted #A3A3A3;
    border-bottom: 24px solid #f2f2f2;
    padding: 26px 0 23px;
}

    #wall-street-info {
        float: left;
        width: 181px;
        margin: 0 5px 0 10px;
    }
    
        #wall-street-info p {
            margin-left: 8px;
            font-size: 16px;
        }

        #wallstreet-agents {
            float: left;
            width: 720px;
            margin-left: 10px;
        }
    
            #wallstreet-agents .window {
                width: 660px;
            }
            

#linkedin-agents-strip {
    padding: 32px 21px;
}

    #linkedin-agents {
        float: left;
        width: 415px;
        margin-right: 80px;
    }
    
        #linkedin-agents strong {
            font-size: 16px;
            color: #323232;
            display: block;
            margin-bottom: 12px;
        }
        
        #linkedin-agents p {
            font-size: 15px;
            color: #525252;
            line-height: 26px;
            margin-bottom: 20px;
        }
    
    #linkedin-img {
        float: left;
    }
    

                
#agent-bio {
    padding: 23px 15px 4px;
}
    #agent-bio .heading {
        display: block;
        font-size: 16px;
        font-weight: bold;
    }
    
    #agent-bio .pad 
    {
        margin-bottom:6px;
    }

    #agent-bio .wallet-info {
        float: left;
        position: relative; /* Fix for Corcoran-Cares logo */
    }

    #agent-bio .management .card-rack{
        float: left;
        width: 600px;
    }
        #agent-bio .management .single {
            width: 600px;
            margin-bottom: 20px;
            
        }
    #agent-bio .group {
        width: 690px;
    }

    #agent-bio .nosocial {
        width: 652px;
    }

    #agent-bio .smallpict {
        width: 485px;
    }
        
        #agent-bio .wallet-info .picContainer {
            float: left;
            margin-right: 40px;
            margin-bottom:10px;
            position: relative;
        }

        #agent-bio .Corcoran-Cares {
            background: none repeat scroll 0 0;
            bottom: 5px;
            right: 5px;
            overflow: hidden;
            position: absolute;
        }

        #agent-bio .group .pic {
            margin-top: 0;
            max-height:197px;
            max-width:292px;
        }
        #agent-bio .wallet-info .info {
            float: left;
            line-height: 17px;
        }
        #agent-bio .wallet-info .info ul {
            margin-top: 17px;
        }

        #agent-bio .group .info {
            width: 365px;
            margin-left:5px;
        }
            #agent-bio .wallet-info .name {
                display: block;
                font-size: 30px;
                margin-bottom: 6px;
                line-height: 30px;

            }
            #agent-bio .wallet-info .title {
                display: block;
                font-size: 16px;
                margin-bottom: 9px;
            }
                    #agent-bio .wallet-info li span {
                        display: block;
                        width: 60px;
                        float: left;
                    }
    #agent-bio .Agent-Right-Column {
        border-left: 1px dotted #B2B2B2;
        float: right;
        height: 249px;
        width: 209px;
    }
        #agent-bio .Agent-Right-Column > span.heading {
            margin-left: 20px;
            margin-bottom: 8px;
            margin-top: 11px;
        }

    #agent-bio .my-listings .heading,
    #agent-bio .current-listings .heading,
    #agent-bio .mutual-friends .heading {
        margin-bottom: 12px;
    }
    #agent-bio .my-listings {        
        width: 185px;
        margin-bottom:20px;
        margin-top: 11px;
    }
    
    .listings-container-group
    {
        float:left;
        width:150px;
    }
    
    #agent-bio .my-listings-group {
        margin-top: 11px;
        margin-bottom:10px;
    }
    
    #agent-bio .ByNeighborhood 
    {
        
        width: 185px;
        margin-top:6px;
    }   
    
    #agent-bio .social-networks-container {
        float: left;
        width: 105px;
        padding: 0 20px 0 40px;
    }
    #agent-bio .social-networks-bigpictcontainer {
        float: left;
        width: 105px;
        padding: 0 20px 0 40px;
    }
    
    #agent-bio .current-listings {
        
        width: 185px;
       
        
       
        line-height: 21px;
    }
        #agent-bio .Agent-Right-Column .social-networks {
            margin: 16px 0 0 20px;
            float: left;
        }

    #agent-bio .mutual-friends {
        float: left;
        width: 180px;
        padding-left: 20px;
        line-height: 18px;
    }
        #agent-bio .mutual-friends p {
            margin-bottom: 20px;
        }
   


 #agent-bio-content {
    padding: 23px 15px 15px;
}
#agent-bio-content .heading {
        display: block;
        font-size: 16px;
        font-weight: bold;
    }

#agent-bio .margin-left
{
    margin-left:10px;
}
        
.bio-writeup {
    width: 650px;
    float: left;
    margin-left: 10px;
}
    .bio-writeup #more-about { display: none; }
    .bio-writeup .less-about { display: none;}
    .bio-writeup .heading {
        margin-bottom: 15px;
    }
    .bio-writeup p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .bio-writeup .quicklinks {
        margin-top: 20px;
    }
        .bio-writeup .quicklinks li {
            float: left;
            border-right: 1px solid #b9b9b9;
            padding-right: 10px;
            margin-right: 10px;
        }
        .bio-writeup .quicklinks li:last-child {
            border-right: none;
            padding-right: 0;
            margin-right: 0;
        }
.press-mentions {
    width: 208px;
    float: right;
}
    .press-mentions .heading {
        padding-bottom: 5px;
        border-bottom: 1px dotted #b2b2b2;
        margin-bottom: 12px;
    }
        .press-mentions .mention {
            margin-bottom: 18px;
        }
            .press-mentions .date {
                display: block;
                font-family: Georgia, Times, "Times New Roman", serif;
                font-style: italic;
                font-size: 14px;
                color: #525252;
                margin-bottom: 5px;
            }
            .press-mentions .publication {
                display: block;
                margin-top: 5px;
                font-size: 12px;
                font-style: italic;
            }
            
#misc-info {
    background: #f2f2f2;
    padding: 20px 15px 15px;
}
    #misc-info .column {
        width: 177px;
        margin-right: 60px;
        float: left;
    }

        #misc-info .columnEdu {
 
        margin-right: 66px;
        float: left;
    }


    #misc-info .columnlongwidth {
        width: 177px;
        margin-right: 66px;
        float: left;
    }



    #misc-info .last 
    {	   
        margin-right: 0;
    }
        #misc-info .section {
            margin-bottom: 20px;
        }
            #misc-info .section .heading {
                display: block;
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 15px;
            }
        .press-mentions .detailed li,
        #misc-info .detailed li {
            margin-bottom: 15px;
        }
            .press-mentions .detailed .subhead,
            #misc-info .detailed .subhead {
                display: block;
                font-family: Georgia, Times, "Times New Roman", serif;
                font-style: italic;
                font-size: 14px;
                margin-bottom: 5px;
            }
        #misc-info li {
            margin-bottom: 3px;
        }
.bottom-box {
    background: #fff;
    width: 435px;
    float: left;
    border: 1px solid #cecece;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 4px 6px rgba(0,0,0,0.18);
    -webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.18);
    margin-right: 15px;
    margin-left: 0px;
    margin-bottom: 15px;
}
.bottom-box.testimonials {
    /*margin-left: 0px;*/
}
.bottom-box.testimonials.wide,
.bottom-box.testimonials.narrow {
    margin-left: 0px;
}
.video .padding {
    padding: 25px;
}			
.last {
    margin-left: 0;
}
.wide {
    float: none;
    width: 100%;
}
.narrow
{
     float: none;
    width: 50%;
}
    .testimonial {
        width: 380px;
        float: left;
        padding: 20px;
    }
        .testimonial blockquote {
            margin-bottom: 10px;
        }
    .wide .testimonial {
        border-right: 1px dotted #b2b2b2;
        margin-right: 20px;
    }
        .wide .last {
            border-right: none;
            margin-right: 0;
        }
.testimonials .more-row {
    clear: both;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 10px;
}

#more-testimonials {display: none;}

    .assistant .padding {
        padding: 30px;
    }
    .assistant .card {
        margin-top: 20px;
    }
    .assistant p {
        font-size: 15px;
        line-height: 21px;
    }	
    .assistant .pic {
        float: left;
        margin-right: 30px;
    }
    .assistant .info {
        float: left;
        width:270px;
    }
        .assistant .info .name {
            display: block;
            font-size: 24px;
            color: black;
        }
        .assistant .info .title {
            font-size: 14px;
        }
        .assistant ul {
            margin-top: 15px;
        }
            .assistant li {
                margin-bottom: 2px;
            }
                .assistant li span {
                    display: block;
                    width: 60px;
                    float: left;
                }

#agent-team {
    padding-bottom: 1px;
}				
    #agent-team h1 {
        font-size: 18px;
        font-weight: bold;
    }
        #agent-team .search-listing-strip .item {
            margin-right: 35px;
        }
        #agent-team .search-listing-strip .last {
            margin-right: 0;
        }
        #agent-team .title {
            display: block;
            margin: 2px 0;
        }

#group-members .padding {
    padding: 20px;
}	
    #group-members h2 {
        display: block;
        margin-bottom: 40px;
    }	
    #group-members .group-member {
        width: 429px;
        float: left;
        padding-right: 20px;
        border-right: 1px dotted #b2b2b2;
        margin-right: 20px;
    }	
    #group-members .last {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    #group-members .bio {
        margin-bottom: 30px;
    }	
        #group-members .bio .pic {
            float: left;
            width: 120px;
            margin-right: 19px;
        }
            #group-members .bio .pic img {
                margin-bottom: 10px;
            }
            #group-members .bio .title {
                font-size: 11px;
                color: #525252;
            }
        #group-members .bio .info {
            float: left;
            width: 290px;
            line-height: 17px;
        }
            #group-members .bio .name {
                display: block;
                font-size: 16px;
                font-weight: bold;
            }
           #group-members .bio ul {
                margin-top: 9px;
            }
                #group-members .bio li {
                    
                }
                    #group-members .bio li span {
                        display: block;
                        width: 60px;
                        float: left;
                    }   
                    #group-members .bio .bio-writeup p
                    {
                         font-size: 15px;
                         line-height: 24px;
                         margin-bottom: 10px;
                         width:420px;
                    }
            #group-members .social-networks 
            {                
                float: right;
                text-align: right;
                margin-top: -18px;
            }
            #group-members .bio p {
                line-height: 21px;
                margin-top: 10px;
            }
    .group-member .resume {
        clear: both;
    }
        .group-member .resume .column {
            width: 179px;
            margin-right: 35px;
            float: left;
        }
        .group-member .resume .last {
            margin-right: 0;
        }
            .group-member .resume .section {
                margin-bottom: 20px;
            }
                .group-member .resume .section .heading {
                    display: block;
                    font-size: 16px;
                    font-weight: bold;
                    margin-bottom: 15px;
                }
            .group-member .resume .detailed li {
                margin-bottom: 15px;
            }
                .group-member .resume .detailed .subhead {
                    display: block;
                    font-family: Georgia, Times, "Times New Roman", serif;
                    font-style: italic;
                    font-size: 14px;
                    margin-bottom: 5px;
                }
            .group-member .resume li {
                margin-bottom: 3px;
            }
            

/* Agents Search Results */
#find-an-agent-container {
    position: relative; /* IE7 Fix */
    background-color: #FFFFFF;
    padding: 10px 9px 10px 10px;    
    border-bottom: 1px dotted #A3A3A3;
}
.ie7 #find-an-agent-container {
    position: relative;
    z-index: 100;
}

#find-an-agent-container #find-agent-strip {
    border-top: none;
    background-color: #F2F2F2;
    padding-top: 0;
    height: 49px;
    border-bottom: none;
}

    #find-an-agent-container #find-agent-arrow {
        margin-left: 0;
    }

#agent-search-results-wrapper {
    width: 940px;
    background-color: #FFFFFF;
    min-height: 960px;
}

    #agent-search-controls {
        width: 219px;
        position: absolute;
        top: 69px;
        bottom: 0px;
        left: 0px;
        background-color: #f2f2f2;
        padding-top: 2px;
        padding-bottom: 30px;
        border-right: 1px dotted #B2B2B2;
        z-index:2000;
    }
    
        #agent-search-controls .search-toolbar {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            width: 180px;
            background-color: #f2f2f2;
            border: none;
            left: 0;
            z-index:2000;
        }
    
            #agent-search-controls .search-toolbar .control {
                float: none;
                border-right: none;                
                margin: 10px 0 0 19px;
                padding: 0 0 5px;
                width: 180px;
                height: auto;
                position: relative;
            }
            
            #agent-search-controls .search-toolbar .bottom-padding {
                padding: 0 0 10px;
            }
            
            #agent-search-controls .search-toolbar .no-divide {
                border: none;
            }
            
            .search-toolbar .control {
                font-size: 11px;
            }
            
                .search-toolbar .control .heading {
                    font-size: 12px;
                    font-weight: bold;
                    text-transform: uppercase;
                }
                
                .search-toolbar .control .less {
                    height: 90px;
                    overflow: hidden;
                }
                
                    .search-toolbar .control .find-agent-callout {
                        margin-left: -25px;
                        width: 226px;
                        position: relative;
                    }
                    
                        .find-agent-callout .tip {
                            padding: 29px 0 29px 20px;
                            margin-top: 10px;
                            font-size: 12px;
                        }
                        
                            .find-agent-callout .tip .arrow {
                                position: absolute;
                                margin-top: 29px;
                            }
                
                    .search-toolbar .control ul li {
                        font-size: 12px;
                        margin: 0 0 9px;
                    }
                    
                    .search-toolbar .control ul li label.checkitem {
                        background: url("../../images/global/buttons/check_box.png") no-repeat scroll left top transparent;
                        padding-left: 24px;
                        padding-right: 0;
                    }
                    
                        .search-toolbar .control ul li span {
                            padding-left: 7px;
                            color: #959595;
                            font-size: 11px;
                        }				
            
                    .price-slider,
                    .slider {
                        width: 180px;
                    }
                
                    .room-count {
                        font-size: 11px;
                        margin-right: 32px;
width: 85px;                    }
    
    #agent-search-results {
        width: 720px;
        float: right;
       
        background-color: #FFFFFF;
    }
    
    #search-results-container {
        background: #fff no-repeat center center;
    }
    #search-results-output {
        background: #fff;
    }
        
        #agent-search-filter {
            padding: 10px 10px 0px 20px;
            width: 690px;
            float: right;
            position: relative;
            background-color: white;
            z-index: 1500;
            height: 47px;
            /*border-bottom: 1px dotted #b2b2b2;*/
        }
        
        .ie7 #agent-search-filter {
            position:relative;
            z-index: 10;
        }
        
        .ie8 #agent-search-filter	{
            padding-bottom: 0;
        }
            .sentence-filter .filter {
                vertical-align: baseline;
            }
                #agent-search-filter p {
                    font-weight: normal;
                    
                }
             #view-toggle {
                position: relative;
                right: 11px;
                margin-top: 5px;
                z-index: 1000;
            }
            .ie7 #view-toggle {
                margin-top: 45px;
            }
            
                /* team page and Search page both use this class. This value below breaks the search page
                    so when you want to reenable this for the team page, you need to add something to
                    exclude the search page.
                    TODO: Use This */
                .picture-view {
                    margin: 0 0 0 0px;
                }
                
                    .picture-view h1 {
                        padding: 10px 0;
                    }
                
                .list-view {
                    margin: 0 0 0 0px;
                }
                    
                    .list-view h1 {
                        margin-left: 10px;
                        padding: 25px 0 9px;
                    }
                    
                    .search-result-block {
                       /* position: relative;*/
                      
                    }
                   
                    .search-result-block h1 {
                        display: block;
                        font-size: 18px;
                        font-weight: bold;
                        line-height: 21px;
                        /*border-top: 1px dotted #b2b2b2;*/
                        width: 679px;
                    }
                
                #search-results-container .first {
                    margin-top: 0;
                    border-top: none;
                }
                    
                    search-results-container .first h1 {
                        border-top: none;
                    }
                    
                .ie8 .search-result-block.first {
                    margin-top: 0 !important;
                    border-top: none !important;
                }
                    
                /* NOTE: Picture View */
                .search-listing-strip {
                    margin-bottom: 24px;
                }

                .search-listing-strip .item {
                    margin-right: 20px;
                }

                    .item .pic {
                        position: relative;
                        z-index: 0;
                        height: 155px;
                        vertical-align: bottom;                       
                    }
                    .item .hover {
                        z-index: 50;
                    }
    
                        .item .pic .agent-award {
                            background: none repeat scroll 0 0;
                            bottom: 0px;
                            left: 5px;
                            overflow: hidden;
                            position: absolute;
                        }
                        
                        .award-info {
                            display: none;
                            width: 260px;
                            overflow: hidden;
                            position: absolute;
                            background: none repeat scroll 0 0 #FFFFFF;
                            border: 1px solid #CECECE;
                            left: 33px;
                            top: 147px;
                        }
                        .award-info h4 {
                         background-color:#6B8FB2; 
                         margin-top:0px;
                         font-size:10pt; color:#FFFFFF; font-weight:bold; font-family:Helvetica; 
                        }
                        .hover .award-info {
                            display: block;
                        }
                        
                            .award-info .info strong {
                                padding: 0;
                            }
                            
                            .award-info .info {
                                padding: 8px 2px 4px 0;
                                line-height: 19px;
                                font-family:Helvetica; 
                            }
    
                                .item .info a {
                                    font-size: 10px;

                                }
    
                                .item .info a.email {
                                    color: #5D7FA2;
                                }
        
                /* NOTE: List View */
                .rent-sold {
                    margin-left:19px;
                }

                .listings-table {
                    width: 700px;
                    margin-bottom: 24px;
                }

                .ListSearchResultsBlock .RentedSold {
                    width:900px;
                }

                    .listings-table thead th.name {
                        width: 150px;
                    }

                    .listings-table thead th.address {
                        width: 300px;
                    }

                    .listings-table thead th.unit {
                        width: 80px;
                    }

                    .listings-table thead th.baths {
                        width: 60px;
                    }

                    .listings-table thead th.rooms {
                        
                        padding-right:0;
                        text-align:center;
                    }

                    .listings-table thead th.office {
                        width: 170px;
                    }
                    
                    .listings-table thead th.phone{
                        width: 135px;
                    }

                    .listings-table thead th.neighborhood {
                        width:165px;
                    }               
                    
                    .listings-table thead th.price {
                        width: 100px;
                    }     

                    .listings-table thead th.sqft {
                        width: 118px;
                        text-align: center;
                    }

                    .listings-table thead th.contact {
                        width:130px;
                    }

                    .listings-table td.rooms {                       
                        padding-right:0;
                        text-align:center;                      
                    }

                    

                    .listings-table tbody tr.gray-row {
                        background-color: #F8F8F8;
                    }
                    
                        
                        
                        .listings-table tbody tr.hover td.contact {
                            border-right: 1px solid #5d7fa2;
                        }

                        .listings-table tbody td {
                            height: 25px;
                        }

                        .listings-table .name {
                            padding-left: 10px;
                        }
                        
                            .listings-table tbody td.name a,
                            .listings-table tbody td.email a {
                                color: #333333;
                            }


#recently-sold .listing-strip{
    overflow:visible;
    width:938px;
}                       

#recently-rented .listing-strip{
    overflow:visible;
    width:938px;
}

.search-listing-strip.table-list {
    border:none;
}

#recently-sold .content-block {
    margin-bottom:0px;
}  

#recently-rented .content-block {
    margin-bottom:0px;
}       

.listings-table td.address a {    
    color: #5d7fa2;
}         

.listings-table td.address span {
font-family: Georgia,Times,"Times New Roman",serif;
font-size: 16px;
font-style: italic;
color: #333333;
}
              

/* Location Map */
.office-location {
    overflow: hidden;
}							
    .office-location .info { float: left; width: 250px;}
    .office-location h2 { margin: 0px; padding-left: 0px; padding-top: 0px;}
    .office-location a { display: block; font-weight: bold; margin-top: 10px;}
            

.mutual-friends-list {
    float: left;
    line-height: 18px;
    padding-left: 20px;
    width: 188px;
}	
    .mutual-friends-list ul {
        width: 100%;
        overflow: hidden;
    }
    .mutual-friends-list ul li {
        float: left;
        padding: 4px 6px;
        margin-right: 1px;
        border: 1px solid #cecece;
        background: #f2f2f2;
    }
        .mutual-friends-list ul li .sprite-social-icon {
            margin-bottom: -3px;
            margin-right: 2px;
        }
    .mutual-friends-list ul li.active {
        border-top: 1px solid #cecece;
        border-right: 1px solid #cecece;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #cecece;	
        background: #fff;					
    }
    .mutual-friends-list .tab-content {
        width: 169px;
        height: 105px;
        padding: 10px 4px 10px 10px;
        border-right: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
        border-left: 1px solid #cecece;
    }
        .mutual-friends-list .tab-content .content {
            display: none;
        }
        .mutual-friends-list .tab-content .active {
            display: block;
        }
        .mutual-friends-list .tab-content .content p {
            margin-bottom: 5px;
        }
        .mutual-friends-list .user {
            display: block;
            width: 50px;
            height: 50px;
            position: relative;
            float: left;
            margin-right: 6px;
            margin-bottom: 6px;
            text-align: center;
        }
        .mutual-friends-list .user a.others {
            display: block;
            font-size: 11px;
            margin-top: 17px;
        }
        .mutual-friends-list .user .name {
            display: none;
            position: absolute;
            background: #fff;
            border: 1px solid #cecece;
            padding: 6px;
            top: 9px;
            left: 46px;
        }
            .mutual-friends-list .user .name .notch {
                position: absolute;
                background: url(../../images/global/backgrounds/social_name_notch.png) no-repeat left top;
                left: -9px;
                top: 5px;
                height: 20px;
                width: 9px;
            }
            .mutual-friends-list .user .name .sprite-social-icon {
                float: left;
                margin-right: -20px;
            }
            .mutual-friends-list .user .name span {
                float: left;
                margin-left: 20px;
            }
            
.show-more-results { 
    width: 698px;
    text-align: center;
}

/* Multiple Assistants Carousel Styles */
.assistants .previous-button, .assistants .next-button {
    float:left;
    margin-top:105px;
}

.assistants .previous-button {
    margin-left: 17px;
    margin-right: 10px;
}

.assistants .next-button {
    margin-right: 17px;
}

#agents-profile.assistants .window {
    float: left;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 350px;
}

.assistants .window .holder {
    left: 0;
    position: absolute;
    top: 0;
    width: 10000px;
}

.assistants	.item {
        float: left;
        margin-right: 0px;
        width: 360px;
    }
    
.assistants		.item strong {
            display: block;
            padding-top: 7px;
        }
.assistants .item .info { width: 200px;}
.assistants .item .padding { padding-left: 5px; }
.assistants .item .pic { margin-right: 20px;}
.assistants	.item a {
            display: block;
            padding-top: 4px;
        }
.ie7 .filterDropDown .filter {
    background: #FFFFFF;
}
    .sentence-filter .filter ul {
        top: 30px;
        max-height: 210px;
        overflow-y: scroll;               
    }
    .sentence-filter .filter .landing-dropdown {
        top: 20px;
    }
    .ie7 .sentence-filter .filter .landing-dropdown {
        top: 30px;
    }
    

    
/* Agent Specific Search */
.agent-results {
    background: #fff;
    margin-top: 20px;
}
    .agent-results .agent {
        border-right: 1px dotted #B2B2B2;
        float: left;
        padding: 0 20px;
        width: 315px;
    }
        .agent-results .agent .image {
            float: left;
            margin-right: 20px;
        }
        .agent-results .agent .info {
            float: left;
            padding-top: 15px;
        }
            .agent-results .agent .info h3 {
                font-size: 21px;
                margin-bottom: 10px;
                width: 175px;
            }
            .agent-results .agent .info .position {
                color: #888;
                font-size: 12px;
                font-style: italic;
                margin-bottom: 10px;
            }
            .agent-results .agent .info .contact {
                font-size: 14px;
                line-height: 30px;
            }
        .agent-results .last {
            border-right: none;
        }
        
        #search-results-container .tip .advice
        {
            padding: 5px 0 5px 15px;
        }
        
/* Agent Search No Result */
.no-results .tip {
    width: 703px;
}
#search-results-output .search-result-block {
    padding-left: 19px;
}

.list-view .search-result-block {
    padding-left: 10px;
}
.press-mentions .section {
    margin-top: 16px;
}

.print-only
{
    display:none;
}

#agent-bio a.ask-question {
    font-size: 10px;
}
#agent-bio a.ask-question.AgentBioEmail {
    font-size: 12px;
}
