	/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #73A2BF;
	background-repeat: no-repeat;
	margin-top: 0px;
}
p {
	margin-bottom:10px;
}
#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #FFFFFF;
}
#bg_wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	background-image: url(images/wrapper_bg.png);
	background-repeat: repeat-y;
}
#cruise_finder_header {
	background-image: url(images/cruise_finder_header.png);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 116px;
	padding-top: 15px;
}
#faux {
	overflow: auto;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#select_boxes {
	margin-top: 50px;
}
#header {
	color: #333;
	padding: 10px;
	height: 75px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#navigation {
	color: #333;
	padding: 0px;
	margin: 0px;
	background: #ABBEBE;
}
#leftcolumn {
	display: inline;
	color: #333;
	padding: 0px;
	width: 690px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#cruise_box_med {
	padding: 5px;
	width: 650px;
	background-color: #F3F5F9;
	border: 1px solid #CAD4E4;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#departure_info_box {
	float: right;
	width: 200px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #AD4E2F;
	font-weight: bold;
}

#leftcolumn h1 {
	font-family:"Trebuchet MS";
	size:22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #73A2BF;
	margin-bottom: 15px;
	font-size: 28px;
	color: #134C64;
}

#leftcolumn h2 {
	font-family:"Trebuchet MS";
	size:22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #73A2BF;
	margin-bottom: 15px;
	font-size: 20px;
	color: #134C64;
	margin-top: 15px;
	clear: both;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFDEB;
}

#img-block {
	padding: 5px;
	float: right;
	margin-left: 15px;

}
#rightcolumn {
	float: right;
	color: #FFFFFF;
	width: 260px;
	display: inline;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcolumn_interior {
	color: #FFFFFF;
	padding: 10px;
	position: relative;
	background-color: #88A6BF;
	background-image: url(images/right_col_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#rightcolumn h2 {
	font-family:"Trebuchet MS";
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
}
#rightcolumn h2 img {
	margin-bottom: -7px;
	margin-right: 3px;
}
#footer {
	clear: both;
	color: #666666;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
}
#cruise_finder {
	background-color:#88A6BF;
	width: 240px;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#cruise_finder select {
	width:210px;
	height:22px;
	margin-bottom: 8px;
	color: #759EA2;
}
#itn_table {
	float: left;
	width: 370px;
}
.cruise_box {
	margin-bottom: 10px;
}
.cruise_box_img {
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;
}
.cruise_box_title {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #134C64;
	text-decoration: none;
}
.clear { 
	clear: both; 
	background: none; 
}
.cruise_finder_header {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D8562A;
	margin-bottom: 15px;
}
.cruise_box_destinations {
	font-size: 10px;
	color: #666666;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-bottom: 10px;
}
.map_img {
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#map_img {
	float: right;
	margin-left: 15px;
	width:200px;
	margin-bottom: 15px;
	background-color: #E9E9E9;
	padding: 5px;
	text-align: center;
}

#map_img img {
	border:1px solid #999999;
}

#leftcolumn table.itinerary {
	border-width: 0px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
#ship_box_sml {
	background-color: #E9E9E9;
	padding: 4px;
	width: 75px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	float: left;
	margin-right: 15px;
}
#ship_box_sml a {
	text-decoration: none;
}
#dest_box_sml {
	background-color: #F4F4F4;
	padding: 4px;
	width: 75px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	height: 105px;
	text-align: center;
}
#dest_box_sml a {
	text-decoration: none;
	color: #134C64;
}
#leftcolumn table.itinerary th {
	padding: 4px;
	background-color: #E9911C;
	-moz-border-radius: 0px 0px 0px 0px;
}
#leftcolumn table.itinerary td {
	padding: 4px;
	background-color: #FDF2AD;
	-moz-border-radius: 0px 0px 0px 0px;
}
.footer_header {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#footer h3 {
	font-size: 14px;
	font-weight: bold;
	color: #134C64;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #134C64;
}

.jsocial_button{
	padding: 2px;
	display:block;
	float: left;
}
.jsocial_button img {

}

/*------------------------
	---------------- NAVS
	------------------------*/


		/*------------------------
		--------------- LEFT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_left {
			
			bottom: 10px;
			cursor: pointer !important;
			float: left;
			height: 22px;
			left: 10px;
			position: absolute;
			width: 22px;
			z-index: 5;
			
		}
.ozlink {
	color: #FFFFCC;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
		
		/* left arrow image */
		.slider_arrow_left {
			
			background: url(images/left_arrow.png) no-repeat top left;
			
		}


		/*------------------------
		-------------- RIGHT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_right {
			
			bottom: 10px;
			cursor: pointer;
			float: left;
			height: 22px;
			left: 37px;
			position: absolute;
			width: 22px;
			z-index: 5;
			
		}
		
		/* Right arrow Background */
		.slider_arrow_right {
			
			background: url(images/right_arrow.png) no-repeat top left;
			
		}




	/*------------------------
	---------------- SELECTORS
	------------------------*/
	
	/* Sets configs for selectors containers : absolute positioned in relation to #slider */
	.slider_selector, .slider_selector_dis {
		
		bottom: 10px;
		list-style: none;
		margin: 0 0 0 5px;
		position: absolute;
		right: 10px;
		z-index: 5;
		
	}
#room_box {
}
#room_box_images {
	float: left;
	margin-right: 5px;
}
	
		/* Sets image of selectors */
		.slider_selector li, .slider_selector_dis li {
			
			display: block !important;
			background: url(images/slider_selector.png) no-repeat top left;
			cursor: pointer;
			float: left;
			margin: 0 3px !important;
			height: 10px !important;
			position: relative !important;
			width: 10px !important;
			
		}
		
		/* Sets the current selector */
		.slider_selector li.current, .slider_selector_dis li.current {
			
			background: url(images/slider_selector_current.png) no-repeat top left;
			
		}
	
	/* Disables the selectors */
	.slider_selector_dis li {
		
		cursor: default !important;
		z-index: 5;
		
	}
	
	.container {
		
		float: left;
		position: relative;
		width: 100%;
		z-index: 15;
		
	}
.room_name {
	font-size: 12px;
	font-weight: bold;
}
#sml_img_div {
	float: left;
	width: 75px;
	margin-right: 10px;
	height: 90px;
}
.sml_image_border {
	border: 1px solid #999999;
}
#two_col_box {
	background-color: #FAD98D;
	padding: 7px;
	width: 316px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(images/2_col_box.png);
	background-repeat: no-repeat;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DEC373;
	text-decoration: none;
}
#two_col_price_box {
	background-color: #FDFADE;
	padding: 3px;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	color: #7699CA;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.box_price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
}
#two_col_dep_box {
	background-color: #FDFADE;
	padding: 3px;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	color: #7699CA;
	text-align: center;
	float: left;
}
.cruise_box_title_op {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #064896;
	text-decoration: none;
	margin-bottom: 20px;
}
#cruise_box_duration
 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	margin-bottom: 5px;
}
#more_info_img {
	float: right;
}
#sml_img_div_spacer {
	float: left;
	width: 75px;
	margin-right: 10px;
	height: 115px;
}
#criteria {
	padding: 5px;
	float: left;
	width: 150px;
	margin-right: 15px;
}

.tooltip {
	display:none;
	background:url(images/black_arrow_big.png);
	height:173px;
	padding:30px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}
#v_loc title {
color:#FFFF00
}
