
/*  Golden Grid System (1.01)	<http://goldengridsystem.com/>
	by Joni Korpi 				<http://jonikorpi.com/>
	licensed under MIT			<http://opensource.org/licenses/mit-license.php> */
/* Margin, padding, and border resets except for form elements */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Consistency fixes adopted from http://necolas.github.com/normalize.css/ */
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    min-height: 100%;
    font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
    display: block;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
b, strong {
    font-weight: bold;
}
abbr[title] {
    border-bottom: 1px dotted;
}
input, textarea, button, select {
    margin: 0;
    line-height: normal;
    vertical-align: baseline;
}
button,
html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
label {
    float: left;
    margin: 0 0px 0 0;
}

/* Fonts */
body {
    font-family: 'Antic', Arial, sans-serif;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    background: none repeat scroll 0 0 #B3D8EB;
}
h1 {
    color: #010066;
    font-size: 1.2em;
    margin-top: 0;
}
h2 {
    background-color: #6595C5;
    color: #ffffff;
    font-size: .9em;
    padding: 3px;
}
h2 a {
    color: #ffffff !important;
    /* Need to override existing link style below */
}
h3 {
    color: #6595C5;
    /* Should be same as h2 background color above */    
    font-size: .8em;
}
p {
    color: #333333;
    font-size: .8em;
    margin: 5px 0px
}
li {
    color: #333333;
    font-size: .8em;
    margin-left: 15px;
}
a {
    color: #6595C5;
    /* Should be secondary colour */
}
a:hover {
    color: #4B6C8E;
}
a:visited {
    color: #324960;
    /* Should be secondary shade one colour */
}
.sort {
    color: #ffffff;
}
legend {
    margin-left: 20px;
    font-weight: bold;
    color: #F4AB1E
}

/* Page Setup */
form {
    margin: 0px;
}
a img {
    border: none;
}
table {
    border-collapse: collapse;
}

/* Page Layout */
#page {
    background-color: #FFFFFF;
    border-radius: 15px;
    margin: 10px auto;
    padding: 5px 10px 10px;
    position: static;
    width: 980px;
}

#header {
    background: #ffffff url(../images/header.jpg) no-repeat 0 0px;
    background: #ffffff url(../uploads/header/header.jpg) no-repeat 0 0px;
    position: relative;
    height: 145px;
    top: 5px;
    display: block;
    clear: both;
    margin: 0px;
    width: 980px
}

#header a#logo {
    position: absolute;
    width: 400px;
    height: 70px;
    top: 20px;
}
#header-contact {
    font-size: 1.6em;
    margin: 0px 0px;
    display: block;
    color: #fff;
    position: absolute;
    top: 70px;
    right: 20px;
}

#header-contactNZ {
    font-size: 1.6em;
    margin: 0px 0px;
    display: block;
    color: #fff;
    position: absolute;
    top: 70px;
    right: 20px;
}
#logoSlogan {
    background: url("../images/slogan/325x40_For-the-best-times-of-your-life_White.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 40px;
    left: 440px;
    position: absolute;
    top: 36px;
    width: 325px;
    z-index: 999;
}

/* Column Layouts */
#contentsurround {
    margin-right: 0px
}
/* IE 3px Gap Fix \*/
* html #contentsurround {
    margin-left: 0;
}
/* end hide */
/* IE peekaboo fix \*/
#content {
    height: 1%
}
/* end hide */
#content {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    width: 980px;
    float: right
}
#footer {
    width: 980px;
    clear: both
}
#footer ul {
    list-style: none;
    margin: 5px 0 10px;
    padding: 0;
    text-align: center;
}
#footer li {
    display: inline;
    font-size: .7em;
    margin: 0px;
}
#footer li a {
    color: #4A78BC;
}
#footerbar {
    border: 1px solid #FEEED4;
    background-color: #FDD493;
    padding: 5px;
}
p#disclaimer {
    font-size: .7em;
    text-align: left;
    float: left;
    width: 540px;
    padding: 0px 0 0 0px;
    margin: 0px;
}
.blurb {
    margin-top: 2px;
    display: block;
}
.footeraddress {
    font-size: .85em;
    color: #666;
    display: block;
    text-align: left;
}
#sitecontact {
    text-align: center;
    font-weight: bold;
    color: #003399;
}
#sitecontact a {
    color: #003399;
}
#sitecontact p {
    width: 14px;
    float: right
}
.contact-block {
    float: right;
    margin-top: 12px;
}
.finance-logos {
    float: right;
    margin-top: 11px;
    margin-right: 20px;
	width: auto;
}
.finance-logos br{ display:none}
.travelLogo{
	float: left; 
    margin-right: 0;
}
.travelLogo img{
	padding:0px 8px 0 0px;
	    height:29px;
    width: auto;
}
#address-block {
    width: 380px;
    float: left;
    font-size: .7em;
    margin: 0px
}
#phone {
    margin: -4px 5px 0px 0px
}
p.contact {
    float: right;
    margin: 0px 0px 0px 0;
    padding: 0px;
    text-align: left;
    font-size: .7em;
    width: 132px;
}
img.afta {
    float: right
}
img.securelogo {
    margin: 0px 0px 5px;
}
img.paymentoptionslogo {
    margin: 0px;
	float: left;
	margin-left:15px;
}
ul#sitemap li {
    margin-left: 15px
}

