form#search {
    background-color: #EEE;
    padding: 10px;
    border: 1px solid #DDD;
    margin-bottom: 20px;
}
    form#search label {
        color: #333;
        font-size: 11px;
        display: block;
        margin-bottom: 10px;
    }
    
    form#search label input,
    form#search label textarea,
    form#search label select {
        border: 1px solid #CCC;
        color: #666;
        display: block;
        font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
        padding: 3px;
        width: 174px;
    }
    
    form#search button {
        background: url(../images/layout/default/buttonbuscar.gif) no-repeat;
        border: 0;
        float: left;
        height: 21px;
        text-indent: -9999px;
        width: 68px;
    }

ul#searchResults {
    clear: both;
    display: block;
    overflow: auto;
    height: 500px;
}

    ul#searchResults li {
        border-bottom: 1px solid #EEE;
        padding: 10px 0;
		line-height: 13px;
        list-style: none;
    }
    
    ul#searchResults li img {
        height: 50px;
        width: 50px;
        margin-right: 10px;
        float: left;
    }
    
    ul#searchResults li address {
        font-size: 11px;
        margin: 0;
    }

p.no-results {
    background: #003C5A;
    color: #FFF !important;
    line-height: 18px !important;
    padding: 15px;
}

#sellerPropertyHeader {
    background: #EEE;
    margin-bottom: 20px;
}

img.gstaticmap {
    float: left;
    height: 240px;
    margin-right: 20px;
    text-align: center;
    width: 360px;
}

#sellerPropertyInfoHeader {
    float: left;
    padding: 20px 0;
    width: 480px;
}

    #sellerPropertyInfoHeader h1 {
        color: #036;
        font-size: 30px;
        letter-spacing: -2px;
        line-height: 28px;
        margin-bottom: 7px;
    }
    
    #sellerPropertyInfoHeader .reference {
        color: #777;
        display: block;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    
    
    #sellerPropertyInfoHeader address {
        color: #999;
        font-size: 14px;
        font-style: normal;
        line-height: 18px;
        margin-bottom: 15px;
    }
    
    #sellerPropertyInfoHeader ul {
        background: #EEE;
        height: 44px;
    }
    
    #sellerPropertyInfoHeader ul li {
        color: #888;
        font-size: 13px;
        display: inline;
        float: left;
        line-height: 17px;
        margin-right: 25px;
        text-transform: lowercase;
    }
    
        #sellerPropertyInfoHeader ul li strong {
            color: #036;
            display: block;
            font-size: 26px;
            letter-spacing: -2px;
            font-weight: lighter;
        }

#sellerPropertyPhotos {
    margin-right: 20px;
}

    #sellerPropertyPhotos span.photo-nomargin,
    #sellerPropertyPhotos span.photo {
        color: #999;
        display: block;
        float: left;
        font-size: 12px;
        letter-spacing: -1px;
        line-height: 14px;
        margin-bottom: 10px;
        width: 160px;
		height: 180px
    }
    
    #sellerPropertyPhotos span.photo {
        margin-right: 30px;
    }
    
    #sellerPropertyPhotos span.photo-nomargin img,
    #sellerPropertyPhotos span.photo img {
        margin-bottom: 5px;
    }

#sellerPropertyFeatures {
    float: left;
    width: 480px;
}

#sellerPropertyFeatures blockquote {
    color: #BBB;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}

#sellerPropertyFeatures table {
    border-collapse: collapse;
    margin-bottom: 15px;
    width: 100%;
}

    #sellerPropertyFeatures table td, 
    #sellerPropertyFeatures table th {
        background: #F9F9F9;
        border-bottom: 1px solid #FFF;
        color: #555;
        font-size: 12px;
        padding: 5px 7px;
    }
    
    #sellerPropertyFeatures table td {}
    
    #sellerPropertyFeatures table th {}
    
#sellerPropertyFeatures p.obs {
    color: #666;
    margin-bottom: 20px;
}
    
    #sellerPropertyFeatures p.obs span {
        color: #999;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }
    
#sellerPropertyFeatures h3 {
    background: url(../images/layout/admin/arrows.gif) bottom left no-repeat;
    color: #176CBF;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 15px;
    text-indent: 15px;
    text-transform: lowercase;
}

    #sellerPropertyFeatures h3:hover {
        color: #013;
    }

    #sellerPropertyFeatures h3.show {
        background-position: bottom left;
    }
    
    #sellerPropertyFeatures h3.hide {
        background-position: top left;
    }

.solicite {
    background: url(../images/imoveis/buttonsolicitemaisinformacoes.gif) no-repeat;
    display: block;
    height: 27px;
    overflow: hidden;
    outline: none;
    text-indent: -9999px;
    width: 244px;
}

    .solicite:hover {
        background-position: center;
    }
    
    .solicite:active {
        background-position: bottom;
    }
