/* Feature Properties */
.featureproperties {
   background-color:#eee;
   margin-bottom:1.5em;
}
.featurepropertiescontent {
   padding:5px;
}
.featureproperty {
   padding:5px;
   background:#fff;
   margin-bottom:5px;
   clear:both;
}
.featureproperty img.photo {
   width:150px;
   height:113px;
   float:left;
   margin-right:5px;
   padding:1px;
   border:2px solid #000;
}
.featureproperty .featurepropertytitle h1 {
   margin:0;
}
.featureproperty h4, .featureproperty .featurepropertytitle, .featureproperty .featurepropertytitle a {
   margin-bottom:0;
   text-align:right;
   font-size:16px;
   letter-spacing: -0.1px;
}
.featureproperty h4 span, .featureproperty .featurepropertytitle span {
   font-size:.8em;
   font-weight:bold;
   color:#000;
   float:right;
}
.featureproperty h4 a, .featureproperty .featurepropertytitle a {
   text-decoration:underline;
   float:left;
   font-weight:bold;
}
.featureproperty h4 a:hover, .featureproperty .featurepropertytitle a:hover {
   text-decoration:underline;
}
.featurepropertydetails {
   height:103px;
   position:relative;
   overflow:hidden;
   margin-bottom:5px;
   line-height:19px;
   border:2px solid #808080;
   padding:5px;
}
.featurepropertydetails h1, .featurepropertydetails h2, .featurepropertydetails h3{
   color:#000;
}
.featurepropertydetails h3{
   /* margin-top:-.5em; */
  margin-bottom: 0;
}
.featurepropertydetails h1 span, .featurepropertydetails h2 span, .featurepropertydetails h3 span{
   float:right;
}

p.featurepropertydesc {
   text-align:left;
   margin-left:0;
   padding-left:0;
   clear:both;
   color:#000;
line-height: 16px;
}
.featurepropertymeta {
   clear:both;
   font-size:.9em;
   background:#efefef;
   text-align:right;
   color:#000;
}
.featurepropertymeta span {
   float:left;
   margin-top:.8em;
   padding-left:1em;
   font-size:.5em;
   font-style:italic;
   color:#967B7E;
}
.featurepropertymeta table {
   margin-bottom:0;
}
.featurepropertymeta th {
   margin:0;
   padding:0 0 0 10px;
   border:0px solid #000;
   text-align:right;
}
.featurepropertymeta td {
   margin:0;
   padding:0 10px 0 0;
   text-align:left;
   vertical-align:middle;
   color:#000;
   border:0px solid #000;
   font-size:10px;
}
.featureproperties.newproperties {
   background-color:#eee;
}
.featureproperties.newproperties h3 {
   /*background-color:darkred;*/
}

#free-market-report {
	width:95%;
	height:200px;
	margin:20px 20px 20px 5px;
	border:3px solid #000;
	border-radius:15px;
	background:#fff;
	padding:10px !important;
	letter-spacing:normal;
	font-weight:normal;
	background:#fff;
	font-family:arial;
}
#free-market-report p.free-market-report-btn {
	font-size:16px;
	font-weight:bold;
	line-height:3.5em;
}
#free-market-report a.free-market-report-link {
	width:160px;
	height:160px;
	float:left;
	margin-right:15px;
	text-align:center;
	color:#fff;
	background:#c00;
	text-decoration:none;
	border-radius:15px;
	font-size:34px;
	padding:10px;
}
#free-market-report .free-market-report-link :hover {
	background:#000;
}
#free-market-report p.free-market-report-desc {
	font-size:15px;
	color:#000;
	line-height:1.6em;
}
#free-market-report a.free-market-report-bottom-link {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#c00;
}
/* START NEW COLORS */
.featureproperties {
   background:#c9b16c;
   letter-spacing:0.07em;
}
.featureproperties h4 {
   font-size:17px;
}
.featureproperties a {
   color:#3c0e13;
   padding-bottom:10px;
}
.featureproperties a:hover {
   color:#000;
   padding-bottom:10px;
}
img.border, #content img {
  border:2px solid #000;
}
.featureproperty img.photo {
  padding:0;
}
.featureproperties.newproperties .featureproperty, .featureproperties.newproperties .featureproperty img {
   border:2px solid #3c0e13;
   border-radius:10px;
  -moz-border-radius:10px;
}
.featurepropertydetails {
   background:#c9b16c;
   border:2px solid #808080;
   border-radius:10px;
  -moz-border-radius:10px;
}
.featurepropertymeta, .featurepropertymeta td {
  background:#3c0e13 !important;
  color:#fff;
  font-size:17px;
  letter-spacing:0.1em;
}
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}
/* END NEW COLORS */