/* --------------------------------------------------------------- */
/* Service Type Tabs */
/* --------------------------------------------------------------- */
div#servicetypes {
    position: absolute;
    text-align: right;
    display: block;
    width: 960px;
    left: 45px;
    top: 111px;
    height: 30px;
}
div#servicetypes {
    left: 5px
}
#servicetypes ul {
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0;
    list-style: none;
    height: 30px;
}
#servicetypes li {
    float: left;
    margin: 0;
    padding: 0 0 0 0px;
    font-size: 10pt;
    height: 30px;
}
#servicetypes a {
    float: left;
    display: block;
    padding: 0px 12px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    color: #ffffff;
    border-right: 1px solid #4B85AD
}

/* End IE5-Mac hack */
#servicetypes a:hover {
    text-decoration: underline
}
#itinerary {
    margin-left: 1px
}
#servicetypes li#itinerary {} #itinerary a {
    background: #15A800;
}

/*----------------------------------*/
/* Left menu boxes */
/*----------------------------------*/
.section {
    background: transparent url(../images/bluehat.gif) no-repeat;
    margin: 20px 10px;
    width: 160px;
}
.sectioncontent {
    margin: 0px;
    border: 1px solid #8FABD6;
    background-color: #ffffff;
    width: 158px;
}
.section h4 {
    color: #ffffff;
    font-weight: normal;
    font-size: .7em;
    margin: 0px;
    text-align: center;
    padding: 2px;
    background: url(../images/bluehat_right.gif) right no-repeat
}

