div.property{
	height: 170px;
	border: 1px solid #000;
	margin-bottom: 15px;
	width: 486px;
	text-align: left;
}

.property img{
		display: block;
}

div.property-home-small{
	border: 1px solid #990000;
	width: 120px;
	height: 110px;
}

div.property-header{
	/*width: 100%;*/
	height: 20px;
	background-color: #570f0f;
	color: #fff;
	text-align: right;
	padding-right: 8px;
}

div.property-footer{
	height: 20px;
	background-color: #e5e5e5;
	color: #000;
	text-align: left;
	padding: 0 8px 0 8px;
	clear: both;
}

div.property-column1{
	float: left;
	padding: 5px;
	text-align: center;
	width: 110px;
}
div.property-column2{
	float: right;
	padding: 3px;
	
	width: 348px;
	/*width: 100%;
	height: 20px;
	width: 350px;
	*/
}

.property-price{
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0 0 0;
}

.property-details{
	float: left;
	width: 260px;
	
}

.property-bedbath{
	font-size: 10px;
	padding-bottom: 15px;
}

.property-information{
	font-size: 10px;
	line-height: 14px;
}

.property-showing{
	float: right;
	width: 80px;
	text-align: center;
	padding-top: 10px;
}

/*---- Property Specific Pages ----*/

/*
div.ps-property{
	width: 490px;
	height: 650px;
	border: 1px solid #000;
	margin-bottom: 15px;
	clear: both;
	display: block;
}
*/
.ps-property-table{
	width: 486px;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.ps-property img{
		display: block;
}

.ps-property-pic{
	float: left;
	height: 230px;

}

.ps-property-pic img{
	border: 1px solid #990000;
	margin: 10px;
}

.ps-property-nav{
	float: right;
	padding: 10px;
	width: 140px;
	height: 230px;
}

.ps-property-nav a{
	font-size: 9px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.ps-property-nav a:hover{

}

#ps-property-nav-table td{
	padding: 5px 0 5px 5px;	
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 130px;
	cursor: pointer;
}

.ps-property-price{
	float: left;
	width: 120px;
	padding: 5px 5px 15px 16px;
	margin: 15px 15px 20px 15px;
	background-color: #e5e5e5;
	text-align: left;
	border: 1px solid #000;
}

.ps-property-information{
	float: left;
	width: 300px;
	padding: 0 5px 0 0;
	margin: 0 0 20px 0;
	border: 0px solid #000;
}

.tableRollOverEffect2{
		background-color:#d0cfcf;
		color:#FFF;
}
	
.tableRowClickEffect2{
		background-color:#d0cfcf;
		color:#FFF;
}