table.property-listing,
table.property-detail {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

table.property-listing td,
table.property-detail td {
    color: #000000;
    font-family: tahoma,Verdana,Arial;
    font-size: 8pt;
    line-height: 20px;
    border: 1px solid #fff;
    padding: 5px;
    vertical-align: top;
    text-align: left;
}

table.property-detail td {
    border: 0;
}

table.property-listing td.caption,
table.property-detail td.caption {
    font-weight: bold;
    background-color: #b98c33;
    color: #fff;
    vertical-align: middle;
}

table.property-detail td td.caption {
    font-weight: normal;
    background-color: #b98c33;
    color: #fff;
    vertical-align: left;
}


table.property-listing td.details {
    text-align: right;
}

table.property-listing td.spacer {
    height: 10px;
}

table.property-listing td.icon {
    padding-left: 0;
    padding-right: 0;
}

table.property-listing td a img {
    border: 0;
}

table.property-listing td a,
table.property-detail td a,
table.property-listing td a:link,
table.property-detail td a:link,
table.property-listing td a:visited,
table.property-detail td a:visited,
table.property-listing td a:hover,
table.property-detail td a:hover,
table.property-listing td a:active,
table.property-detail td a:active {
    color: #000000;
    font-family: tahoma,Verdana,Arial;
    font-size: 8pt;
    padding: 0;
    text-decoration: underline;
    line-height: 20px;
}


table.property-listing td a.view-link,
table.property-listing td a.view-link:link,
table.property-listing td a.view-link:visited,
table.property-listing td a.view-link:hover,
table.property-listing td a.view-link:active {
    font-weight: normal;
    color: #fff;
    font-size: 8pt;
    background: url(../img/viewpage.png) no-repeat left center;
    padding-left: 20px;
}

table.property-listing td a.agent-link {
    font-size: 8pt;
    background: url(../img/vcard.png) no-repeat left center;
    padding-left: 20px;
}



table.property-detail h2 {
    font-size: 9pt;
    color: #000;
}


table.property-detail td.icons {
    font-size: 6pt;
    text-align: center;
}

table.property-detail td.icons a img {
    border: 0;
    margin: 0 10px 10px 0;
}

table.property-detail img.agent-icon {
/*     border: 1px solid #b98b33; */
}















body.box {
    margin: 0;
    padding: 15px 15px 15px 190px;
    background: #000 url(../../pix/logo.gif) no-repeat 10px 30px;
    color: #fff;
    font-family: tahoma,Verdana,Arial;
    font-size: 8pt;
    line-height: 20px;
}

body.box a,
body.box a:link,
body.box a:visited,
body.box a:hover,
body.box a:active {
    color: #b98c33;
    text-decoration: underline;
}

body.box h1, h2, h3, h4 {
    font-size: 8pt;
    line-height: 20px;
    font-weight: bold;
    font-variant: normal;
    color: #b98c33;
    padding: 0;
    margin: 0;
}

body.box h1 {
    font-size: 9pt;
    color: #fff;
    text-transform: uppercase;
}

body.box table {
    border-collapse: collapse;
    border: 0;
}

body.box table td {
    vertical-align: top;
    text-align: left;
    padding: 10px;
}

body.box table td img {
    border: 5px solid #efefef;
}