/* --------------------------------------------------------------- */
/* Side Navigation Arrows */
/* --------------------------------------------------------------- */
ul.arrows {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.arrows li {
    background: url(../images/nav_bullet.gif) no-repeat 10px 6px;
    padding-left: 14px;
    margin: 0px;
    padding: 3px 0px 5px 25px;
    vertical-align: top;
    font-size: .7em;
    height: 1.2em;
    display: block;
    border: 1px solid #CDDDF1;
    border-width: 1px 0px 0px 0px
}
ul.arrows a {
    text-decoration: none
}
ul.arrows a:hover {
    text-decoration: underline;
}
h1.seo {
    margin: 0px 0px 10px;
    padding: 3px;
    color: #396691;
    font-size: .7em;
}
p.introContent {
    float: right;
    clear: right;
    width: 250px;
    font-size: .7em;
    margin: 0px 0px 10px;
    padding: 0px
}

/*----------------------------------*/
/* linkboxes                        */
/*----------------------------------*/
div.linkbox {
    margin: 0px;
    padding: 0px;
    width: 158px;
}
.linkbox a {
    display: block;
    border: 1px solid #8FABD6;
    border-width: 1px 0px 0px 0px;
    margin: 0px;
    padding: 0px 0px 0px 3px;
    text-align: left
}
.sunloverlink a {
    border-top-width: 0px;
    background: transparent url(../images/siteswitcher/qld.jpg) no-repeat 120px 7px
}
.nswlink img {
    padding-top: 5px;
}
.nswlink a {
    background: url(../images/siteswitcher/nsw.jpg) no-repeat 128px 10px;
    border-top-width: 0px;
}
.travelpoint a {
    background: url(../images/siteswitcher/tp.jpg) no-repeat 128px 13px;
    border-top-width: 0px
}
.travelpoint a img {
    padding-top: 10px;
}

/*----------------------------------*/
/* main form container */
/*----------------------------------*/
.mainpanel {
    width: 260px;
    float: left;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    background: #5286CE;
}
.mainpanel h1 {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    padding: 0px;
    color: #fff;
    line-height: 27px;
    display: block;
    font-weight: normal;
}
.mainpanel fieldset {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px;
    background-color: #5286CE;
}
.mainpanel .location select {
    width: 220px
}
.mainpanel fieldset label {
    text-align: left;
    font-weight: bold;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    float: left;
    color: #D6E0EF
}
.mainpanel #childnote {
    color: #fff
}
.mainpanel fieldset select {
    padding-top: 0px;
}
.hero {
    float: left;
    padding: 0px;
    background: transparent url(../uploads/hero/hero-right.gif) no-repeat scroll right top;
    margin-bottom: 10px
}
h1.seo {
    color: #A9CDE5;
    padding: 10px
}
p.seointro {
    color: #fff;
    font-size: .7em;
    padding: 10px 10px 0px 30px
}
.seointro a {
    color: #F3A000
}
.mainpanel fieldset .formrow .note {
    margin-left: 0px;
    float: left;
    clear: right;
    margin-bottom: 3px;
    color: #D6E0EF;
    left: -162px;
    position: absolute;
    top: 99px;
    width: 200px;
}
.mainpanel .formsubmit {
    float: right;
    margin-right: 10px
}
.mainpanel .formrow {
    padding: 0px;
    margin: 9px 0px 0px 0px
}
ul.footerlinks {
    width: 800px;
    list-style: none;
    clear: both;
    margin: 10px auto;
    text-align: center
}
#4A78BC {
    font-size: 12px;
    margin: 3px;
    color: #4A78BC;
}
ul.footerlinks li {
    display: inline
}
#newsletter p {
    margin: 2px 0px 0px;
    padding: 0px;
    font-size: .7em;
    color: #0066CC;
    text-align: center
}
#newsletter table {
    width: 146px !important;
    padding: 0px !important
}
#newsletter td {
    font-size: .7em !important;
    clear: left !important;
    float: left !important;
    padding: 0px !important
}
#newsletter label, #em_wfs_subheader {
    font-size: .7em !important;
    clear: both !important;
    float: left !important;
    display: none !important;
    line-height: 0px !important
}
#newsletter input {
    clear: left!important;
    width: 145px !important;
    margin-left: 3px !important
}
#newsletter input#em_wfs_submit {
    width: 80px !important;
    margin: 0px 0px 2px 30px !important;
    background-color: #FF9900 !important;
    float: left !important
}

/* pillowpoints */
/* small */
.small #ppLoginContainer {
    display: block;
    float: left;
    border: 1px solid #7FC6EC;
    border-width: 1px 1px 1px 1px;
    width: 160px;
    font-size: .85em;
    margin: 0px
}
.small .pplogo p {
    width: 160px
}
.small p.memberName {
    float: none
}
.small input.ppLogin {
    float: left
}
.small p.ppPassword {
    width: 100%;
}
.small p.memberName {
    float: none
}
.small p#ppLoginTitle, .pplogo p {
    padding: 0px;
}

/*wide*/
.wide #ppLoginContainer {
    display: block;
    float: left;
    border: 1px solid #7FC6EC;
    border-width: 1px 1px 1px 1px;
    width: 500px;
    font-size: .85em;
    margin: 0px 0px 5px 0px
}
.wide .pplogo {
    float: left;
    width: 175px;
}
.wide p.memberName {
    float: left;
    width: 165px;
    clear: none;
    padding-top: 7px
}
.wide p.ppPassword {
    float: left;
    width: 160px;
    clear: none;
    padding-top: 7px
}
.wide p#ppLoginTitle, .pplogo p {
    margin: 0px 0px 0px 0px;
    padding: 0px
}
.wide .ppPoints {
    width: auto
}

/* medium */
.medium #ppLoginContainer {
    display: block;
    float: right;
    border: 1px solid #7FC6EC;
    border-width: 1px 1px 1px 1px;
    width: 330px;
    font-size: .85em;
    margin: 0px 0px 5px 0px
}
.medium .pplogo {
    float: none;
}
.medium .pplogo p {
    padding: 20px 0px 0px 0px;
}
.medium p.memberName {
    float: left;
    width: 170px;
    clear: left;
}
.medium p.ppPassword {
    float: left;
    width: 160px;
    clear: none;
}

/*.medium  .pplogo p { padding:10px 0px 10px 0px ; clear:left} */
#ppLoginContainer .error {
    background: none;
    color: #CC6666 !important;
}
.footerad {
    margin: 10px;
    clear: both;
}
.VeForm {
    background: #5286CE url(../uploads/specials/mail.jpg) no-repeat 10px 0px;
    display: block;
    font-size: .75em;
    padding: 0px 0px;
    width: 250px;
    height: 102px;
}
.VeForm table {
    float: left
}
.terms-footer {
    font-size: .7em;
}

