html, body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, clean, sans-serif;
	height: 100%;
}

.body_bg_color {
	background-color: #5e99c0;
}

/* header */
#header-logo-td {
	width: 18%;
	padding-left: 10px;
	text-align: left;
}

#header-links-td {
	vertical-align:bottom;
	min-width: 320px;
}

#header-ad-td {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.only-tablets {
	display: none\9;
}

input[readonly] {
	cursor: default;
}

@media 
only screen and (min-width: 1000px) {
	.only-tablets {
		display: none;
	}
}

@media 
only screen and (max-width: 1000px) {
	.only-desktop {
		display: none;
	}
}

/* footer at bottom of page trick: fix footer to bottom of page, and have bottom padding for whatever is above footer */
#page_body {
	min-height: 100%;
    position: relative;
    background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 77.5%;
	max-width: 980px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.64);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.64);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.64);
}

.center_container {
	text-align: center;
}

@media 
only screen and (max-width: 1270px) {
	#page_body {
		width: 100%;
	}
	
}

a:link, a:visited {
	color: #0991cc;
	text-decoration: none;
}

a:hover {
	color: rgb(255, 143, 0);
	text-decoration: underline;
}
a:active {
	color: #79C6E8;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

.content_width {
	width: 100%;	
	background-color: #fff;
	margin:0 auto;
	display: inline\9;
}

.content_form {
	background-color:#fff;
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
}

.content_bottom {
	background-color:#fff; 
}

.adsense_container_bottom {
	text-align:center;
	padding-top:20px;
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
}

.tip_container {
	margin-top:15px;
}

.as_seen_container {
	padding-bottom: 120px;
	margin-top:20px;
}

table.blue-as-seen {
	border-collapse: separate;
	width: 100%;
	margin: auto;
	position: relative;
	border: 0;
	border-spacing: 3px;	
}
@media 
only screen and (max-width: 1000px) {
	table.blue-as-seen td img {
		width: 100%;
	}
}

.blue-as-seen-headline {
	font-size:16px; 
	color:#888; 
	text-align: left; 
	margin-left: 1%;
}

.blue-as-seen {
    margin:auto;
    width: 973px;
}

.blue-as-seen-column {
    width: 322px;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
}

.grey-as-seen {    
	max-width: 987px;
    width: 100%;
    margin: 0 auto;
}

.grey-as-seen-headline {
    font-size: 16px;
    color: #888;
}

.grey-as-seen-column {
	background-color:#eaeaea; 
	font-family: Trebuchet MS, Arial; 
	font-size:13px; 
	color: #7d7d7d;
	float: left;
	padding: 3px;
	margin: 2px;
}


.asSeenInDiv {
    background-color:#eaeaea; 
    font-family: Trebuchet MS, Arial; 
    font-size:13px; 
    color: #7d7d7d;
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
}

.grey-as-seen-column-title {
    padding-left: 5px;
    padding-top: 5px;
    float: left;
}

.grey-as-seen-link {
    vertical-align: bottom;
    text-align: right;
    padding-right: 5px;
}

#ten-tips-box , .ten-tips-box {
	text-align:left;
	margin:auto;
	margin-bottom:50px;
	max-width:800px;
	width: 80%;
	color:#003655;
	border-radius: 16px;
	border:3px solid #4b6676;
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	padding:30px;
	line-height:20px;
}

#ten-tips-box td, .ten-tips-box td {
	padding: 5px;
	color: #6097b7;
	font-size: 14px;
	font-family: arial;
	vertical-align: middle;
	height:50px;
}


#footer {
	height: 75px;   		 /* height of the footer */
   	position: absolute;
   	bottom: 0;
   	width: 100%;   	
	font-size: 11px;
	background-color:#fff;
	text-align:center;
	margin:0 auto;
}

#footer table {
	margin:0 auto;
}

#footer p {
	margin:0 auto;
}

#footer a {
	color: #006699;
}

.footer-links-container {
    margin-bottom: 20px;
}

.footer_td {
	vertical-align: middle;
	text-align: center;
}

.footer_link {
    vertical-align: middle;
    text-align: center;
    border-right: 1px grey solid;
    display: inline-block;
    padding: 2px 5px;
}

.footer_link a {
    color: #006699;
}

div.footer_link:last-child {
    border:none;
}

.footer_separator {
	padding: 0 10px;
}

.footer_grayed_text {
	color:#888;
}





.dialog-close-anchor .ui-icon-closethick {
	background-color: whitesmoke;
}
	
	
	
