/* Listings
------------*/

#wrap #container {
padding-right: 0;
background-image: none;
}

#wrap #search h1 {
margin-right: 10px;
}

/* Filter Search */
#search #filter form {
background-color: #121111;
width: auto;
padding: 10px 0 10px 10px;
margin: 0 10px 0 0;
overflow: hidden;
}
#search #filter form h2 {
color: #fff;
}
#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: #EEE;
color: #343434;
border: 1px solid #343434;
font-weight: bold;
margin: 0;
padding: 1px 10px;
}

/* Properties */
#search .property {
background-color: #DCDCDC;
width: 303px;
h//eight: 330px;
float: left;
margin: 10px 10px 0 0;
position: relative;
padding: 0 0 10px 0;
}
#search .property strong.publicStatus {
color: #e80074;
position: absolute;
top: 0;
right: 0;
background: #fff;
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: #121111;
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: #121111;
margin: 0 14px 10px 14px;
}
#search .property p {
margin: 0 14px 10px 14px;
}
#search .property h4 {
color: #121111;
margin: 0 14px;
font-size: 0.9em;
}
#search .property a.more {
background-color: #e80074;
color: #fff;
font-weight: bold;
text-decoration: none;
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;
}
