#listings {
    float: left;
    border-bottom: 1px solid #014f01;
    margin: 1em 0 1em 0;
    width: 100%;
}

.listingIndex {
    float: left;
    padding: 0.5em 5px;
    border-top: 1px solid #014f01;
        width: 100%;
}

.listingInfo {
    float: left;
    width: 531px;
}

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

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

.listingTag {
    display: block;
    text-align: center;
    background-color: #027f02;
    color: white;
    font-weight: bold;
}

.listingPhoto {
    clear: right;
    float: right;
    text-align: center;
    border: 1px solid #014f01;
    margin: 0;
    padding: 0;
}

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

.listingShowPhoto img {
    border: 1px solid #014f01;
}

.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%;
    padding-top: 1em;
    text-align: center;
}

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

#listingShowPhotos p.otherFiles {
    text-align: left;
    padding: 1em 1em 0em 1em;
}

.listingPhoto img {
}

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

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

#prevnext input {
    font-weight: normal;
}

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

.show_odd  { background-color: #bedebe; }
.show_even { background-color: #b0d7b0; }

.listingTable {
    clear: left;
    border: 1px solid #014f01;
    width: 100%;
}

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

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

#listingForm {
    padding-top: 1em;
}

.formGroup {
    float: left;
    width: 334.5px;
}

#subInfo {
    width: 400px;
}

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

#listingForm fieldset {
    clear: left;
    text-align: left;
    margin: 0 5px;
    border: 1px solid #014f01;
    padding: 2px 5px;
}

fieldset#FScities label {
    clear: none;
    width: 50%;
    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: 50px;
}

#mainFormTop label, #mainFormTop input.iText, #mainFormTop select {
    display: inline;
    float: left;
    text-align: left;
}
#mainFormTop select { width: 100px; }
#mainFormTop label, fieldset label {
    padding-top: 3px;
}
#mainFormTop {
    width: 100%;
    float: left;
    margin-top: 6px;
}

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

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

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

#mainFormBottom {
    clear: left;
    text-align: center;
    padding: 0.5em 0;
}

input.iSubmit {
    margin: 0px 10px;
}

#listingForm h3 {
    clear: left;
}

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

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

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

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

.listingTabs {
    border-bottom: 1px solid #014f01;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.listingTabs li {
    display: inline;
    padding: 0 5px;
}

.listingTabs a {
    border: 1px solid #014f01;
    padding: 0 10px;
    background-color: #bedebe;
    text-decoration: none;
}

.listingTabs a, .listingTabs a:visited, .listingTabs a:hover, .listingTabs a:active {
    color: black;
}

.listingTabs a:hover {
    text-decoration: underline;
}

.listingTabs .current a {
    border-bottom-color: white;
    background-color: white;
}

.agentCard2 td {
    padding: 0;
    padding-right: 10px;
}

.fieldName {
    white-space: pre;
}

.listingHidden {
    display: none;
}