.ui-button.dd-select {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 8px 6px;
	margin: 0;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear background-image;
	-moz-transition: 0.1s linear background-image;
	-ms-transition: 0.1s linear background-image;
	-o-transition: 0.1s linear background-image;
	transition: 0.1s linear background-image;
	overflow: visible;
	text-align: left;
}

.ui-buttonset .ui-state-default{
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 8px 6px;
	margin: 0;
	margin-right: -6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: rgb(143, 143, 143);
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear background-image;
	-moz-transition: 0.1s linear background-image;
	-ms-transition: 0.1s linear background-image;
	-o-transition: 0.1s linear background-image;
	transition: 0.1s linear background-image;
	overflow: visible;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ui-buttonset .ui-state-active {
	color: #ffffff;
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-buttonset .ui-state-hover {
	background-position: 0 -15px;
}

.ui-buttonset span.ui-button-text {
	padding: 0;
}

.ui-dialog .ui-dialog-content {
	color: #404040;
}

input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="text"]{
	display: inline-block;
	padding: 5px;
	font-size: 18px;
	line-height: 21px;
	color: #000;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { 
  font-weight: normal; 
  margin: 0; 
  color: #ffffff;
  background: #0064cd;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-dialog .ui-dialog-titlebar-close  {
	filter: alpha(opacity=25);
	-khtml-opacity: 0.25;
	-moz-opacity: 0.25;
	opacity: 0.25;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
	filter: alpha(opacity=90);
	-khtml-opacity: 0.90;
	-moz-opacity: 0.90;
	opacity: 0.90;
}

.ui-menu .ui-menu-item {
	list-style-image: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,
.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{
	background: none;
	border: 0;
}
.dialog-close-anchor .ui-icon-closethick:hover {
	background-color: #dadada;
}

.tbjs-autocomplete-a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* leav-behind */
#deals_container{
	width: 1000px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

div#leave-behind-deals-heading {
	text-align: left;
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	color: #103b4d
}

#leave-behind-deals {
	text-align: left;
}

#leave-behind-deals table {
	border-spacing: 0;
	border: 0;
}


#leave-behind-deals td {
	padding: 10px;
}

tr.leave-behind-deal {
	margin-bottom: 10px;
	cursor: pointer;	
	display: block;
	background-color: #F7F7FD;
}

#leave-behind-deals tr.leave-behind-deal-ad td {
	padding: 0;
}

.ad-background {
	width: 800px;
	padding: 10px;	
	background-color: #F7F7FD;	
	box-shadow: 0px 0px 10px #7E7E7E;
}

tr.leave-behind-deal.limited-deal {
	box-shadow: 0px 0px 10px #7E7E7E;
}

td.leave-behind-deal-left {
	width: 130px;
	background-color: #035477;
	background-image: url(/images/leaveBehind/waves.png);
	background-position: 0 100%;
	background-repeat: repeat-x;
}

.leave-behind-deal-price {
	font-size: 25px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.leave-behind-deal-limited {
	font-size: 13px;
	font-family: 'Arial';
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	display: none;
}

.limited-deal .leave-behind-deal-limited {
	display: block;
}

td.leave-behind-deal-middle {	
	background-color: #F7F7FD;	
	width: 500px;
	width: auto\9; /* ie10-8 */	
	*width: 300px; /* ie7 */
}

/* ie10 */	
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	td.leave-behind-deal-middle {
		width: 500px;
	}	
} 

.leave-behind-deal-description{
	font-size: 18px;
	font-family: 'Arial';
	color: #066791;
}

.leave-behind-deal-source{
	font-size: 12px;
	font-family: 'Arial';
	color: #2d9dce;
}

td.leave-behind-deal-right {
	background-color: #F7F7FD;	
	text-align: center;
	width: 130px;
}

.leave-behind-deal-more {
	background-color: #ffa800;
	color: #0a3344;
	font-family: 'Arial';
	font-weight: bold;
	padding: 10px;
}

.right-banner {
	margin-top: 17px;
	margin-left: 20px;
}

#leave-behind-deals tr.middle-banner td {
	padding: 0;
}

.middle-banner img {
	max-width: 825px;
}


/* header */

.header {
	min-height: 70px;
}

.header-logo {
	width: 16.5%;
	padding-left: 10px;
	text-align: left;
	float: left;
}

.header-links {
    padding-top: 35px;
	min-width: 320px;
	text-align: left;
	margin-bottom: 10px;
	float: left;
} 

