@charset "utf-8";
/**************************************************************************
** $Id:$
** Company:		World Nomads Group
** Author:		Ben Gillies
** Date:		31 July 2009
** Version:		CTI Theme CSS v1.0
** Notes:		Cheap Travel Insurance - Australia - css theme.
**				Over-rides styles from the TID base css file.

**************************************************************************/

body {
	font:							normal 0.75em arial,helvetica,sans-serif;
	color:							#000;
	background:						#fff url(../images/bg_bgWrap.gif) repeat-x left -40px;
}

#bgWrap {
	position:						relative;
}
* html #bgWrap { width:100%; }

/* does not use a sticky footer */
#globalWrap {
    position:static;
    overflow: hidden;
}
#footer {
	color:							#ffd700;
	width:							960px; /* default width, but width should be set by colWrap_xx, where xx = width in pixels */
	margin:							0 auto 0; /* max height of the footer content */
	text-align:						left;
	padding:						20px 0 0 0; /* for padding out the globalwrap content from the beginning of the footer content */
	background:						none;
	font-size:0.9em;

}
* html #footer {
	margin:							0 auto -20px; /* max height of the footer content */
}
*+html div#footer {
	margin:							0 auto -20px; /* max height of the footer content */
}
/* header elements */
#header {
	position:						relative;
	margin-left:					20px;
	margin-right: 20px;
	overflow: hidden;
}
#header a.logo {
	width:							261px;
	height:							90px;
	margin-left:					-5px;
	margin-top:						20px;
	margin-bottom:					8px;
}

#header .slogan {
	display:						block;
	position:						absolute;
	bottom:							50px;
	right:							0;
	color:							#fff;
	font-size:						1em;
	line-height:					1.1em;
}
#header .info {
	position:						absolute;
	bottom:							45px;
	right:							0;
	color:							#fff;
	display:						block;
	font-size:						1.4em;
	font-weight:					bold;
}
#header a.sponsor {
	top:							105px;
	right:							18px;
}
#header {
	padding-left:					0;
}
/* end header elements */

/* standard elements */
hr {
	color:							#ffd700;
	background-color:				#ffd700;
}
a {
	color:							#00729f;
	text-decoration:				underline;
}
a:hover {
	color:							#00B0D8;
}
.introText a {
	color:							#002c3f;
}
.introText a:hover {
	color:							#00B0D8;
}
a.skip,
a.skip:hover {
	position:						absolute;
	top:							3px;
	left:							20px;
	color:							#fff;
}
p {
	line-height:					1.5em;
}
em {
	color:							#035c86;
}
.fontSmSm {
	color:							#035c86;
}
li {
	line-height:					1.5em;
}
dl.list {
	margin-bottom:					-10px;
}
dl.list dt {
	position:						relative;
	display:						block;
	color:							#035c86;
	font-size:						1.2em;
	font-weight:					bold;
	margin:							5px 0 0!important;
}
dl.list dt a {
	color:							#035c86;
	display:						block;
	text-decoration:				none;
}
dl.benefitsList dt {
	padding-right:					100px;
}
dl.list dt a:hover {
	text-decoration:				underline;
}
dl.list dt span {
	display:						block;
	position:						absolute;
	right:							0;
	top:							0;
	font-weight:					normal;
}
dl.list dd {
	line-height:					1.5em;
	padding-bottom:					10px;
	clear:							left;
	display:						block;
}
/* end standard elements */

/* navigation elements */
div.mainNavWrap {
	display:						block;
	width:							644px;
	overflow:						hidden;
	position:						relative;
	height:							40px;
}
ul.mainNav {
	display:						block;
	margin:							0;
	width:							730px;
}

ul.mainNav li {
	position:						relative;
	padding:						0;
	margin-right:					2px;
	text-align:center;
}
ul.mainNav li.home a {
  width:66px;
  _width:40px;
}
ul.mainNav li.why-cheap a {
  width:105px;
  _width:81px;
}
ul.mainNav li.benefits a {
  width: 83px;
  _width: 53px;
}
ul.mainNav li.get-quote a {
  width:96px;
  _width:76px;
}
ul.mainNav li.emergencies a {
  width:116px;
  _width:90px;
}
ul.mainNav li.travel-cheap a {
  width:164px;
  _width:150px;
}
ul.mainNav li a {
	display:						block;
	float:							left;
	font-size:						1.22em;
	font-weight:					bold;
	color:							#075f83;
	text-decoration:				none;
	padding:						12px 0 8px;
	padding:						12px 0 8px;
	height:							37px;
	heigh\t:						17px;
	background:						url(../images/bg_mainNav_tab.png) no-repeat left bottom;
	position:relative;
	margin-right:3px;
	*margin-right:1px;
	_margin-right:0;
}
* html ul.mainNav li a {
	padding:						12px 11px 7px;
}
ul.mainNav li a span {
	position:						absolute;
	top:							0;
	right:							0;
	display:						block;
	width:							10px;
	background:						url(../images/bg_mainNav_tab.png) no-repeat right bottom;
	height:							37px;
}
ul.mainNav li a:hover,
ul.mainNav li.selected a {
	color:							#075f83;
	text-decoration:				none;
	background-position:			0 0;
}
ul.mainNav li a:hover span,
ul.mainNav li.selected a span {
	background-position:			right top;
}

