/* Refine Search
---------------- */
#auction a.print {
float: right;
margin: 4px 0 0 0;
font-size: 0.9em;
text-decoration: underline;
}

/* Properties
------------- */
#auction .property {
background-color: transparent;
background-image: url(/_lib/professional/runaway_bay/img/bg_listing.gif);
background-position: top left;
background-repeat: no-repeat;
/* Structure */
margin: 0 0 10px 0;
}
#auction .propertyContainer {
/* Structure */
padding: 3px 0;
position: relative;
}
#auction .propertyContainer a.image img {
/* Structure */
float: left;
display: block;
}
#auction .propertyContainer .details {
/* Structure */
margin: 20px 0 20px 20px;
width: 410px;
float: left;
}
#auction .propertyContainer .details p.address {
/* Structure */
text-transform: capitalize;
}
#auction .propertyContainer .details p.address strong {
text-transform: uppercase;
/* Structure */
font-weight: normal;
}
#auction .propertyContainer .details p.address a {
text-decoration:none;
}


#auction .propertyContainer .details h2.title {
color: #2e2e2e;
font-size: 1.1em;
/* Structure */
text-transform: uppercase;
margin: 20px 0;
}
#auction .propertyContainer .features {
/* Structure */
margin: 20px 10px;
float: right;
text-align: right;
}
#auction .propertyContainer .features .icons p {
color: #555759;
/* Structure */
display: inline;
font-size: 1.2em;
font-weight: bold;
margin: 0 0 0 10px;
}
#auction .propertyContainer .features .icons p img {
/* Structure */
margin: 0 0 0 5px;
vertical-align: bottom;
}
#auction .propertyContainer .features h3.price {
font-size: 1.5em;
color: #2e2e2e;
/* Structure */
margin: 15px 0;
width: 200px;
}
#auction .propertyContainer .links {
/* Structure */
position: absolute;
bottom: 10px;
right: 10px;
}
#auction .propertyContainer .links a.button {
margin: 10px 0 0 0;
}
#auction p.pagebar {
/* Structure */
text-align: right;
margin: 30px 0;
}
#auction p.pagebar a {
text-decoration: underline;
}
