

/* Results */

.search-results {
    margin-bottom: 50px;
}
.search-results .summary {
    margin-bottom: 2em !important;
    font-size: 1.2em !important;
}
.search-results .property {
    margin-top: 24px;
    border-top: 2px solid #e7ebef;
    padding-top: 24px;
}
.search-results .property a {
    color: #034ea2;
}
.search-results .buttons {
    float: right;
}
.search-results .buttons a {
    display: block;
    background-color: #ccd4dd;
    text-align: center;
    margin: 0 0 5px 10px;
    padding: 3px 5px;
    text-decoration: none;
}
.search-results .buttons a:hover {
    background-color: #034ea2;
    color: white;
}
.search-results .property.first {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}
.search-results .property .image {
    width: 125px;
    float: left;
    margin-right: 25px;
}
.search-results .property .image a img {
    border: 0;
}
.search-results .property .info {
    width: 550px;
    float: left;
}
.search-results .property .property-name {
    margin: 0;
    padding: 0;
    color: #034ea2;
    font-size: 16px;
    text-transform: uppercase;
}
.search-results .location {
    margin-top: 1em;
}
.search-results .location p {
    margin: 0;
    padding: 0;
    font-size: 13px !important;
}
.search-results .property p.description {
    padding-top: 1em !important;
    font-weight: normal !important;
}
.search-results .property .size-and-price {
    padding-top: .5em !important;
    font-weight: normal !important;
    font-size: 1.1em;
}
.search-results .property .hours {
    padding-top: .25em !important;
    font-weight: bold;
    font-size: 1.1em;
}
.search-results .clear {
    clear: both;
    position: relative;
    height: 0px;
    overflow: hidden;
}


/* Pagination */

.pagination {
    margin: 0 0 2em;
    text-align: center;
}
.pagination a, .pagination span {
    border: 1px solid #ccc;
    padding: 2px 5px;
    margin: 0 2px;
    text-decoration: none;
}
.pagination .current {
    background-color: #e0e0e0;
    color: black;
}


/* Widget */

.search-widget {
    padding: 10px;
    background-color: #e5e5e5;
    color: #58595b;
    font-size: 13px;
    font-family: "Univers Condensed","Arial Narrow",Arial,"Trebuchet MS","Bitstream Vera Sans",sans-serif;
}
#home-search-widget {
    position: absolute;
    width: 189px;
    left: 29px;
    bottom: 128px;
    font-size: 11px;
	background-image:url(../images/bgtile.png);
}
#home-search-widget button,
#home-search-widget input,
#home-search-widget select {
    font-size: 1em;
}
.search-widget form {
    margin: 0;
    padding: 0;
}
.search-widget h1 {
    color: #034ea2;
    font-size: 18px;
    margin: 0;
    padding: 5px 10px;
    background: url(../images/search-header-bg.gif) 0 0 repeat-y;
}
.search-widget h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 .5em;
    padding: 0;
}
#home-search-widget h2 {
    font-size: 14px;
    font-weight: bold;
}
.search-widget .results {
    margin-bottom: 1em;
}
.search-widget .results .summary {
    margin: 0;
    padding: 10px 0 10px 10px;
    font-size: 13px;
    font-weight: normal;
    color: #034ea2;
}
.search-widget .results .count {
    font-weight: bold;
}
.search-widget .field {
    width: 40%;
    float: left;
    padding-bottom: .2em;
}
#home-search-widget .field {
    padding-bottom: .5em;
}
.search-widget .field.state,
.search-widget .field.zip,
.search-widget .field.price {
    clear: left;
}
.search-widget .field.city,
.search-widget .field.distance,
.search-widget .field.bedrooms {
    width: 55%;
    margin-left: 5%;
}
.search-widget .field.pet-friendly {
    float: none;
    clear: left;
    width: 100%;
}
.search-widget .field.pet-friendly .label {
}
.search-widget label {
    display: block;
}
#home-search-widget label {
    display: none;
}
#home-search-widget .zip label {
    display: inline;
    text-transform: uppercase;
}
.search-widget .field.pet-friendly label {
    display: inline !important;
    text-transform: lowercase;
}
.search-widget select {
    width: 100%;
}
.search-widget .submit {
    clear: both;
    text-align: right;
}
.search-widget .link-to-results {
    position: absolute;
    left: -9999px;
}