ul.footerNav {
	margin: 0 auto;
	float: none;
}
ul.footerNav li {
	display: inline;
}
ul.footerNav li a,
ul.footerNav li a:hover {
	color:							#ffd700;
	font-size:						1.1em;
	font-weight:					bold;
	display: inline;
}
/* end navigation elements */

/* heading elements */
h1,
h2,
h3,
h4,
h5,
h6 {
	color:							#035c86;
	font-weight:					bold;
	font-style:						arial,helvetica,sans-serif;
}
h1 {
	font-size: 2em;
	letter-spacing: -0.02em;
	margin-bottom: 0;
}
h2 {
	position:						relative;
	font-size:						1.15em;
}
h2 img {
	position:						absolute;
	display:						block;
	top:							0;
	left:							0;
}
h2 span {
	display:						block;
	padding-left:					35px;
	padding-top:					5px;
}
h2 a {
	text-decoration:				none;
	color:							#035c86;
}
#footer h2 {
	font-size:						1.1em;
}
#footer h2 img {
	position:						relative;
	display:						inline;
	top:							auto;
	left:							auto;
	margin-right:					10px;
	margin-bottom:					-6px;
}
#footer h3 {
	font-size:						1em;
	margin-bottom:					5px;
}
/* end heading elements */

/* content elements */
.introText {
	color:							#035c86;
	margin-bottom:					0!important;
	padding-bottom:					10px!important;
}
.introText p {
	font-size:						1.2em;
	z-index: 100;
}
.introText li {
	line-height:					1.8em!important;
	font-size:						1.2em;
	padding-bottom:					15px;
}
.introText p li {
	line-height:					1em!important;
	font-size:						1em;
}

#imgDepDate,
#imgRetDate {
	margin-bottom:					-6px; /* all */
	margin-bottom:					5px\9; /* all ie */
	margin-bottom /*\**/:			-6px; /* ie8 only */
}
*+html img#imgDepDate {
	margin-bottom:					5px; /* ie7 only */
}
*+html img#imgRetDate {
	margin-bottom:					5px; /* ie7 only */
}

/* end content elements */

/* icon elements */
.icon_business {
	background:						url(../images/icon_business.gif) no-repeat 0 0;
	padding-left:					50px;
	padding-bottom:					30px;
}
.icon_creditCards {
	position: relative;
	top: -5px;
	left: 15px;
}
.icon {
	margin-bottom:					-7px;
}

/* end icon elements */

/* panel decoration element attributes */

.colWrap684 .module .col_half .col_half {
	width:							126px!important;
}

.colWrap684 .panelHeader2 {
	height:							15px;
	background:						url(../images/bg_panel5_header_644.gif) no-repeat left top;
}
.colWrap684 .panelFooter2 {
	height:							15px;
	background:						url(../images/bg_panel5_footer_644.gif) no-repeat left bottom;
}
.colWrap684 .panel2 {
	background:						url(../images/bg_panel5_644.gif) repeat-y left top;
	color:							#000;
}
.colWrap684 .panel2 h1,
.colWrap684 .panel2 h2,
.colWrap684 .panel2 h3 {
	font-weight:					bold;
	color:							#000;
}

.colWrap684 .panel .panelFooter {
	background:						url(../images/bg_panel_footer_684.gif) no-repeat left bottom;
	height:							11px!important;
}
.colWrap684 .panel .panelHeader {
	background:						url(../images/bg_panel_header_684.gif) no-repeat left top;
	height:							15px!important;
}
.colWrap684 .panel .panel {
	background:						url(../images/bg_panel_main_684.gif) repeat-y left top;
}
/* end panel decoration element attributes */

/* quote panel elements */
.chickPanel {
	background:						url(../images/bg_panel_chick.gif) no-repeat left top;
	padding:						10px 10px 0;
	width:							290px;
	widt\h:							270px;
}
.chickPanel .introText p {
	line-height:					1.5em!important;
	font-size:						1em;
}

