﻿#SearchViewSelector {
    position: absolute;
    top: 50px;
    right: 0px;
    list-style-type: none;
}

#SearchViewSelector li {
    display: inline;
    margin: 0px 0px 0px 10px;
}

#SearchViewSelector li a {
    padding: 0px 0px 0px 14px;
    text-decoration: none;
    color: #000000;
}

#SearchViewSelector li a:hover {
    color: #000000;
    text-decoration: underline;
}

#SearchViewSelector a.ListView {
    background: url(/Templates/Template1/Images/list.gif) no-repeat left center;
}

#SearchViewSelector a.MapView {
    background: url(/Templates/Template1/Images/map.gif) no-repeat left center;
}

#SearchViewSelector a.SaveSearch {
    background: url(/Templates/Template1/Images/save.gif) no-repeat left center;
}

#SearchViewSelector li ul {
    display: inline;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

.ListViewResults {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.ListViewResults th {
    padding: 2px 4px;
    border-top: 1px solid #666666 !important;
    border-right: 1px solid #7EA5D7 !important;
    border-bottom: 1px solid #666666 !important;
    border-left: 1px solid #7EA5D7 !important;
    background-color: #5A7DBF !important;
    color: #FFFFFF !important;
    white-space: nowrap;
}

.ListViewResults td {
    padding: 2px 4px;
    border-top: 1px solid #DDDDDD;
}

.ListViewResults tr.ListedBy td {
    border: none;
}

.ListViewResults tr.altRow td {
    background-color: #EEEEEE;
}

.ListViewResults td img {
    width: 80px;
}

.ListViewResults td.photo {
    padding-left: 21px;
    height: 93px;
}

.ListViewResults tr.AgentListing td.photo {
    background: url(/Templates/Template1/Images/AgentListing.jpg) no-repeat left center;
}

.ListViewResults tr.altRow.AgentListing td.photo {
    background: #EEEEEE url(/Templates/Template1/Images/AgentListing.jpg) no-repeat left center;
}

.ListViewResults tr.OfficeListing td.photo {
    background: url(/Templates/Template1/Images/OfficeListing.jpg) no-repeat left center;
}

.ListViewResults tr.altRow.OfficeListing td.photo {
    background: #EEEEEE url(/Templates/Template1/Images/OfficeListing.jpg) no-repeat left center;
}

