/* CSS Style for the property details page */

#imgContainer {
	display: table;
	float: left;
	width: 100%;
	height: auto;
}

#propertyImage {
	width: 400px;
	height: 300px;
	background-color: #FBFADB;
	border: solid 1px #CCCCCC; 
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#infoArea {
	width: 285px;
	height: 300px;
	background-color: #EAEDFE;
	border: solid 1px #CCCCCC; 
	text-align: left;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	margin-bottom: 5px;
}

#thumbs {
	width: 100% - 4px;
	float: left;
	height: auto;
	background-color: #FBFADB;
	border: solid 1px #CCCCCC; 
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 4px;
}

.thumbImages {
	margin: 5px;
	border: solid 1px #CCCCCC; 
}	
.headingCell {
	color: #000099;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	padding-right: 20px;
}

.infoCell {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 1em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.bdrmCell {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 1em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.avCell {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #C60000;
	font-size: 1em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.price {
	color: #CE0000;
	margin-left: 10px;
}

#availability {
	width: 376px;
	height: auto;
}