.chickPanel .module {
	margin-bottom:					0;
	text-align:						center;
	color:							#035c86;
	padding-bottom:					0!important;
}
.chickPanel_footer {
	background:						url(../images/bg_panel_chick_footer.gif) no-repeat left top;
	width:							290px;
	height:							92px;
}

.quoteResultPanel_benefits {
	position:						relative;
	padding-top:					0!important;
	padding-bottom:					0!important;
	margin-top:						0!important;
}
.quoteResultPanel_benefits .panelHeader {
	position:						absolute;
	top:							0;
	left:							0;
	z-index:						1;
}
.quoteResultPanel_benefits .panelFooter {
	position:						absolute;
	bottom:							0;
	left:							0;
	z-index:						1;
}
.quoteResultPanel_benefits h2 {
	position:						absolute;
	top:							15px;
	left:							20px;
}
.quoteResultPanel_benefits table {
	position:						relative;
	z-index:						100;
}
.quoteResultPanel_benefits table td {
	text-align:						center;
	padding:						10px 0;
	color:							#035c86;
	border-bottom:					1px solid #035c86;
	line-height:					1.5em;
}
.quoteResultPanel_benefits table th {
	font-weight:					normal;
	padding:						10px 0;
	color:							#035c86;
	border-bottom:					1px solid #035c86;
	line-height:					1.5em;
	font-size:						1em;
}
.quoteResultPanel_benefits table th a {
	color:							#035c86;
	text-decoration:				none;
}
.quoteResultPanel_benefits table th div {
	display:						block;
	color:							#000;
	padding-right:					10px;
	padding-top:					5px;
	padding-bottom:					5px;
}
.quoteResultPanel_benefits table tr.first th {
	padding-top:					25px;
	padding-bottom:					15px;
	text-align:						center;
	font-size:						1.3em;
	font-weight:					bold;
	line-height:					1em;
}
.quoteResultPanel_benefits table tr.first td {
}
.quoteResultPanel_benefits table th.stripe,
.quoteResultPanel_benefits table td.stripe {
	background:						#f8e376;
}
.quoteResultPanel_benefits table tr.last td {
	padding-top:					15px;
	padding-bottom:					25px;
	margin-bottom:					-25px;
	border-bottom:					none;
}
.quoteResultPanel_benefits table tr.last th {
	border-bottom:					none;
}
.quoteResultPanel_benefits table tr.highlight {
	background:						#fff!important;

}
.quoteResultPanel_benefits table tr.highlight a {

}
.quoteResultPanel_benefits table tr.highlight td.stripe {
	background:						#fff5bf!important;
}


table.quoteTable th {
	font-weight:					bold;
	color:							#035c86;
	font-size:						1em;
}
table.quoteTable td {
	font-weight:					normal;
	padding-top:					7px;
}
table.quoteTable td a {
	font-weight:					normal;
}

table.dataTable th {
	font-weight:					normal;
	text-transform:					uppercase;
	font-size:						0.85em;
}

.total {
	margin-top:						5px;
	font-size:						2.2em;
	color:							#035c86!important;
	font-weight:					normal;
}
.quoteResultPanel .total .total {
	display:						block;
	margin:							30px 0 0;
	font-size:						2.5em;
	position:						relative;
}
.underWriterBox {
	background:						url(../images/logo_lloyds_black.jpg) no-repeat top right;
	height:							39px;
	line-height: 39px;
	position: relative;
	bottom: -70px;
	font-size: 0.9em;
}
.underWriterBox a {
	display:						block;
	font-size:						0.74em;
	color:							#666;
	text-transform:					uppercase;
	text-decoration:				none;
}


.btn_add {
	background:						url(../images/btn_add.gif) no-repeat 0 0;
	display:						block;
	height:							24px;
	padding-top:					4px;
	padding-left:					30px;
}
.btn_continue3 {
	margin:							3px 0 10px 40px;
	border:							none;
}
.quoteResultPanel .btn_continue4 {
	margin:							0 0 10px;
	border:							0;
}
.btn_continue4 { border:0; background:none; }
/* end quote panel elements */




