
div.property
{
	width: 204px;
	float: left;
	margin: 10px;
/*	height: 200px; */
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: x-small;
}
div.property:hover {
	background-color:#CCCCCC;
}

div.property table
{
	text-align: center;
	height: 220px;
}

div.property table img
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 175px;
}

.text_for_image strong {
	font-size: x-small;
	font-weight: normal;
	margin: inherit;
	line-height: inherit;
	color: #485F27;
    font-family: Georgia, "Times New Roman", Times, serif;
}

