/* Agent Search start */

.result-component {
    height: 15em;
}

a.result-href {
    font: bold 18px Arial;
}

div#profile-question-form {
    width: 50%;
    float: left;
}

div#claim-response {
    font-size: 12px;
    font-weight: bold;
}

#result-photo {
    width: 20%;
    vertical-align: middle;
    background-color: black;
}

#result-summary {
    width: 25%;
}

#result-description {
    width: 40%;
}

#result-ranking {
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

div.profile-panel {
    width: 49%;
}

div.profile-panel.top {
    min-height: 35em;
}

img.profile {
    border: 1px solid black;
}

img.add {
    width: 2em;
    height: 2em;
}

img.flag {
    width: 2em;
    height: 2em;
}

#profile-title, #profile-subtitle {
    text-align: left;
}

#profile-menu {
    text-align: left;
}

#profile-menu a {
    font-size: 150%;
    font-weight: bold;
}

.pipe {
    margin: 0 1px;
}

#profile-offer {
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
}

#profile-question-prompt {
    width: 50%;
    float: left;
    color: #669933;
    font-size: 1.25em;
    text-align: right;
    font-weight: bold;
}

#post-question-text {
    color: #999;
    width: 17em;
    font-size: 1.25em;
}

#gmap {
    height: 35em;
    border: 1px solid #979797;
    background-color: #e5e3df;
}

#sales-container, #endorsements-container {
    width: 100%;
}

div#footer {
    margin: 1em 0 0 0;
}

div#footer p {
    text-align: center;
}

table#profile-specs {
    width: 100%;
}

table#profile-specs td {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.list thead th {
    background-color: #669933;
}

table.sortable a.sortheader {
    color: #fff;
    display: block;
    font-weight: bold;
    text-decoration: none;
    background-color: #669933;
}

table.sortable span.sortarrow {
    color: #fff;
    text-decoration: none;
}

@media handheld {
    #gmap {
        height: 5em;
    }

    img.add {
        width: .5em;
        height: .5em;
    }

    img.flag {
        width: .5em;
        height: .5em;
    }
}

/* Agent Search end */


