@charset "utf-8";



/* Proxima Nova Light */
@font-face {
	font-family: 'ProximaNova-Light';
	src: url('/styles/font/291367_4_0.eot');
	src: url('/styles/font/291367_4_0.eot?#iefix') format('embedded-opentype'),
			 url('/styles/font/291367_4_0.woff') format('woff'),
			 url('/styles/font/291367_4_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Proxima Nova Regular */
@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('/styles/font/28B55D_4_0.eot');
	src: url('/styles/font/28B55D_4_0.eot?#iefix') format('embedded-opentype'),
			 url('/styles/font/28B55D_4_0.woff') format('woff'),
			 url('/styles/font/28B55D_4_0.ttf') format('truetype');
  font-weight: normal;

  font-style: normal;
}

/* Proxima Nova Semibold */
@font-face {
	font-family: 'ProximaNova-Semibold';
	src: url('/styles/font/291367_5_0.eot');
	src: url('/styles/font/291367_5_0.eot?#iefix') format('embedded-opentype'),
			 url('/styles/font/291367_5_0.woff') format('woff'),
			 url('/styles/font/291367_5_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Proxima Nova Bold */
@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('/styles/font/28B55D_5_0.eot');
	src: url('/styles/font/28B55D_5_0.eot?#iefix') format('embedded-opentype'),
			 url('/styles/font/28B55D_5_0.woff') format('woff'),
			 url('/styles/font/28B55D_5_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Proxima Nova Condensed Regular */
@font-face {
	font-family: 'ProximaNovaCond-Regular';
	src: url('/styles/font/28DE92_4_0.eot');
	src: url('/styles/font/28DE92_4_0.eot?#iefix') format('embedded-opentype'),
			 url('/styles/font/28DE92_4_0.woff') format('woff'),
 			 url('/styles/font/28DE92_4_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Proxima Nova Condensed Bold */
@font-face {
	font-family: 'ProximaNovaCond-Bold';
	src: url('/styles/font/28DE92_5_0.eot');
	src: url('/styles/font/28DE92_5_0.eot?#iefix') format('embedded-opentype'),
			 url('/styles/font/28DE92_5_0.woff') format('woff'),
			 url('/styles/font/28DE92_5_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


#header_oneworld
{
    margin-right: -500px;
    position: absolute;
    right: 50%;
	top: 24px;
    z-index: 99999;
}

html * {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    zoom: 1;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #dedede;
 /* Safari */;
}

::-moz-selection {
    background: #dedede;
 /* Firefox */;
}

html, body {
    height: 100%;
}

body {
    font-size: 12px;
    color: #333;
    text-align: center;
}

table, td, th, legend, img, form, fieldset, dl, dt, dd, table, legend, object, embed, ul, li, ol, input, select, button, textarea {
    color: #333;
    font-size: 12px;
}

input[type=radio], input[type=checkbox] {
    float: left !important;
    display: inline !important;
}

input[type=text], input[type=password], textarea, select {
    border: 1px solid #ccc;
    padding: 2px;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover,
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    border: 1px solid #AAAAAA;
}

fieldset {
    display: block;
}

fieldset, img {
    border: 0px none;
}

object, embed {
    display: block;
    border: 0px none;
}

table {
    width: 100%;
    border: 0px none;
    border-collapse: collapse;
}

td, th {
    vertical-align: top;
}

small {
    font-size: 10px;
    font-weight: normal;
}

hr {
    background-color: #dedede;
    color: #dedede;
    height: 1px;
    border: 0 none;
    margin: 1em 0 0 0;
    padding: 0 0 0 0;
    overflow: hidden;
}

h1, h1 > span {
   	font-size: 24px;
    margin: 0 0 0 0;
	color: #333333;
}

h2, h2 > span {
    font-size: 18px;
    margin: 1em 0 0 0;
}

h3, h3 > span {
    font-size: 16px;
	margin: 1em 0 0 0;
    color: #374e59;
}

h4, h4 > span {
    font-size: 13px;
	margin: 1em 0 0 0;
}

div.tagline, div.tagLine {
    color: #767676;
    font-weight: bold;
    font-size: 16px;
	margin: 0.3em 0 0 0;
}

p {
    margin: 1em 0 0 0;
}

ol {
    margin: 1em 0 0 2.5em;
    zoom: normal;
}

ul {
    margin: 1em 0 0 1em;
    list-style: none outside none;
    padding: 0;
}

ul ul, ol ul {
    margin: 0.5em 0 1em 2.5em;
}

ol ol, ul ol {
    margin: 0.5em 0 1em 3em;
}

ol li {
    padding: 0 0 0.5em 0;
    zoom: normal;
}

ul li {
    padding: 0 0 0.5em 1em;
    list-style: none outside none;
    background: transparent url(/img/common/list.gif) no-repeat left 6px;
}

a:link {
    color: #dd0000;
}

a:visited {
    color: #990000;
}

a:hover, a:focus {
    color: #ff0000;
}

/* Global Control */
button, input[type="button"], input[type="submit"], input[type="reset"], button.sub {
    padding/*\**/: 4px 7px\9;
    *padding: 7px 15px !important;
}

@-moz-document url-prefix() {
    select option {
        padding: 0 4px;
    }

    button::-moz-focus-inner, 
	input[type="button"]::-moz-focus-inner, 
	input[type="submit"]::-moz-focus-inner, 
	input[type="reset"]::-moz-focus-inner {
        padding: 0 !important;
        border: 0 none !important;
    };
}

button, input[type="button"], input[type="submit"], input[type="reset"],
a.btn:link,
a.btn:visited {
    display: inline-block;
    *display: inline;
    *overflow: visible;
    background-color: #dd0000;
    background: linear-gradient(top, #ed1c23 0%,#dd0000 100%);
    background: -moz-linear-gradient(top, #ed1c23 0%, #dd0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1c23), color-stop(100%,#dd0000));
    background: -webkit-linear-gradient(top, #ed1c23 0%,#dd0000 100%);
    background: -ms-linear-gradient(top, #ed1c23 0%,#dd0000 100%);
    background: -o-linear-gradient(top, #ed1c23 0%,#dd0000 100%);
    border: 0 none;
    color: #fff;
    width: auto;
    font-weight: bold;
    cursor: pointer;
    padding: 8px 16px;
    text-decoration: none;
}

button:hover,
a.btn:hover {
    color: #fff;
    background-color: #ed1c24;
    background: linear-gradient(top, #ed1c23 0%,#ed1c24 100%);
    background: -moz-linear-gradient(top, #ed1c23 0%, #ed1c24 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1c23), color-stop(100%,#ed1c24));
    background: -webkit-linear-gradient(top, #ed1c23 0%,#ed1c24 100%);
    background: -ms-linear-gradient(top, #ed1c23 0%,#ed1c24 100%);
    background: -o-linear-gradient(top, #ed1c23 0%,#ed1c24 100%);
}

button:focus,
a.btn:focus {
    color: #fff;
    background-color: #cc0000;
    background: linear-gradient(top, #cc0000 0%,#cc0000 100%);
    background: -moz-linear-gradient(top, #cc0000 0%, #cc0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#cc0000));
    background: -webkit-linear-gradient(top, #cc0000 0%,#cc0000 100%);
    background: -ms-linear-gradient(top, #cc0000 0%,#cc0000 100%);
    background: -o-linear-gradient(top, #cc0000 0%,#cc0000 100%);
    outline: 0;
}

button.sub, a.sub {
    display: inline-block;
    *display: inline;
    text-shadow: 0 1px 0 rgba(244,244,244,1);
    color: #555;
    background-color: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0%, #e0e0e0);
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#e0e0e0));
    background: -ms-linear-gradient(top, #ebebeb 0%, #e0e0e0);
    background: -o-linear-gradient(top, #ebebeb 0%, #e0e0e0);
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(244,244,244,1) inset;
    -moz-box-shadow: 0 1px 0 rgba(244,244,244,1) inset;
    -webkit-box-shadow: 0 1px 0 rgba(244,244,244,1) inset;
    outline: 0;
    padding: 8px 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}

button.sub:hover, a.sub:hover {
    text-shadow: 0 1px 0 rgba(244,244,244,1);
    color: #555;
    background-color: #f0f0f0;
    background: -moz-linear-gradient(top, #ebebeb 0%, #ebebeb);
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
    background: -ms-linear-gradient(top, #ebebeb 0%, #ebebeb);
    background: -o-linear-gradient(top, #ebebeb 0%, #ebebeb);
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(174,174,174,0.3), inset 0 1px 0 rgba(244,244,244,1);
    -moz-box-shadow: 0 1px 1px rgba(174,174,174,0.3), inset 0 1px 0 rgba(244,244,244,1);
    -webkit-box-shadow: 0 1px 1px rgba(174,174,174,0.3), inset 0 1px 0 rgba(244,244,244,1);
    outline: 0;
}

button.sub:active, a.sub:active {
    text-shadow: 0 1px 0 rgba(244,244,244,1);
    color: #555;
    background: #dedede;
    background: -moz-linear-gradient(top, #dedede 0%, #dedede);
    background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#dedede));
    background: -ms-linear-gradient(top, #dedede 0%, #dedede);
    background: -o-linear-gradient(top, #dedede 0%, #dedede);
    border: 1px solid #bbb;
    box-shadow: 0 1px 3px rgba(187,187,187,1) inset;
    -moz-box-shadow: 0 1px 3px rgba(187,187,187,1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(187,187,187,1) inset;
    outline: 0;
}

p.btt {
    border-top: 1px solid #dedede;
    padding: 10px 0 0 0;
}

a.backtotop:link,
a.backtotop:visited {
    padding: 0 0 0 14px;
    background: transparent url(/img/common/cta/arr-black-up.png) no-repeat left 5px;
    display: inline;
    float: right;
    color: #555;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

a.backtotop:hover {
    text-decoration: underline;
}

a.spcta {
    background: url(/img/buttons/btn-view-change-checkin.gif) no-repeat ;
    display: block; 
    padding: 21px 98px 11px 92px;
    
}
a.spcta:hover {
    background: url(/img/buttons/btn-view-change-checkin-over.gif) no-repeat ;
    display: block;
	padding: 21px 98px 11px 92px;
}
a.spcta:focus {
    background: url(/img/buttons/btn-view-change-checkin-down.gif) no-repeat ;
    display: block; 
	padding: 21px 98px 11px 92px;
}

a.cta {
    font-weight: bold;
    color: #555;
    display: inline-block;
    *display: inline;
    padding: 0 0 0 25px;
    text-shadow: 0 1px 0 rgba(244,244,244,1);
    background: #f0f0f0 url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px;
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, linear-gradient(top, #f4f4f4 0%,#f0f0f0 100%);
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -moz-linear-gradient(top, #f4f4f4 0%, #f0f0f0 100%);
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#f0f0f0));
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -webkit-linear-gradient(top, #f4f4f4 0%,#f0f0f0 100%);
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -ms-linear-gradient(top, #f4f4f4 0%,#f0f0f0 100%);
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -o-linear-gradient(top, #f4f4f4 0%,#f0f0f0 100%);
    border: 1px solid #dedede;
    box-shadow: 0 1px 0 rgba(244,244,244,1) inset;
    -moz-box-shadow: 0 1px 0 rgba(244,244,244,1) inset;
    -webkit-box-shadow: 0 1px 0 rgba(244,244,244,1) inset;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}

a.cta span {
    display: inline-block;
    *display: block !important;
    padding: 7px 15px 7px 5px;
    text-decoration: none;
    cursor: pointer;
    line-height: 15px;
}

a.cta:hover {
    background: #f6f6f6 url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px;
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, linear-gradient(top, #f4f4f4 0%,#f0f0f0 100%);
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -moz-linear-gradient(top, #fafafa) 0%, #f6f6f6 100%);
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f6f6f6));
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -webkit-linear-gradient(top, #fafafa) 0%,#f6f6f6 100%);
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -ms-linear-gradient(top, #fafafa) 0%,#f6f6f6 100%);
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -o-linear-gradient(top, #fafafa) 0%,#f6f6f6 100%);
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(174,174,174,0.3), inset 0 1px 0 rgba(244,244,244,1);
    -moz-box-shadow: 0 1px 1px rgba(174,174,174,0.3), inset 0 1px 0 rgba(244,244,244,1);
    -webkit-box-shadow: 0 1px 1px rgba(174,174,174,0.3), inset 0 1px 0 rgba(244,244,244,1);
}

a.cta:focus {
    background: #efefef url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px;
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, linear-gradient(top, #e5e5e5 0%,#efefef 100%);
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -moz-linear-gradient(top, #e5e5e5) 0%, #efefef 100%);
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#efefef));
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -webkit-linear-gradient(top, #e5e5e5) 0%,#efefef 100%);
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -ms-linear-gradient(top, #e5e5e5) 0%,#efefef 100%);
    background: url(/img/common/cta/arr-black-right.png) no-repeat 13px 10px, -o-linear-gradient(top, #e5e5e5) 0%,#efefef 100%);
    border: 1px solid #bbb;
    box-shadow: 0 1px 3px rgba(187,187,187,1) inset;
    -moz-box-shadow: 0 1px 2px rgba(187,187,187,1) inset;
    -webkit-box-shadow: 0 1px 2px rgba(187,187,187,1) inset;
    outline: 0;
}

/* dropdown */
.dropdown {
    display: inline-block;
    *display: inline;
    z-index: 5;
}

.dropdown.active ul {
    top: auto;
    left: auto;
}

.dropdown.active em span {
    background: transparent url(/img/common/cta/arr-grey-up.png) right 5px no-repeat;
}

.dropdown em {
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9));
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px;
    font-style: normal;
    cursor: pointer;
}

.dropdown em span {
    background: transparent url(/img/common/cta/arr-grey-down.png) right 5px no-repeat;
    display: block;
    padding: 0 20px 0 0;
}

.dropdown ul {
    left: -9999px;
    top: -9999px;
    position: absolute;
    margin: -1px 0 0 0;
    display: block;
    height: 200px;
    min-width: 200px;
    overflow: auto;
    *overflow-y: auto;
    *overflow-x: hidden;
    padding: 5px 0;
    border: 1px solid #ccc;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9));
    z-index: 999;
}

.dropdown li {
    background: transparent none;
    padding: 0 0 0 0;
}

.dropdown li a {
    display: inline-block;
    *display: inline;
    padding: 5px 10px;
    *padding: 5px 25px 5px 10px;
    color: #333;
    text-decoration: none;
}

.dropdown li a:hover {
    color: #dd0000;
}

/* Global Defaults */
div.wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    min-width: 1000px;
    background-color: #fff;
}

html>body div.wrapper {
    height: auto;
    min-height: 100%;
}

body.sideBg div.wrapper {
}



div.main {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    padding: 25px 0 355px;
}

div.main.roo {
    background: transparent url(/img/common/roo.png) 2px 20px no-repeat;
}

div.sidePanel {
    width: 210px;
    float: left;
    display: inline;
    margin: 0 30px 15px 0;
}

div.contentPanel {
    width: 760px;
    float: left;
    display: inline;
    padding: 0;
}

div.fullPanel {
    padding: 1em 0 10px ;
}

html>body fieldset legend {
    display: none !important;
}

input[type=hidden] {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    color: #fff !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.last {
    border-right: 0px none !important;
    border-bottom: 0px none !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.hidden {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    color: #fff !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

div.image.right,
div.flash.right {
    margin: 1em 0 1em 1em;
    clear: right;
}

div.image.left,
div.flash.left {
    margin: 1em 1em 1em 0;
    clear: left;
}

div.center {
    margin: 1em 0 0 0;
    text-align: center;
}

div.center object, div.center embed {
    margin: 0 auto 0 auto;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.printOnly {
    display: none !important;
}

.txtr {
    text-align: right !important;
}

.txtl {
    text-align: left !important;
}

.txtc, .center {
    text-align: center !important;
}

.nowrap {
    white-space: nowrap !important;
}

.err {
    font-weight: bold;
    color: #ff9d2d;
}

.pleasewait {
    background: #fff url(/img/common/wait.gif) no-repeat center center;
}

.wAuto {
    width: auto !important;
}

.clearit:before,
.clearit:after {
    content: " ";
 /* 1 */
    display: table;
 /* 2 */;
}

.clearit:after {
    clear: both;
}

.clearit {
    *zoom: 1;
}

/* AddThis */
div.qAddThis {
    position: relative;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 8px 0 1px;
    margin: 1em 0 0 0;
    *height: 25px;
    *overflow: hidden;
}

html #at16pcc * {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

div.qAddThis_mockup {
    display: block;
    position: relative;
    background: #f4f4f4;
    border: 1px solid #dedede;
    padding: 10px;
}

div.fbisspecial {
    padding: 2px 0 0 0;
    float: right;
    display: inline;
}

div.qAddThis .addthis_counter.addthis_pill_style a.addthis_button_expanded {
    width: 38px !important;
}

/* No Cookies */
div#noCookiesAlert {
    color: #000;
    width: 500px;
    background-color: #ff9d2d;
    padding: 0.5em 0;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 2;
    margin: 0 250px;
}


/*============= POPUP =============*/

body.popup div.wrapper {
    width: auto;
}

body.popup div.main {
    padding: 0 0 0 0;
}

body.popup div.fullPanel {
    padding: 0px;
    width: 99%;
}

body.popup div.fullPanel div.teamsite_r2 {
    padding: 1em 20px 1em 20px;
    min-height: 20px;
}

body.popup div.contentPanel {
    padding: 1em 1em 1em 1.5em;
    width: auto;
    float: none;
    display: block;
    min-height: 20px;
}

body.popup div.wrapper div.header_nav {
    height: auto !important;
    border-bottom: 1px solid #dedede;
}

body.popup div.header {
    width: auto;
    padding: 0 20px 0px 20px;
    margin: 0 0 0 0;
}

/*============= HEADER ============*/
.noMenu div.header {
    width: auto;
    padding: 0 20px 0px 20px;
    margin: 0 0 0 0;
}

div#noMenuPage div.qantasBrand a {
    margin: 13px 0 0 10px !important;
}

body div.wrapper div.header_nav {
    background-color: #FFFFFF;
    display: block;
    height: 160px !important;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    padding: 0 !important;
}

div#noMenuPage.header_nav {
    height: auto !important;
}

div.header {
    display: block;
    height: 90px;
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

div#ff-details {
   float:right;
   position:relative;
   text-decoration:none;
   margin-top:19px;
   margin-left:10px;
   margin-right:65px;
   text-align:right;
}

div.dotBox {
    height: 5px;
    width:5px;
    background: none repeat scroll 0% 0% #DEDEDE;
    margin:5px 8px 0px 9px !important;
    padding:0 !important;
}
div#ff-details * {
    float: left;
    display: inline;
    font-size: 11px;
    color: #656565;
    border-right: 0px solid #dedede;
}
div#ff-details #details-name {
    font-weight: bold;
    text-decoration: none;
    display:block;
	float:none;
	padding-top:11px;
    padding-bottom:5px;
	text-align:right;
}

div#ff-details #details-name:hover {
    text-decoration: underline;
}

div#ff-details #details-points {
    padding: 0 0 0 0;
    border-right: 0px none;
}

div#ff-details #details-logout {
    margin: -5px 0 0 0;
    position: relative;
    text-decoration: none;
    padding: 4px 1px;
    text-decoration: underline;
}

div#ff-details #details-logout:hover {
    text-decoration: underline;
    color: #999;
}

div.qantasBrand {
    height: 73px;
   width: 400px;
	float:left;
	}

div.qantasBrand a {
    float: left;
    margin: 18px 0 0 0;
    display: inline;
    overflow: hidden !important;
}

div.qantasBrand a span {
    visibility: hidden !important;
    height: 58px !important;
    left: auto !important;
    top: auto !important;
    position: static !important;
    width: 187px !important;
    z-index: 1 !important;
    display: block !important;
}

a.skipToContent {
    top: 0px;
    left: -9999px;
    position: absolute;
}

a.skipToContent:link, a.skipToContent:visited {
    color: #fff;
}

a.skipToContent:hover, a.skipToContent:focus {
    color: #fff;
}

div.search_loggedIn {
    position: relative;
    z-index: 1;
	float:right;
}

div.search_loggedInOthers {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

form.quickSearch {
     position: relative;
	float:left;
    height: 35px;
    width: 135px;
    z-index: 1;
    border: 1px solid #ccc;
	margin-top:27px;
	margin-right:56px;
}

form.quickSearch:hover, form.quickSearch:focus {
    border: 1px solid #aaa !important;

}

form.quickSearch label {
    position: absolute;
    color: #767676;
    padding: 9px 11px;
    display: block;
    cursor: text;
}

form.quickSearch input {
    display: inline;
    display: inline-block;
    width: 97px;
    margin: 9px 0 0 10px;
    padding: 0px 0 7px;
    border: 0px none !important;
}

form.quickSearch button {
    background: url(/img/common/icon/search.png) no-repeat scroll 9px 10px;
    border: 0px none;
    text-shadow: none;
    height: 33px;
    width: 30px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 0 0 0;
    position: absolute;
    color: #fff;
    text-align: left;
    top: 0;
    right: 0;
    font-weight: normal;
}

div.ffLoggedIn {
    font-size: 11px;
    color: #656565;
    margin: 0 0 8px 0;
    height: 1.1em;
    text-align: right;
}

/* SLI Auto Complete */
.autocomplete {
    visibility: hidden;
    border: 1px solid #aaa;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    position: absolute;
    overflow: auto;
    overflow-x: hidden;
    text-align: left;
    margin: 1px 0 0 -11px;
    margin/*\**/: 2px 0 0 -10px\9;
    *margin: 2px 0 0 -10px;
    width: 175px !important;
    font-size: 11px;
}

.autocomplete_item,
.autocomplete_item_highlighted {
    padding: 6px 12px;
    *width: 162px !important;
    width: 175px !important;
    cursor: pointer;
}

.autocomplete_item_highlighted {
    background: #f0f0f0;
    color: #333;
    font-weight: bold;
}

div.autocomplete_footer {
    padding: 3px 5px 2px;
    border-top: 1px solid #aaa;
}

div.autocomplete_footer IMG.autocomplete_footer_branding {
    height: 15px;
    width: 150px;
    border: 0;
}

div.navigation {
    width: 100%;
    background: #e0001b;
	border-width: 0px 0;
    border-style: solid;
    border-color: #DEDEDE;
    height: 70px;
    height: 68px \9;
}

div#menu-b-10 {
    text-align: right;
}

div.menu-a {
    width: 1000px;
    margin: 0 auto;
}

div.menu-a table {
    margin: 0 auto;
    *height: 30px;
}

div.menu-a table td {
    text-align: center;
    background: none;
    border: none;
}

div.menu-a table td a {
    display: block;
    padding: 0px 0 0;
    text-decoration: none;
}

div.menu-a table td a.hover {
    display: block;
    text-decoration: none;
	padding:0px 0 0;
}

div.menu-a td  a.hover {
    background-color: #f5f5f5;
    z-index: 15000 !important;
    padding: 10px 0 0;
    position: relative;
    display: block;
	padding: 0px 0 0;
    text-decoration: none;
}

div.menu-a td>a span {
    font-family: "ProximaNovaCond-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	border-width: 1px 1px 1px;
	border-bottom:0px;
    border-style: solid;
    border-color: transparent;
    color:#ffffff;
    display: block;
    padding: 22px 12px 25px;
    padding: 22px 12px 24px \0;
    *padding: 22px 12px 25px;
    font-size: 18px;
	cursor: pointer !important;
    text-align: center;
}


div.menu-a table td.char5>a span {
    padding: 22px 19px 25px;
    padding: 22px 19px 24px \0;
    *padding: 22px 19px 25px;
}

div.menu-a table td.char3>a span {
    padding: 22px 19px 25px;
    padding: 22px 19px 24px \0;
    *padding: 22px 19px 25px;
}


body div.wrapper div.header_nav   div.navigation div.menu-a td > a span.home_menu {
    padding: 23px 12px;
    *padding: 23px 12px 0;
    margin: 12px 0 0;
    *margin: 13px 0 0;
    background: transparent url(/img/common/icon/home-icon.png) no-repeat 0 9px;
    border-width: 3px 1px 1px 1px;
    border-style: solid;
    border-color: #E0001B;
}

body div.wrapper div.header_nav   div.navigation div.menu-a td > a.hover  span.home_menu {
    background: #e0001b url(/img/common/icon/home-icon.png) no-repeat -41px 9px;
    border-width: 3px 1px 1px 1px;
    border-style: solid;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

div.menu-a td>a span i {
    background: transparent url(/img/common/arrows/arrow-down-white-transparent.png) no-repeat scroll 0 0;
    display: inline-block;    
    margin: 0 0 0 10px;
	margin:-10px 0 0 10px \9;
	height: 6px;
    width: 11px;
}

div.menu-a td>a.hover span i {
    background: transparent url(/img/common/arrows/arrow-down-red.png) no-repeat scroll 0 0;
}

div.menu-a td:first-child > a.hover span {
    border-left: 1px solid #DD0000;
}

div.menu-a td:last-child > a.hover span {
    border-right: 1px solid #DD0000;
}

div.navigation div.menu-a td > a.hover span {
    border-width: 3px 1px 0x 1px;
    border-style: solid solid solid  solid;
	border-color:#d2d2d2;
    color: #DD0000;
    text-shadow: none;
    z-index: 50000 !important;
}

div.wrapper div.navigation div.menu-a td > a.no-bmenu  span {
    border-bottom: 0 solid transparent !important;
	border-color:#E0001B;
	
	background: transparent;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    padding: 22px 12px 25px;

}

div.wrapper div.navigation div.menu-a td > a.hover.no-bmenu  span {
    color:#fff;
	padding: 22px 12px 25px;
}

div.wrapper div.navigation div.menu-a td > a.hover.no-bmenu span:hover{
	border-width: 1px;
	background-color:#fff;
	color:#E0001B;
	border-color:#d2d2d2;
	
}

div.wrapper div.navigation div.menu-a td:first-child > a.hover.no-bmenu span:hover{
	border-width: 3px 1px 1px;
	border-color: #E0001B;	
}

div.wrapper div.navigation div.menu-a td > a.no-bmenu  span i {
    display: none;
}
/* Menu - B */
div.menu-b {
    background-color: #fff;
    border-color: #d2d2d2;
    border-style: solid;
    border-width: 0 1px 1px;
    position: absolute;
	/*** mega menu change ***/
    top: 142px;
	/*** mega menu change ***/
    padding: 0;
    top: 160px;
    width: 1000px;
    display: block;
    z-index: 999;
    left: -9999px;
    margin: 0 0 0 -500px !important;
    list-style: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    opacity: 0;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    text-align: left !important;
    height: auto !important;
}

div.fadein {
    opacity: 1;
    left: 50%;
}

body .menu-b a:link,
body .menu-b a:visited {
    color: #767676 !important;
    font-weight: normal !important;
    font-size: 12px !important;
    border: 0px none !important;
    height: 29px !important;
    *height: 17px !important;
    display: inline-block !important;
    text-shadow: none !important;
    padding: 6px 5px 7px 5px !important;
    text-decoration: none;
}

div.menu-a div.active,
div.header_nav table td.active ul.menu-b {
    z-index: 7;
    background-color: #fff;
}

div.header_nav .menu-b a:link,
div.header_nav .menu-b a:visited {
    color: #555 !important;
}

div.menu-a div.active
div.header_nav table td.active ul.menu-b {
    z-index: 7;
    background-color: #fff;
}

div.menu-a div.functionalWidget,div.promoslotPath {
    display: none !important;
}

.menu-ULb {
    height: auto;
    padding: 22px 0 0;
    background: #FFF !important;
    float: left;
    margin: 0;
}

.menu-b div.menuCol {
    float: left;
    width: 248px;
    margin: 0;
    *padding: 0 0 30px 0;
}

.menu-b div.menuCol div,.menu-ULb span.menu-element {
    background: none;
    display: block;
    margin: 0 30px 30px;
    padding: 0;
    width: 210px;
    border: 0 none;
}

div.header_nav .menu-ULb span a:link,div.header_nav .menu-ULb span a:visited,div.header_nav .menu-ULb a:link,div.header_nav .menu-ULb a:visited {
    font-family: "ProximaNova-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;

	background: url(/img/common/arrows/arrow-right-red.png) no-repeat 200px 11px transparent;
    color: #DD0000 !important;
    display: block !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 5px 10px 10px 0 !important;
    height: auto !important;
    border-bottom: 1px solid #e9e9e9 !important;
}

div.header_nav .menu-ULb span a:hover,div.header_nav .menu-ULb a:hover,._qantas_menu_b_item2:hover {
    background: url(/img/common/arrows/arrow-right-red-hover.png) no-repeat 200px 11px transparent;
	color: #FF0000 !important;
}


span.description {
    font-size: 11px;
    color: #767676;
    font-weight: normal;
    display: block;
    margin: 10px 0 0;
}

body div div.header_nav div.menu-b div.menu-ULb div.menuCol span.description a:link,body div  div.header_nav .menu-ULb span.description a:visited {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	
	font-size: 11px !important;
    color: #767676 !important;
    font-weight: normal !important;
    background: none !important;
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: underline;
    display: inline !important;
}

body div div.header_nav div.menu-b div.menu-ULb div.menuCol span.description a:hover {
    color: #dd0000 !important;
}

body div div.header_nav div.menu-b div.menu-ULb div.menuCol span.description div {
    margin: 0;
}

div#parters {
    display: none !important;
}
/* MENU - C */
dl.menu-c {
    background-color: #fff;
    margin: 0 0 25px 0;
    display: block;
    height: auto;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 0 2px 0 #dedede;
    -moz-box-shadow: 0 0 2px 0 #dedede;
    -webkit-box-shadow: 0 0 2px 0 #dedede;
}

dl.menu-c dt {
    font-weight: bold;
    border-top: 3px solid #dd0000;
    color: #000;
}

dl.menu-c dt a {
    color: #dd0000;
	text-decoration: none;
    padding: 14px 7px 14px 20px;
	display: block;
    outline: none;
    font-size: 14px;
}

dl.menu-c dt a:hover {
    text-decoration: underline;
    outline: none;
}

dl.menu-c dd {
}

dl.menu-c dd>a {
    border-top: 1px solid #dedede;
    padding: 8px 20px 8px 20px;
    text-decoration: none;
    color: #333;
	display: block;
    outline: none;
}

dl.menu-c dd>a:hover, dl.menu-c dd>a.active {
    background-color: #dd0000;
    color: #fff;
    font-weight: bold;
    outline: none;
    border-top: 1px solid #dd0000;
}

dl.menu-c dd.haschild>a.active, dl.menu-c dd.haschild>a.active:hover {
    background-color: #fff;
    background-image: url(/img/common/cta/arr-red-up.png);
    background-repeat: no-repeat;
    background-position: 190px 11px;
    outline: none;
    color: #dd0000;
    border-top: 1px solid #dedede;
}

dl.menu-c dd a.next {
    border-top: 1px solid #dd0000;
}

dl.menu-c dd.haschild>a {
    background-image: url(/img/common/cta/arr-black-down.png);
    background-repeat: no-repeat;
    background-position: 190px 11px;
    outline: none;
}

dl.menu-c dd.haschild>a:hover {
    background-image: url(/img/common/cta/arr-white-down.png);
    background-repeat: no-repeat;
    background-position: 190px 11px;
    color: #fff;
    font-weight: bold;
}


/* MENU - D */
dl.menu-c dd.haschild ul.menu-d {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    background-color: #f4f4f4;
    border-top: 1px solid #dedede;
}

dl.menu-c dd.haschild ul.menu-d li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent none;
}

dl.menu-c dd.haschild ul.menu-d li a {
    padding: 6px 5px 6px 32px;
    display: block;
    color: #333;
    text-decoration: none;
}

dl.menu-c dd.haschild ul.menu-d li.active a {
    outline: none;
    font-weight: bold;
    color: #dd0000;
}

dl.menu-c dd.haschild ul.menu-d li a:hover {
    text-decoration: underline;
}

/*============= FOOTER ============*/

div.wrapper div#footer {
    border-top: 3px solid #dd0000;
    width: 1000px;
    margin: 0 0 0 -500px;
    left: 50%;
    bottom: 0;
    text-align: left;
    position: absolute;
}

div.wrapper  div#footer.mega-width {
    background: #fff;
    width: 100%;
    margin: 0;
    left: 0;
    /*height: 345px;*/
	height: 275px;
    overflow: hidden;
}

div#footer * {
    color: #767676;
    font-size: 11px;
}

a#essential-accessibility {
    position: absolute;
    right: 0;
    top: 18px;
}

div#footer-partners {
    position: absolute;
    left: 0;
    top: 10px;
}

div#footer-partners a {
    float: left;
    display: inline;
    margin: 0 10px 0 0;
}

div#footer-partners a.jetstar {
    margin: 9px 0 0 0;
}

div#footer-content {
    clear: both;
    height: 60px;
    display: table;
    overflow: hidden;
    #position: relative;
    margin: 0 0 0 110px;
}
div.mega-width div#footer-content
{
margin: 0 0 0 70px
}

div#footer-copy {
    #position: absolute;
    #top: 50%;
	left: 110px;
    display: table-cell;
    vertical-align: middle;
}

div#footer-copy div {
    #position: relative;
    #top: -50%;
}

div#footer-links {
    position: absolute;
    right: 80px;
    top: 15px;
    text-shadow: 0 1px 0 #f1f1f1;
}

div#footer-links.regional-links {
    right: 0px;
}

div#footer-links a, div#footer-links a:focus {
    color: #767676;
    padding: 0;
    text-decoration: none !important;
}

div#footer-links a:hover {
    color: #999;
}

div#footer-links a:visited {
    color: #76767;
}

body div.wrapper div#footer div#footer-links li:first-child {
    border-left: 0px none;
}

div#footer-links li {
    background: transparent none;
    padding: 0 8px;
    float: left;
    display: inline;
    line-height: 10px;
    border-left: 1px solid #ccc;
}

#footer-more {
    padding: 25px 0 0;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    color: #767676;
    font-size: 11px;
}

div#subscribe {
    margin: 15px 35px 15px 0 !important;
    width: 365px;
}

div#abt-qantas {
    float: left;
    margin: 15px 0px !important;
   width: 287px;
   *width: 302px;
}

div#menu-b-00 {
    display: none !important;
}

div#abt-qantas h3 {
    margin-left: 15px;
}

div.qContent {
    background: #EFEFEF;
    border-top: 1px solid #EFEFEF;
}

div.copyright {
    background: #E7E7E7;
    border-top: 1px solid #DEDEDE;
}

div.footer-band  div.footer-block {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

div.subblock {
    border-right: 1px solid #DEDEDE;
    float: left;
    margin: 15px 0 15px 15px;
    height: 170px;
}

div#footer-copy {
    position: absolute;
    top: 23px;
    text-shadow: 0 1px 0 #f1f1f1;
}

/*** 1st row ***/
div#footer span#q_au,div#footer span#q_others {
    background: url("/img/common/icon/footer-logo-tagline.png") no-repeat scroll 0 0 transparent;
    float: left;
    padding: 15px 0;
    margin: 20px 0;
    width: 475px;
}

div#footer span#q_others {
    background: url("/img/common/icon/footer-logo.png") no-repeat scroll 0 0 transparent;
}

div#footer  span.footer-tip {
    border-left: 1px solid #DEDEDE;
    color: #767676;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin: 14px 0;
    padding: 7px 8px;
}

div.footer-links {
    float: right;
    margin: 20px 0;
}

div.footer-links  a {
    border-right: 1px solid #DEDEDE;
    margin: 10px 5px;
    padding: 0 10px 0 0;
}

div#footer div.qContent  div.footer-block {
}
/*** 2nd row ***/
div#footer div.subblock h3 {
    font-size: 16px;
    margin: 20px 30px 15px 0;
	color:#555555;
}

div#subscribe input,div#subscribe input:hover,div#subscribe input:focus {
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    margin: 12px 0;
    *margin: 11px 0;
    padding: 12px 11px 12px;
    *padding: 14px 11px 13px;
    width: 236px;
    color: #555;
    box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    border-width: 1px 0px 1px 1px;
    border-color: #ccc;
    border-style: solid;
    font-size: 12px;
}
div#subscribe .twa,div#subscribe .twa:hover,div#subscribe .twa:focus {
    
    padding: 14px 11px 12px !important;
    
    
}

div#subscribe input:hover,div#subscribe input:focus {
    border-width: 1px 0px 1px 1px;
    border-color: #bbb;
    border-style: solid;
}

div#subscribe button.footer {
    background: #333;
    color: #FFFFFF;
    margin: 12px 235px;
    padding: 12px 16px !important;
    font-size: 12px;
    position: absolute;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    color: #555;
    text-shadow: 0 1px 0 rgba(244,244,244,1);
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0%, #e0e0e0);
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#e0e0e0));
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 #F4F4F4 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #F4F4F4 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #F4F4F4 inset, 0 1px 0 #fff;
    text-decoration: none;
}


div#subscribe button.footer:hover {
    color: #555;
    text-shadow: 0 1px 0 rgba(244,244,244,1);
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #ebebeb 0%, #ebebeb);
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(174,174,174,0.3), inset 0 1px 0 rgba(244,244,244,1);
    -moz-box-shadow: 0 1px 1px rgba(174,174,174,0.3), inset 0 1px 0 rgba(244,244,244,1);
    -webkit-box-shadow: 0 1px 1px rgba(174,174,174,0.3), inset 0 1px 0 rgba(244,244,244,1);
}

div#subscribe button.footer:focus {
    color: #555;
    text-shadow: 0 1px 0 rgba(244,244,244,1);
    background: #dedede;
    background: -moz-linear-gradient(top, #dedede 0%, #dedede);
    background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#dedede));
    border: 1px solid #bbb;
    box-shadow: 0 1px 3px rgba(187,187,187,1) inset;
    -moz-box-shadow: 0 1px 2px rgba(187,187,187,1) inset;
    -webkit-box-shadow: 0 1px 2px rgba(187,187,187,1) inset;
    outline: 0;
}

div#subscribe  label {
    color: #999;
    padding: 25px 13px;
    font-size: 12px;
    text-shadow: none;
    cursor: auto;
    font-weight: bold;
    position: absolute;
    display: none;
}

#subscribe p {
    font-size: 12px;
    line-height: 1.3;
    margin: 0 30px 0 0;
    text-shadow: 0 1px 0 #fff;
}

#subscribe p a{
    font-size: 12px;
}

div.footer-block  ul {
    margin: 10px 0;
    float: left;
}

div#abt-qantas  a  i{
    background: url(/img/common/icon/social.png) no-repeat center left transparent;
    padding: 18px 0;
    *padding: 12px 0;
    float: left;
    width: 30px;
    margin: 0 3px 0 0;
    cursor: pointer;
}
div#abt-qantas  a  span{
    
    padding: 4px 0 15px;
    *padding: 6px 0;
    float: left;
    width: 94px;
    margin: 0 8px 0 0;
    cursor: pointer;
    text-decoration:none;
}
div#abt-qantas  a  span b{
    
    color: #555555;
    font-size: 14px;
}
div#abt-qantas {
    border: 0 none;
}

