.plContainer
{
	list-style-type: none;
}
.plItem
{
	list-style-type: none;
	padding:3px;
	border: 1px solid gray;
	margin:10px;
}
.plImage
{
	float: left;
	margin-right: 5px;
	width: 200px;
	height: 150px;
	cursor:pointer;
	border: 1px solid white;
}
.plAmenities
{
	display: block;
	text-align: left;
}
.plActions
{
	margin-top:3px;
	padding: 5px;
	border-color: #C0C0C0;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 1px;
}
