@charset "utf-8";
/* CSS Document */

div.amenities {
}

div.amenities h2 {
	display: block;
	cursor: pointer;
	width: 100%;
}

div.amenities h2 a {
	display: block;
	font-weight: bold;
	width: 100%;
}

div.amenities h2 a:hover {
	color: #ffffff;
}

div.amenities img.amenityImage {
	float: left;
}

div.amenities div.expanded, div.amenities div.collapsed {
	border-top: 1px solid #525252;
	padding-top: 20px;
	margin-top: 20px;
}

div.amenities div.expanded h2 {
	display: block;
	background: url(../../images/buttons/expandButton.gif) no-repeat;
	background-position: bottom right;
}

div.amenities div.expanded div.description {
	float: left;
	width: 355px;
	margin-left: 20px;
}

div.amenities div.expanded div.wysiwyg {
	display: block;
}

div.amenities div.expanded div.description div.controls span.learnMoreButton {
	display: none;
}

div.amenities div.collapsed h2 {
	display: block;
}

div.amenities div.collapsed div.description {
	float: left;
	width: 405px;
	margin-left: 20px;
}

div.amenities div.collapsed img.amenityImage { 
	width: 200px;
}
div.amenities div.collapsed div.wysiwyg {
	display: none;
}

div.amenities div.expanded:after, 
div.amenities div.collapsed:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}