/* Quote Panel
***********************************************************************/
.quotePanel {
	overflow: hidden;
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 10px;
}
.quotePanel h2 {
	background: #fffbe5 url('../images/bg-steps.png') top left no-repeat;
	margin: 0 0 0 0;
	padding: 15px 10px 0 10px;
	height: 40px;
	letter-spacing: -0.02em;
	width: 188px;
}
.quotePanel h2 span {
	display: block;
	float: left;
	text-indent: -999em;
	height: 29px;
	width: 29px;
	position: relative;
	top: -5px;
	padding: 0;
	margin-right: 5px;
	background: url('../images/number-steps.gif') top left no-repeat;
}
#step2 h2 span { background-position: -29px 0; }
#step3 h2 span { background-position: -58px 0; }
#step2 input, #step3 input { background: transparent; }
#step1, #step2, #step3 {
	width: 208px;
	height: 205px;
	margin-right: 10px;
	float: left;
	display: inline;
	background: #fffbe5 url('../images/bg-steps.png') bottom right no-repeat;
	position: relative;
	z-index:2
}
#step3 { 
	margin-right: 0;
}
#step1 { position:static; }
.quotePanel label {
	display: block;
	margin: 0 10px;
	font-weight: normal;
	padding-bottom: 2px;
}
#step1 input {
	padding: 5px 30px 5px 5px;
	display: block;
	width: 151px;
	margin: 0 10px 5px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-bottom: 1px solid #f5efd6;
	border-right: 1px solid #f5efd6;
	border-top: 1px solid #e7e1ca;
	border-left: 1px solid #e7e1ca;
	color: #035c86;
	background: #fffdf5 url('../images/calendar/calendar.gif') 98% center no-repeat;
	cursor: pointer;
}
#step1 input.focus, #step1 input.hover { background-color: #fff; }
#step1 #retdate, #step1 #depdate {
  display:none;
}
#step2 div, #step3 div { 
	margin: 0 10px 5px 10px;
	overflow: hidden;
}
#step2 input, #step3 input {
	float: left;
	display: inline;
	position: relative;
	top: 5px;
	border: 0;
}
#step2 label, #step3 label {
	margin-left: 20px;
}
.whichRegion { font-size: 0.9em; margin: 0; position: absolute; bottom: 0; left: 12px; }
#step3 button {
	display: block;
	width: 176px;
	height: 52px;
	text-indent: -999em;
	background: url('../images/get-your-quote.png') bottom left no-repeat;
	border: 0;
	margin: 10px auto 0 auto;
}
#step3 button:hover {
	background-position: top right;
	cursor: pointer;
}
#step3-chick {
	position:absolute;
	bottom:-32px;
	right: 0;
}
/* footer elements */
#footer {
	background: #035c86;
	width: 100%;
	text-align: center;
}
#footer .panel {
	background:						#fff;
	color:							#000;
}
#footer .panelHeader {
	display:						none;
}
#footer .panelFooter {
	display:						none;
}
#footer .outerModule {
	height:							100px;
	overflow:						auto;
	text-align:						center;
	margin-bottom: 0;
	padding-bottom: 0;
}
#footer .outerModule p {
	padding-left:					10px;
	padding-right:					10px;
}
/* end footer elements */

/* form elements */
fieldset {
	font-size:						1em;
}
label {
	color:							#035c86;
}
.rowWrap {
	margin-bottom:					10px;
}
.rowWrap .error { width:100%; }
#footer label {
	color:							#000;
	font-weight:					normal;
}
#footer .inputMedLng,
#footer .taMedLng {
	border-top:						1px solid #999;
	border-left:					1px solid #999;
	border-right:					1px solid #eee;
	border-bottom:					1px solid #eee;
}
#footer .btn_send {
	border:							none;
}
#footer .taMedLng {
	height:							178px;
}

.mainError {
	background:						#c00;
	color:							#fff;
	border: 0;
}

/* end form elements */

div.mainNoNavWrap
{
	display:						block;
	width:							684px;
	position:						relative;
	background:						white;
	height:							29px;
	padding:0;
	margin:0;

}
.module, .innerModule, .outerModule, .leftModule, .rightModule { position: static; }
#region-guide p, #region-guide ul li { line-height:1.5; } 
#region-guide { margin-bottom:20px; overflow:hidden; font-size:0.95em;} 
#region-guide ul { float: left; width: 25%; margin:0; padding:0; list-style-position:inside; } 
#region-guide ul li { margin: 0; padding:0; font-size:0.9em; }


