/* Listings
------------*/

#wrap #container {
padding-right: 0;
background-image: none;
}

#wrap #search h1 {
margin-right: 10px;
}

/* Filter Search */
#search #filterContainer form {
background-color: #0094ee;
width: auto;
padding: 10px 0 10px 10px;
margin: 0 10px 0 0;
overflow: hidden;
}
#search #filterContainer form h2 {
color: #fff;
}
#search #filterContainer form h2 a {
color: #fff;
text-transform: capitalize;
font-style: italic;
text-decoration: none;
float: right;
margin: 0 10px 0 0;
}
#search #filterContainer form p {
float: left;
clear: none;
margin: 0 12px 0 0;
}
#search #filterContainer form select {
width: 100px;
}
#search #filterContainer form select.large {
text-transform: capitalize;
width: 165px;
}
#search #filterContainer form input {
background-color: #fff;
border:1px solid #8fd4fd;
color: #0094ec;
font-weight: bold;
margin: 0;
padding: 1px 10px;
}

/* Properties */
#search .property {
background-color: #e6e6e7;
width: 303px;
float: left;
margin: 10px 10px 0 0;
position: relative;
padding: 0 0 10px 0;
}
#search .property.right {
margin-right: 0;
}
#search .property strong.publicStatus {
color: #D00000;
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: #00708e;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
padding: 3px 14px;
}
#search .property h2 a {
color: #fff;
text-decoration: none;
}
#search .property h2 span {
float: right;
}
#search .property h2 span img {
margin: 0 5px;
vertical-align: middle;
}
#search .property h3 {
color: #00708e;
margin: 0 14px 10px 14px;
}
#search .property p {
margin: 0 14px 10px 14px;
}
#search .property h4 {
color: #00708e;
margin: 0 14px;
font-size: 0.9em;
}
#search .property a.more {
background-color: #0094ec;
color: #fff;
font-weight: bold;
text-decoration: none;
float: right;
font-size: 0.9em;
position: absolute;
bottom: 8px;
right: 14px;
padding: 4px 10px;
border:1px solid #8fd4fd;
}
#search .property a.more:hover {
background-color: #2ca3e8;
}

#search p.pagebar {
padding: 10px 0 0 0;
clear:both;
}