div#abt-qantas a  {
   display:block;
   width:50%;
  float:left;
}
div.footer-note {
    border-top: 1px solid #DEDEDE;
    float: left;
    margin: 15px 0;
    padding: 10px 0;
    width: 100%;
}

div.slider {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DEDEDE;
    height: 90px;
    margin: 15px 57px;
    width: 162px;
}

div#abt-qantas a#fb  i {
    background-position: 0px 0;
}

div#abt-qantas a#tw   i{
    background-position: -40px 0;
}

div#abt-qantas a#in  i{
    background-position: -80px 0;
}

div#abt-qantas a#yt  i{
    background-position: -160px 0;
}

div#abt-qantas a#ig  i{
    background-position: -120px 0;
}

div#abt-qantas a#dg  i{
    background-position: -200px 0;
}

div#abt-qantas a#gp i {
    background:url("/img/common/icon/icon-google-plus.png") no-repeat scroll 0 0 transparent;
}
div#abt-qantas a#gp:hover i, div#abt-qantas a#gp:active i {
    background:url("/img/common/icon/icon-google-plus-hover.png") no-repeat scroll 0 0 transparent;
}

div#abt-qantas a#fb:hover i,div#abt-qantas  a#fb:active  i{
    background-position: 0px -40px;
}

div#abt-qantas a#tw:hover i,div#abt-qantas a#tw:active  i{
    background-position: -40px -40px;
}