/* #flightstab, */
#new {
    display: none;
}
.importantlabel p, .importantdata p {
    color: #fff
}

/* HIDE EVENTS TAB &*/
#eventstab {
    display: none;
}

/* --------------------------------------------------------------- */
/* PAYMENT PAGE STYLE ADJUSTMENTS */
/* --------------------------------------------------------------- */
#paymentForm .ui-datepicker-trigger {
    position: absolute;
    margin-top: 4px;
}

/* --------------------------------------------------------------- */
/* ITINERARY PAGE- SET MESSAGE FOR FLIGHTS */
/* --------------------------------------------------------------- */
.messageArea h3 {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #F68B1F;
    color: #004680;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
/* UI BUTTON */

.hotelsearchsubmit {
    margin-top: 0 !important;
}
.goButton {
    left: 35px !important;
    top: inherit !important;
}
.goButton.btnDown {
    top: -70px !important;
}

/* FLIGHTS UI ENHANCEMENTS */
.searchheader {
    padding-left: 10px !important;
    border-radius: 0px;
    background: none repeat scroll 0 0 #396999;
}
#adultsContainer {
    clear: left;
    float: left;
    padding: 3px;
    position: relative;
    width: 140px;
}
.flightPax.formrow {
    left: 20px;
}

/*homepage search */
.multiroom.formrow {
    padding-bottom: 15px;
}

#multiroom .hotelpeople > label {
    width: 48px;
    float: left;
    line-height: 19px;
    color: #FFA54B;
    margin-right: 15px;
}
#hoteladults_1,
#hotelchildren_1,
#hoteladults_2,
#hotelchildren_2,
#hoteladults_3,
#hotelchildren_3,
#hoteladults_4,
#hotelchildren_4,
#hoteladults_5,
#hotelchildren_5,
#hoteladults_6,
#hotelchildren_6,
#hoteladults_7,
#hotelchildren_7,
#hoteladults_8,
#hotelchildren_8,
#hoteladults_9,
#hotelchildren_9 {
    float: left;
}
#hoteladults_1 label,
#hotelchildren_1 label,
#hoteladults_2 label,
#hotelchildren_2 label,
#hoteladults_3 label,
#hotelchildren_3 label,
#hoteladults_4 label,
#hotelchildren_4 label,
#hoteladults_5 label,
#hotelchildren_5 label,
#hoteladults_6 label,
#hotelchildren_6 label,
#hoteladults_7 label,
#hotelchildren_7 label,
#hoteladults_8 label,
#hotelchildren_8 label,
#hoteladults_9 label,
#hotelchildren_9 label {
    float: left;
    line-height: 20px;
    margin-right: 5px;
    margin-left: 5px;
}
.childrenages {
    float: left;
    width: 244px;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}
.childrenages select {
    float: right;
    top: -12px;
}
.childnote.show {
    color: white;
    float: left !important;
    width: 180px !important;
}
.childrenages .show {
    float: right;
    clear: right;
    margin-top: 4px;
}
.multiroom .hotelsearchsubmit {
    position: relative;
    width: 222px;
    margin-top: 10px !important;
    top: 0px;
    right: 0px;
    float: left
}
#r2Col1 #destMap > h2 {
    padding-top: 11px;
}