/************************************************************************/
/* Calendar
/************************************************************************/
/* Some resets for compatibility with existing CSS */
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #FFFAE4;
  border: 1px solid #FFD006;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100000;
  display: none;
  -moz-box-shadow: 0 0 30px #d1d1d1;
  -webkit-box-shadow: 0 0 30px #d1d1d1;
  box-shadow: 0 0 30px #d1d1d1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color:#035C86;
  overflow:hidden;
  width:217px;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .nav {
    width: 17.5em; /* 7 * 2.5em */
  }
  .date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom:10px;
  }
  .date_selector .month_nav {
    float: left;
    width: 55%;
  }
  .date_selector .year_nav {
    float: right;
    width: 35%;
    margin-right: -8px; /* Compensates for cell borders */
  }
  * html .date_selector .year_nav { margin-right:0; }
  .date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
  }
  .date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-weight: bold;
    color: #bfac4d;
    text-align: center;
    font-size: 120%;
    overflow: hidden;
    border: 1px solid #ffe46b;
    background:#fff5c9
  }
    .date_selector .button:hover, .date_selector .button.hover {
      color: #8c7e38;
      cursor: pointer;
      border-color: #b39502;
      background:#f5e8a9;
    }
  .date_selector .prev {
    left: 0;
  }
  .date_selector .next {
    right: 0;
  }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
    width:100%;
  }
    .date_selector th, .date_selector td {
      width: 2.5em;
      height: 2em;
      padding: 0;
      text-align: center;
      color: black;
    }
    .date_selector th { height:1.2em; color:#035C86; }
    .date_selector td {
      border: 1px solid #e5d375;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      color: #035C86;
      background: white;
    }
    .date_selector td.today {
      background: #faf2c8;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
    .date_selector td.selectable_day {
      cursor: pointer;
    }
    .date_selector td.selected {
      background: #FFD601;
      font-weight: bold;
      color: #035C86;
    }
    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
      background: #faf2c8;
    }

/************************************************************************/
/* Modal window
/************************************************************************/

.apple_overlay {
	display:none;
	background: #fff8d7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	width:520px;		
	padding:20px;
	font-size:12px;
	position:relative;
	margin:0 auto;
	border:4px solid #ffd006;
	z-index:5000;
	color:#035c86;
}

.apple_overlay div.close {
	background-image:url(../images/overlay/close.png);
	position:absolute; right:-15px; top:-15px;
	cursor:pointer;
	height:30px;
	width:30px;
}
#overlay {
  text-align:left;
}
#overlay h2 {
	margin:0 0 20px 0;
	padding:0;
	color:#003366;
	font-size:18px;
	font-weight:normal;
}
#overlay .error {
	margin-top:20px;
	font-size:12px;
	text-align:center;
	padding:5px;
	border:1px solid #D56464;
	background:#FFBABA;
	color: #A92C2C;
}
#map-container {
	margin-top:20px;
	position:relative;
	height:124px;
}
#map-container ul { list-style:none; margin:0; padding:0; width: 220px; }
#map-container li { margin:0; padding:0; }
#map-container li a {
	display:block;
	padding:5px;
	color: #666;
	background:#fff;
	font-size:16px;
	margin:2px 0;
	width:210px;
	text-decoration:none;
	position:relative;
}
#map-container li a:hover {
	background: #dae7ed;
	color:#035c86;
	text-decoration:none;
}
#map-container li a.active, #map-container li a.active:hover {
	background:#035c86 url('../images/region-map-tick.png') 95% center no-repeat;
	color:#fff;
}
#map {
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	width:249px;
	height:124px;
	background:url('../images/region-map.png') 0 -348px no-repeat;
	text-indent:-9999px;
}
.destkey_worldex #map {  background-position: 0 0 }
.destkey_worldinc #map { background-position: 0 -174px; }
.destkey_pacific #map { background-position: 0 -522px; }
#hints { margin-top:20px; }
#hints p {
	margin: 0 0 10px 0;
	padding:0;
	font-size:14px;
	line-height:1.5;
}
#region-controls {
	margin-top:20px;
	overflow:hidden;
}
#region-controls input {
	display:inline;
	float:right;
	height:30px;
	width:100px;
	border:0;
	background:url('../images/region-controls.png') bottom left no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
#region-controls .cancel {
	margin-right:20px;
	background-position:top left;
}
#pacific-tip, #worldinc-tip { overflow:hidden; display:none; }
#pacific-tip ul {
	float:left;
	width:33%;
	list-style-position:inside;
	margin:0;
	padding:0;
}
#pacific-trip ul li { margin:0; padding:0; }

/************************************************************************/
/* Autocomplete
/************************************************************************/
.ac_results {
	padding: 0px;
	border: 1px solid #97d1de;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin-top:-1px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 3px 5px;
	cursor: default;
	display: block;
	color: #4f6a73;
	font-size: 14px;
	font-weight:normal;
	line-height: 22px;
	overflow: hidden;
	letter-spacing:0;
	text-align:left;
}

.ac_odd {
	background-color: #e9f4f7;
}

.ac_over {
	background-color: #21c5e7;
	color: #fff !important;
}