.header-links-font{
	font-family: arial, helvetica, clean, sans-serif !important;
}

.header_nav_icon {
	width: 16px;;
  	margin-right: 2px;
  	float: left;
  	max-height: 65px;
}

.header_nav_text {
	font-size: 15px;
  	margin-right: 5%;
  	*margin-right: 2%; /* IE7 and below */
  	float: left;
}

.header-ad-container {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	width: 480px;
	min-height: 60px;
}

.two-cols {  
    margin-bottom: 20px;
}

.first-col {
    float: left;
    margin-bottom: 20px;
    width: 48%;
}

.second-col {
    float: right;
    margin-bottom: 20px;
    width: 48%;
}

.first-col-first-col, .second-col-first-col {
    float: left;
    width: 50%;
}

.first-col-second-col, .second-col-second-col {
    float: right;
    margin-right: 8px;   
}

.flights_trip_type {  
    float: left;
}

@media 
only screen and (max-width: 980px) {
    .header-links {
        float: right;
    }
    
    .header-ad-container {
        float: none;
        clear: both;
        width: 100%;
        max-width: 780px;
        margin: auto;
    }
    
    .blue-as-seen {
        width: 324px;
    }
    .grey-as-seen {
        margin-bottom: 20px;
    }
    
    .grey-as-seen-headline , .grey-as-seen-column {
        max-width: 376px;
        width: 100% !important;
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }
}


@media 
only screen and (max-width: 800px) {
    #footer {
        height: 90px;
    }
}

@media 
only screen and (max-width: 630px) {
    .content_form {
        padding-top: 10px ;
    }
    
    .two-cols, .first-col, .second-col {
        float: none;        
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .first-col-first-col, .second-col-first-col {
        width: 65%;
    } 
    
    .first-col-second-col, .second-col-second-col {
        margin-right: 17px;
    }
    
    #footer {
        height: 110px;
    }
}


@media 
only screen and (max-width: 520px) {   
    .header-logo {
        float: none;
        clear: both; 
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        max-width: 320px;
        width: 100%;             
    }    
    .header-links {
        padding-top: 10px;
        float: none;
        clear: both; 
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
        width: 100%;   
        margin-bottom: 40px;  
    }
    .first-col-first-col, .second-col-first-col {
        width: 50%;
    } 
}


@media 
only screen and (max-width: 400px) { 
    #footer {
        height: 125px;
    }
    
    .first-col-second-col, .second-col-second-col {
        margin-right: 0;
    }
    
    .header-ad-container {
        padding: 0;
    }
    
    .grey-as-seen-column {
    	padding: 0 !important;
    	width: 98% !important;
	}
	
	.footer-links-container {
		margin-bottom: 10px;
	}
    #footer {
        height: 130px;
    }
}


@media 
only screen and (max-width: 380px) {   
    .two-cols, .first-col, .second-col {
        width: 100%;
    } 
}


@media 
only screen and (max-width: 350px) { 
}

@media 
only screen and (max-width: 315px) {   
    .first-col, .second-col {
        width: 100%;
    } 
}

/* NEWSLETTER START */
.newsletter-dialog-container {
	width: 95% !important;
	max-width: 550px;
}

@media 
only screen and (max-width: 435px) {   
	.newsletter-headline {
		clear: both !important;
		color: black !important;
		padding-top: 20px !important;		
    	text-align: left;
	}
	
	.newsletter-form {
		padding: 0 10px;
	}
	.newsletter-label-container {	
		text-align: left !important;
	}
	.newsletter-email-input-container {
		text-align: right !important;
	}
	.newsletter-email-input {
	    width: 75%!important;
	}
	.newsletter-zip-input {
		width: 50px !important;
		margin-right: 2px;
	}
    .newsletter-submit-button {
	    width: 240px !important;
	    margin-left: -20px;
    }
    
    .dunhill-form .newsletter-email-input-container{
    	text-align: left !important;    	
    }
    
    .dunhill-form .newsletter-zip-input {
    	margin-right: 10px !important;
    }
    
    .dunhill-form .newsletter-submit-button {
    	width: 180px !important;
    }
}
/* NEWSLETTER END */

.footer-container-content-width {
    position: relative;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 77.5%;
    max-width: 980px;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.64);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.64);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.64);
}

.footer-license{
	width: 95%;
	margin: auto;
}

@media (max-width: 768px){
	.footer-container-content-width {
		width: 100% !important;
		max-width: 100% !important;
	}

	.footer-license{
		width: 95%;
		margin: auto;
	}

}