div#abt-qantas a#in:hover i,div#abt-qantas a#in:active i {
    background-position: -80px -40px;
}

div#abt-qantas a#yt:hover i,div#abt-qantas a#yt:active i{
    background-position: -160px -40px;
}

div#abt-qantas a#ig:hover i,div#abt-qantas a#ig:active i {
    background-position: -120px -40px;
}

div#abt-qantas a#dg:hover i,div#abt-qantas a#dg:active  i{
    background-position: -200px -40px;
}

a#essential-accessibility {
    position: absolute;
    right: 0;
    top: 17px;
}

/*============= TWITTER FEED =============*/

#tweet {
    margin: 15px 35px 25px 0;
    padding: 0;
    width: 260px;
}

div#tweet ul {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 92px;
    margin: 0 0 0px;
    width: 9999px;
}

div#footer div#tweet ul li {
    height: 112px;
    width: 225px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: left;
    text-align: center;
    background: none;
}

.twitter-slider {
    width: 225px;
    overflow: hidden;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    border: 1px solid #ccc;
    margin: 25px 0 0;
}

div#footer div#tweet .twitter_feed a:hover { 
     text-decoration: underline !important; 
 
}
div#footer div#tweet span.arr {
    background: url("/img/_red08/megaMenu/tweet-arrow.png") no-repeat scroll 19px bottom transparent;
    float: left;
    height: 9px;
    margin: -1px 0 0;
    position: absolute;
    width: 37px;
}