/*Multiroom Styles*/
.rm_tab > h2, .rm_number > h2{
	background: none repeat scroll 0 0 #154177 !important; 
}
.rm_number_active h2, .rm_active h2{
	background: none repeat scroll 0 0 #ff9905 !important;
	border: #154177 2px solid;
}
#multiroom_change{
	display: none;
}
.rm_summary{
	width: 484px;
}
.rm_theRooms .rm_summary{
	width: auto !important;
}
#rm_btn_changeRoom{
	float: left;
    padding: 0px 15px;
    margin-right: 20px;
	border: none;
	-moz-border-radius: 0px 0px 10px 0px !important;
    -webkit-border-radius: 0px 0px 10px 0px !important;
    border-radius: 0px 0px 10px 0px !important;
    -khtml-border-radius: 0px 0px 10px 0px !important;
}
.roomAddButton .hdr_button{
	height: 27px !important;
}
.rm_active{ 
	background: #588DCF !important;
}
#rm_tabs{
	background:#C2D7ED !important;
}
/* brochure search */
/*
#brochurePrices .numRooms{ width:150px; margin-left:20px;}
#brochurePrices .multiroom.formrow{ width:410px !important;}
#brochurePrices #hotelcheckout{ margin:10px 0;}
#brochurePrices .formrow.nightsRooms{ min-height:26px !important;}
#brochurePrices #hotelnights{ height:23px !important; }
#brochurePrices .multiroom .hotelpeople > label{ width:56px !important; font-size:12px; min-width:48px !important; float:left; line-height:19px; color:#FFA54B; margin-right:15px;}

#brochurePrices #hoteladults_1, #brochurePrices #hotelchildren_1,#brochurePrices #hoteladults_2,
#brochurePrices #hotelchildren_2,#brochurePrices #hoteladults_3,#brochurePrices #hotelchildren_3,#brochurePrices #hoteladults_4, #brochurePrices #hotelchildren_4,#brochurePrices #hoteladults_5,#brochurePrices #hotelchildren_5,#brochurePrices #hoteladults_6,#brochurePrices #hotelchildren_6, #brochurePrices #hoteladults_7,#brochurePrices #hotelchildren_7,#brochurePrices #hoteladults_8,#brochurePrices #hotelchildren_8,#brochurePrices #hoteladults_9, #brochurePrices #hotelchildren_9{ float:left; margin-right:15px;   }

#brochurePrices #hoteladults_1 label, #brochurePrices #hotelchildren_1 label, #brochurePrices #hoteladults_2 label, #brochurePrices #hotelchildren_2 label,
#brochurePrices #hoteladults_3 label, #brochurePrices #hotelchildren_3 label, #brochurePrices #hoteladults_4 label, #brochurePrices #hotelchildren_4 label,
#brochurePrices #hoteladults_5 label, #brochurePrices #hotelchildren_5 label, #brochurePrices #hoteladults_6 label, #brochurePrices #hotelchildren_6 label,
#brochurePrices #hoteladults_7 label, #brochurePrices #hotelchildren_7 label, #brochurePrices #hoteladults_8 label, #brochurePrices #hotelchildren_8 label,
#brochurePrices #hoteladults_9 label, #brochurePrices #hotelchildren_9 label{ float:left; line-height:20px; width:46px;  }

#brochurePrices .formrow.hotelpeople{ width:350px !important;}
#brochurePrices .brochureRefine #accommodationsearch label{ line-height:16px; margin-top:0px; margin-left:0px;}
#brochurePrices .childrenages{ width:240px !important;}
#brochurePrices .childnote.show{ width:191px !important}
#brochurePrices #hotelnights input{ margin-left:2px}
*/
/* advance search */
/*
.advancedfilter  .multiroom .hotelpeople > label{ font-size:12px; width:190px;}
.advancedfilter #hoteladults_1 label, .advancedfilter #hotelchildren_1 label, .advancedfilter #hoteladults_2 label, .advancedfilter #hotelchildren_2 label,
.advancedfilter #hoteladults_3 label, .advancedfilter #hotelchildren_3 label, .advancedfilter #hoteladults_4 label, .advancedfilter #hotelchildren_4 label,
.advancedfilter #hoteladults_5 label, .advancedfilter #hotelchildren_5 label, .advancedfilter #hoteladults_6 label, .advancedfilter #hotelchildren_6 label,
.advancedfilter #hoteladults_7 label, .advancedfilter #hotelchildren_7 label, .advancedfilter #hoteladults_8 label, .advancedfilter #hotelchildren_8 label,
.advancedfilter #hoteladults_9 label, .advancedfilter #hotelchildren_9 label{ float:left; line-height:20px;   margin-left:0px;  }

.ires .advanced .formrow.hotelpeople{ border-top:0px;}

.advancedfilter .childrenages{ width:190px; margin-bottom:10px;}
.advancedfilter .childrenages .show{ float:left; margin-right:4px;}
.advanced .hotelpeople label{ margin-top:0px;}
.advancedfilter .formrow.hotelpeople { border-bottom:1px solid #91B2CE;}
.advancedfilter .childnote.show{ width:190px !important;}
#accomStyle{ width:189px;}
.advancedfilter .hotelsearchsubmit{ border-top:0px;}
.advancedfilter #refineSubmit{ clear:both; float:left; margin-top:10px;}
.advancedfilter #refineSubmit input{ margin-left:0px;}
.advancedfilter .ires p{ margin-bottom:0px !important;}
*/


.rm_theRooms{    width: 547px !important;    float: right; max-height:inherit !important;}
 .rm_day, .rm_holder .rate{min-width: 50px;}