/* === VIP HOME STYLE DEFINITIONS ===
======================================= */

#featuredProps {
	width:100%;
	float:left;
	margin-bottom: 20px;
}

#featuredProps .prop {
	float:left;
	margin-right:22px;
}

#featuredProps .prop .pic {
	text-align: center;
	height: 99px;
	width: 127px;
}

#featuredProps .prop .pic img {
	border: 1px solid #eee;
}

#featuredProps .prop .description {
	/* height: 29px; */
	width: 127px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	color: #aaa;
}

#featuredProps .prop .description a {
	font-weight: bold;
	color: #3F5C8D;
	text-decoration: none;
}

#featuredProps .prop .description a:hover {
	color: #7FCFFA
}
