#listings {
    float: left;
    border-bottom: 1px solid black;
    margin: 0em 20px 1em 0px;
}

.listingIndex {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 0.5em 5px;
    border-top: 1px solid black;
    width: 665px;
    margin: 0px;
}

.listingInfo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 510px;
}

.tourLink {
    display: inline;
    float: right;
    margin: 5px;
}

.listingTitle {
    display: block;
    font-weight: bold;
}

.listingTag {
    display: block;
    text-align: center;
    background-color: #f9edbf;
    color: black;
    font-weight: bold;
    font-size: 90%;
}

.listingPhoto {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: right;
    float: right;
    text-align: center;
    border: 1px solid black;
    margin: 0;
    padding: 0;
}

.listingShowPhoto {
    margin-right: 20px;
    display: inline;
    float: left;
}

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

.listingShowPhoto.small {
    width: 120px;
    height: expression('110px');
    height: 110px;
}

.listingShowPhoto.only {
    float: none;
    display: block;
    margin: 0;
    margin: 0 auto;
}

#listingShowPhotos {
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0px 0 20px;
    text-align: center;
}

#listingShowPhotos p {
    clear: left;
    margin: 0;
    padding: 1em;
}

.listingPhoto img {
}

#prevnext {
    float: left;
    clear: left;
    text-align: center;
    font-weight: bold;
    padding-bottom: 1em;
    width: 665px;
}

#prevnext div {
    padding-top: 3px;
}

#prevnext input {
    font-weight: normal;
}

#buttonPrev { float: left; }
#buttonNext { float: right; }

.show_odd  { background-color: #dddddd; }
.show_even { background-color: #cccccc; }

.listingTable {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: left;
    border: 1px solid black;
    width: 670px;
    margin: 0 20px;
}

.listingTable td {
    padding: 1px 10px;
}

.listingTable td table td {
    padding: 1px 20px 1px 0px;
}

.listingPhotos {
    padding: 1em;
    text-align: center;
}

#listingForm {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
}

.formGroup {
    clear: left;
    margin: 0 0 0 180px;
    width: 350px;
}

#subInfo {
    width: 320px;
    float: left;
}

#listingForm input.iText, #listingForm select {
    margin: 2px 0;
}

#listingForm fieldset {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: left;
    text-align: left;
    display: inline;
    float: left;
    margin: 0;
    width: 300px;
    border: 1px solid black;
    padding: 5px;
}

fieldset#FScities label {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: none;
    width: 200px;
    margin: 0;
    padding: 0;
}

#FScities input {
    margin: 2px 5px;
}

#listingForm legend {
    color: black;
    font-weight: bold;
}

fieldset#FSfeatures label {
    clear: left;
    width: 85px;
}

fieldset#FSfeatures select {
    float: left;
    margin-right: 60px;
}

#mainFormTop label, #mainFormTop input.iText, #mainFormTop select {
    display: inline;
    float: left;
    text-align: left;
}
#mainFormTop select { width: 77px; }
#mainFormTop select#LFcommunity { width: 164px; }
#mainFormTop label, fieldset label {
    padding-top: 3px;
}
#mainFormTop {
    width: 270px;
    margin-top: 10px;
}

#listingForm label {
    float: left;
    width: 90px;
    clear: left;
}

#listingForm input.iText  {
    float: left;
    width: 164px;
}

label#LFLhi       { width: 10px; text-align: center; clear: none; }

div#mainFormBottom {
    clear: left;
    text-align: center;
    padding: 0.5em 0px;
    _padding-left: 20px;
    width: 700px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input.iSubmit {
    margin: 0px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*
input#LFsubmit0 { width: 100px; }
input#LFsubmit1 { width: 180px; }
*/

/*
#listingForm h3 {
    clear: left;
}
*/

#subActionRadios label, #subNewsActionRadios label {
    padding-left: 10px;
    width: 200px;
}

#subActionRadios label input, #subNewsActionRadios label input {
    margin: 5px 4px -2px 0px;
}

a.contact {
    display: block;
    font-size: 160%;
    font-style: italic;
    text-align: center;
    margin-bottom: 0.5em;
    color: black !important;
}

a.contact:hover {
    color: blue !important;
}


