.SalesRowSold
{
	background: url(../images/sold.gif) no-repeat;
	width: 555px;
	border-bottom: solid 1px black;
}

.SalesRowLeased
{
	background: url(../images/leased.gif) no-repeat;
	width: 555px;
	border-bottom: solid 1px black;
}

.SalesRow
{
	width: 555px;
	border-bottom: solid 1px black;
}

.VideoLink a
{
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	color: black;
}

.VideoLink
{
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	color: black;
}

.SmallImage
{
	padding: 5px;
}

.ShortDescription
{
	padding: 5px;
	font-weight:bold;
	font-size: 10pt;
	border: double 3px #000000;
	background-color:#E1E1E1;
	margin: 20px;
	padding: 5px;
}

.SalesRowOver
{
	background-color:#F0EAC8;
	width: 555px;
	border-bottom: solid 1px black;
	cursor:pointer;
}

.SaleDetailsWindow
{
    z-index:999999;
	position:absolute;
	top: 25px;
	left:25px;
	border: solid 3px #000000;
	height:500px;
	width: 515px;
	display:none;
}

.ShowDetails
{
	z-index:999999;
	position:absolute;
	top: 25px;
	left:25px;
	border: solid 3px #000000;
	height:575px;
	width: 515px;
	background-color:#F0EAC8;
}

.SalesDetailHeader
{
	font-weight:bold;
	color: #FFFFFF;
	padding-top:3px;
	padding-left: 5px;
	font-size: 10pt;
	height:25px;
	background-image:url(../images/headerbackground.jpg);
	background-repeat:repeat-x;
}

.FullDescription
{
	font-size: 10pt;
	font-weight: bold;
}