div#footer div#tweet ul li p.feed_content {
    margin: 10px 10px 5px;
    color: #555;
}

div#footer div#tweet ul li span.feed_time {
    margin: 0 auto;
}

div#footer div#tweet .twitter_feed {
    padding: 11px 30px;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    background: transparent url(/img/common/icon/social.png) no-repeat scroll -36px -74px;
}

div#footer div#tweet .twitter_feed a {
    color: #555555 !important;
    text-decoration: none !important;
    cursor: pointer;
}

a.nfw, object.nfw, img.nfw {
    display: none !important;
}

/*============= PROMOTIONS ============*/
div.promotions {
    width:auto !important;
    text-align: center;
    background: #f4f4f4;
	padding: 30px 10px;
    margin: 0;
    box-shadow: 0 0 2px #DEDEDE;
    -moz-box-shadow: 0 0 2px #DEDEDE;
    -webkit-box-shadow: 0 0 2px #DEDEDE;
    border: 1px solid #dedede;
}

div.main a.nfw, 
div.main object.nfw, 
div.main img.nfw,
div.promotion a.nfw, 
div.promotion object.nfw, 
div.promotion img.nfw {
    display: block !important;
}

div.promotionsBody {
    width: 160px;
    margin: 1em auto 0 auto;
    text-align: left;
    position: absolute;
    left: -9999px;
}

