* {
    outline: none;
}

.typography .listing h2 {
    font-size: 18px;
}

.typography address {
    font-style: normal;
}

div.listingDetails p {
    text-indent: 5ex;
}

hr.listingSplitter {
    clear: both;
    
    border: 0;
    border-bottom: 1px dotted #999999;
    
    padding: 0;
    height: 1px;
    
    margin-top: 2em;
    margin-bottom: 2em;
}

table.listingDetails, table.agentDetails {
    width: 100%;
}

table.listingDetails td, table.agentDetails td {
    border: 0;
    vertical-align: top;
}

table.listingDetails tr + tr td, table.agentDetails tr + tr td {
    border-top: 1px solid #999999;
}

table.listingDetails td:first-child, table.agentDetails td:first-child {
    font-weight: bold;
    width: 50%;
    
    padding-left: 2ex;
}

table.listingDetails tr.listingTableBlock td {
    border-top: 0;
    
    font-weight: normal;
    
    padding-left: 0;
    
    padding-top: 3em;
}

.listingPhoto {
    position: relative;
    
    float: left;
    
    padding-right: 2ex;
    
    min-width: 320px;
    min-height: 240px;
}

ul.listingPhotos {
    list-style-type: none;
    
    padding: 0;
    margin: 0;
}

ul.listingPhotos li {
    list-style-type: none;
    
    float: left;
    
    padding: 0.5ex;
    margin: 0;
    
    min-width: 107px;
    min-height: 80px;
}

ul.listingPhotos a img {
    border: 0;
    
    display: block;
    
    width: 107px;
}

.listingSideBar .sidebarBottom {
    margin:-5px 0 2em 0 !important;
}

.listingSideBar li img {
    margin-right: 1ex;
    
    vertical-align: middle;
}

.listingSideBar input.text, .listingSideBar textarea, .listingSideBar select {
    width: 175px;
}

.listingSideBar form label {
    margin: 10px 0 5px 8px;
}

.listingSideBar form li label {
    display: inline;
}

.listingSideBar .middleColumn {
    display: block !important;
    width: 180px;
}

.listingSideBar .Actions {
    text-align: right;
    
    margin-top: 10px;
}

.listingSideBar input.action {
    float: none !important;
    
    margin: 0 10px 0 0;
}

.realatorInfoContainer {
    margin: 2px 0 5px 3px;
}

.realatorImage {
    float: left;
    
    padding-right: 2ex;
}

.typography .realatorDetails h5 {
    font-size: 12px;
    
    margin: 0 0 2em 0;
}

.listingFlag {
    position: absolute;
    top: 0;
    left: 0;
}

hr.realator-spacer {
    border: 0;
    
    margin-top: 1em;
}

div.advSearchPreResults {
    margin-top: 2em;
    
    border-top: 1px solid #333333;
    
    padding-top: 0.5em;
    
    font-size: 12px;
    font-weight: bold;
    
    text-align: center;
}

div.advSearchPreResultsTop {
    margin-top: 2em;
    margin-bottom: 2em;
    
    border-bottom: 1px solid #333333;
    
    padding-bottom: 0.5em;
    
    font-size: 12px;
    font-weight: bold;
    
    text-align: center;
}

div.priceRange {
    float: left;
    width: 380px;
}

div.regionSelection {
    float: left;
    width: 480px;
}

div.regionSelection label {
    font-weight: bold;
    
    padding-right: 2ex;
}

div.regionSelection input[type="radio"] {
    vertical-align: middle;
}

div.regionSelection .vSplitter {
    margin-left: 2ex;
    padding-right: 2ex;
    
    border-left: 1px solid #000000;
}

div.regionSelection .vSplitter span {
    display: none;
}

div.regionSelection .controls {
    text-align: center;
    
    margin-bottom: 1em;
}

div.regionSelection .listView select {
    width: 380px;
    height: 100%;
}

div.regionSelection optgroup option {
    padding-left: 4ex;
}

div.categories {
    border-top: 1px solid #000000;
    
    margin-top: 2em;
    padding-top: 2em;
}

div.categories div.column {
    float: left;
    
    padding-right: 4ex;
}

div.advancedSearchSection {
    border-top: 1px solid #000000;
    
    margin-top: 2em;
    padding-top: 2em;
}

div.advancedSearchSection input[type="checkbox"], div.advancedSearchSection input[type="radio"] {
    vertical-align: middle;
}

div.advancedSearchSection .vSplitter {
    margin-left: 2ex;
    padding-right: 2ex;
    
    border-left: 1px solid #000000;
}

div.advancedSearchSection .vSplitter span {
    display: none;
}

div.advancedSearchSection p {
    margin-bottom: 1em;
}

p.advSearchButton {
    text-align: center;
    margin-top: 3em;
}

.advSearchCurrentPage {
    font-weight: bold;
}

.listingSearchPages {
    clear: both;
    
    margin-top: 2em;
    padding-top: 2em;
    
    border-top: 1px solid #000000;
    
    text-align: center;
}

.listingResult {
    float: left;
    
    width: 200px;
    text-align: center;
    
    padding-left: 4.5ex;
    padding-right: 4.5ex;
    padding-bottom: 3em;
}

.listingResult h3 a,.listingResult h4 a {
    text-decoration: none;
    color: #333333;
}

.listingResult h3 a:hover, .listingResult h4 a:hover, .listingResult h3 a:active, .listingResult h4 a:active {
    text-decoration: underline;
}

.listingResult a {
    display: block;
}

.listingResult .listingPhoto img {
    border: 0;
    display: block;
}

