/*Property List*/
#propertyList {
    margin-top: 10px;
}
#propertyList .header {
    padding: 5px;
    margin-bottom: 5px;
}
#propertyList .header a {
    text-decoration: none;
}
#propertyList .header .rate {
    float: right;
    display: block;
    margin-bottom: 5px;
}
#propertyList dt {
    font-weight: bold;
    float: left;
    width: 80px;
    padding-right: 4px;
}
#propertyList dd {
    margin: 0 0 1px 84px;
}
#propertyList .meta {
    float: right;
    padding: 0 20px 0 10px;
}
#propertyList .body {
    padding-left: 10px;
}
#propertyList .body p {
    margin-left: 105px;
    line-height: 120%;
}
#propertyList .body p a {
    text-decoration: none;
}
#propertyList .body img.pic {
    float: left;
    margin: 0 5px 5px 0;
    border: none;
}
#propertyList img.review {
    vertical-align: bottom;
    margin-left: 3px;
}
#propertyList li {
    margin-bottom: 10px;
    clear: both;
    list-style-type: none;
    float: left;
    width: 99.5%;
}
.unrated {
    font-weight: bold;
}
/*Property List Pager*/
.pager-container {
    float: right;
}
.pager-container a {
    text-decoration: underline;
}
.pager-container .count {
    padding-right: 5px;
}
/*Property List Sort Direction*/
.sort-direction label {
    padding: 0 2px 0 3px;
}
.sort-direction input {
    position: relative;
    top: 3px;
}