div.promotion {
    margin: 0 0 20px 0;
    overflow: hidden;
    width: 160px;
    position: relative;
}

div.promotion object,
div.promotion embed {
    display: block;
}

div.promotion a:link,
div.promotion a:visited {
    cursor: pointer;
    position: absolute;
    display: block;
    width: auto;
    text-decoration: none;
    color: #fff;
    z-index: 2;
    background: transparent url(/img/s.gif) no-repeat;
}

div.promotion a:hover {
    color: #fff;
}

div.promotion a span {
    display: block;
}

div.promotion a span.promoContent {
    position: relative;
    font-size: 11px;
}

div.promotion a span.title {
    background-color: #011E41;
    padding: 5px 8px;
    font-weight: bold;
}

div.promotion a span.content {
    background-color: #011E41;
    padding: 5px 8px;
}

div.promotion a img.promo_new {
    position: absolute;
}

div#dyn-hotel-promo div.pleasewait {
    height: 140px;
    width: 160px;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    -moz-opacity: .80;
    filter: alpha(opacity=80);
    opacity: .80;
}

div#dyn-hotel-promo.dyn {
    height: 140px;
    background-color: #fff;
}

div#dyn-hotel-promo.dyn * {
    font-size: 11px;
}

div#dyn-hotel-promo.dyn a {
    position: static;
}

