﻿.featuredpropertycontainer
{
	margin-top: 10px;
	margin-left: 10px;
	width: 176px;
	height: 127px;
}

.featuredpropertyimagecontainer
{
	width: 170px;
	height: 120px;
	border-width: 3px;
	border-style: solid;
	border-color: #003159;
	border-right-color: #4399BE;
	background-color: #FBF2D1;
	text-align: center;
	float: left;
	overflow: hidden;
}

.featuredpropertyinnerimagecontainer
{
	width: 170px;
	height: 120px;
	overflow: hidden;
}

.featuredpropertyimage
{
	width: 170px;
	height: 120px;
	line-height: 117px;
	vertical-align: middle;
	display: table-cell;
}

.featuredpropertytopbar
{
	width: 169px;
	height: 13px;
	padding-left: 4px;
	text-align: left;
	font-size: x-small;
	position: relative;
	left: 0px;
	top: -123px;
	color: #ffffff;
	font-weight: bold;
	overflow: hidden;
	/*background-color: #EDC01C;*/
	background-color: #4399BE;
	background-image: url('img/featured_grad.jpg');
	background-position: left;
	background-repeat: repeat-y;
}

.featuredpropertybottombar
{
	width: 165px;
	height: 13px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	font-size: x-small;
	position: relative;
	top: -23px;
	color: #ffffff;
	font-weight: bold;
	overflow: hidden;
	/*background-color: #EDC01C;*/
	background-color: #4399BE;
	background-image: url('img/featured_grad.jpg');
	background-position: left;
	background-repeat: repeat-y;
}

.featuredpropertyprice
{
	width: auto;
	height: auto;
	text-align: left;
	float: left;
}

.featuredpropertyviewdetails
{
	width: auto;
	height: auto;
	text-align: right;
	float: right;
}

.featuredpropertyviewdetails a
{
	color: #ffffff;
	font-weight: bold;
}