#already_booked_links {
	overflow: hidden;
	position: relative;
}

#already_booked_links > div {
	float: left;
	height: 185px;
	width: 23.7%;
	margin-top: 9px;
	margin-right: 9px;
	background-repeat: no-repeat;
	background-position: 50% 77%;
	cursor: pointer;
}

#already_booked_links > div:last-child {
	margin-right: 0;
}

#already_booked_links > div:nth-of-type(1) {
	background-image: url(../images/already-booked/online-registration.jpg);
}

#already_booked_links > div:nth-of-type(2) {
	background-image: url(../images/already-booked/port-directions.jpg);
}

#already_booked_links > div:nth-of-type(3) {
	background-image: url(../images/already-booked/shore-excursions.jpg);
}

#already_booked_links > div:nth-of-type(4) {
	background-image: url(../images/already-booked/travel-insurance.jpg);
}

#already_booked_links > div:nth-of-type(5) {
	background-image: url(../images/already-booked/buy-foreign-currency.jpg);
}

#already_booked_links > div:nth-of-type(6) {
	background-image: url(../images/already-booked/passport-information.jpg);
}

#already_booked_links > div:nth-of-type(7) {
	background-image: url(../images/already-booked/cruise-ship-reviews.jpg);
}

.link_info {
	margin: 0 15px 0;
	background: rgba(37,136,183,.80);
	color: #fff;
	text-transform: uppercase;
	font-family: u001-black,Arial,Helmet,Freesans,sans-serif;
	padding: 0 7px 3px;
	cursor: pointer;
}

.link_info:hover > div a {
	background-color: #cccc00;
}

body.is_mobile .link_info:hover > div a {
	background-color: #ffce14;
	color: #000;
}

.link_info > div {
	font-size: .7em;
}

.link_info > div:first-child {
	margin-bottom: -5px;
	line-height: 1.1em;
	padding: 7px 0;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,.85);
}

/*.link_info > div:first-child > span {
	font-size: 1.3em;
}*/

.link_info > div:last-child {
	font-size: .55em;
	line-height: 1.5em;
	overflow: hidden;
	text-align: right;
}

/*.link_info > div:last-child > div {
	float: left;
	text-align: left;
}*/

/*.link_info > div:last-child span {
	font-size: 2em;
}*/

.link_info .button_md {
	border-radius: 3px;
    display: inline-block;
    font-size: 1em;
    padding: 4px 10px 2px;
	margin-top: 5px;
}

/* ===== Individual Pages ===== */

#lmd_nav {
	border-bottom: 1px solid #10859D;
}

#lmd_nav ul {
	margin: 0;	
	overflow: hidden;
}

#lmd_nav li {
	background-image: none;
	float: left;
	padding: 0;
	border-right: 1px solid #fff;
	margin-top: 1px;
}

#lmd_nav li:last-child {
	border-right: none;
}

#lmd_nav li a {
	padding: 5px 10px;
	display: block;
	color: #fff;
	background-color: #10859D;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	line-height: 1.3em;
}

#lmd_nav li a:hover {
	text-decoration: none;
	background-color: #1299b4;
}

#lmd_nav li.selected a,
#lmd_nav li.selected a:hover {
	background-color: #ffcb11;
	color: #000;
}

#lmd_nav li a span:first-child {
	white-space: nowrap;
}

#lmd_nav li a span:last-child {
	font-size: .9em;
	color: #FFCB11;
}

#lmd_nav li.selected a span:last-child {
	color: #245F85;
}

#lmd_nav li a span:last-child span {
	font-size: .7em;
	color: #fff;
}

#lmd_nav li.selected a span:last-child span {
	color: #000;
}

.lmd_day {
	display: none;
	
}

.lmd_day.selected {
	display: table;
	width: 100%;
}

.lmd_day > div {
	display: table-row;
}

.lmd_day > div > div {
	display: table-cell;
	border-bottom: 1px solid #10859d;
	padding: 7px;
}

.lmd_day > div > div:nth-of-type(1) {
	width: 18%;
	vertical-align: middle;
}

.lmd_day > div > div:nth-of-type(2) {
	width: 28%;
}

.lmd_day > div > div:nth-of-type(3) {
	width: 30%;
}

.lmd_day > div > div:nth-of-type(4) {
	width: 24%;
	text-align: right;
	vertical-align: middle;
}

/*.lmd_day > div > div > img:first-child {
	float: left;
	margin: 4px 18px 0 0;
}*/

.ship {
	font-size: .9em;
	color: #777;
/*	font-weight: normal;*/
	line-height: 1em;
	padding-top: 5px;
}

.from_price {
	font-family: u001-bold,Arial,Helmet,Freesans,sans-serif;
	margin-right: 15px;
	color: #245F85;
	font-size: 1.1em;
	font-weight: 600;
}

.from_price span {
	font-size: .8em;
	font-weight: 300;
}

.bonus_offers {
	font-size: .9em;
	line-height: 1.2em;
}

.bonus_offers li {
	background-position: 0 .25em;
}

/* ===== Media Queries ===== */

@media screen and (max-width: 990px) {
	.lmd_day > div > div:nth-of-type(4) > span {
		float: right;
	}
	
	.lmd_day > div >div:nth-of-type(4) a {
		clear: right;
	}
}

@media screen and (max-width: 800px) {
	#already_booked_links > div {
		width: 31.5%;
	}
}

@media screen and (max-width: 660px) {
	.lmd_day.selected,
	.lmd_day.selected > div,
	.lmd_day.selected > div > div:nth-of-type(1n) {
		display: block;
		width: auto;
		overflow: hidden;
	}
	
	.lmd_day > div {
		padding: 7px;
		border-bottom: 1px solid #10859d;
	}
	
	.lmd_day > div > div {
		border-bottom: none;
		padding: 0;
	}
	
	.lmd_day > div > div:nth-of-type(2n+1) {
		float: left;
	}
	
	.lmd_day > div > div:nth-of-type(1) {
		margin-right: 20px;
	}
	
	.lmd_day > div > div:nth-of-type(4) > span {
		float: none;
	}
}

@media screen and (max-width: 570px) {
	#already_booked_links > div {
		width: 47.2%;
	}
}

@media screen and (max-width: 490px) {
	.lmd_day.selected,
	.lmd_day.selected > div,
	.lmd_day.selected > div > div:nth-of-type(1n) {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.lmd_day > div > div:nth-of-type(4) {
		text-align: center;
	}
}

@media screen and (max-width: 360px) {
	#already_booked_links > div,
	#already_booked_links > div:last-child {
		width: 83%;
		float: none;
		margin: 9px auto;
	}
}