/* Listings
------------*/

#wrap #container {
padding-right: 0;
background-image: none;
}

#wrap #search h1 {
margin-right: 10px;
}

/* Filter Search */
#search #filter form {
background-color: #fffd02;
width: auto;
padding: 10px 0 10px 10px;
margin: 0 10px 0 0;
overflow: hidden;
}
#search #filter form h2 {
color: #000;
}
#search #filter form h2 a {
color: #fff;
text-transform: capitalize;
font-style: italic;
text-decoration: none;
float: right;
margin: 0 10px 0 0;
}
#search #filter form p {
float: left;
clear: none;
margin: 0 12px 0 0;
}
#search #filter form select {
width: 100px;
}
#search #filter form select.large {
width: 165px;
}
#search #filter form input {
background-color: #000;
color: #fffd02;
border: 1px solid #fff;
font-weight: bold;
margin: 0;
padding: 1px 10px;
}

/* Properties */
#search .property {
background-color: #fffd02;
width: 303px;
h//eight: 330px;
float: left;
margin: 10px 10px 0 0;
position: relative;
padding: 0 0 10px 0;
}

#search .right {
margin: 10px 0 0 0;
}

#search .property strong.publicStatus {
color: #fffd02;
position: absolute;
top: 0;
right: 0;
background: #000;
padding: 2px 4px;
text-transform: uppercase;
}
#search .property a.image {
width: 303px;
height: 227px;
overflow: hidden;
display: block;
}
#search .property a.image img {
width: 303px;
}
#search .property h2 {
background-color: #000;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
padding: 3px 14px;
}
#search .property h2 span {
float: right;
}
#search .property h2 span img {
margin: 0 5px;
vertical-align: middle;
}
#search .property h3 {
color: #000;
margin: 0 14px 10px 14px;
}
#search .property p {
margin: 0 14px 10px 14px;
}
#search .property h4 {
color: #000;
margin: 0 14px;
font-size: 0.9em;
}
#search .property a.more {
background-color: #000;
color: #fffd02;
font-weight: bold;
text-decoration: none;
border:1px solid #fff;
float: right;
font-size: 0.9em;
position: absolute;
bottom: 8px;
right: 14px;
padding: 1px 10px;
}

#search p.pagebar {
padding: 10px 0 0 0;
clear:both;
}
