#HotelFavoritesContainer {
	
}

div.HotelFavorite {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 280px;
	float: left;
}

div.HotelFavorite h3 {
	font-weight: bold;
	font-size: 100%;
	color: #ee2f58;
	text-align: left;
	margin: 0px 0px 0px 0px;
	margin-bottom: 5px;
}

div.HotelActions {
	margin: 10px 0 3px 0;
}

div.HotelActions p {
	padding: 5px 0 0 10px;
	background: transparent url(../images/arrow.gif) no-repeat 0 7px;	
	font-size: 90%;
	line-height: 100%;
	margin: 0;
}

div.HotelActions p a {
	text-decoration: none;
}
