/* CSS Document - Property display styles*/
#propertyimages {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 300px;
}

#propertydesc {
	margin-left: 310px;
	position: relative;
}

#propertydesc div {
	margin-top: 10px;
	display: block;
	position: relative;
}

#propertydesc .field{
	position: absolute;
	font-weight: bold;
}

#propertydesc .value{
	margin-left: 10em;
	margin-top: 10px;
}

.full {
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

.detailimage{
	margin: 10px;
	border: 1px solid #000000;
}

.thumbnail{
	width: 80px;
	border: 1px solid #000000;
}