.property {
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 5px;
	border: 1px solid silver;
	width: 96%;
	background-color: #FFFFEE;
	line-height: 140%;
	clear: both;
	position: relative;
}

.featured .property
{
background-color: transparent !important;
border: none;
}

.property .image
{
float: left;
margin: 2px 10px 2px 5px;
width: 160px;
}

.property .image img
{
display: block;
margin: 0 auto;
border: 2px solid navy;
}
.property .margin175 {margin-left: 175px;}
/*
.property img
{
  float: left;
	margin: 2px 10px 2px 5px; border: 2px solid navy;
}
*/

.property h4, .property h2, .property h3
{
	color: black;
	line-height: 140%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 12px;
}

.property h4
{
color: maroon;
font-weight: bold;
clear: both;
text-align: center;
margin:  30px 0 0 0;
padding: 0;
}

.property h2 {
text-transform: uppercase;
}

.property p {
	margin: 4px 0 6px 0; padding: 0;
}

.featured .property {
   background-color: white;
   margin-bottom: 5px;
}

.sold h2 strong {
	color: maroon; 
}

.sold
{
background-color: #eee;
}

.soldimage
{
/*overflow: visible;
vertical-align: baseline;*/
padding-top: 10px;
position: absolute;
text-align: center;
left: 0;
top: 40px;
width: 179px;
height: 35px;
color: maroon;
font-family: "comic sans ms", arial, san-serif;
font-size: 3em;
}

span.highlight em {
	font-style: normal;
	color: maroon;
}

.pending
{
background-color: #EDF3D3 !important;
}

/* GOLF COURSES - added by Viktor on 2011/01/12 */
.about-golf .newsitem h2 {
	padding-left: 28px;
	background: url('images/golf-bullet.png') scroll no-repeat left center;
}