.listingResult .listingPhoto {
    float: none;
    
    width: 107px;
    
    min-width: 107px;
    min-height: 80px;
    
    margin-left: auto;
    margin-right: auto;
}

.listingResult h3 {
    font-weight: bold !important;
    font-size: 14px !important;
    
    margin: 0 !important;
}

.typography .listingResult h4 {
    font-weight: bold;
    font-size: 10px;
    
    margin: 0;
    
    border: 0;
}

.srLoginBox {
    float: left;
    width: 435px;
}

.srLoginBox h2 {
    margin-bottom: 2em;
}

.srRegisterBox {
    float: left;
    width: 324px;
}

.srRegisterBox h2 {
    margin-bottom: 2em;
}

.srTop {
    padding-bottom: 1em;
}

.srTop object {
    margin-left: 56px;
    margin-right: 56px;
}

.srHomeContent {
    padding-top: 1em;
}

div.firstToKnowTop {
    width: 600px;
    
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    
    padding-bottom: 0.5em;
    
    font-size: 12px;
    font-weight: bold;
    
    text-align: center;
    
    line-height: 22px;
}

hr.firstToKnowSplit {
    border: 0;
    border-bottom: 1px solid #E1E1E1;
    
    margin-top: 1em;
    margin-bottom: 1em;
}

div.firstToKnowLabel {
    float: left;
    
    text-align: right;
    min-width: 300px;
    
    padding-right: 1ex;
}

div.firstToKnowFields {
    float: left;
}

.message.bad {
    color: #990808;
    border: 4px solid #F7B5B5;
    background: #FFEBEB;
}

.message.bad a {
    color: #990808;
    font-weight: bold;
}

.message.good {
    color: #089908;
    border: 4px solid #B5F7B5;
    background: #EBFFEB;
}

.message.good a {
    color: #089908;
    font-weight: bold;
}

#howToShareVirtualTour {
   margin-top: 1em;
}

#shareVirtualTour {
    border: 1px solid #000000;
    margin-top: 1em;
    padding: 1ex;
    width 300px;
    height: 100px;
    overflow: auto;
}

.listingFloor {
    margin-left: 20px;
}

.listingFloor h4 {
    width: 100% !important;
}

.listingFloor table {
    margin-left: 40px !important;
}

.listingFloor + .listingFloor {
    margin-top: 1em;
}

#Form_ContactUsForm_Evaluate label {
    display: inline;
}

#Form_ContactUsForm #Phone_Holder input,#Form_ContactUsForm #Phone_Holder .fieldgroupField, #Form_ContactUsForm #Phone_Holder label {
    display: inline;
    width: 40px;
}

#Form_ContactUsForm #Phone_Holder #Phone-Number {
    width: 10ex;
}

.openHouseContainer {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.openHouseCalendar {
    border: 0;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
}

.openHouseCalendar td, .openHouseCalendar th {
    border: 0;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

.openHouseCalendar th {
    height: 24px;
    background: #666666;
}

.openHouseCalendar td {
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    width: 75px;
    height: 75px;
    padding: 4px;
    
    cursor: default;
}

.openHouseCalendar .monthYear {
    text-align: center;
    
    font-size: 16px;
    line-height: 20px;
}

.openHouseCalendar .monthYear  a:link, .openHouseCalendar .monthYear a:visited {
    color:#FFFFFF;
    text-decoration:none;
}

.openHouseCalendar #cal-month, .openHouseCalendar #cal-year {
    font-weight: bold;
}

.openHouseCalendar .dayTitle {
    background: #D9E2E1;
    height: 1.5em !important;
    
    color: #616B76;
    
    text-align: center !important;
    vertical-align: middle !important;
}

.openHouseCalendar .dayNextMonth, .openHouseCalendar .dayEmptyDate {
    background: #F0F8FF;
}

.openHouseCalendar .dayNoEvent {
    background: #EFEFEF;
    color:#666666;
}

.openHouseCalendar .dayNoEvent.over {
    text-decoration:underline;
}


.openHouseCalendar .dayEvent {
    background: #CCE0FF;
    color: #608194;
    cursor: pointer !important;
}

.openHouseCalendar .dayEvent.over {
    text-decoration:underline;
}

.openHouseCalendar .dayToday {
    background: #DF9496;
    font-weight: bold;
    color: #F6F4DA;
}

.openHouseCalendar .dayToday.over {
    text-decoration:underline;
}

.openHouseCalendar .evtCalPrevButton {
    position: absolute;
    left: 10px;
    top: 0;
}

.openHouseCalendar .evtCalNextButton {
    position: absolute;
    right: 10px;
    top: 0;
}

.openHouseCalendar .numOpenHouses {
    font-size: 9px;
    margin-top: 15px;
    
    text-align: center;
}

.realatorBlock {
    padding-bottom: 0.5em;
}

.realatorBlock + .realatorBlock {
    border-top: 1px solid #000000;
    padding-top: 20px;
}

.realatorBlock .realatorDetails {
    float: left;
}

.typography .realatorBlock .realatorDetails h5, .typography .realatorBlock .realatorDetails h5 a, .typography .listingSideBar .realatorDetails h5 {
    color: #222222;
    
    margin: 0 0 0.5em 0;
}

.typography .realatorDetails h6, .typography .realatorDetails h6 a {
    color: #222222;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    
    margin-bottom: 1em;
}

.realatorBlock .realatorLinks {
    float: right;
}

.regionSelection {
    min-height: 392px;
}

.realatorBlock.noBorder {
    border-top: 0 !important;
}

.sidebarBox .message {
    display: block;
}

.priceRange p {
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
}

#facebox .nextButton, #facebox .prevButton {
    margin-right: 30px;
}