div#dyn-hotel-promo.dyn a img {
    display: block;
}

div#dyn-hotel-promo.dyn a span.dyn-hotel-title {
    display: block;
    background-color: #374E59;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 11px;
}

div#dyn-hotel-promo.dyn a span.dyn-hotel-price {
    border-top: 3px solid #374E59;
    color: #000;
    font-size: 11px;
    padding: 2px 10px 0 10px;
}

div#dyn-hotel-promo.dyn a span.dyn-hotel-price strong {
    color: #374E59;
    font-size: 16px;
}

div#dyn-hotel-promo.dyn a span.dyn-hotel-price small {
    display: block;
}

/* Weird global exception */

#main input.predictiveTextField {
    height/*\**/: 21px \9;
    *height: auto;
}






/*============= BREAD CRUMB FOR PAGES =============*/
#breadCrumb {
    display: none;
}

div.contentPanel #breadCrumb,div.fullPanel #breadCrumb {
    border-bottom: 1px solid #DEDEDE;
    display: block;
    float: left;
    font-size: 11px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
}

div#breadCrumb a ,div#breadCrumb b {
    float: left;
    padding: 5px 15px 5px 0;
    text-decoration: none;
}

div#breadCrumb b {
    color: #666;
}

div#breadCrumb a:link, div#breadCrumb a:visited,div#breadCrumb a:hover {
    color: #DD0000;
}

