.full-package {
	font-size: 14px;
}

.per-day {
	font-size: 24px;
	color: #000;
	line-height: 40px;
}

.note {
	color: #ce010c;
}

/*******************************************************************************
	
	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;
}

#highlights-content .meal-count {
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 23px;
	line-height: 17px;
	margin-bottom: 3px;
}

#highlights-content .breakfasts {
	background-image: url(../../images/icons/breakfast.png);
}

#highlights-content .lunches {
	background-image: url(../../images/icons/lunch.png);
}

#highlights-content .dinners {
	background-image: url(../../images/icons/dinner.png);
}

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

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

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

#prices-content table th,
#prices-content table td {
	text-align: center;
}

#prices-content table th a {
	padding: 2px 20px 2px 0;
	background-image: url(../../images/icons/question.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
}

/*******************************************************************************
	
	DAILY ITINERARY
	
*******************************************************************************/

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

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

#itinerary-content .itinerary-entry .left {
	width: 425px;
	float: left;
}

#itinerary-content .itinerary-entry .right {
	width: 85px;
	float: right;
}

#itinerary-content .itinerary-entry .right .label {
	text-align: right;
}

#itinerary-content .itinerary-entry .right .label span {
	background-color: #666;
	padding: 3px 6px;
	line-height: 26px;
	color: #fff;
}

#itinerary-content .itinerary-entry .right .meals {
	padding-top: 6px;
}

#itinerary-content .itinerary-entry .right .meals .meal-counter {
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 23px;
	line-height: 17px;
	margin-bottom: 3px;
	text-align: right;
}

#itinerary-content .itinerary-entry .right .meals .breakfasts {
	background-image: url(../../images/icons/breakfast.png);
}

#itinerary-content .itinerary-entry .right .meals .lunches {
	background-image: url(../../images/icons/lunch.png);
}

#itinerary-content .itinerary-entry .right .meals .dinners {
	background-image: url(../../images/icons/dinner.png);
}

#itinerary-content .legend {
	float: right;
	padding-top: 20px;
}

#itinerary-content .legend div {
	float: left;
	margin-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 23px;
	line-height: 17px;
}

#itinerary-content .legend .breakfast {
	background-image: url(../../images/icons/breakfast.png);
}

#itinerary-content .legend .lunch {
	background-image: url(../../images/icons/lunch.png);
}

#itinerary-content .legend .dinner {
	background-image: url(../../images/icons/dinner.png);
}

/*******************************************************************************
	
	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;
}