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

#left_content {
	margin-right: 200px;
}

.box_wrap {
	padding: 10px 12px;
}

#ct_gds {
	position: absolute;
	right: 0;
	top: 20px;
}

#ct_gds select {
	border: 1px solid #3a5c78;
	padding: 1px;
}

#ct_gds div {
	margin-bottom: 3px;
}

.ct_search {
	margin-top: 12px;
	text-align: center;
}

.ct_row {
	overflow: hidden;
	margin-bottom: 25px;
}

.ct_row_box {
	width: 186px;
	margin-right: 13px;
	float: left;
	padding: 6px 0;
	text-align: center;
}

.ct_row_box h3 {
	margin: 5px 0;
	font-size: 1.1em;
}

#current_cruise_tours {
	overflow: hidden;
/*	margin: 0 0 5px;*/
}

/*#current_cruise_tours li {
	float: left;
	margin-right: 15px;
	text-align: center;
}*/

#current_cruise_tours > div {
	display: table;
	width: 25%;
	height: 6.2em;
	float: left;
}

#current_cruise_tours > div > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

#by_destination,
#by_cruiseline {
	border: 1px solid #003d58;
	border-top: none;
	margin-bottom: 20px;
}

#by_destination {
	background: #e9f8fe url(../images/shadow_blue.gif) repeat-x;
}

#by_cruiseline {
	background: #e7fee3 url(../images/shadow_green.gif) repeat-x;
}

#by_destination img {
	border: 1px solid #003d58;
}

.cl_logo {
	height: 70px;
}

.last_box {
	margin-right: 0;
}

.ct_row_box a:link,
.ct_row_box a:visited,
.ct_row_box a:hover,
.ct_row_box a:active {
	border: none;
}

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

@media only screen and (max-width: 850px) {
	#current_cruise_tours > div {
		width: 33%;
	}
}

@media only screen and (max-width: 800px) {
	#left_content {
		margin-right: 0;
	}
	
	#ct_gds {
		position: static;
		right: auto;
		top: auto;
		float: left;
	}
	
	#current_cruise_tours li {
		background: none;
		padding: 0 0 10px 0;
		float: none;
	}
}

@media only screen and (max-width: 650px) {
	#current_cruise_tours > div {
		width: 50%;
	}
}

@media only screen and (max-width: 450px) {
	#current_cruise_tours > div {
		width: 100%;
	}
}

@media only screen and (max-device-width: 450px) {
	.paragraph {
		display: none;
		border: 1px solid #224b8a;
		padding: 10px 10px 0;
		border-radius: 6px;
		background-color: #F7F7F7;
		margin-bottom: 20px;
		text-align: left;
	}
	
	.paragraph_wrap {
		text-align: center;
		padding-bottom: 15px;
	}
}