.contentColumn .content {
	position: relative;
}
.compareRoomsLink {
	position: absolute;
	top: 0;
	right: 0;
	margin: 21px 32px;
}
.compareRoomsLink a {
	text-decoration: none;
	padding: 5px 10px;
	font-size: 16px;
	border: 2px solid #555555;
	border-radius: 5px;
	background-color: #222222;
	display: block;
	box-shadow: 0 0 10px black;
	background: #363636; /* Old browsers */
	background: -moz-linear-gradient(top, #363636 0%, #363636 40%, #282828 40%, #282828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(40%,#363636), color-stop(40%,#282828), color-stop(100%,#282828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #363636 0%,#363636 40%,#282828 40%,#282828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #363636 0%,#363636 40%,#282828 40%,#282828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #363636 0%,#363636 40%,#282828 40%,#282828 100%); /* IE10+ */
	background: linear-gradient(to bottom, #363636 0%,#363636 40%,#282828 40%,#282828 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
}
.compareRoomsLink a:hover {
	text-decoration: none;
	cursor: pointer;
	box-shadow: inset 0 0 10px black;
	background: #282828;
}
.hasCompareRoomsLink {
	padding-right: 200px;
}

.minRate h3 a {
	cursor: pointer;
	text-decoration: underline;
}

.content #roomtypes .roomContainer .roomDescription.teaser {
    display:none;
}

.details {
    display:none;
}