/* Listings
------------*/

#wrap #container {
padding-right: 0;
background-image: url(/_lib/starter/005/img/bg_content.gif);
background-position: top;
background-repeat: repeat-x;
border-top:1px solid #c2c8d1;
}

#wrap #search h1 {
margin-right: 10px;
}

/* Filter Search */
#search #filterContainer form {
background-color: #E7F0EC;
border-top:1px solid #a0c5b4;
border-bottom:1px solid #a0c5b4;
width: auto;
padding: 10px 0 10px 10px;
margin: 0 10px 0 0;
overflow: hidden;
}
#search #filterContainer form h2 {
color: #006940;
}
#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: #cd6e19;
color: #fff;
border: none;
font-weight: bold;
margin: 0;
padding: 1px 10px;
}

/* Properties */
#search .property {
background-color: #E7F0EC;
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: #006940;
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: #006940;
margin: 0 14px 10px 14px;
}
#search .property p {
margin: 0 14px 10px 14px;
}
#search .property h4 {
color: #006940;
margin: 0 14px;
font-size: 0.9em;
}
#search .property a.more {
background-color: #cd6e19;
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;
}