div#breadCrumb a.last-crumb:link,div#breadCrumb a.last-crumb:visited,div#breadCrumb a.last-crumb:hover,div#breadCrumb a.disabled-link:link,div#breadCrumb a.disabled-link:visited,div#breadCrumb a.disabled-link:hover,div#breadCrumb a.disabled-link span,div#breadCrumb a.last-crumb span {
    color: #767676;
    cursor: default;
}

div#breadCrumb a span {
    cursor: pointer;
}
/*============= PROMOSLOT AND WIDGET =============*/

div.menu-a  table td span.promoslot {
    display: none;
    float: right;
    height: 100%;
    margin: 25px 25px 25px 30px;
    width: 190px;
}

div.menu-a  table td  span.promoslot a {
    float: right;
    width: 190px;
    background-repeat: no-repeat !important;
}

div.menu-a table td  span.promoslot a div {
    display: none;
}

div.menu-a  table td  span.promo-show {
    display: block !important;
}

div.menu-a  table td  span.Home-promo,div.menu-a  table td span.Home-functional {
    display: none !important;
}

div.menu-a  table td  span.functional {
    display: none;
    float: right;
    height: 100%;
    margin: 25px 25px 25px 30px;
    width: 190px;
    *width: 192px;
}

div.menu-a  table td  span.functional iframe {
    border: none;
    width: 190px;
}

