/* general css that could really go in the main css file */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* wprl css */
.wprl_content {
  margin: 0px 18px 0px 18px;
}

.search_table {
  margin-bottom: 10px;
}

.search_table label {
  padding-bottom: 5px;
}

.search_table td {
  padding: 5px 15px 20px 15px;
  font-size: 14px;
  font-weight: bold;
}

.search_table .button {
  font-size: 16px;
  border: 3px double #555;
  background: #eee;
  padding: 1px 10px;
}

.search_table .button:hover {
  background: #fff;
}

.search_table p {
  margin: 0px 0px 4px 0px;
}


#listings-pager {
  margin-bottom: 25px;
}

#listings-pager a {
  float: left;
  
  display: block;

  width: 25px;
  height: 25px;
  background: #eee;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
  line-height: 25px;

  text-decoration: none;

  color: maroon;
}

#listings-pager a:hover {
  background: #fff;
}

#listings-pager a.curpage {
  font-weight: normal;
  background: #ccc;
}

#wprl_ssr .listing {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 5px 10px 15px 0px;
}

#wprl_property .listing {
  margin: 2px;
}

.listing {
  line-height: 20px;
  letter-spacing: 1px;
  font-size: 12px;
  
  padding: 3px;
}

.listing p {
  margin: 0px;
  padding: 0px;
}

.listing h2 {
  margin-bottom: 2px;
}

.listing .row {
}

.listing .column {
  float: left;
  margin: 5px;
}

.listing .ssr_prop_img img {
  width: 175px;
  height: auto;
  border: 1px solid black;
	padding : 0px !important;
}

.listing .ssr_prop_img .noimg {
  width: 175px;
  height: 120px;
  border: 1px solid black;
  line-height: 120px;
  text-align: center;
  background: #eee;
}

.listing .ssr_prop_img {
  width: 180px;
}

.listing .ssr_prop_data {
  width: 200px;
}

.listing .propdata {
  width: 180px;
  background: #fff;
}

.listing .propdata th {
}

.listing .propdata td {
  font-size: 16px;
  text-align: center;
  background: #ddd;
}

.listing .col {
  float: left;
  width: 340px;
  border: 0px solid black;
}

.listing .col#col_left
{
	width : 340px;
	padding-right : 10px;
}

.listing .col hr {
  height: 1px;
  background: #ccc;
  border: 0px solid black;
}

#wprl_prop .listing h2 {

}

.listing .listing-nav {
  text-align: left;
  margin: 0px 0px 10px 0px;
  font-size: 11px;

  border : 1px solid #ccc;
}

.listing .listing-nav a {
  text-decoration: none;
  color: maroon;
  margin-right: 15px;
  margin-left: 5px;
}

.listing .listing-nav a:hover {
  text-decoration: underline;
  color: blue;
}

.listing #listing-main-photo {
  position: relative;
  text-align: center;
}

.listing #listing-main-photo img {
  border: 3px solid #555;
  width: 360px;
}


.listing #listing-main-photo .noimg {
  width: 340px;
  height: 220px;
  border: 1px solid black;
  line-height: 220px;
  text-align: center;
  background: #eee;
}

.listing #listing-alt-photos {
  text-align: center;
  margin-top: 5px;
  position: relative;
}

.listing .col #listing-alt-photos img {
  border: 1px solid #888;
  margin: 5px 5px 5px 0px;
  width: 140px;
  height: 94px;
}

.listing .col ul {
  margin: 0px 0px 10px 0px;
  padding-left: 0px;
  list-style: none;
}

.listing .col ul li ul {
  list-style: square;
  padding-left: 25px;
}

.listing #listing-presenting-agent {
  margin: 10px 0px 10px 0px;
  background: #eee;
  padding: 5px;
}

.listing #listing-presenting-agent h5 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

.listing #listing-broker {
  margin: 10px 0px 10px 0px;
  background: #eee;
  padding: 5px;
}

.listing #listing-broker h5 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

#wprl_calc_body {
  background-image: none;
  background: #fff;
}


#wprl_mortgage .cme {
  margin: 15px auto 0px auto;
  text-align: center;
}

#wprl_mortgage table {
  width: 455px;
  margin: 5px auto 5px auto;
  border: 1px solid #c2c2c2;
  background: #eee;
}

#wprl_mortgage table th {
  padding: 2px;
  font-size: small;
}

#wprl_mortgage table td {
  padding: 2px;
  font-size: small;
}

#wprl_mortgage table caption {
  font-weight: bolder;
  text-align: center;

  padding-left: 5px;
  margin: 15px auto 2px auto;
  border-bottom: 0px solid #C2C2C2;  
}

#wprl_mortgage table td hr {
  background: #c2c2c2;
  border: 0px solid #c2c2c2;
  height: 1px;
}

#wprl_amortization {
  width: 455px;
  margin: 5px auto 5px auto;
}

#wprl_amortization th {
  border: 1px solid #C2C2C2;
  padding: 2px;
  font-size: small;
  background-color: #ccc;
  text-align: center;
}

#wprl_amortization td {
  border: 1px solid #C2C2C2;
  padding: 2px;
  font-size: small;
  text-align: center;
  background-color: #ddd;
}


/* css for the select multiple feature */
.selectmultiple {
  width: 500px !important;
  margin: 5px auto 5px 0px;
  padding: 2px 3px 3px 3px;
  color: white;
  font-size: 12px;
}

.selectmultiple a {
  color: Blue;
  font-size: 12px;
  letter-spacing: 1px;
}

.selectmultiple div {
  max-height: 258px;
  overflow: auto;
  border: 1px solid #555;
  padding: 2px;
  background-color: #E1E1E1;
  margin-top: 3px;

}

.selectmultiple label {
  display: block;
  font: 12px Verdana, sans-serif;
  border: 1px solid black;
  padding: 6px 2px 6px 20px;
  margin: 3px 1px 3px 1px;
  vertical-align: middle;
  line-height: 12px;
  background-color: White;
  color: black;
  text-align: left;
  font-weight: normal !important;
}

.selectmultiple label:hover {
  background-color: #DFE4E7;
}

.selectmultiple input {
  margin: 0px 8px 0px 5px;
  vertical-align: middle;
}

.listing-featured img
{
	width : 175px;
	height : 131px;
	border : 0px;
}
	