/* PW Rentals CSS goes here */
div#pw_properties {
  position: relative;
  clear: both;
}
div#pw_properties .altrow {
  background-color: #E7E7E7;
}
div#pw_properties .sort_selected {
}
div#pw_properties .sort_asc:after, #pw_properties .sort_asc:before {
  /* 2191 single, 21d1 double */
  content: "\2193"; /* Hex unicode down arrow */
  content: "\21e9"; /* Hex unicode white down arrow */
}
div#pw_properties .sort_desc:after, #pw_properties .sort_desc:before {
  content: "\2191"; /* Hex unicode up arrow */
  content: "\21e7"; /* Hex unicode up arrow */
}
div.pw_property {
  min-height: 170px;
  background-color: #eee;
  padding: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
}
div.pw_property .description { font-weight: normal; }
div.pw_property table { margin-bottom: 6px; }
div.pw_property table th { text-align: left; }
div.pw_property table td { text-align: right; padding-right: 15px; }
div.pw_property table tr.building_type td { text-align: left; }
div.pw_property .nophoto {
  width: 160px;
  height: 92px;
  padding-top: 68px;
  text-align: center;
}
#pw_bigthumb .nophoto, #pw_details #bigimg .nophoto {
    width: 300px;
    height: 160px;
    background-color: white;
    padding-top: 140px;
    text-align: center;
    border: 1px solid black;
    display: block;
}
div.pw_property img {
    border: none;
}
div.pw_property h3 {
  margin: 0; padding: 0;
}
div.pw_property h4 {
  font-size: 1em;
}
div.pw_property p {
  margin: 0; padding: 0;
  padding-bottom: 10px;
}
#paging { padding: 10px 0; }
.pw_thumbnail, .vr_thumbnail {
  width: 160px;
  /* do not fix height -- image proportions may vary */
  color: black;
  border: 1px solid #aaa;
  background-color: white;
  position: absolute;
	left: 10px;
}
.pw_thumbnail img, .vr_thumbnail img {
  max-width: 160px;
  max-height: 160px;
  display: block; /* necessary for center alignment */
  margin-left: auto;
  margin-right: auto;
}
.vr_thumbnail { margin-top: 9px; }
div.pw_info {
  margin-left: 190px !important;
  padding: 5px;
  width: 450px;
}
div.pw_comments {
  padding-bottom: 10px;
}

/* details view stuff */
div#pw_top {
  position: relative;
  height: 320px;
}
div#pw_basics {
  margin-left: 340px;
  padding-top: 12px;
  width: 265px;
}
#pw_basics p { margin-top: 0; }
#pw_details #bigimg,
div#pw_bigthumb {
  position: absolute;
  top: 5px; left: 0;
  width: 300px;
}

#pw_search {
    position: relative;
    padding: 10px 8px;
    padding-bottom: 7px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size:.8em;
    background: #c0b19c url(../img/searchBoxGradient.gif);
    background-repeat: repeat-x;
    border: 1px solid #8f6b53;
}
#pw_search form { margin: 0; } /* IE7 adds margins to forms? turn it off! */
#pw_search div.input { float: left; padding-right: 10px; }
.vrentals #pw_search label { padding-left: 5px; }
#pw_search div.submit { clear: both; padding-top: 3px; }
#pw_search div.form_row { clear: both; margin-bottom: 5px; }
#city_select { padding-top: 10px; }
/* #pw_search #search_submit input {float: right; margin-right: 20px; margin-top: 5px;} */
#search_buttons { position: absolute; right: 10px; bottom: 10px;}
#search_buttons input { height: 27px; float: left; margin-left: 5px; }
#reset_dates { 
	color: white; background-color: #B9504A; 
	text-transform: lowercase; 
	font-family: sans-serif;
}
#pw_search label { padding-right: 5px; }

div.pw_agent_info {
    margin: 10px 30px;
}

div.search_errors {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #E04945;
}
div.search_errors ul {
    margin: 0;
    padding-left: 1em;
}
#abovelist {position: relative; width: 100%; height: 2em;}
#abovelist #sort {position: absolute; right: 0; }
#abovelist .paging {padding-top: .5em; }

