/*******************************************************************************
	
	PACKAGE HIGHLIGHTS
	
*******************************************************************************/

#highlights-content {
	padding: 20px 10px;
}

#highlights-content .desc {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 21px;
}

#highlights-content .package {
	width: 265px;
	float: left;
}

/*******************************************************************************
	
	DATES & PRICES
	
*******************************************************************************/

#prices-content {
	padding: 20px 10px;
}

#prices-content .left {
	width: 255px;
	float: left;
}

#prices-content .right {
	width: 255px;
	float: right;
}

#prices-content .important-details {
	padding-top: 18px;
}

/*******************************************************************************
	
	HOTEL DESCRIPTIONS
	
*******************************************************************************/

#hotels-content {
	padding: 0 10px;
}

#hotels-content .hotel {
	padding: 20px 0 16px 0;
	background-image: url(../../images/backgrounds/fancy-border.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#hotels-content .last {
	padding: 20px 0 0 0;
	background: none;
}

#hotels-content .hotel .thumbnail {
	float: left;
	width: 120px;
	height: 120px;
	position: relative;
}

#hotels-content .hotel .thumbnail .image {
	padding: 2px;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 0;
}

#hotels-content .hotel .thumbnail .image img {
	display: block;
}	

#hotels-content .hotel .thumbnail .zoom {
	position: absolute;
	right: 0;
	bottom: 0;
}

#hotels-content .hotel .info {
	float: left;
	width: 380px;
	padding: 0 20px 0 10px;
}

#hotels-content .hotel .info h3 .stars {
	padding-left: 5px;
}

#hotels-content .hotel .info .description a.more-details,
#hotels-content .hotel .info .description a.close-details {
	cursor: pointer;
	padding-right: 12px;
}

#hotels-content .hotel .info .description a.more-details {
	background: url(../../images/arrow-toggle-down-green.png) right no-repeat;
	
}

#hotels-content .hotel .info .description a.close-details {
	background: url(../../images/arrow-toggle-up-green.png) right no-repeat;
}

/*******************************************************************************
	
	TEASER
	
*******************************************************************************/

#teaser {
	width: 940px;
	margin: 0 auto;
	background-image: url(../../images/teaser-box.png);
}

#teaser .top {
	width: 940px;
	height: 35px;
	background-image: url(../../images/teaser-box-top.png);	
}

#teaser .bottom {
	width: 940px;
	height: 35px;
	background-image: url(../../images/teaser-box-bottom.png);
}

#teaser .content {
	padding: 0 35px 0 22px;
}

#teaser .content ul.nav {
	width: 175px;
	float: left;
}

#teaser .content ul.nav li {
	line-height: 38px;
	padding-left: 20px;
	background-image: url(../../images/teaser-box-nav.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#teaser .content ul.nav li.current {
	background-image: url(../../images/teaser-box-nav-current.png);
}

#teaser .content ul.nav li a {
	color: #333;
	cursor: pointer;
}

#teaser .content ul.nav li.current a {
	color: #fff;
}

#teaser .content ul.nav li.current a:hover {
	text-decoration: none;
}

#teaser .content .items {
	width: 658px;
	float: right;
}

#teaser .content .items .item {
	width: 106px;
	float: left;
	margin-right: 30px;
}

#teaser .content .items .item .thumbnail {
	padding: 2px;
	border: 1px solid #ccc;
}

#teaser .content .items .item .thumbnail img {
	display: block;
}

#teaser .content .items .item .title {
	width: 100px;
	padding-top: 5px;
	text-align: center;
}

#teaser .content .items .more {
	margin-right: 0;
}

#teaser .content .items .more a {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-indent: -999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#teaser .content .items .more a:hover {
	background-position: -100px 0;
}

#teaser .content .items #attractions-content .more a {
	background-image: url(../../images/buttons/more-attractions.png);
}

#teaser .content .items #day-tours-content .more a {
	background-image: url(../../images/buttons/more-day-tours.png);
}

#teaser .content .items #extras-content .more a {
	background-image: url(../../images/buttons/more-extras.png);
}