div.menu-a  table td  span.functional iframe.Book_class {
    height: 405px;
}

div.menu-a  table td  span.functional iframe.ff_class {
    height: 268px;
    *height: 270px;
}

body div.wrapper div.menu-a  table td  span.functional iframe.bookForm {
    height: 210px;
}

div.menu-a td > a:hover span {
    -moz-transition: background-color 0.15s linear 0s;
    -webkit-transition: background-color 0.15s linear 0s;
    -moz-transition: background-color 0.15s linear 0s;
    -ms-transition: background-color 0.15s linear 0s;
    -o-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s;
	
	}
	
	
	div.menu-a td > a span {

   -moz-transition: background-color 0.15s linear 0s;
    -webkit-transition: background-color 0.15s linear 0s;
    -moz-transition: background-color 0.15s linear 0s;
    -ms-transition: background-color 0.15s linear 0s;
    -o-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s;
	
	}

div.menu-a td > a:hover span {
    background-color: #fff;
}
div.menu-a td > a.hover span {
    background-color: #fff;
}

div.menu-a td > a.no-bmenu {
    -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}



div.menu-a td > a.no-bmenu.hover {
    background: #e0001b;
	
}

.header_nav div.menu-b {
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.errorFooter {
    border-top: 1px solid #F3A22A !important;
    border-right: 1px solid #F3A22A !important;
    border-bottom: 1px solid #F3A22A !important;
}

.errorMail {
    background: url("/img/icon-alert-sml.png") no-repeat scroll 5px 50% white;
    border-bottom: 1px solid #F3A22A !important;
    border-left: 1px solid #F3A22A !important;
    border-top: 1px solid #F3A22A !important;
    padding-left: 27px !important;
}

body div.wrapper div#noMenuPage.bookingHeader
{
	border-bottom: 1px solid #DEDEDE;
	margin: 0 !important;
	padding: 0 0 5px  !important;
}

body div.wrapper div#noMenuPage.bookingHeader div.qantasBrand a
{
	margin: 13px 0 0 !important;
}

/*** late login changes ****/
div.wrapper div.qantasBrand a
{
	background:none !important;
}
div.wrapper form#lateLoginForm {
    background: none repeat scroll 0 0 #F7F7F7;
    margin: 4px -445px 0;
    padding: 0 15px 0 50px;
    position: absolute;
    right: 50%;
    top: 16px;
    border:1px solid #DEDEDE;
	background: #F7F7F7 url(/img/specific/homepage/sprites_grey.gif) no-repeat scroll 12px  -20px;
	background: url(/img/specific/homepage/sprites_grey.gif) no-repeat scroll 12px -20px ,-moz-linear-gradient(center top , #F4F4F4 0%, #F0F0F0 100%);
	background: url(/img/common/cta/swap.png) no-repeat scroll 12px -20px , --webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#f0f0f0));
}
div.wrapper form#lateLoginForm input
{
	width:140px !important;
	padding: 5px;
	border: 1px solid #ccc;
	color: #333333;
	margin:3px 0 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		font-size:11px;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}
div.wrapper form#lateLoginForm div.late_login_content
{
    float: left;
    margin: 4px 5px 0;
    position: relative;
}
div.wrapper form#lateLoginForm label {
    color: #767676;
    margin:9px 10px;
    position: absolute;
}
div.wrapper form#lateLoginForm input#ffpin
{
	width: 65px !important;
}
div.wrapper form#lateLoginForm button
{
	margin:3px 0 0;
}
._qantas_menu_b_item2 {
	font-family:"ProximaNova-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url(/img/common/arrows/arrow-right-red.png) no-repeat scroll 200px 11px rgba(0, 0, 0, 0);
    color: #DD0000 !important;
    display: block !important;
    font-size: 16px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 5px 10px 10px 0 !important;
}

._qantas_menu_b_item_link2 {

    text-decoration: none !important;

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
div.wrapper div div.menu-b
{
	top:158px;
}
}
@media screen and (min-width:0\0) {
div.menu-a td > a span
{
	padding-bottom:28px;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
div.menu-a td > a span
{
	padding-bottom:22px;
}
}

/*** view all Href Promotions Change ****/
div.promotions a.viewAllPromotions {
    display: block;
    padding: 5px 40px;
    position: absolute;
    text-align: left;
    text-decoration: none;
} 

div.sidePanel div.promotions a.viewAllPromotions {
  display: block;
  margin: -10px 15px;
  padding: 0;
  position: static !important;
  text-align: left;
  text-decoration: none;
}