body
{
    margin: 0;
    font-family: Helvetica,Tahoma,Arial,sans-serif;
    font-size: 0.7em;
    line-height: 115%;
    background-color: white;
    text-align: center;
}

body#popup
{
    text-align: left;
    background-color: #f0f0f0;
    padding: 10px;
}

a
{
    color: #ff0099;
    text-decoration: underline;
}

a:hover
{
    color: black;
}

h1
{   
    font-family:Tahoma!important;
    color:#ff0099;
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 0.5em 0;
    font-weight: normal;
}

h2
{
    font-family:Tahoma!important;
    font-size: 115%;
    line-height: 125%;
    margin: 0.7em 0 0.5em 0;
}

h3, h4, p, ul, ol, dd
{
    
    font-size: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h3
{
 
    font-size: 100%;
    font-weight: normal;
}

h4
{
    font-size: 105%;
    margin: 2em 0 0.35em;
}

dl
{
    padding: 0;
}

dd
{
    margin-left: 0;
}

img
{
    border: 0;
    vertical-align: middle;
    display: block;
}

input, select, textarea, button
{
    font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
    font-size: 90%;
    _font-size: 95%;
    color: black;
    margin: 1px 0;
    vertical-align: middle;
}

select
{
    padding: 0;
    border: 1px solid #ccc;
}

button
{
    width: auto !Important;
    width: 1px;
    overflow: visible;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

button img
{
    cursor: pointer;
}

fieldset, form, table, hr
{
    font-size: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

label
{
    font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 95%;
    line-height: 120%;
    display: inline-block;
    color: #444;
    vertical-align: middle;
}

label
{
    display: -moz-inline-box;
}

label a
{
    font-weight: normal;
}

table
{
    margin: 0.75em 0;
}

tr
{
    vertical-align: top;
}

th
{
    text-align: left;
}

em
{
    font-style: normal;
    font-weight: bold;
}

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

ul li
{
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-image: url(../../images/common/icon-bullet.gif);
    margin: 0;
    padding: 0 0 0 24px;
}

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

.subhead
{
    font-family:Tahoma!important;
    color:#a91c6e; 
    left: 0;
    font-size: 17px!important;
    line-height: 16px;
    height: 16px;
   
 }

.search h3.top
{
    margin-top: 0;
}

.title
{
    left: 38px;
    position: relative;
}

.search .title, .container .title
{
   
    left: 0;
    font-size: 22px;
    line-height: 31px;
    height: 31px;
    padding: 0;
    margin: 15px 0;
    overflow: hidden;
}

.spacer
{
    font-size: 1px;
    height: 1px;
    overflow: hidden;
    display: block;
    clear: both;
}

.divider, .rule
{
    margin-top: 3px;
    border-top: 1px solid #ccc;
    padding: 3px 0;
    clear: both;
}

.divider
{
    overflow: hidden;
    height: 0px;
    _height: 7px;
    width: 100%;
}

.rule
{
    padding-bottom: 0px;
}

.error
{
    color: #c00;
}

.instruction
{
    font-size: 130%;
    padding: 1em 0 0.5em 0;
    color: #f09;
}

.criteria
{
    font-weight: normal;
    color: black;
    font-size: 80%;
}

.col
{
    float: left;
}

.col1
{
    float: none;
    width: 804px;
}

.col2
{
    float: left;
    width: 391px;
    margin-right: 20px;
}

.col3
{
    float: left;
    width: 254px;
    margin-right: 20px;
}

.col4
{
    float: left;
    width: 186px;
    margin-right: 20px;
}

.coll
{
    float: left;
    width: 47%;
    margin: 0;
}

.colr
{
    margin: 0 0 0 53%;
}

.right
{
    text-align: right;
}

.island
{
    margin: 20px 0;
}

.thumb
{
    display: inline-block;
    margin: 0 1px 5px 0;
}

.thumb
{
    display: -moz-inline-box;
}

.subnav
{
    margin: 0 0 21px 0;
    padding: 0;
}

.subnav li
{
    float: left;
    padding-right: 14px;
}

.links
{
    list-style-type: none;
    margin: 0.25em 0;
}

.links li
{
    margin: 0;
    padding: 0;
}

.inner
{
    padding: 7px 7px 0 7px;
}

.panel
{
    background-color: #f0f0f0;
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin: 0 20px 10px 0;
}

.panel h1, .panel h2, .hero h2, .login h2, .container h1
{
    color:#ff34ab;
    height: 27px;
    font-size: 19px;
    font-weight: normal;
    line-height: 27px;
    margin: 0 40px 10px 0;
    padding: 0;
    overflow: hidden;
}

.panel p
{
    color: #555;
}

div.autocomplete {
    position: absolute;
    background-color: #f0f0f0;
    border: 1px solid #888;
    z-index: 10;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 10px;
    _font-size: 11px;
    color: #000000;
    cursor: pointer;
}

div.autocomplete div {
    padding: 3px;
    border-bottom: 1px solid #999;
}

div.autocomplete div.selected {
    background-color: #ff0099;
    color: white;
}

.menu
{
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0 0 0 -1px;
    width: 140px;   
}

.menu li
{
    padding: 9px 10px 7px 24px;
    margin-bottom: 1px;
    background: #f0f0f0;
    font-weight: bold;
}

.menu li.selected
{
    background: white;
}

.menu li.selected a
{
    color: black;
    text-decoration: none;
}

.menu li.sponsor
{
    padding: 9px;
}

.hotelmenu
{
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0 0 0 -1px;
    width: 140px;   
}

.hotelmenu li
{	
    padding: 9px 5px 7px 5px;
    background: white;
    margin-bottom: 1px;
    font-weight: bold;
}


.ui
{
    width: 628px;
    background-color: white;
}

.ui form
{
    width: 614px !important;
    margin: 5px 0 7px 0;
}

.ui fieldset
{
    padding: 0 7px 7px 7px;
}

.uiwide
{
    width: 660px;
    height: 320px;
    background-color: white;		
}

.uiwide form
{
    width: 614px !important;
    margin: 5px 0 7px 0;
}

.uiwide fieldset
{
    padding: 0 7px 7px 7px;
}

.search, .container
{
    background-color: #f0f0f0;
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin: 0 20px 10px 0;
    width: 528px;
    _height: 350px;
    min-height: 350px;
    float: left;
}

.searchwide
{
    background-color: #f0f0f0;
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin: 0 10px 10px 0;
    width: 813px;
    _height: 350px;
    min-height: 350px;
    float: left;
}

.search.md
{
    width: 696px;
}

.search.fl
{
    width: 800px;
}

.searchwide.fl
{
    width: 813px;
}

.search.lg
{
    width: 970px;
}

.search .inner
{
    padding: 7px 7px 7px 7px;
}

.searchwide .inner
{
	padding: 7px 4px 7px 4px;
}

.search .inset
{
    width: 470px;
}

.search h1, .searchwide h1, .search h2
{
    color:#ff34ab; 
    height: 27px;
    font-size: 21px;
    line-height: 27px;
    font-weight: normal;
    margin: 0 40px 20px 0;
    padding: 0;
    overflow: hidden;
}

.search h1, .searchwide h1, .container h1
{
    left: 38px;
    position: relative;
}

.search form
{
    float: left;
    width: 354px;
    background-color: white;
    _height: 290px;
    min-height: 290px;
}

.search.md form
{
    width: 522px;
}

.search.lg form
{
    width: 796px;
}

.search.fl form
{
    width: 786px;
}

.search fieldset
{
    padding: 6px;
}

.w0 { width: 244px; }
.w1 { width: 83px; }
.w2 { width: 62px; }
.w3 { width: 41px; }
.w4 { width: 168px; }
.w5 { width: 123px; }
.i1 { margin-left: 86px; }
.i2 { margin-left: 41px; }

.login .w0 { width: 238px; }

.md .w0 { width: 400px; }
.md .w1 { width: 100px; }
.md .w2 { width: 215px; }
.md .w3 { width: 127px; }
.md .w4 { width: 45px; }
.md .i1 { margin-left: 101px; }
.md .i2 { margin-left: 45px; }

select.w0
{
    width: 245px;
    _width: 251px;
}

.tooltip
{
	color: #fff;
	z-index: 13000;
}

.tooltip h4, .tooltip p
{
    text-align: left;
	_width: 152px;
	width: 172px;
    background-color: #333;
    margin: 0;
    padding: 5px 10px;
}

.recent
{
    margin: 0;
    list-style-type: none;
}

.recent li
{
    background: #f0f0f0 url(../../images/common/bullet-panel.gif) no-repeat left 0.35em;
    margin: 0;
    padding: 0.1em 0 0 14px;
}

.recent li.delete
{
    margin-top: 0.4em;
    background: #f0f0f0 url(../../images/common/bullet-panel-delete.gif) no-repeat left 0.35em;
}

.promotion
{
    background-color: #f0f0f0;
    width: 193px;
    height: 176px;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
}

.promotion h2
{
    margin: 0;
    text-indent: -999em;
    height: 1px;
    overflow: hidden;
}

.promotion fieldset
{
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 177px;
}

.promotion label
{
    float: left;
}

.promotion select
{
    width: 176px;
    margin-bottom: 8px;
}

.promotion button
{
	float: right;
	margin: -5px 0 0 0;
}

.feature
{
    background: url(../../images/common/panel-feature-btm.gif) no-repeat left bottom;
    margin: 0 0 10px 0;
    width: 804px;
    position: relative;
}

.lg .feature
{
    width: 784px;
    background: url(../../images/common/panel-feature-2-btm.gif) no-repeat left bottom;
}

.feature .inner
{
    background: url(../../images/common/panel-feature-top.gif) no-repeat left top;
    padding: 0 8px 8px 8px;
}

.lg .feature .inner
{
    background: url(../../images/common/panel-feature-2-top.gif) no-repeat left top;
}

#featuresubmit
{
    margin: 2px 0 0 200px;
}

.tab
{
    margin: 2em 0;
}

.tabs
{
    height: 23px;
    margin: 0;
    background: #e5e5e5;
    overflow: hidden;
}

.tabs li
{
    float: left;
    padding: 6px 20px;
    margin: 0 1px -1px 0;
    line-height: 12px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #f0f0f0;
}

.tabs li.selected
{
    background: white;
    font-weight: bold;
}

.tabs li.selected a
{
    color: black;
    text-decoration: none;
}

.tab div
{
    background-color: white;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.feature .bg
{
    background-color: #ff34ab;
    margin: 0;
    width: 100%;
    padding: 6px 0 6px 0;
}

.feature h2
{
    color:#ffffff;   
    font-size: 13px;
    line-height: 21px;
   
font-weight: normal;
    height: 21px;
    width: 500px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    left: 0;
}

.feature fieldset
{
    position: absolute;
    width: 300px;
    left: 520px;
    top: 6px;
}

.offer
{
    list-style-type: none;
    margin: 1px;
    padding: 0;
    background-color: white;
}

.offer li
{
    margin: 0;
    padding: 0;
    display: inline;
    background-image: none;
}

.offer li
{
    display: -moz-inline-box;
}

.offer .iblock
{
    width: 194px;
    display: inline-block;
}

.offer .iblock
{
    display: -moz-inline-block;
}

.offer img
{
    float: left;
    margin: 0 10px 0 0;
}

.product
{
    margin: 0 5px;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    position: relative;
}

.product h3.subhead
{
    position: relative;
    left: 100px !important;
}

.c1, .c2, .c3, .c4
{
    float: left;
    width: 80px;
    margin-right: 20px;
}

.c1
{
    width: 90px;
    margin-right: 10px;
}

.c2, .c3, .c4
{
    width: 169px;
}

.c5
{
    margin-left: 630px;
}

.c6
{
    position: absolute;
    top: 5px;
    left: 0px;
}

.c6 img
{
    float: left;
    margin-right: 5px;
}

.special h2
{
    color:#982e6c !important;
    left: 0;
    float: left;
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
    height: 46px;
    width: 195px;
    margin: 0 0 5px 0;
}

.fare
{
    display: block;
    font-weight: bold;
    font-size: 110%;
    color: #ff0099;
}

.fare strong
{
	font-size: 150%;
	line-height: 100%;
	vertical-align: middle;
}

.panel .fixed
{
    width: 376px;
}

.list
{
    border: 1px solid white;
    border-collapse: separate;
    width: 100%;
}

.list thead
{
    background: #c3c3c3;
}

.list caption
{
    clear: both;
    text-align: right;
    color: #777;
    padding: 0;
    margin: 0;
}

.list td, .list th
{
    padding: 3px 5px;
}

.row1
{
    background: #f0f0f0;
}

.row2
{
    background: #ffffff;
}

.row1 .cell
{
    background: #e0e0e0;
    border-left: 1px solid white;
}

.row2 .cell
{
    background: #efefef;
    border-left: 1px solid white;
}

.highlight
{
    background: white;
}

.list .price
{
    color: #ff0099;
    font-weight: bold;
}

.col2 .list
{
    _width: 378px;
}

.chart
{
    width: 100%;
}

.chart td, .chart th
{
    padding: 4px 5px 4px 0;
    border-top: 1px solid #ccc;
}

.subtotal th, .subtotal td
{
    border-top: 1px solid black;
    padding-bottom: 2em;
}

.subtotal .summary
{
    font-size: 125%;
    line-height: 135%;
    font-weight: bold;
}

.disabled
{
    color: #999;
}

.important
{
    border-top: 4px solid #f08;
    border-bottom: 4px solid #f08;
    background-color: white;
}

.note
{
    font-size: 95%;
    color: #555;
}

.panelheading, .img
{
    text-indent: -9999em;
    overflow: hidden;
    background-repeat: no-repeat;
}

.hero, .login
{
    width: 254px;
    _height: 350px;
    min-height: 350px;
    float: left;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    margin: 0 0 10px 0;
}

.hero .inner
{
    padding: 248px 16px 16px 16px;
}

.panelheading
{
    height: 56px;
    margin: 0 -8px 0 -8px;
}

.pager
{
    margin: 0 5px;
    padding: 10px 0;
    clear: both;
    text-align: center;
}

.breadcrumb
{
	text-indent: 0;
	text-align: right;
	padding-right: 7px;
	line-height: 48px;
	font-size: 90%;
}

.inset
{
    padding-left: 40px;
}

.full
{
    width: 100%;
    margin-right: 0;
}

.full_1
{
    width: 260px;
    margin-right: 0;
}

.half
{
    width: 50%;
}

.halffinal
{
    float: none;
    width: 49%;
    margin-left: 50%;
}

.third
{
    width: 33%;
    margin-bottom: 10px;
}

.thirdfinal
{
    float: none;
    width: 33%;
    margin-left: 66%;
    margin-bottom: 10px;
}

.qtr, .quarter
{
    width: 25%;
    margin-bottom: 10px;
}

.qtrfinal
{
    margin-left: 75%;
    margin-bottom: 10px;
}

.dbl
{
    width: 40px;
}

.last
{
    margin-right: 0;
    clear: none;
}

.checkbox
{
    display: block;
    margin-left: 2em;
    margin-bottom: 3px;
}

.checkbox input
{
    float: left;
    vertical-align: middle;
    margin: -0.25em 0 0 -2.25em !important;
}

.required
{
    color: #f08;
}

.notes
{
    font-size: 90%;
    color: #555;
    margin-bottom: 2em;
}

.breakout
{
    background-color: #f0f0f0;
    padding: 10px;
    height: 180px;
    _height: 200px;
}

.gap
{
    padding-top: 5px;
}

.nowrap
{
	white-space: nowrap;
	padding-right: 1.5em;
}

.link
{
	padding: 2px 0 2px 24px;
	background-image: url(../../images/common/icon-link.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.link_print { background-image: url(../../images/common/icon-print.gif); }
.link_save { background-image: url(../../images/common/icon-save.gif); }
.link_people { background-image: url(../../images/common/icon-people.gif); }
.link_rss { background-image: url(../../images/common/icon-rss.gif); }
.link_calendar { background-image: url(../../images/common/icon-calendar.gif); padding-left: 39px; }

.link_back
{
    background-image: url(../../images/common/icon-link-back.gif);
	padding: 5px 24px 5px 0;
	background-position: right center;
}

.palert { background-position: 0 3px; background-repeat: no-repeat; background-image: url(../../images/common/panel-icon-alert.gif); }
.puser { background-position: 0 3px; background-repeat: no-repeat; background-image: url(../../images/common/panel-icon-user.gif); }
.psearch { background-position: 0 3px; background-repeat: no-repeat; background-image: url(../../images/common/panel-icon-search.gif); }
.pupdate { background-position: 0 3px; background-repeat: no-repeat; background-image: url(../../images/common/panel-icon-update.gif); }

.float
{
    float: left;
}

.floatl
{
    float: left;
    margin-right: 0.75em;
}

.floatr
{
    float: right;
    margin-left: 0.75em;
}

.tabr
{
    float: right;
    margin: 0 0 4px 1em;
    display: inline-block;
    vertical-align: middle;
}

.tabr
{
    display: -moz-inline-box;
}

.middle
{
    vertical-align: middle;
}

.hidden
{
    display: none;
}

.collapsed
{
    height: 1px;
    overflow: hidden;
}

.block
{
    display: block;
}

.inline
{
    float: none;
    vertical-align: middle;
    display: inline;
}

.iblock
{
    display: inline-block;
    vertical-align: middle;
}

.iblock
{
    display: -moz-inline-box;
}

.clear
{
    clear: both;
}

.top
{
    margin-top: 0;
    vertical-align: top;
}

.btm
{
    margin-bottom: 0;
    vertical-align: bottom;
}

.iehack
{
    position:absolute;
    background:#fff;
    z-index:9998;
    padding:0;
    border:0;
    display:none;
}

.datepickerbox
{
    font-size: 10px;
}

.datePicker
{
    position:absolute;
    width:170px;
    z-index:9999;
    text-align:center;
    font-size: 10px;
    font-family: Lucida Grande, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    background:transparent;
    border: 1px solid #777;
}

.date-picker-control
{
    border:0 none;
    margin-left:4px;
    background:transparent url(../../images/common/icon-calendar.gif) no-repeat 0 0;
    width:32px !important;
    height:18px;
    margin-top:0;
    vertical-align:middle;
    cursor:pointer;
}

.datePicker table tr
{
    vertical-align: middle;
}

.datePicker th button, .datePicker th .title-month
{
    display: inline-block;
    margin: 0;
    border: 0;
    cursor: pointer;
    color: black;
    vertical-align: middle;
}

.datePicker th button, .datePicker th .title-month
{
    display: -moz-inline-box;
}

.datePicker th .title-month
{
    width: 70px;
    text-align:center;
}

.datePicker th button.prev-but
{
    padding: 3px;
    background: url(../../images/calendar/cal-l.gif) no-repeat center center;
}

.datePicker th button.next-but
{
    padding: 3px;
    background: url(../../images/calendar/cal-r.gif) no-repeat center center;
}

.datePicker th button.fd-day-header
{
    text-align:center;
    margin:0 auto;
    text-decoration:none;
    color: #aaa;
}

.datePicker table
{
    position:relative;
    margin:0;
    padding:0;
    border:0;
    background: #ff34ab url(../../images/common/nav-bg.gif) no-repeat center bottom;
    text-align:center;
    width:100%;
    color: white;
    border: 1px solid #fed3ec;
    border-collapse: collapse;
}

.datePicker thead
{
    background: #fff;
    color: #444;
}

.datePicker table tfoot td
{
    background: #fff;
}

.datePicker table td
{
    color: white;
    padding:0.5em 0.4em 0.4em 0.4em;
    line-height:10px;
    cursor:default;
}

.datePicker table th
{
    border:0 none;
    padding:0;
    font-weight:bold;
    text-align:center;
}

.datePicker table th.date-picker-day-header
{
    text-transform:uppercase;
    border-top: 1px solid #888;
    padding-top: 0.6em;
}

.datePicker table td.date-picker-today
{
    background: #fed3ec;
    color: black;
}

.datePicker table td.date-picker-selected-date
{
    border-color:#333 !important;
}

td.date-picker-highlight
{
    color:#a86666;
}

.datePicker table td.out-of-range
{
    color:#ccc !important;
    font-style:oblique;
    background:transparent !important;
    cursor:default !important;
}

.datePicker table td.day-disabled
{
    color:#aaa !important;
    background:transparent !important;
    cursor:default !important;
}

.datePicker table td#date-picker-hover
{
    background:#fff;
    cursor:pointer;
    border-color: rgb(100,130,170);
    color: rgb(100,130,170);
}

* html .datePicker table td.date-picker-selected,
* html .datePicker table td.date-picker-hover,
* html .datePicker table td
{
    background-image:none;
}

#layout
{
    position: relative;
    width: 1000px;
    background: #a91c6e;
	/*   margin: 136px auto 12px auto; MHCHANGE*/
	margin: 0px auto 12px auto; /* MHCHANGE */
    text-align: left;
}

#content
{
    width: 824px;
	/* padding: 14px 0 8px 0; MHCHANGE */
	padding: 150px 0 8px 0; /* MHCHANGE */
    background: white;
    min-height: 540px;
    overflow: hidden;
}

#content.process
{
    width: 994px;
}

#promo_holiday { background-image: url(../../images/home/hero-holidays.jpg); }
#promo_hotel { background-image: url(../../images/home/hero-hotels.jpg); }
#promo_gift { background-image: url(../../images/home/hero-gifts.jpg); }
#promo_experience { background-image: url(../../images/home/hero-experiences.jpg); }

#security
{
    position: absolute;
    right: 41px;
    top: 24px;
    list-style-type: none;
}

.md #security
{
    right: 311px;
}

#security li
{
    float: right;
    text-align: right;
    margin-left: 7px;
    background: none;
}

#process
{
    margin: 0;
    height: 22px;
    _height: 23px;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

#process dd
{
    line-height: 20px;
    display: inline !important;
    padding: 0;
    margin: 0 1em 0 0;
}

#process a
{
    color: #999;
    text-decoration: none;
    margin: 0 0.75em 0 0;
}

#process a:hover
{
    color: black;
}

#process a.selected
{
    color: #f09;
    font-weight: bold;
}

#process a.visited
{
    color: black;
}

#link_security
{
	background: no-repeat url(../../images/common/button-link-security.gif);
	width: 86px;
	padding-top: 18px;
	height: 0px !important;
	height: 18px;
}

#link_guarantee
{
	background: no-repeat url(../../images/common/button-link-guarantee.gif);
	width: 175px;
	padding-top: 18px;
	height: 0px !important;
	height: 18px;
}

#iata
{
    margin: 0;
	padding-left: 39px;
	background-color: white;
	background-image: url(../../images/common/logo-iata.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#banner, #bannerhome
{
    clear: both;
    position: absolute;
	/*top: -134px; MHCHANGE*/
	top: 0; /* MHCHANGE */
    left: 0;
    width: 1000px;
    height: 134px;
    overflow: hidden;
    /* background: white url(../../images/common/logo-xsm.gif) no-repeat 24px 14px; */
    background: white url(../../images/common/logo-xsm.gif) no-repeat 24px 32px;
}

#bannerhome
{
    background: white url(../../images/common/logo.gif) no-repeat 14px 14px;
}

#lmaulogo
{
    position: absolute;
    top: 30px;
    left: 20px;
    width: 225px;
    height: 30px;
    overflow: hidden;
}

#bannerhome #lmaulogo
{
    position: absolute;
    top: 15px;
    left: 10px;
    width: 475px;
    height: 36px;
    overflow: hidden;
}

#lmaulogo a
{
    display: block;
    padding-top: 60px;
}

#leaderboard
{
    position: absolute;
    width: 468px;
    height: 60px;
    left: 532px;
    top: 1px;
}

#leaderboard /* LARGE VERSION */
{
    position: absolute;
    width: 728px;
    height: 90px;
    left: 272px;
    top: 1px;
}

#banner ul, #bannerhome ul
{
    background: url(../../images/common/nav-bg.gif) no-repeat -3px bottom;
    height: 40px;
    position: absolute;
    left: 0;
    top: 94px;
    width: 1000px;
    margin: 0;
    padding-left: 8px;
}

#banner li, #bannerhome li
{
    display: inline;
    margin: 0;
    padding: 0;
    padding-right: 3px;
}

#banner li span, #bannerhome li span
{
    background-position: 0 -40px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 40px;
    margin-right: -2px;
}

#banner li span a, #bannerhome li span a
{
	display: table-cell;
	display: inline-block;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 40px 0 0 0;
    border: 0;
}

#banner li span a:hover, #bannerhome li span a:hover, #banner li.selected span a, #bannerhome li.selected span a
{
    background-image: none;
}

#nav_home, #nav_home a { width: 62px; background-image: url(../../images/common/nav-home.gif); }
#nav_flights, #nav_flights a { width: 62px; background-image: url(../../images/common/nav-flights.gif); }
#nav_hotels, #nav_hotels a { width: 62px; background-image: url(../../images/common/nav-hotels.gif); }
#nav_holidays, #nav_holidays a { width: 77px; background-image: url(../../images/common/nav-holidays.gif); }
#nav_gifts, #nav_gifts a { width: 52px; background-image: url(../../images/common/nav-gifts.gif); }
#nav_experiences, #nav_experiences a { width: 98px; background-image: url(../../images/common/nav-experiences.gif); }
#nav_destinations, #nav_destinations a { width: 98px; background-image: url(../../images/common/nav-destinations.gif); }
#nav_insurance, #nav_insurance a { width: 137px; background-image: url(../../images/common/nav-travel-insurance.gif); }
#nav_hire, #nav_hire a { width: 85px; background-image: url(../../images/common/nav-car-hire.gif); }
#nav_support, #nav_support a { width: 138px; background-image: url(../../images/common/nav-support.gif); }
#nav_account, #nav_account a { width: 107px; background-image: url(../../images/common/nav-account.gif); }
#nav_bookingfee,#nav_bookingfee a { width: 107px; background-image: url(../../images/common/nav-bookingfee.gif); }

#banner_nav em
{
    display: none;
}

#banner_link
{
    position: absolute;
    left: 516px;
    top: 26px;
    text-indent: -9999em;
}

#banner_link a
{
    display: block;
    height: 24px;
    width: 254px;
    overflow: hidden;
    background: url(../../images/common/surprise.gif) no-repeat left top;
}

#banner_sponsor
{
    position: absolute;
    left: 851px;
    top: 3px;
    width: 120px;
    height: 60px;
    border: 1px solid #777;
}

#nav_search
{
    position: absolute;
    left: 778px;
    top: 66px;
}

#nav_search .go
{
    width: 47px !important;
    height: 40px;
    background: url(../../images/common/nav-search.gif) no-repeat left top;
}

#keyword_search
{
    width: 120px;
}

#newsletter_signup
{
    width: 160px;
    margin-right: 14px;
}

#skyscraper
{
    position: absolute;
    left: 833px;
	/* top: 7px;   MHCHANGE */
	top: 143px;  /* MHCHANGE */
}

#footer, #footerlg
{
    clear: both;
    border-top: 3px solid #ccc;
    padding-top: 14px;
    color: #777;
    font-size: 90%;
    background: white;
    height: auto !important;
    height: 48px;
    min-height: 62px;
    width: 824px;
}

#footer.lg
{
    width: 994px;
}

#footer a
{
    color: #333;
}

#footer dl
{
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}

#footer img
{
    display: inline;
}

#footer dd
{
	display: inline;
	margin: 0 0.25em 0 0;
	padding: 0;
	width: auto !important;
}

#footer dd a
{
	white-space: nowrap;
}

#popup form
{
    margin-top: 20px;
}

#banner em, #bannerhome em, #footer em, #footer dt, .noprint, .divider hr
{
    display: none;
}

/* Accordion Menu */

#menuhome
{
	padding: 7px 0px 0px 4px;
	width: 140px;
	height: 313px;
	cursor:hand;
	cursor:pointer;
	background-color:white;
	float:left;
}

#menuhotel, #menuflight, #menuholiday
{
	width: 138px;
}

#menuhotel
{
	background:url(../../images/home/accord-hotel.jpg) no-repeat;		
}

#menuflight
{
	background:url(../../images/home/accord-flight.jpg) no-repeat;	
}

#menuholiday
{
	background:url(../../images/home/accord-holiday.jpg) no-repeat;	
}

#menuhoteltoggler, #menuflighttoggler, #menuholidaytoggler
{
	height: 63px;
}

#menuflightelement, #menuholidayelement
{
	height: 0px;
}

/*------ Tourism Qld Promo ------*/table.tourismqld span.Titles {    display: block;}

table.tourismqld span.Copy img {    display: inline;}table.tourismqld td.Titles table {    margin: 0;    color: #fff;}/*------End Tourism Qld Promo -----*/