
/* overwrite a wider space for the map
==================*/
#column1,
#column2 {
	display: none;
}
#main {
	float: none;
	width: 892px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

/* propertyTopLinks
====================*/
.propertyTopLinks {
	height: 40px;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
}
.backLink {
	width: 200px;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 0px;
	line-height: 22px;
	font-weight: bold;
}
.propertyMapLink {
	width: 160px;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 430px;
}
.propertyMapLink A {
	display: inline-block;
	padding: 0 0 0 10px;
	height: 22px;
	line-height: 22px;
	background: url(pics/buttonLeft.gif) no-repeat left top;
	color: #010101;
}
.propertyMapLink A SPAN {
	display: inline-block;
	padding: 0 10px 0 0;
	height: 22px;
	background: url(pics/buttonRight.gif) no-repeat right top;
	cursor: pointer;
}
.propertyMapLink A:hover {
	text-decoration: none;
}
.propertyMapLink A:hover SPAN {
	text-decoration: underline;
}
.printLink {
	display: none;
}

/* propertyInfoHeading
====================*/
.propertyInfoHeading {
	width: 460px;
	float: right;
	padding: 12px 0 0 0;
}

/* propertyInfoImages
====================*/
.propertyInfoImages {
	float: left;
	width: 400px;
	padding: 12px 0 0 0;
	overflow: hidden;
}
.propertyInfoImageLarge {
	width: 400px;
	text-align: center;
	padding: 0 0 8px 0;
}
.propertyInfoImageSmall {
	width: 100px;
	height: 75px;
	padding: 14px;
	background: url(pics/imageBg.gif) no-repeat center center;
	text-align: center;
	float: left;
	margin: 1px;
}
.propertyInfoImageSmall A IMG {
	border: 0;
}
.propertyFloorPlan {
	clear: left;
	padding: 15px 0 0 15px;
}

/* propertyInfoData
====================*/
.propertyInfoData {
	clear: right;
	float: right;
	width: 460px;
}
.propertyInfoData DIV {
	padding: 5px 10px;
}
TABLE.propertyInfoTable {
	border-collapse: collapse;
	margin: 10px 0;
	width: 100%;
}
TABLE.propertyInfoTable TD {
	padding: 4px 10px;
}
TABLE.propertyInfoTable TR.odd TD {
	background-color: #eee;
}
/*
TABLE.propertyInfoTable TD B {
	font-weight: normal;
}
*/
.property .clearDiv {
	clear: none !important;
}

