body
{
	background:#1e84c6 url(../images/backgrounds/body.jpg) fixed no-repeat 50% 0;
	color:#fff;
	font:14px/1.5 Arial, sans-serif;
	text-align:center;
}

a:link,a:visited
{
	color:#c1cf38;
}

a:hover
{
	color:#fff;
}

strong
{
	font-weight:700;
}

strong.red
{
	color:red;
}

em
{
	color:#2D9AD5;
	font-style:normal;
	font-weight:700;
}

.clear
{
	clear:both;
}

.cleared
{
	overflow:hidden;
}

.starthidden
{
	display:none;
}

.spacer
{
	margin-bottom:20px;
}

.topspacer
{
	margin-top:20px;
}

.printOnly
{
	display:none;
}

p
{
	margin-bottom:10px;
}

.c
{
	text-align:center;
}

.l
{
	text-align:left;
}

.r
{
	text-align:right;
}

.blueText
{
	color:#2F8FB5;
	font-size:1.2em;
}

.ca
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.ct
{
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}

.cb
{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

.cl
{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-left-radius:10px;
}

.ctl
{
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}

.ctr
{
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}

.cbl
{
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}

.cbr
{
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}

.casml
{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.ctsml
{
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

.cbsml
{
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

span.cnr
{
	background-color:transparent;
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
}

span.cnr-head
{
	background-image:url(../images/corners/head.gif);
}

span.cnr-cell
{
	background-image:url(../images/corners/cell.gif);
}

span.cnr-foot
{
	background-image:url(../images/corners/foot.gif);
}

span.cnr-head-main-left-top
{
	background-image:url(../images/corners/head_mainleft.gif);
}

span.cnr-head-main-right-top
{
	background-image:url(../images/corners/head_mainright.gif);
}

span.cnr-head-side-left-top
{
	background-image:url(../images/corners/head_sidebarleft.gif);
}

span.cnr-head-side-right-top
{
	background-image:url(../images/corners/head_sidebarright.gif);
}

span.cnr-head-secondary
{
	background-image:url(../images/corners/head_secondary.gif);
}

span.cnr-cell-secondary
{
	background-image:url(../images/corners/cell_secondary.gif);
}

span.cnr-head-tertiary
{
	background-image:url(../images/corners/head_tertiary.gif);
}

span.cnr-cell-tertiary
{
	background-image:url(../images/corners/cell_tertiary.gif);
}

span.cnr-foot-tertiary
{
	background-image:url(../images/corners/foot_tertiary.gif);
}

span.cnr-deal
{
	background-image:url(../images/corners/deal.gif);
}

span.cnr-warn
{
	background-image:url(../images/corners/warning.gif);
}

span.cnr-infosection
{
	background-image:url(../images/corners/infosection.gif);
}

span.c10
{
	height:10px;
	width:10px;
}

span.tl10
{
	background-position:0 0;
	left:0;
	top:0;
}

span.tr10
{
	background-position:-10px 0;
	right:0;
	top:0;
}

span.br10
{
	background-position:-20px 0;
	bottom:0;
	right:0;
}

span.bl10
{
	background-position:-30px 0;
	bottom:0;
	left:0;
}

span.c6
{
	height:6px;
	width:6px;
}

span.tl6
{
	background-position:0 0;
	left:0;
	top:0;
}

span.tr6
{
	background-position:-6px 0;
	right:0;
	top:0;
}

span.br6
{
	background-position:-12px 0;
	bottom:0;
	right:0;
}

span.bl6
{
	background-position:-18px 0;
	bottom:0;
	left:0;
}

span.c15
{
	height:15px;
	width:15px;
}

span.tl15
{
	background-position:0 0;
	left:0;
	top:0;
}

span.tr15
{
	background-position:-15px 0;
	right:0;
	top:0;
}

span.br15
{
	background-position:-30px 0;
	bottom:0;
	right:0;
}

span.bl15
{
	background-position:-45px 0;
	bottom:0;
	left:0;
}

span.tlb
{
	left:-1px;
	top:-1px;
}

span.trb
{
	right:-1px;
	top:-1px;
}

span.brb
{
	bottom:-1px;
	right:-1px;
}

span.blb
{
	bottom:-1px;
	left:-1px;
}

.fleft
{
	float:left;
}

.fright
{
	float:right;
}

div#container
{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:990px;
}

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

div.main
{
	width:637px;
}

div.side
{
	width:293px;
}

div.side-spec1
{
	width:313px;
}

div.col-left
{
	margin-right:20px;
}

div.unit
{
	margin-bottom:20px;
	overflow:hidden;
}

div#header
{
	background:#000;
	overflow:hidden;
	padding-bottom:25px;
	padding-left:20px;
}

div#header a#logo:link,div#header a#logo:visited
{
	background:transparent url(../images/logos/tmood_logo.png) scroll no-repeat 0 0;
	color:#fff;
	display:block;
	float:left;
	font-size:47px;
	height:73px;
	line-height:1.2;
	margin-top:40px;
	text-indent:-9999em;
	width:233px;
}

div#header div#infosection
{
	float:right;
	text-align:right;
}

div#header div#infosection p
{
	padding-right:15px;
}

div#breadcrumb
{
	background-color:#000;
	border-bottom:1px solid #353535;
	border-top:1px solid #353535;
	clear:both;
	color:#2D9AD5;
	display:block;
	font-size:.7em;
	height:13px;
	padding:5px 0 4px;
	text-transform:uppercase;
}

div#breadcrumb span.white
{
	color:#FFF!important;
}

div#breadcrumb ol
{
	margin-left:25px;
}

div#breadcrumb ol li
{
	float:left;
	margin-right:3px;
}

div#breadcrumb ol li a
{
	color:#2D9AD5;
}

div#breadcrumb ol li a:hover
{
	color:#C1CF38;
}

ul#toplinks
{
	background:#000 url(../images/backgrounds/toplinksBG.jpg) no-repeat top left;
	float:right;
	height:28px;
	margin-bottom:25px;
	margin-right:15px;
	overflow:hidden;
	padding-left:22px;
	width:344px;
}

ul#toplinks li
{
	float:left;
	line-height:28px;
}

ul#toplinks li.last
{
	margin-right:0;
}

ul#toplinks li a
{
	color:#ebebeb;
	display:block;
	float:left;
	font-size:10px;
	padding:0 4px;
	text-transform:uppercase;
}

div#infosection p
{
	clear:both;
	float:right;
	width:615px;
}

div#infosection p span
{
	display:block;
	float:left;
	font-size:18px;
	line-height:18px;
	margin-right:10px;
	padding-top:12px;
	text-align:left;
	width:400px;
}

div#infosection p strong
{
	display:block;
	float:left;
	font-size:34px;
	font-weight:400;
	line-height:1;
	padding-top:20px;
}

div#infosection img
{
	float:right;
	margin-left:3px;
}

form#siteSearch
{
	clear:both;
	float:right;
	margin-right:10px;
	overflow:hidden;
}

form#siteSearch *
{
	display:block;
	float:left;
}

form#siteSearch label
{
	font-size:16px;
	font-weight:700;
	margin-right:6px;
}

form#siteSearch span
{
	height:27px;
	width:13px;
}

form#siteSearch input.text
{
	border:0 none;
	width:150px;
}

form#siteSearch input#siteSearchSubmit
{
	background:transparent url(../images/buttons/global_btns.gif) scroll no-repeat -86px 0;
	border:0;
	cursor:pointer;
	font-size:0;
	height:22px;
	line-height:0;
	margin:2px 0 0 6px;
	text-indent:-9999em;
	width:42px;
}

form#siteSearch input#siteSearchSubmit:hover,form#siteSearch input#siteSearchSubmit.hover
{
	background-position:-86px -22px;
}

form#siteSearch input#siteSearchSubmit:active,form#siteSearch input#siteSearchSubmit.active
{
	background-position:-86px -44px;
}

ul#nav
{
	background:transparent url(../images/backgrounds/navigation.gif) scroll repeat-x 0 0;
	overflow:hidden;
}

ul#nav li
{
	background:transparent url(../images/backgrounds/navigation.gif) scroll repeat-x 0 0;
	border-right:1px solid #000;
	float:left;
}

ul#nav li.last
{
	border-right-width:0;
}

ul#nav li a
{
	display:block;
	font-size:13px;
	padding:13px 24px;
	text-transform:uppercase;
}

ul#nav li.active
{
	background-position:0 -47px;
}

ul#nav li a:hover,ul#nav li.active a:link,ul#nav li.active a:visited
{
	color:#fff;
}

div#page
{
	background-color:#000;
	color:#fff;
	padding:20px;
}

h1,h2
{
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
}

.index h1
{
	color:#2d9ad5;
	line-height:1;
	margin-bottom:10px;
}

h3
{
	color:#2d9ad5;
	font-size:18px;
	font-weight:400;
	line-height:1;
	margin-bottom:10px;
	text-transform:uppercase;
}

.button
{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:0 none;
	color:#000;
	cursor:pointer;
	display:block;
	text-indent:-9999em;
	text-transform:uppercase;
}

a.button:link,a.button:visited
{
	color:#000;
}

.button-small
{
	background:transparent url(../images/backgrounds/button_small.gif) scroll repeat-x 0 0;
	font-size:11px;
	padding:0 5px;
}

.button-medium
{
	background:transparent url(../images/backgrounds/button_medium.gif) scroll repeat-x 0 0;
	font-size:14px;
	height:21px;
	line-height:21px;
	padding:1px 8px;
}

p.input,p.input-active
{
	margin-bottom:0;
}

input[type=text]
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:3px solid #2F8FB5;
	height:17px;
	padding:5px;
}

textarea
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:3px solid #2F8FB5;
	padding:5px;
}

input.inputlabel
{
	color:#777;
}

div.overlay
{
	background:url(../images/white.png) no-repeat top left;
	color:#000;
	display:none;
	height:420px;
	padding:55px;
	position:relative;
	text-align:left;
	width:526px;
}

div.overlay h2
{
	margin-bottom:20px;
	text-transform:uppercase;
	width:85%;
}

div.overlay a.overlay-close
{
	background:transparent url(../images/pageElements/buttons/btnCloseText.gif) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:27px;
	position:absolute;
	right:60px;
	top:60px;
	width:75px;
}

div.overlay div.content
{
	height:370px;
	overflow-y:auto;
	padding:0 10px 0 0;
	width:540px;
}

div.overlay h3
{
	color:#2D9AD5;
	font-size:1.2em;
	font-weight:700;
	margin:5px 0 10px;
	text-transform:none;
}

div.overlay p
{
	margin-bottom:20px;
}

div.overlay a:hover
{
	color:#C1CF38;
}

div.overlay a.totop
{
	display:none;
}

div#news
{
	background:url(../images/backgrounds/warning.gif) no-repeat 0 0;
	height:50px;
	line-height:50px;
	margin-bottom:17px;
	overflow:hidden;
	padding:0 23px 0 78px;
}

div#news a
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#2d9ad5;
	padding:2px 5px;
}

div#news a:hover
{
	background-color:#000;
}

div#feature
{
	background:transparent url(../images/homepage_special.jpg) repeat scroll 0 0;
	height:303px;
	margin-bottom:20px;
}

div#feature a
{
	display:block;
	height:303px;
}

div#feature div.heading
{
	background:transparent url(../images/backgrounds/50pct.png) scroll repeat 0 0;
	overflow:hidden;
	padding:10px 20px;
}

div#feature div.info
{
	float:left;
	margin-right:30px;
	width:450px;
}

div#feature div.heading h2
{
	font:36px Georgia, serif;
}

div#feature a.button
{
	margin-top:35px;
}

div#why img
{
	background-color:#666;
	float:left;
	height:158px;
	margin-right:20px;
	width:158px;
}

div#destinations ul
{
	overflow:hidden;
}

div#destinations ul li
{
	float:left;
	margin:10px 6px 0 0;
}

div#destinations ul li.edge
{
	margin-right:0;
}

div#destinations ul li a
{
	background-color:transparent;
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	font-weight:700;
	height:122px;
	text-indent:-9999em;
	width:207px;
}

div#destinations ul li a.usa
{
	background-image:url(../images/promo/destinations/usa.jpg);
}

div#destinations ul li a.australia
{
	background-image:url(../images/promo/destinations/australia.jpg);
}

div#destinations ul li a.africa
{
	background-image:url(../images/promo/destinations/africa.jpg);
}

div#destinations ul li a.fareast
{
	background-image:url(../images/promo/destinations/fareast.jpg);
}

div#destinations ul li a.caribbean
{
	background-image:url(../images/promo/destinations/caribbean.jpg);
}

div#destinations ul li a.centralsouthamerica
{
	background-image:url(../images/promo/destinations/centralsouthamerica.jpg);
}

div#destinations ul li a.newzealand
{
	background-image:url(../images/promo/destinations/newzealand.jpg);
}

div#destinations ul li a.india
{
	background-image:url(../images/promo/destinations/india.jpg);
}

div#destinations ul li a.italy
{
	background-image:url(../images/promo/destinations/italy.jpg);
}

div#destinations ul li a.alldestinations
{
	background-image:url(../images/promo/destinations/alldestinations.jpg);
}

div#ideas > div
{
	background:transparent url(../images/backgrounds/olive_panel.gif) scroll no-repeat;
	float:left;
	height:225px;
	margin-right:7px;
	padding:10px;
	position:relative;
	width:185px;
}

div#ideas > div h5
{
	color:#333;
	font-size:14px;
	line-height:1.25;
	text-transform:uppercase;
}

div#ideas > div p
{
	color:#666;
	font-size:12px;
	line-height:1.25;
	margin-bottom:0;
}

div#ideas > div p strong
{
	color:#000;
	display:block;
	font-size:13px;
	font-weight:700;
}

div#ideas > div a
{
	bottom:12px;
	left:2px;
	position:absolute;
}

div#ideas > div .read-more-btn
{
	background:transparent url(../images/buttons/read_more.png) scroll no-repeat 0 0;
	float:left;
	height:22px;
	margin-left:10px;
	width:130px;
}

div#ideas > div .read-more-btn:hover
{
	background-position:0 -22px;
}

div#ideas > div .read-more-btn:active
{
	background-position:0 -44px;
}

div#ideas > div .request-quote-btn
{
	background:transparent url(../images/buttons/request_quote_btn.png) scroll no-repeat 0 0;
	height:22px;
	margin-left:10px;
	margin-top:190px;
	width:160px;
}

div#ideas > div .request-quote-btn:hover
{
	background-position:0 -22px;
}

div#ideas > div .request-quote-btn:active
{
	background-position:0 -44px;
}

div#ideas #requestBrochure img
{
	margin:6px 0 6px 2px;
}

div#ideas #tripAdvisor img
{
	margin:6px 0 6px 2px;
}

div#ideas #requestQuote img
{
	margin:6px 0 6px 2px;
}

div#brochureRequest,div#tripAdvisor,div#quoteRequest
{
	background-image:url(../images/backgrounds/olive_panel.gif);
	float:left;
	height:245px;
	margin-right:7px;
	width:205px;
}

div#tripAdvisor
{
	margin-right:0!important;
}

div#brochureRequest,div#tripAdvisor,div#quoteRequest h5
{
	color:#333;
	font-size:1.1em;
}

div#brochureRequest .read-more-btn,div#tripAdvisor .read-more-btn,div#quoteRequest .read-more-btn
{
	background:transparent url(../images/buttons/read_more.png) scroll no-repeat 0 0;
	float:left;
	height:22px;
	margin-left:10px;
	width:130px;
}

div#brochureRequest .read-more-btn:hover,div#tripAdvisor .read-more-btn:hover
{
	background-position:0 -22px;
}

div#brochureRequest .read-more-btn:active,div#tripAdvisor .read-more-btn:active
{
	background-position:0 -44px;
}

#quoteRequest .request-quote-btn
{
	background:transparent url(../images/buttons/request_quote_btn.png) scroll no-repeat 0 0;
	height:22px;
	margin-left:10px;
	margin-top:190px;
	width:160px;
}

#quoteRequest .request-quote-btn:hover
{
	background-position:0 -22px;
}

#quoteRequest .request-quote-btn:active
{
	background-position:0 -44px;
}

div#actions ul
{
	overflow:hidden;
}

div#actions ul li
{
	float:left;
	margin-right:12px;
}

div#actions ul li.last
{
	margin-right:0;
}

div#actions ul li a
{
	color:#000;
	display:block;
	font-size:13px;
	font-weight:700;
}

div#travelmoodAdventures
{
	background:url(../images/promo/home/southafricaBanner.jpg) no-repeat top left;
	height:137px;
}

div#travelmoodAdventures h5,div#homePromo1 h5,div#homePromo2 h5
{
	display:none;
}

div#travelmoodAdventures .view-btn
{
	background:transparent url(../images/buttons/view_btn.png) scroll no-repeat 0 0;
	float:right;
	height:30px;
	margin-right:6px;
	margin-top:5px;
	text-align:left;
	width:96px;
}

div#travelmoodAdventures .view-btn:hover
{
	background-position:0 -30px;
}

div#travelmoodAdventures .view-btn:active
{
	background-position:0 -60px;
}

div.sidepanel
{
	color:#444;
	margin-bottom:20px;
}

div.sidepanel h2,h2.requestForm
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background:transparent url(../images/backgrounds/search_panel_heading.gif) scroll repeat 0 0;
	color:#fff;
	font-size:20px;
	height:52px;
	line-height:52px;
	text-align:center;
	text-transform:uppercase;
}

div.sidepanel h2 a
{
	color:#fff;
}

div.sidepanel h2.closed
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:20px;
}

div.sidepanel form
{
	background-color:#cee8f5;
}

div.sidepanel .footer
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	background:transparent url(../images/backgrounds/sidepanel_footer.gif) scroll repeat-x 0 0;
	height:12px;
}

div.sidepanel .bb
{
	border-bottom:1px solid #a1a6aa;
}

div.sidepanel .bt
{
	border-top:1px solid #fff;
}

#searchPanel h4
{
	background:transparent url(../images/backgrounds/search_panel_section.gif) scroll repeat-x 0 0;
	cursor:pointer;
	font-size:12px;
	height:35px;
	line-height:35px;
	padding:0 15px 0 20px;
	position:relative;
	text-transform:uppercase;
}

#searchPanel h4.open
{
	background-image:url(../images/backgrounds/search_panel_section_open.gif);
	color:#fff;
}

#searchPanel h4 span
{
	background:transparent url(../images/search_panel_down.gif) scroll no-repeat 0 0;
	display:block;
	height:18px;
	position:absolute;
	right:10px;
	top:9px;
	width:18px;
}

#searchPanel h4.open span
{
	background-image:url(../images/search_panel_up.gif);
}

#searchPanel div.pane
{
	background-color:#cee8f5;
	color:#444;
	font-size:12px;
	overflow:hidden;
	padding:5px 0;
}

#searchPanel #selectAcc
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#a2d9ef;
	border-radius:5px;
	margin:0 5px;
}

#searchPanel fieldset
{
	padding:10px;
}

#searchPanel fieldset legend
{
	font-weight:700;
	margin-top:5px;
}

#searchPanel fieldset p:last-child
{
	margin-bottom:0;
}

#searchPanel label.left
{
	display:block;
	float:left;
	margin-right:10px;
}

#searchPanel .w1
{
	width:60px;
}

#searchPanel .w2
{
	width:85px;
}

#searchPanel .w3
{
	width:110px;
}

#searchPanel .full
{
	width:257px;
}

#searchPanel label.c
{
	margin-top:7px;
	text-align:left;
}

#searchPanel div.secondary
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#7c878b;
	border:3px solid #525d61;
	color:#fff;
	margin:10px;
	padding:7px 10px;
}

#searchPanel div.tertiary
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:3px solid #8799a3;
	margin:10px;
	overflow:hidden;
	padding:5px 10px;
}

#searchPanel div.tertiary p
{
	float:left;
	width:90px;
}

#searchPanel div.tertiary p:last-child
{
	width:45px;
}

#searchPanel div.tertiary p *
{
	display:block;
}

#searchPanel div.tertiary fieldset.psg-under2-options
{
	padding:0;
}

#searchPanel div.tertiary fieldset.psg-under2-options p
{
	float:none;
	font-style:italic;
	margin-top:5px;
	width:auto;
}

#searchPanel div.tertiary div.infant-seats label
{
	float:left;
	font-style:normal;
	font-weight:700;
	margin-bottom:5px;
	width:60px;
}

#searchPanel div.tertiary div.infant-seats input
{
	float:left;
	margin-right:10px;
	margin-top:3px;
}

#searchPanel table
{
	width:100%;
}

#searchPanel table td,#searchPanel table th
{
	padding:0 5px 5px 0;
}

#searchPanel table td:last-child,#searchPanel table th:last-child
{
	padding-right:0;
}

#searchPanel table .lrg
{
	width:100px;
}

#searchPanel table .sml
{
	width:75px;
}

#searchPanel table.passengers thead tr th
{
	font-style:italic;
}

#searchPanel table.passengers thead tr th strong
{
	font-style:normal;
}

#searchPanel .searchbtn
{
	background:transparent url(../images/buttons/search_btn.gif) scroll no-repeat 0 0;
	border:0 none;
	display:block;
	float:right;
	height:41px;
	margin:0 10px 5px 0;
	text-indent:-9999em;
	width:97px;
}

#searchPanel .searchbtn:hover
{
	background-position:0 -41px;
}

#searchPanel .searchbtn:active
{
	background-position:0 -82px;
}

#searchPanel .radios
{
	padding:10px 10px 15px;
}

#searchPanel .radios input
{
	margin-right:3px;
	vertical-align:middle;
}

#searchPanel .radios label
{
	margin-right:25px;
}

#searchPanel div.leg
{
	position:relative;
}

#searchPanel a.flight-only-multi-remove
{
	background:transparent url(../images/buttons/remove_leg.gif) scroll no-repeat 0 0;
	display:block;
	height:16px;
	position:absolute;
	right:5px;
	text-indent:-9999em;
	top:5px;
	width:65px;
}

#searchPanel a.flight-only-multi-remove:hover
{
	background-position:0 -16px;
}

#searchPanel input.datepicker
{
	width:90px;
}

#loading
{
	background:#000 url(../images/interstitial.gif) scroll no-repeat top left;
	color:#000;
	display:block;
	font-size:16px;
	height:328px;
	padding:0;
	text-align:center;
	width:638px;
}

div.ac_results
{
	background-color:#fff;
	border:1px solid #999;
	color:#2D9AD5;
	text-align:left;
}

div.ac_results li
{
	cursor:pointer;
	font-size:12px;
	overflow:hidden;
	padding:5px 10px;
}

div.ac_results li.ac_over
{
	background-color:#2D9AD5;
	color:#fff;
}

div.ac_results li span
{
	display:block;
	float:left;
	font-weight:700;
}

div.ac_results li span.airport
{
	margin-right:15px;
	width:225px;
}

div.ac_results li span.code
{
	width:50px;
}

div.ac_results li span.country
{
	width:150px;
}

div#footer
{
	background:#22739c url(../images/backgrounds/footer.gif) scroll repeat-x 0 0;
	clear:both;
	overflow:hidden;
	padding:18px 20px;
}

#footer div.main
{
	width:630px;
}

#footer div.side-spec1
{
	width:320px;
}

div#footer ul#info
{
	overflow:hidden;
}

div#footer ul#info li
{
	float:left;
	margin-right:10px;
	width:200px;
}

div#footer ul#info li.last
{
	margin-right:0;
}

div#footer ul#info li h4
{
	color:#fff;
	font-size:15px;
	font-weight:400;
	line-height:1;
	margin-bottom:12px;
	text-transform:uppercase;
}

div#footer ul#info li ul li
{
	float:none;
	margin:0;
	width:auto;
}

div#footer ul#info li ul li a:link,div#footer ul#info li ul li a:visited
{
	color:#fff;
}

div#footer div#register
{
	margin-bottom:10px;
}

div#footer div#register div.heading
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background:transparent url(../images/backgrounds/register_heading.gif) scroll repeat-x 0 0;
	padding:8px 10px;
	position:relative;
}

div#footer div#register div.heading h3
{
	color:#fff;
	margin-bottom:0;
}

div#footer div#register div.heading p
{
	font-size:16px;
	line-height:18px;
	margin-bottom:0;
}

div#footer div#register div.heading img
{
	position:absolute;
	right:0;
	top:-16px;
}

div#footer div#register form
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	background-color:#b9c4ae;
	color:#000;
	padding:12px;
}

div#footer div#register form span
{
	display:block;
	float:left;
	height:27px;
	width:9px;
}

div#footer div#register form span.tl
{
	background:transparent url(../images/backgrounds/inputs/email_left.gif) scroll no-repeat 0 0;
}

div#footer div#register form span.tr
{
	background:transparent url(../images/backgrounds/inputs/email_right.gif) scroll no-repeat 0 0;
}

div#footer div#register form input.text
{
	display:block;
	float:left;
}

div#footer div#register form p.input-active span.tl
{
	background-image:url(../images/backgrounds/inputs/email_active_left.gif);
}

div#footer div#register form p.input-active span.tr
{
	background-image:url(../images/backgrounds/inputs/email_active_right.gif);
}

div#footer div#register form p.input-active input.text
{
	background-image:url(../images/backgrounds/inputs/email_active_mid.gif);
}

div#footer div#register form input.button
{
	margin-left:5px;
}

div#footer div#register form p.links
{
	clear:left;
	font-size:12px;
	margin:10px 0 0;
	text-align:center;
}

div#footer div#register form p a:link,div#footer div#register form p a:visited
{
	color:#a63425;
}

div#footer div#register .sign-up-btn
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/buttons/sign_up_btn.png) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:22px;
	margin:5px 0 0 5px;
	width:130px;
}

div#footer p#tradelogos
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	padding:8px;
}

div#footer p#tradelogos img
{
	margin-right:5px;
}

div#footer p#tradelogos img:last-child
{
	margin-right:0;
}

div#footer p#paymentMethods
{
	font-size:11px;
	line-height:1.75;
	margin-bottom:0;
}

div#footer p#paymentMethods img
{
	float:right;
}

div#legal
{
	background:transparent url(../themes/tmood/images/backgrounds/alpha70.png) repeat top left;
	overflow:hidden;
	padding:20px;
}

div#legal p
{
	clear:left;
	color:#fff;
	float:left;
	font-size:10px;
	line-height:1.7;
	margin-bottom:0;
	margin-right:40px;
	width:780px;
}

div#legal p:first-child
{
	margin-bottom:10px;
}

div#legal p br
{
	display:none;
}

div#legal img#travelmoodlogo
{
	display:block;
	float:right;
	margin-top:10px;
}

div.main.single div.static
{
	padding-left:20px;
	width:704px;
}

div.static h2
{
	margin-bottom:20px;
}

div.static h3
{
	font-size:14px;
	font-weight:700;
	margin-bottom:10px;
}

div.static p
{
	margin-bottom:10px;
}

div.static p.spacer
{
	margin-bottom:30px;
}

div.static
{
	margin-bottom:40px;
}

ul#progressTracker
{
	margin-bottom:10px;
	overflow:hidden;
}

ul#progressTracker li
{
	background:transparent url(../images/backgrounds/progress/gradient_light.gif) scroll repeat-x 0 0;
	color:#4b4b4b;
	display:table;
	float:left;
	font-size:12px;
	font-weight:700;
	height:52px;
	overflow:hidden;
	text-transform:uppercase;
	width:127px;
}

ul#progressTracker li.booking_tab_selected
{
	background-image:url(../images/backgrounds/progress/gradient_dark.gif);
}

ul#progressTracker li span
{
	background:transparent url(../images/backgrounds/progress/chevron_idle.gif) scroll no-repeat 100% 0;
	display:table-cell;
	height:36px;
	padding:8px 26px 8px 18px;
	vertical-align:middle;
}

ul#progressTracker li.booking_tab_selected span
{
	background-image:url(../images/backgrounds/progress/chevron_front.gif);
}

ul#progressTracker li span span
{
	background-image:none;
	padding:0;
}

ul#progressTracker li a
{
	color:#4b4b4b;
	display:table-cell;
	vertical-align:middle;
}

ul#progressTracker li a span
{
	display:block;
}

ul#progressTracker li.booking_tab_selected a
{
	color:#fff;
}

ul#progressTracker li:first-child
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
}

ul#progressTracker li:last-child
{
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
}

div.bookingPathNav
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#000;
	font-size:12px;
	margin-bottom:10px;
	overflow:hidden;
	padding:5px;
}

div.bookingPathNav a:link,div.bookingPathNav a:visited
{
	color:#000;
	display:block;
	font-size:11px;
	line-height:22px;
}

div.bookingPathNav a.back
{
	background:transparent url(../images/buttons/back_arrow.gif) scroll no-repeat 0 0;
	float:left;
	padding-left:26px;
}

div.bookingPathNav a.continue
{
	background:transparent url(../images/buttons/continue_arrow.gif) scroll no-repeat 100% 0;
	float:right;
	padding-right:26px;
}

div.bookingPathNav a.back:hover
{
	background-position:0 -44px;
}

div.bookingPathNav a.continue:hover
{
	background-position:100% -44px;
}

.tab
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background:#666;
	border:2px solid #fff;
	border-bottom-width:0;
	color:#fff;
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding:0 10px;
}

h2.tab
{
	text-transform:uppercase;
}

p#youSearched
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#fff;
	clear:left;
	color:#000;
	font-size:13px;
	padding:10px;
}

p#youSearched strong
{
	color:#2d9ad5;
}

div.pagination
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#000;
	font-size:12px;
	line-height:1;
	margin-bottom:10px;
	padding:10px;
	text-align:right;
}

div.pagination a
{
	color:#2d9ad5;
}

ul#results li
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#fff;
	color:#000;
	font-size:12px;
	margin-bottom:15px;
	padding:10px 15px 5px;
}

ul#results li h4
{
	font-size:18px;
	margin-bottom:8px;
}

ul#results li img.resultImage
{
	float:left;
	margin-right:15px;
}

ul#results li p.description
{
	float:left;
	padding-right:10px;
	width:295px;
}

ul#results li div.glance
{
	border-left:1px solid #ababab;
	float:right;
	padding-left:15px;
}

ul#results li div.glance div.inner
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#262626;
	color:#fff;
	padding:5px 10px;
	width:115px;
}

ul#results li div.glance ul
{
	margin-top:5px;
}

ul#results li div.glance li
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background:transparent url(../images/bullet_blue.gif) scroll no-repeat 0 6px;
	color:#fff;
	margin-bottom:3px;
	padding:0 0 0 12px;
}

ul#results li table
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#262626;
	clear:both;
	color:#fff;
	margin:15px 0;
	padding:10px;
	width:100%;
}

ul#results li table td,ul#results li table th
{
	padding:5px 5px 4px;
	text-align:center;
}

ul#results li table tbody tr td
{
	background:transparent url(../images/backgrounds/result_alt.gif) scroll repeat-x 0 0;
}

ul#results li table tbody tr.selected td
{
	background:transparent url(../images/backgrounds/result_preferred.gif) scroll repeat-x 0 0;
}

ul#results li table tr td.first
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
}

ul#results li table tr td.last
{
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
}

ul#results li table tr td.total
{
	font-weight:700;
}

ul#results li table tr td.view
{
	padding-top:3px;
	vertical-align:middle;
}

ul#results li table tr td a.resultSelect,div#essential-info a.goBtn,div#flights .foot a.goBtn
{
	background:transparent url(../images/buttons/go_btn.png) scroll no-repeat 0 0;
	display:block;
	float:right;
	height:22px;
	text-indent:-9999em;
	width:42px;
}

ul#results li table tr td a.resultSelect:hover,div#essential-info a.goBtn:hover,div#flights .foot a.goBtn:hover
{
	background-position:0 -22px;
}

ul#results li table tr td a.resultSelect:active,div#essential-info a.goBtn:active,div#flights .foot a.goBtn:active
{
	background-position:0 -44px;
}

ul#results li small
{
	font-size:11px;
}

#noResults .box
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	clear:both;
	color:#000;
	font-size:12px;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px 15px;
}

#noResults .youSearched
{
	font-size:13px;
}

#noResults .youSearched strong
{
	color:#2D9AD5;
}

#noResults .col-left
{
	float:left;
	margin-right:20px;
	width:250px;
}

#noResults .col-right
{
	float:left;
	width:335px;
}

#noResults h3
{
	color:#000;
	font-size:24px;
}

#noResults h4
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:transparent url(../images/backgrounds/header_blue.gif) scroll repeat-x 0 0;
	color:#000;
	font-size:18px;
	font-weight:400;
	line-height:1.2;
	margin-bottom:3px;
	padding:2px 5px;
}

#noResults h4 strong
{
	font-weight:700;
}

#noResults #explanation p em
{
	font-size:16px;
}

#noResults .block
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#333;
	color:#fff;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px 15px;
}

#noResults .block p
{
	font-size:13px;
	margin-bottom:10px;
}

#noResults .block p strong
{
	color:#00beeb;
}

#noResults .block ul li
{
	background:transparent url(../images/bullet_green.png) scroll no-repeat 0 4px;
	margin-bottom:5px;
	padding-left:16px;
}

#noResults .block ul li em
{
	color:#00beeb;
	font-size:16px;
	line-height:1;
}

#noResults .block div.action
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#141414;
	color:#fff;
	overflow:hidden;
	padding:5px 10px 10px;
}

#noResults .block div.action h5
{
	font-size:14px;
	font-weight:700;
	margin-bottom:5px;
	text-transform:uppercase;
}

#noResults .block div.action select
{
	display:block;
	float:left;
}

#noResults .request-quote-btn
{
	background:transparent url(../images/buttons/request_quote_btn.png) scroll no-repeat 0 0;
	float:right;
	height:22px;
	width:160px;
}

#noResults .request-quote-btn:hover
{
	background-position:0 -22px;
}

#noResults .request-quote-btn:active
{
	background-position:0 -44px;
}

#noResults .go-btn
{
	background:transparent url(../images/buttons/go_btn.png) scroll no-repeat 0 0;
	float:left;
	height:22px;
	margin-left:10px;
	width:42px;
}

#noResults .go-btn:hover
{
	background-position:0 -22px;
}

#noResults .go-btn:active
{
	background-position:0 -44px;
}

div#hotelDetails
{
	font-size:12px;
	margin:10px 0;
}

div#hotelDetails div.section
{
	border-bottom:1px solid #666;
	clear:both;
	margin-bottom:15px;
	overflow:hidden;
	padding-bottom:15px;
}

div#hotelDetails h3
{
	font-size:18px;
	line-height:1.25;
	margin-bottom:8px;
	margin-left:0;
	margin-top:0;
	width:55%;
}

div#hotelDetails h4
{
	color:#2d9ad5;
	font-size:14px;
	margin-bottom:5px;
	margin-left:0;
}

.rating span.ratingPlus
{
	font-size:13px;
	padding-left:3px;
	text-transform:uppercase;
}

div#gallery
{
	float:left;
	width:286px;
}

div#gallery img#hotelImage
{
	border:1px solid #aaa;
	display:block;
}

div#gallery p
{
	overflow:hidden;
	padding-right:5px;
}

div#gallery p a
{
	display:block;
	float:right;
	height:16px;
	text-indent:-9999em;
	width:19px;
}

div#gallery p a.next
{
	background:transparent url(../images/imagegallery/next.gif) scroll no-repeat 0 0;
}

div#gallery p a.previous
{
	background:transparent url(../images/imagegallery/previous.gif) scroll no-repeat 0 0;
}

div#gallery p span
{
	background:transparent url(../images/imagegallery/numbers.gif) scroll no-repeat 0 0;
	color:#000;
	display:block;
	float:right;
	font-size:11px;
	height:19px;
	line-height:19px;
	margin:0 2px;
	text-align:center;
	width:89px;
}

div#hotelDetails div#hotelMeta
{
	float:left;
	margin-top:-22px;
	text-align:right;
	width:345px;
}

div#hotelDetails div#hotelMeta div.pricing
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#666;
	border:3px solid #fff;
	color:#fff;
	float:right;
	font-size:14px;
	font-weight:700;
	margin-bottom:10px;
	padding:5px;
	width:70%;
}

div#hotelDetails div#hotelMeta div.pricing span
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#2D9AD5;
	padding:2px 5px;
}

div#hotelDetails div#hotelMeta div.pricing p
{
	color:#2D9AD5;
	font-size:12px;
	margin:5px 0;
}

div#hotelDetails div#hotelMeta div.pricing small
{
	display:block;
	font-size:10px;
	font-weight:400;
}

div#hotelDetails div#hotelMeta h4
{
	color:#fff;
	font-weight:700;
}

div#hotelDetails div#hotelMeta ul
{
	float:right;
	margin-top:10px;
	width:255px;
}

div#hotelDetails div#hotelMeta ul li
{
	background:transparent url(../images/bullet_green.png) scroll no-repeat 100% 4px;
	margin-bottom:8px;
	padding-right:15px;
}

div#hotelDetails div#hotelOverview
{
	float:left;
	width:320px;
}

div#hotelDetails div.section div#hotelOverview.wide
{
	width:720px;
}

div#hotelDetails div#resortInfo
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#000;
	float:right;
	margin-left:15px;
	padding:10px;
	width:275px;
}

div#hotelDetails div.section div#resortInfo.wide
{
	width:617px;
}

div#hotelDetails div#resortInfo h2
{
	margin-bottom:10px;
	text-transform:none;
}

div#hotelDetails div#resortInfo h2 span
{
	color:#666;
	display:block;
	font-size:12px;
	line-height:1;
}

div#hotelDetails div#resortInfo div#infoGallery
{
	float:right;
	margin:0 0 5px 5px;
}

div#hotelDetails h5.tab
{
	font-size:14px;
	padding:0 15px;
}

div#hotelDetails div.detailBox
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#fff;
	clear:left;
	color:#000;
	margin-bottom:15px;
	padding:10px 15px;
}

div#hotelDetails ul#resortFeatures li
{
	background:transparent url(../images/bullet_green.png) scroll no-repeat 0 50%;
	margin:8px 0;
	padding-left:15px;
}

.hotelDetails a.continueBtn,.balancePayment .balancePaymentForm table.balancePaymentTable tr td input#continueBtn,.balancePaymentDetails #submitButtonDiv input#continueBtn
{
	background:transparent url(../images/buttons/continue.png) scroll no-repeat 0 0;
	cursor:pointer;
	display:block;
	float:right;
	height:22px;
	margin-bottom:15px;
	text-align:left;
	text-indent:-9999em;
	width:130px;
}

.hotelDetails a.continueBtn:hover,.balancePayment .balancePaymentForm table.balancePaymentTable tr td input#continueBtn:hover,.balancePaymentDetails #submitButtonDiv input#continueBtn:hover
{
	background-position:0 -22px;
}

.hotelDetails a.continueBtn:active,.balancePayment .balancePaymentForm table.balancePaymentTable tr td input#continueBtn:active,.balancePaymentDetails #submitButtonDiv input#continueBtn:active
{
	background-position:0 -44px;
}

div#tripAdvisorBox
{
	background-image:url(../images/backgrounds/olive_panel_wide.gif);
	color:#000;
	height:215px;
	padding:5px 10px;
	width:297px;
}

div#tripAdvisorBox p
{
	font-weight:700;
	margin-top:15px;
}

div#tripAdvisorBox #ratingBox
{
	float:right;
	margin-top:15px;
	width:130px;
}

div#tripAdvisorBox .view-btn
{
	background:transparent url(../images/buttons/view_btn.png) scroll no-repeat 0 0;
	float:right;
	height:30px;
	margin-right:6px;
	margin-top:5px;
	text-align:left;
	width:96px;
}

div#tripAdvisorBox .view-btn:hover
{
	background-position:0 -30px;
}

div#tripAdvisorBox .view-btn:active
{
	background-position:0 -60px;
}

#bookingContent h2
{
	text-transform:uppercase;
}

#bookingContent p.reference
{
	color:#29A0D8;
	font-weight:700;
}

#bookingContent p.reference span
{
	color:#fff;
}

#bookingContent div#pricesummary
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#4b4b4b;
	border:3px solid #fff;
	float:right;
	padding:5px 10px;
}

#bookingContent div#pricesummary p
{
	font-weight:700;
}

#bookingContent div#pricesummary td.item
{
	background:transparent url(../images/bullet_blue.gif) scroll no-repeat 0 7px;
	padding-left:12px;
	width:110px;
}

#bookingContent div#pricesummary td.price
{
	color:#29A0D8;
}

#bookingContent div.section
{
	border-bottom:1px solid #474747;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:15px;
}

#bookingContent a.print
{
	background:transparent url(../images/printer.gif) scroll no-repeat 0 0;
	color:#fff;
	display:block;
	font-size:13px;
	height:30px;
	padding-left:42px;
	padding-top:5px;
	text-transform:uppercase;
	width:140px;
}

#bookingContent p.thankyou
{
	color:#29A0D8;
	font-size:14px;
}

#bookingContent p.thankyou img
{
	position:relative;
	top:3px;
}

#bookingContent h3
{
	color:#fff;
	font-size:14px;
	margin:10px 0 20px;
	text-transform:none;
}

#bookingContent #whathappens li
{
	background:transparent url(../images/bullet_green.png) scroll no-repeat 0 4px;
	margin-bottom:10px;
	padding-left:16px;
}

#bookingContent .aftersales
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#cfcfcf url(../images/alert.gif) scroll no-repeat 5px 5px;
	color:#444;
	margin:15px 0;
	padding:5px 10px 5px 62px;
}

#bookingContent .aftersales p
{
	font-size:11px;
	line-height:1.2;
	margin-bottom:0;
}

#bookingContent .aftersales p strong
{
	display:block;
	font-weight:700;
}

#bookingContent h4
{
	font-size:14px;
	margin-bottom:5px;
	margin-left:10px;
}

#bookingContent .holidayElements
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#000;
	margin-bottom:15px;
}

#bookingContent .holidayElements table
{
	width:100%;
}

#bookingContent .holidayElements table td,#bookingContent .holidayElements table th
{
	border-bottom:1px solid #000;
	padding:10px 5px 10px 10px;
}

#bookingContent .holidayElements table th
{
	font-weight:700;
}

#bookingContent .holidayElements table tr:last-child td
{
	border-bottom-width:0;
}

div#holidaySuitcase
{
	font-size:12px;
}

div#holidaySuitcase form
{
	background-color:#cee8f5;
	padding:5px 0;
}

div#holidaySuitcase h3
{
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
	text-transform:none;
}

div#holidaySuitcase h4
{
	color:#000;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

div#holidaySuitcase div.section
{
	padding:10px;
}

div#holidaySuitcase div.price strong
{
	font-size:14px;
	font-weight:700;
}

div#holidaySuitcase div.price span
{
	color:#2d9ad5;
	font-size:16px;
	font-weight:700;
}

div#holidaySuitcase div.price small
{
	display:block;
	font-size:10px;
}

div#holidaySuitcase div.flights li
{
	margin-bottom:25px;
}

div#holidaySuitcase div.flights li.last
{
	margin-bottom:0;
}

div#holidaySuitcase div.priceSummary p
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#666;
	color:#fff;
	margin-bottom:0;
	padding:5px 15px;
}

div#holidaySuitcase div.priceSummary
{
	border-bottom:0;
}

#emailThisQuote p.sectionHeader
{
	-moz-border-radius-topleft:5px;
	background:transparent url(../images/emailQuote/headerImage.png) no-repeat scroll 0 0;
	font-size:1.6em;
	height:40px;
	margin:0;
	padding:8px 10px 0;
}

#emailThisQuote .emailQuoteTmoodOnly
{
	background:transparent url(../images/emailQuote/emailHeader.png) no-repeat scroll -2px 0;
	height:15px;
}

#emailThisQuote .emailThisPageForm
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background:#B9C4AE none repeat scroll 0 0;
	color:#000;
	font-size:.9em;
	height:120px;
	line-height:1.3em;
	padding:5px 10px;
}

#emailThisQuote .emailThisPageForm p input
{
	width:160px;
}

#emailThisQuote .emailThisPageForm div img
{
	bottom:38px;
	float:right;
	position:relative;
	right:45px;
}

div.grid
{
	clear:both;
	color:#000;
	font-size:12px;
}

div.grid .cell
{
	background-color:#fff;
	overflow:hidden;
}

div.grid div.head
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background-color:#fff;
	overflow:hidden;
	padding:10px 15px;
}

div.grid div.foot
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	background-color:#fff;
	padding-top:10px;
}

div#searchResultHead
{
	margin-bottom:20px;
}

div#searchResultHead div.head
{
	border-bottom:1px solid #000;
}

div#searchResultHead div.head p
{
	float:left;
	width:235px;
}

div#searchResultHead div.head ul
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#f1f1f1;
	border:2px solid #747474;
	float:right;
	margin:4px 0;
}

div#searchResultHead div.head ul li
{
	color:#2D9AD5;
	float:left;
	font-size:14px;
	font-weight:700;
	padding:10px;
}

.searchResults h2#flightResultsHeader
{
	background:transparent url(../images/magnifyingglass.gif) scroll no-repeat 0 0;
	margin-bottom:15px;
	padding-left:40px;
	text-transform:uppercase;
}

.searchResults #searchResultHead h2
{
	text-transform:uppercase;
}

.searchResults table.value
{
	background-color:#fff;
	font-size:14px;
	margin:0 10px;
	width:612px;
}

.searchResults table.value a
{
	color:#2D9AD5;
}

.searchResults table.value th
{
	color:#2D9AD5;
	padding:10px 15px;
}

.searchResults table.value tbody
{
	background-color:#f1f1f1;
}

.searchResults table.value tbody td
{
	padding:5px;
}

.searchResults table.value tbody tr:first-child td
{
	border-top:2px solid #747474;
	padding-top:5px;
}

.searchResults table.value tbody tr:last-child td
{
	border-bottom:2px solid #747474;
	padding-bottom:5px;
}

.searchResults table.value tbody tr td:first-child
{
	border-left:2px solid #747474;
	padding-left:10px;
}

.searchResults table.value tbody tr td:last-child
{
	border-right:2px solid #747474;
	padding-right:10px;
}

.searchResults table.value tbody tr:first-child td:first-child
{
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

.searchResults table.value tbody tr:first-child td:last-child
{
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

.searchResults table.value tbody tr:last-child td:first-child
{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}

.searchResults table.value tbody tr:last-child td:last-child
{
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

.searchResults table.value tbody td.direct
{
	border-left:1px solid #747474;
	border-right:1px solid #747474;
}

.searchResults table.value td.airline
{
	border-left-width:0;
	width:190px;
}

.searchResults table.value td.logo
{
	width:230px;
}

.searchResults table.value td.direct,.searchResults table.value td.indirect
{
	font-weight:700;
	width:80px;
}

.searchResults table.value td.indirect
{
	border-right-width:0;
}

.searchResults #multiLegs
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.searchResults #searchResultHead .col-four
{
	border-right:1px solid #000;
	float:left;
	height:105px;
	width:157px;
}

.searchResults #searchResultHead .col-four:last-child
{
	border-right-width:0;
	width:158px;
}

.searchResults #searchResultHead .col-four h3
{
	background-color:#5e5e5e;
	border-bottom:1px solid #000;
	color:#fff;
	font-size:14px;
	font-weight:700;
	margin-bottom:0;
	padding:10px 15px;
	text-transform:none;
}

.searchResults #searchResultHead .col-four p
{
	font-weight:700;
	margin-bottom:0;
	padding:15px;
}

.searchResults #searchResultHead .col-four p em
{
	color:#2D9AD5;
	font-style:normal;
}

.searchResults ul.legs h4
{
	font-size:18px;
	text-transform:uppercase;
}

.searchResults ul.legs .cell h4
{
	margin-left:15px;
}

div.flightPagination
{
	line-height:1.25;
	margin:20px 0;
	padding:8px 10px;
	text-align:left;
}

div.flightPagination p
{
	float:right;
	margin-bottom:0;
}

.searchResults .flightOnly h3
{
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	background-color:#fff;
	color:#666;
	float:right;
	font-size:14px;
	margin-bottom:0;
	margin-top:15px;
	padding:5px 15px;
	text-transform:none;
}

.searchResults .flightOnly div.price
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background-color:#666;
	border:5px solid #fff;
	border-bottom-width:0;
	float:right;
	font-size:14px;
	margin-right:10px;
	padding:5px 5px 5px 15px;
}

.searchResults .flightOnly div.price strong
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#2D9AD5;
	font-size:16px;
	padding:2px 5px;
}

.searchResults ol#results.flightOnly form > li
{
	margin-bottom:30px;
}

.searchResults ol#results.flightOnly form > li .head
{
	padding-bottom:0;
}

.searchResults ol#results.flightOnly form > li .head span
{
	font-size:14px;
}

.searchResults ol#results.flightOnly form > li .head span strong
{
	color:#2d9ad5;
}

.searchResults ol#results.flightOnly form > li .head p
{
	float:right;
	font-size:11px;
	margin-bottom:0;
}

div.flightInner
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:2px solid #747474;
	margin:10px;
}

.searchResults ol#results.flightMulti div.flightInner
{
	margin-top:5px;
}

.searchResults ol#results.flightOnly div.inbound
{
	background-color:#f1f1f1;
}

.searchResults ol#results.flightOnly div.col:first-child
{
	margin-right:0;
}

.searchResults ol#results.flightOnly div.col
{
	width:297px;
}

.searchResults ol#results.flightOnly h5
{
	border-bottom:1px solid #ccc;
	font-weight:700;
	padding:10px 15px;
}

.searchResults ol#results.flightOnly ul.options > li
{
	border-bottom:1px solid #ccc;
	overflow:hidden;
	padding:15px;
}

.searchResults ol#results.flightOnly ul.options > li:last-child
{
	border-bottom-width:0;
}

.searchResults ol#results.flightOnly ul.options > li input
{
	float:left;
	margin-right:10px;
	margin-top:4px;
}

.searchResults ol#results.flightOnly ul.options > li div
{
	float:left;
}

.searchResults ol#results.flightReturn ul.options > li div
{
	width:240px;
}

.searchResults ol#results.flightSingle ul.options > li div
{
	width:335px;
}

.searchResults ol#results.flightOnly ul.info > li
{
	margin-bottom:10px;
	overflow:hidden;
}

.searchResults ol#results.flightOnly ul.info > li > strong
{
	display:block;
	float:left;
	width:75px;
}

.searchResults ol#results.flightOnly ul.info > li > strong.time small
{
	display:block;
	font-size:10px;
}

.searchResults ol#results.flightOnly ul.info > li > span
{
	display:block;
	float:left;
}

.searchResults ol#results.flightReturn ul.info > li > span
{
	width:162px;
}

.searchResults ol#results.flightSingle ul.info > li > span
{
	width:250px;
}

.searchResults ol#results.flightMulti ul.info > li > span
{
	width:250px;
}

.searchResults ol#results.flightOnly ul.info > li.via
{
	color:#2d9ad5;
}

.searchResults ol#results.flightOnly ul.info > li.via > span
{
	font-style:italic;
}

.searchResults ol#results.flightReturn p.airline
{
	font-weight:700;
	margin:10px 0;
}

.searchResults ol#results.flightOnly p.airline img
{
	margin-left:3px;
}

.searchResults ol#results.flightOnly p.meta
{
	margin-bottom:0;
}

.searchResults ol#results.flightOnly div.foot
{
	background-color:#666;
	overflow:hidden;
}

.searchResults ol#results.flightOnly div.foot .select-btn
{
	background:transparent url(../images/buttons/select_flights_btn.gif) scroll no-repeat 0 0;
	display:block;
	float:right;
	height:22px;
	margin:0 10px 10px 0;
	text-indent:-9999em;
	width:130px;
}

.searchResults ol#results.flightOnly div.foot .select-btn:hover
{
	background-position:0 -22px;
}

.searchResults ol#results.flightOnly div.foot .select-btn:active
{
	background-position:0 -44px;
}

.searchResults ol#results.flightSingle p.meta,.searchResults ol#results.flightMulti p.meta
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#f1f1f1;
	border:2px solid #747474;
	float:right;
	line-height:1.25;
	padding:10px;
	width:200px;
}

.searchResults ol#results.flightMulti ul.info
{
	margin-bottom:20px;
	overflow:hidden;
}

.searchResults ol#results.flightMulti p.meta
{
	float:none;
	margin-bottom:10px;
}

.searchResults ol#results.flightMulti ul.options li > div.wrap
{
	float:left;
	width:555px;
}

.searchResults ol#results.flightMulti ul.options li div.meta-wrap
{
	float:right;
}

.searchResults ol#results.flightMulti ul.info > li strong.date
{
	color:#2d9ad5;
	display:block;
	float:none;
	font-weight:700;
	margin-bottom:10px;
	width:auto;
}

.searchResults .disclaimer
{
	font-size:12px;
}

#filter .pane
{
	font-size:12px;
	padding:15px;
}

#filter .c
{
	text-align:center;
}

#filter .pane h5
{
	color:#000;
	font-size:12px;
	font-weight:700;
	margin-bottom:10px;
}

#filter .pane ul
{
	margin-left:10px;
	overflow:hidden;
}

#filter .pane ul li span
{
	display:block;
	float:left;
	margin-right:10px;
	width:80px;
}

#filter .pane ul li a
{
	color:#2d9ad5;
}

#filter .pane a.reset
{
	background:transparent url(../images/buttons/reset_btn.gif) scroll no-repeat 0 0;
	cursor:pointer;
	display:block;
	float:right;
	height:20px;
	text-indent:-9999em;
	width:93px;
}

#filter .pane a.reset:hover
{
	background-position:0 -20px;
}

#filter .pane a.reset:active
{
	background-position:0 -40px;
}

a.reset-all-btn
{
	background:transparent url(../images/buttons/reset_all_btn.png) scroll no-repeat 0 0;
	cursor:pointer;
	display:block;
	height:20px;
	margin:0 auto;
	text-indent:-9999em;
	width:264px;
}

a.reset-all-btn:hover
{
	background-position:0 -20px;
}

a.reset-all-btn:active
{
	background-position:0 -40px;
}

#searchResultHead a.reset-all-btn
{
	float:right;
	margin:10px 10px 0 0;
}

#itinerary div.price
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background-color:#666;
	border:5px solid #fff;
	border-bottom-width:0;
	float:right;
	font-size:14px;
	font-weight:700;
	margin-right:10px;
	padding:5px 5px 5px 15px;
	text-align:right;
}

#itinerary div.price strong
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#2D9AD5;
	font-size:16px;
	padding:2px 5px;
}

#itinerary div.price small
{
	display:block;
	font-size:11px;
	font-weight:400;
	margin-top:3px;
}

#itinerary h2
{
	text-transform:uppercase;
}

#itinerary h2.tab
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background-color:#666;
	border:2px solid #fff;
	border-bottom-width:0;
	float:left;
	font-size:14px;
	margin-left:10px;
	margin-top:26px;
	padding:5px 15px;
	text-transform:none;
}

#itinerary h3
{
	color:#666;
	font-size:14px;
	font-weight:700;
	margin-bottom:0;
	margin-top:5px;
	text-transform:none;
}

#itinerary .cell h3
{
	margin-left:15px;
}

#itinerary h3 span
{
	color:#2D9AD5;
	font-weight:400;
}

#itinerary .continueBtn
{
	background:transparent url(../images/buttons/continue.png) scroll no-repeat 0 0;
	cursor:pointer;
	display:block;
	float:right;
	height:22px;
	text-align:left;
	text-indent:-9999em;
	width:130px;
}

#itinerary .continueBtn:hover
{
	background-position:0 -22px;
}

#itinerary .continueBtn:active
{
	background-position:0 -44px;
}

#itinerary .foot .continueBtn
{
	margin:0 10px 10px;
}

#itinerary .flightInner
{
	overflow:hidden;
	padding:15px;
}

#itinerary .inboundInner
{
	background-color:#f1f1f1;
}

#itinerary div.meta-wrap
{
	clear:both;
	float:right;
}

#itinerary div.meta-wrap p.meta
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#f1f1f1;
	border:2px solid #747474;
	line-height:1.25;
	margin-bottom:0;
	padding:10px;
}

#itinerary .inboundInner p.meta
{
	background-color:#fff;
}

#itinerary ul.flights li
{
	margin-bottom:40px;
	overflow:hidden;
}

#itinerary ul.flights li:last-child
{
	margin-bottom:0;
}

#itinerary ul.info
{
	width:330px;
}

#itinerary ul.info li
{
	margin-bottom:10px;
	overflow:hidden;
}

#itinerary ul.info strong.time
{
	display:block;
	float:left;
	width:75px;
}

#itinerary ul.info span.airport
{
	display:block;
	float:left;
	width:250px;
}

#price-summary .cell
{
	background-color:#CEE8F5;
	font-size:12px;
	padding:10px 15px;
}

#price-summary #quote-ref h4
{
	color:#2D9AD5;
	font-weight:700;
}

#price-summary #quote-ref p
{
	font-size:14px;
	margin-bottom:0;
}

#price-summary #quote-ref p strong
{
	float:right;
	font-weight:700;
}

#price-summary .order
{
	color:#000;
	font-weight:700;
}

#price-summary table
{
	margin-bottom:25px;
	width:100%;
}

#price-summary table tbody tr td
{
	padding-bottom:5px;
}

#price-summary table tbody tr td:last-child
{
	font-weight:700;
	text-align:right;
}

#price-summary table tbody tr.due td
{
	color:#000;
	font-weight:700;
}

#price-summary p.price
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#666;
	color:#fff;
	font-size:14px;
	font-weight:700;
	padding:5px 10px;
	text-align:right;
}

#price-summary p.price strong
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#2D9AD5;
	font-size:16px;
	padding:2px 5px;
}

#price-summary p.price small
{
	display:block;
	font-size:10px;
	font-weight:400;
	margin-top:3px;
}

.destinations .regionHeader h1
{
	color:#666;
	padding:10px;
}

.destinations .regionHeader
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	background-color:#fff;
	padding:1px;
}

.destinations .regionHeader .map
{
	background-color:transparent;
	background-repeat:no-repeat;
	height:410px;
	overflow:hidden;
	position:relative;
}

.destinations #world.map
{
	background:url(../images/destinations/maps/world.jpg);
	height:352px;
}

.destinations #usacanada.map
{
	background:url(../images/destinations/maps/usacanada.jpg);
}

.destinations #centralsouthamerica.map
{
	background:url(../images/destinations/maps/centralsouthamerica.jpg);
}

.destinations #caribbean.map
{
	background:url(../images/destinations/maps/caribbean.jpg);
}

.destinations #fareast.map
{
	background:url(../images/destinations/maps/fareast.jpg);
}

.destinations #africamiddleeast.map
{
	background:url(../images/destinations/maps/africamiddleeast.jpg);
}

.destinations #indiaindianocean.map
{
	background:url(../images/destinations/maps/indiaindianocean.jpg);
}

.destinations #australia.map
{
	background:url(../images/destinations/maps/australia.jpg);
}

.destinations #newzealandsouthpacific.map
{
	background:url(../images/destinations/maps/newzealandsouthpacific.jpg);
}

.destinations .map .tag
{
	display:block;
	position:absolute;
	z-index:2;
}

.destinations .map #t_usacanada
{
	background:url(../images/destinations/tags/regions/usacanada.png);
	height:87px;
	left:12px;
	top:45px;
	width:122px;
}

.destinations .map #t_centralsouthamerica
{
	background:url(../images/destinations/tags/regions/centralsouthamerica.png);
	height:87px;
	left:23px;
	top:231px;
	width:172px;
}

.destinations .map #t_caribbean
{
	background:url(../images/destinations/tags/regions/caribbean.png);
	height:60px;
	left:30px;
	top:145px;
	width:108px;
}

.destinations .map #t_fareast
{
	background:url(../images/destinations/tags/regions/fareast.png);
	height:59px;
	left:353px;
	top:131px;
	width:92px;
}

.destinations .map #t_africamiddleeast
{
	background:url(../images/destinations/tags/regions/africamiddleeast.png);
	height:175px;
	left:251px;
	top:39px;
	width:197px;
}

.destinations .map #t_indiaindianocean
{
	background:url(../images/destinations/tags/regions/indiaindianocean.png);
	height:122px;
	left:297px;
	top:85px;
	width:147px;
}

.destinations #world.map #t_australia
{
	background:url(../images/destinations/tags/regions/australia.png);
	height:48px;
	left:276px;
	top:259px;
	width:116px;
}

.destinations .map #t_newzealandsouthpacific
{
	background:url(../images/destinations/tags/regions/newzealandsouthpacific.png);
	height:54px;
	left:221px;
	top:292px;
	width:221px;
}

.destinations .map #t_europe
{
	background:url(../images/destinations/tags/regions/europe.png);
	height:60px;
	left:125px;
	top:110px;
	width:108px;
}

.destinations .map #t_canada
{
	background:url(../images/destinations/tags/canada.png);
	height:47px;
	left:313px;
	top:183px;
	width:187px;
}

.destinations .map #t_usa
{
	background:url(../images/destinations/tags/usa.png);
	height:47px;
	left:181px;
	top:322px;
	width:187px;
}

.destinations .map #t_argentina
{
	background:url(../images/destinations/tags/argentina.png);
	height:48px;
	left:292px;
	top:268px;
	width:157px;
}

.destinations .map #t_brazil
{
	background:url(../images/destinations/tags/brazil.png);
	height:47px;
	left:364px;
	top:104px;
	width:140px;
}

.destinations .map #t_chile
{
	background:url(../images/destinations/tags/chile.png);
	height:48px;
	left:132px;
	top:305px;
	width:138px;
}

.destinations .map #t_costarica
{
	background:url(../images/destinations/tags/costarica.png);
	height:34px;
	left:19px;
	top:88px;
	width:155px;
}

.destinations .map #t_galapagos
{
	background:url(../images/destinations/tags/galapagos.png);
	height:30px;
	left:20px;
	top:141px;
	width:137px;
}

.destinations .map #t_mexico
{
	background:url(../images/destinations/tags/mexico.png);
	height:52px;
	left:97px;
	top:17px;
	width:148px;
}

.destinations .map #t_peru
{
	background:url(../images/destinations/tags/peru.png);
	height:54px;
	left:113px;
	top:157px;
	width:110px;
}

.destinations .map #t_cuba
{
	background:url(../images/destinations/tags/cuba.png);
	height:32px;
	left:29px;
	top:147px;
	width:73px;
}

.destinations .map #t_jamaica
{
	background:url(../images/destinations/tags/jamaica.png);
	height:52px;
	left:86px;
	top:218px;
	width:78px;
}

.destinations .map #t_bahamas
{
	background:url(../images/destinations/tags/bahamas.png);
	height:50px;
	left:87px;
	top:64px;
	width:82px;
}

.destinations .map #t_turksandcaicos
{
	background:url(../images/destinations/tags/turksandcaicos.png);
	height:50px;
	left:196px;
	top:112px;
	width:115px;
}

.destinations .map #t_antigua
{
	background:url(../images/destinations/tags/antigua.png);
	height:70px;
	left:408px;
	top:175px;
	width:122px;
}

.destinations .map #t_stlucia
{
	background:url(../images/destinations/tags/stlucia.png);
	height:53px;
	left:423px;
	top:239px;
	width:110px;
}

.destinations .map #t_grenada
{
	background:url(../images/destinations/tags/grenada.png);
	height:32px;
	left:285px;
	top:297px;
	width:132px;
}

.destinations .map #t_barbados
{
	background:url(../images/destinations/tags/barbados.png);
	height:44px;
	left:446px;
	top:270px;
	width:140px;
}

.destinations .map #t_tobago
{
	background:url(../images/destinations/tags/tobago.png);
	height:34px;
	left:417px;
	top:326px;
	width:95px;
}

.destinations .map #t_abudhabi
{
	background:url(../images/destinations/tags/abudhabi.png);
	height:63px;
	left:470px;
	top:23px;
	width:114px;
}

.destinations .map #t_dubai
{
	background:url(../images/destinations/tags/dubai.png);
	height:64px;
	left:474px;
	top:76px;
	width:98px;
}

.destinations .map #t_egypt
{
	background:url(../images/destinations/tags/egypt.png);
	height:47px;
	left:294px;
	top:57px;
	width:147px;
}

.destinations .map #t_kenya
{
	background:url(../images/destinations/tags/kenya.png);
	height:47px;
	left:338px;
	top:160px;
	width:147px;
}

.destinations .map #t_mozambique
{
	background:url(../images/destinations/tags/mozambique.png);
	height:46px;
	left:456px;
	top:308px;
	width:133px;
}

.destinations .map #t_oman
{
	background:url(../images/destinations/tags/oman.png);
	height:96px;
	left:508px;
	top:90px;
	width:114px;
}

.destinations .map #t_southafrica
{
	background:url(../images/destinations/tags/southafrica.png);
	height:47px;
	left:225px;
	top:339px;
	width:187px;
}

.destinations .map #t_tanzania
{
	background:url(../images/destinations/tags/tanzania.png);
	height:42px;
	left:463px;
	top:234px;
	width:161px;
}

.destinations .map #t_zambia
{
	background:url(../images/destinations/tags/zambia.png);
	height:42px;
	left:305px;
	top:245px;
	width:111px;
}

.destinations .map #t_india
{
	background:url(../images/destinations/tags/india.png);
	height:47px;
	left:275px;
	top:82px;
	width:138px;
}

.destinations .map #t_srilanka
{
	background:url(../images/destinations/tags/srilanka.png);
	height:46px;
	left:439px;
	top:320px;
	width:126px;
}

.destinations .map #t_maldives
{
	background:url(../images/destinations/tags/maldives.png);
	height:79px;
	left:245px;
	top:320px;
	width:114px;
}

.destinations .map #t_mauritius
{
	background:url(../images/destinations/tags/mauritius.png);
	height:47px;
	left:98px;
	top:295px;
	width:125px;
}

.destinations .map #t_seychelles
{
	background:url(../images/destinations/tags/seychelles.png);
	height:42px;
	left:81px;
	top:204px;
	width:132px;
}

.destinations .map #t_bali
{
	background:url(../images/destinations/tags/bali.png);
	height:47px;
	left:287px;
	top:349px;
	width:122px;
}

.destinations .map #t_china
{
	background:url(../images/destinations/tags/china.png);
	height:47px;
	left:281px;
	top:140px;
	width:157px;
}

.destinations .map #t_hongkong
{
	background:url(../images/destinations/tags/hongkong.png);
	height:52px;
	left:293px;
	top:185px;
	width:191px;
}

.destinations .map #t_malaysia
{
	background:url(../images/destinations/tags/malaysia.png);
	height:51px;
	left:79px;
	top:289px;
	width:151px;
}

.destinations .map #t_singapore
{
	background:url(../images/destinations/tags/singapore.png);
	height:53px;
	left:53px;
	top:355px;
	width:192px;
}

.destinations .map #t_thailand
{
	background:url(../images/destinations/tags/thailand.png);
	height:51px;
	left:68px;
	top:220px;
	width:151px;
}

.destinations .map #t_vietnam
{
	background:transparent url(../images/destinations/tags/vietnam.png) repeat scroll 0 0;
	height:51px;
	left:253px;
	top:229px;
	width:192px;
}

.destinations .map #t_cambodia
{
	background:transparent url(../images/destinations/tags/cambodia.png) repeat scroll 0 0;
	height:46px;
	left:230px;
	top:281px;
	width:226px;
}

.destinations .map #t_australia
{
	background:url(../images/destinations/tags/australia.png);
	height:47px;
	left:328px;
	top:132px;
	width:187px;
}

.destinations .map #t_newzealand
{
	background:url(../images/destinations/tags/newzealand.png);
	height:51px;
	left:121px;
	top:226px;
	width:191px;
}

.destinations .map #t_cookislands
{
	background:url(../images/destinations/tags/cookislands.png);
	height:53px;
	left:367px;
	top:169px;
	width:179px;
}

.destinations .map #t_fiji
{
	background:url(../images/destinations/tags/fiji.png);
	height:52px;
	left:418px;
	top:63px;
	width:132px;
}

.destinations .map #t_frenchpolynesia
{
	background:url(../images/destinations/tags/frenchpolynesia.png);
	height:52px;
	left:367px;
	top:275px;
	width:192px;
}

.destinations .map .highlight
{
	display:none;
	position:absolute;
	z-index:1;
}

.destinations .map #h_usacanada
{
	left:2px;
	top:20px;
}

.destinations .map #h_centralsouthamerica
{
	left:68px;
	top:187px;
}

.destinations .map #h_caribbean
{
	left:111px;
	top:192px;
}

.destinations .map #h_fareast
{
	left:311px;
	top:144px;
}

.destinations .map #h_africamiddleeast
{
	left:196px;
	top:164px;
}

.destinations .map #h_indiaindianocean
{
	left:279px;
	top:186px;
}

.destinations #world.map #h_australia
{
	left:358px;
	top:242px;
}

.destinations .map #h_newzealandsouthpacific
{
	left:424px;
	top:276px;
}

.destinations .map #h_europe
{
	left:205px;
	top:138px;
}

.destinations .map #h_canada
{
	left:156px;
	top:1px;
}

.destinations .map #h_usa
{
	left:7px;
	top:1px;
}

.destinations .map #h_argentina
{
	left:256px;
	top:200px;
}

.destinations .map #h_brazil
{
	left:217px;
	top:85px;
}

.destinations .map #h_chile
{
	left:237px;
	top:187px;
}

.destinations .map #h_costarica
{
	left:155px;
	top:82px;
}

.destinations .map #h_galapagos
{
	left:139px;
	top:147px;
}

.destinations .map #h_mexico
{
	left:1px;
	top:10px;
}

.destinations .map #h_peru
{
	left:188px;
	top:122px;
}

.destinations .map #h_cuba
{
	left:0;
	top:130px;
}

.destinations .map #h_jamaica
{
	left:116px;
	top:212px;
}

.destinations .map #h_bahamas
{
	left:98px;
	top:56px;
}

.destinations .map #h_turksandcaicos
{
	left:220px;
	top:150px;
}

.destinations .map #h_antigua
{
	left:401px;
	top:227px;
}

.destinations .map #h_stlucia
{
	left:416px;
	top:280px;
}

.destinations .map #h_barbados
{
	left:440px;
	top:303px;
}

.destinations .map #h_tobago
{
	left:404px;
	top:345px;
}

.destinations .map #h_grenada
{
	left:402px;
	top:308px;
}

.destinations .map #h_egypt
{
	left:404px;
	top:31px;
}

.destinations .map #h_kenya
{
	left:454px;
	top:176px;
}

.destinations .map #h_zambia
{
	left:385px;
	top:247px;
}

.destinations .map #h_tanzania
{
	left:425px;
	top:206px;
}

.destinations .map #h_southafrica
{
	left:364px;
	top:340px;
}

.destinations .map #h_mozambique
{
	left:434px;
	top:261px;
}

.destinations .map #h_oman
{
	left:545px;
	top:72px;
}

.destinations .map #h_dubai
{
	left:564px;
	top:70px;
}

.destinations .map #h_abudhabi
{
	left:556px;
	top:70px;
}

.destinations .map #h_bali
{
	bottom:10px;
	left:280px;
}

.destinations .map #h_china
{
	left:96px;
	top:28px;
}

.destinations .map #h_hongkong
{
	left:286px;
	top:227px;
}

.destinations .map #h_malaysia
{
	left:203px;
	top:310px;
}

.destinations .map #h_singapore
{
	bottom:52px;
	left:235px;
}

.destinations .map #h_thailand
{
	left:194px;
	top:240px;
}

.destinations .map #h_vietnam
{
	left:222px;
	top:229px;
}

.destinations .map #h_cambodia
{
	left:223px;
	top:270px;
}

.destinations .map #h_india
{
	left:257px;
	top:0;
}

.destinations .map #h_srilanka
{
	left:416px;
	top:318px;
}

.destinations .map #h_maldives
{
	bottom:2px;
	left:311px;
}

.destinations .map #h_mauritius
{
	left:22px;
	top:321px;
}

.destinations .map #h_seychelles
{
	left:10px;
	top:206px;
}

.destinations .map #h_australia
{
	left:93px;
	top:30px;
}

.destinations .map #h_newzealand
{
	left:15px;
	top:8px;
}

.destinations .map #h_cookislands
{
	left:516px;
	top:135px;
}

.destinations .map #h_fiji
{
	left:516px;
	top:26px;
}

.destinations .map #h_frenchpolynesia
{
	left:518px;
	top:248px;
}

.destinations .regionHeader #regionNav
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	padding:1px;
	position:absolute;
	right:15px;
	top:15px;
	width:150px;
	z-index:10;
}

.destinations .regionHeader #regionNav h3
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#666;
	color:#fff;
	font-size:18px;
	margin:2px 2px 10px;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
}

.destinations .regionHeader #regionNav ul li a
{
	color:#000;
	display:block;
	font-size:12px;
	padding:5px;
}

.destinations .regionHeader #regionNav ul li a:hover
{
	background-color:#000;
	color:#2D9AD5;
}

.destinations .regionHeader #regionNav ul li:last-child a
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.destinations .regionHeader h2
{
	color:#666;
	font-size:18px;
	margin:10px 0 5px 10px;
	text-transform:uppercase;
}

.destinations .regionHeader p
{
	color:#666;
	font-size:12px;
	margin:0 10px 10px;
}

.destinations div.regionList
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#333;
	border:3px solid #fff;
	color:#fff;
	margin-bottom:10px;
}

.destinations div.regionList div.popular
{
	background-color:#FFF;
	color:#393939;
	font-size:12px;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:10px;
}

.destinations div.regionList div.popular p
{
	font-size:18px;
	letter-spacing:1px;
	padding-left:10px;
	text-transform:uppercase;
}

.destinations div.regionList div.popular ul li
{
	color:#00B3FF;
	float:left;
	font-size:12px;
	line-height:15px;
	margin-bottom:15px;
	padding-left:10px;
	width:130px;
}

.destinations div.regionList div.popular ul li a
{
	color:#00B3FF;
}

.destinations div.regionList div.popular ul li a:hover
{
	color:#333;
}

.destinations div.regionList dl dd p.region
{
	font-size:17px;
	letter-spacing:1px;
	margin-bottom:0;
	text-transform:uppercase;
}

.destinations div.regionList dl dd
{
	background-color:#333;
	border-bottom:1px solid #909090;
	padding-bottom:10px;
	padding-top:10px;
}

.destinations div.regionList dl dd.differentDD
{
	background-color:#393939;
}

.destinations div.regionList dl dd div.leftSide
{
	float:left;
}

.destinations div.regionList dl dd div.rightSide
{
	overflow:auto;
}

.destinations div.regionList dl dd img
{
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.destinations div.regionList dl dd ul
{
	color:#909090;
	float:left;
}

.destinations div.regionList dl dd ul li
{
	font-size:14px;
	line-height:17px;
	list-style-type:disc;
	margin-left:15px;
	width:170px;
}

.destinations div.regionList dl dd ul li a
{
	color:#909090;
}

.destinations div.regionList dl dd ul li a:hover
{
	color:#fff;
}

ul#regions li h4
{
	margin:20px 0 10px 10px;
}

ul#regions li div
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#000;
	font-size:12px;
	overflow:hidden;
	padding:10px;
}

ul#regions li div img
{
	background-color:transparent;
	float:right;
	height:86px;
	margin-left:15px;
	width:145px;
}

ul#regions li div ul
{
	overflow:hidden;
}

ul#regions li div ul li
{
	float:left;
	margin:0 25px 10px 0;
}

ul#regions li div ul li a
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#2d9ad5;
	display:block;
	padding:2px 5px;
}

ul#regions li div ul li a:hover
{
	background-color:#000;
}

ul#locations
{
	margin-top:20px;
	overflow:hidden;
}

ul#locations li
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#fff;
	color:#000;
	float:left;
	height:168px;
	margin:0 15px 15px 0;
	padding:10px;
	position:relative;
	width:182px;
}

ul#locations li.worldregion
{
	height:100px;
}

ul#locations li.end
{
	margin-right:0;
}

ul#locations li img
{
	background-color:#aaa;
	display:block;
	width:182px;
}

ul#locations li p
{
	font-size:12px;
	line-height:1.35;
	margin-bottom:0;
	margin-right:65px;
	margin-top:8px;
}

ul#locations li strong
{
	font-size:12px;
}

ul#locations li a.go-btn
{
	background:transparent url(../images/buttons/go_btn.png) scroll no-repeat 0 0;
	height:22px;
	position:absolute;
	right:20px;
	top:20px;
	width:42px;
}

ul#locations li a.go-btn:hover
{
	background-position:0 -22px;
}

ul#locations li a.go-btn:active
{
	background-position:0 -44px;
}

.destinations #country .head
{
	margin-bottom:15px;
	overflow:hidden;
}

.destinations #country .head h2
{
	font-weight:400;
	margin-bottom:10px;
}

.destinations #country #gallery
{
	float:right;
}

.destinations #infoTabs
{
	margin-bottom:20px;
}

.destinations #tabs
{
	overflow:hidden;
}

.destinations #tabs li
{
	float:left;
	margin-right:3px;
}

.destinations #tabs li a
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background-color:#666;
	border:2px solid #fff;
	border-bottom-width:0;
	color:#fff;
	display:block;
	font-size:14px;
	margin-top:4px;
	padding:3px 20px;
}

.destinations #tabs li.active a
{
	background-color:#fff;
	color:#666;
	margin-top:0;
	padding:5px 20px;
}

.destinations div.pane
{
	background-color:#fff;
	color:#666;
	padding:6px;
}

.destinations div.pane > div
{
	background-color:#d8d8d8;
	padding:10px 15px;
}

.destinations div.pane > div h3
{
	color:#666;
	font-size:18px;
	margin-bottom:5px;
	text-transform:none;
}

.destinations ul#locationMenu
{
	overflow:hidden;
}

.destinations ul#locationMenu li
{
	float:left;
	margin-bottom:5px;
	margin-right:10px;
	width:135px;
}

.destinations ul#locationMenu li a
{
	border:2px solid #d8d8d8;
	color:#666;
	display:block;
	font-size:12px;
	padding:2px 5px;
}

.destinations ul#locationMenu li a:hover
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#cee8f5;
	border:2px solid #a0a0a0;
	color:#000;
	font-weight:700;
}

#resort .head
{
	margin-bottom:20px;
	overflow:hidden;
}

.destinations #gallery
{
	float:right;
	width:288px;
}

.destinations #gallery ul.paging
{
	float:right;
	margin-right:10px;
	overflow:hidden;
}

.destinations #gallery ul.paging li
{
	float:left;
	margin-right:2px;
}

.destinations #gallery li a
{
	display:block;
	height:16px;
	width:19px;
}

.destinations #gallery li a img
{
	display:none;
}

.destinations #gallery li.next
{
	background:transparent url(../images/imagegallery/next.gif) scroll no-repeat 0 0;
}

.destinations #gallery li.previous
{
	background:transparent url(../images/imagegallery/previous.gif) scroll no-repeat 0 0;
}

.destinations #gallery li#count
{
	background:transparent url(../images/imagegallery/numbers.gif) scroll no-repeat 0 0;
	color:#000;
	display:block;
	font-size:11px;
	height:19px;
	line-height:19px;
	text-align:center;
	width:89px;
}

.destinations #gallery li#count strong
{
	color:#2D9AD5;
}

.destinations #action
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#333;
	color:#fff;
	font-size:12px;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px;
}

.destinations #action .right
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#ebebeb;
	color:#000;
	float:right;
	padding:15px 20px;
	width:295px;
}

.destinations #action .right h4
{
	font-size:18px;
	text-transform:uppercase;
}

.destinations #action .left
{
	float:left;
	width:270px;
}

.destinations #action .left h3
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:transparent url(../images/backgrounds/header_blue.gif) scroll repeat-x 0 0;
	color:#000;
	margin-bottom:5px;
	padding:2px 5px;
	text-transform:none;
}

.destinations #action .left h3 strong
{
	text-transform:uppercase;
}

.destinations #action .left strong.tel
{
	color:#00bfee;
	display:block;
	font-size:32px;
	font-weight:700;
	line-height:1;
}

.destinations #action .left p.hours
{
	line-height:1.75;
}

#resort #hotels li
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#666;
	font-size:12px;
	margin-bottom:20px;
	overflow:hidden;
	padding:8px;
	position:relative;
}

#resort #hotels li .thumbnail
{
	float:left;
	margin-right:10px;
	width:125px;
}

#resort #hotels li .info
{
	float:left;
	width:480px;
}

#resort #hotels li .info h5
{
	margin-bottom:10px;
}

#resort #hotels li .info h5 a
{
	color:#000;
	font-size:14px;
	font-weight:700;
	line-height:1;
}

#resort #hotels li .info a.more
{
	color:#2D9AD5;
	font-weight:700;
}

#resort #hotels li .info a.read-more-btn
{
	background:transparent url(../images/buttons/read_more.png) scroll no-repeat 0 0;
	float:right;
	height:22px;
	margin-left:10px;
	width:130px;
}

#resort #hotels li .info a.read-more-btn:hover
{
	background-position:0 -22px;
}

#resort #hotels li .info a.read-more-btn:active
{
	background-position:0 -44px;
}

.offers #mainOffer
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#aaa;
	color:#000;
	height:245px;
	margin-bottom:15px;
	padding:15px;
	text-align:right;
}

.offers #mainOffer h3
{
	color:#000;
	font-size:40px;
	margin-bottom:10px;
	text-transform:none;
}

.offers #mainOffer p
{
	font-size:18px;
	line-height:1;
}

.offers #mainOffer p.intro
{
	font-size:24px;
	margin-bottom:10px;
}

.offers #mainOffer p em
{
	color:#000;
	font-weight:400;
	text-transform:uppercase;
}

.offers #mainOffer p strong
{
	font-size:32px;
	font-weight:400;
}

.offers #mainOffer ul
{
	margin-bottom:15px;
}

.offers #mainOffer li
{
	margin-bottom:3px;
}

.offers .view-btn
{
	background:transparent url(../images/buttons/view_btn.png) scroll no-repeat 0 0;
	float:right;
	height:30px;
	text-align:left;
	width:96px;
}

.offers .view-btn:hover
{
	background-position:0 -30px;
}

.offers .view-btn:active
{
	background-position:0 -60px;
}

.offers ul#offersNav
{
	overflow:hidden;
}

.offers ul#offersNav li
{
	float:left;
}

.offers ul#offersNav li a
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background-color:#666;
	border:2px solid #fff;
	border-bottom-width:0;
	color:#fff;
	display:block;
	margin:3px 1px 0 0;
	padding:3px 10px;
}

.offers ul#offersNav li a.active
{
	background-color:#fff;
	color:#000;
	font-size:16px;
	margin-top:0;
}

.offers ul#offersNav li a:hover
{
	background-color:#fff;
	color:#000;
}

.offers #offersIntro
{
	-moz-border-radius:5px;
	-moz-border-radius-topleft:0;
	-webkit-border-radius:5px;
	-webkit-border-top-left-radius:0;
	background-color:#fff;
	clear:left;
	color:#000;
	margin-bottom:10px;
	padding:15px 10px;
}

.offers #offersIntro h1
{
	color:#000;
	font-size:18px;
	margin-bottom:5px;
	text-transform:none;
}

.offers #offersIntro p
{
	font-size:12px;
	margin-bottom:0;
}

ul.specialOffers
{
	margin-bottom:20px;
	overflow:hidden;
}

ul.specialOffers > li,/* flights */
div#flights div#offers ul li
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#666;
	padding:4px;
	width:303px;
}

ul.specialOffersHome > li
{
	margin-bottom:20px;
	width:285px;
}

.offers ul.specialOffers > li
{
	float:left;
	margin:0 10px 10px 0;
}

.offers ul.specialOffers > li.alt,/* flights */
div#flights div#offers ul li.alt
{
	margin-right:0;
}

ul.specialOffers > li h2,/* flights */
div#flights div#offers ul li h2
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:transparent;
	background-repeat:repeat-x;
	color:#fff;
	font-size:16px;
	line-height:1;
	padding:10px;
	position:relative;
	text-transform:uppercase;
}

ul.specialOffers > li h2.fo,/* flights */
div#flights div#offers ul li h2.fo
{
	background-image:url(../images/backgrounds/offers/flight.gif);
}

ul.specialOffers > li h2.lo
{
	background-image:url(../images/backgrounds/offers/late.gif);
}

ul.specialOffers > li h2.tm
{
	background-image:url(../images/backgrounds/offers/tours.gif);
}

ul.specialOffers > li h2.fh
{
	background-image:url(../images/backgrounds/offers/flightHotel.gif);
}

ul.specialOffers > li h2.pe
{
	background-image:url(../images/backgrounds/offers/pressEmail.gif);
}

ul.specialOffers > li h2.ootw
{
	background-image:url(../images/backgrounds/offers/week.png);
}

ul.specialOffers > li h2 a.view-all-btn,/* flights */
div#flights div#offers ul li h2 a.view-all-btn
{
	background:transparent url(../images/buttons/view_all_btn.png) scroll no-repeat 0 0;
	color:#000;
	height:22px;
	position:absolute;
	right:5px;
	top:6px;
	width:72px;
}

ul.specialOffers > li h2 a.view-all-btn:hover,/* flights */
div#flights div#offers ul li h2 a.view-all-btn:hover
{
	background-position:0 -22px;
}

ul.specialOffers > li h2 a.view-all-btn:active,/* flights */
div#flights div#offers ul li h2 a.view-all-btn:active
{
	background-position:0 -44px;
}

ul.specialOffers > li table,/* flights */
div#flights div#offers ul li table
{
	width:100%;
}

ul.specialOffers > li td,/* flights */
div#flights div#offers ul li td
{
	font-size:12px;
	padding:10px;
}

ul.specialOffers > li td.destination,/* flights */
div#flights div#offers ul li td.destination
{
	color:#000;
	font-weight:700;
}

ul.specialOffers > li td.price,/* flights */
div#flights div#offers ul li td.price
{
	font-size:11px;
}

ul.specialOffers > li td.price strong,/* flights */
div#flights div#offers ul li td.price strong
{
	color:#ce6828;
	font-size:12px;
	font-weight:700;
}

ul.specialOffers > li tr.alt td,/* flights */
div#flights div#offers ul li tr.alt td
{
	background:transparent url(../images/backgrounds/altrow.gif) scroll repeat-x 0 0;
}

ul.specialOffers > li tr.alt td:first-child,/* flights */
div#flights div#offers ul li tr.alt td:first-child
{
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-top-left-radius:3px;
}

ul.specialOffers > li tr.alt td:last-child,/* flights */
div#flights div#offers ul li tr.alt td:last-child
{
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
}

ul.specialOffers > li.ootw h2
{
	background-image:url(../images/backgrounds/offers/week.png);
	font-size:24px;
	letter-spacing:-1px;
	padding:6px 5px;
	text-transform:none;
}

ul.specialOffers > li.ootw p
{
	color:#000;
	font-size:16px;
	line-height:1;
	padding:36px 0;
	text-align:right;
	width:66%;
}

ul.specialOffers > li.ootw p span
{
	display:block;
	font-size:11px;
}

ul.specialOffers > li.ootw p span em
{
	color:#000;
	font-weight:400;
	text-transform:uppercase;
}

ul.specialOffers > li.ootw p span strong
{
	font-size:16px;
	font-weight:400;
}

.offers div.offerCol
{
	float:left;
	margin-right:10px;
	width:313px;
}

.offers div.offerCol.last
{
	margin-right:0;
}

.offers div.flightOfferGroup
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#666;
	margin-bottom:10px;
	padding:10px;
}

.offers div.flightOfferGroup h2
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-repeat:repeat-x;
	color:#000;
	font-size:18px;
	line-height:1;
	margin-bottom:15px;
	padding:6px 5px;
	text-transform:uppercase;
}

.offers div.flightOfferGroup h4
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#666;
	color:#fff;
	float:left;
	margin-bottom:5px;
	padding:4px 18px;
}

.offers div.flightOfferGroup ul
{
	clear:left;
	margin-bottom:10px;
}

.offers div.flightOfferGroup ul > li
{
	font-size:12px;
	margin-bottom:5px;
	position:relative;
}

.offers div.flightOfferGroup ul > li p
{
	-moz-border-radius:5px;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-radius:5px;
	border:3px solid #666;
	margin-bottom:0;
	padding:5px;
	width:204px;
}

.offers div.flightOfferGroup ul > li p span.date
{
	display:block;
}

.offers div.flightOfferGroup ul > li p em
{
	color:#2D9AD5;
	display:block;
	font-size:14px;
	font-weight:400;
}

.offers div.flightOfferGroup ul > li div
{
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	background-repeat:repeat-x;
	border:3px solid #666;
	border-left-width:0;
	bottom:0;
	color:#000;
	padding:3px 5px;
	position:absolute;
	right:0;
	text-align:right;
	width:60px;
}

.offers div.flightOfferGroup ul > li div strong
{
	display:block;
	font-size:18px;
	font-weight:700;
	line-height:1;
}

.offers div.offerCol div.europe h2,.offers div.offerCol div.europe ul > li div
{
	background-image:url(../images/backgrounds/offers/green.gif);
}

.offers div.offerCol div.australasia h2,.offers div.offerCol div.australasia ul > li div
{
	background-image:url(../images/backgrounds/offers/orange.gif);
}

.offers div.offerCol div.americas h2,.offers div.offerCol div.americas ul > li div
{
	background-image:url(../images/backgrounds/offers/yellow.gif);
}

.offers div.offerCol div.world h2,.offers div.offerCol div.world ul > li div
{
	background-image:url(../images/backgrounds/offers/blue.gif);
}

.offers ul#lateOffers
{
	margin-bottom:20px;
	overflow:hidden;
}

.offers ul#lateOffers > li
{
	float:left;
	margin:0 10px 10px 0;
	width:204px;
}

.offers ul#lateOffers > li.edge
{
	margin-right:0;
}

.offers ul#lateOffers > li .card
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background-color:#fff;
	color:#666;
	font-size:12px;
	padding:2px;
}

.offers ul#lateOffers > li img
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#ccc;
	display:block;
	height:150px;
}

.offers ul#lateOffers > li span.duration
{
	display:block;
	float:right;
	font-weight:700;
	margin:5px;
}

.offers ul#lateOffers > li h4
{
	color:#666;
	font-size:18px;
	font-weight:400;
	margin-left:5px;
}

.offers ul#lateOffers > li .card > em
{
	color:#2D9AD5;
	display:block;
	font-size:13px;
	font-weight:700;
	line-height:1;
	margin:0 0 5px 5px;
}

.offers ul#lateOffers > li p
{
	margin:0 5px 10px;
}

.offers ul#lateOffers > li p span
{
	color:#999;
	display:block;
	line-height:1;
}

.offers ul#lateOffers > li p > strong
{
	display:block;
	font-weight:700;
	margin-top:5px;
}

.offers ul#lateOffers > li .foot
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	background-color:#666;
	padding:8px 0;
}

.offers ul#lateOffers > li .foot a
{
	background:transparent url(../images/buttons/check_availability_btn.png) scroll no-repeat 0 0;
	height:22px;
	margin:0 auto;
	width:185px;
}

.offers ul#lateOffers > li .foot a:hover
{
	background-position:0 -22px;
}

.offers ul#lateOffers > li .foot a:active
{
	background-position:0 -44px;
}

.offers #offersIntro a.jump
{
	background-color:transparent;
	background-repeat:no-repeat;
	color:#000;
	float:right;
	height:41px;
	text-indent:-9999em;
	width:75px;
}

.offers #offersIntro a.jump:hover
{
	background-position:0 -41px;
}

.offers #offersIntro a.hf-anchor-btn
{
	background-image:url(../images/buttons/hotel_flights_offer_btn.png);
	width:188px;
}

.offers #offersIntro a.ho-anchor-btn
{
	background-image:url(../images/buttons/hotel_only_offer_btn.png);
	width:177px;
}

.offers #offersIntro div.jump
{
	color:#2D9AD5;
	font-size:14px;
	margin-top:15px;
}

.offers #offersIntro div.jump span
{
	display:block;
	float:left;
	line-height:38px;
	margin-right:15px;
}

.offers #offersIntro div.jump ul
{
	overflow:hidden;
}

.offers #offersIntro div.jump ul li
{
	float:left;
	margin-right:10px;
}

.offers #offersIntro div.jump ul li a
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:transparent url(../images/arrow_down_blue.png) scroll no-repeat 90% 50%;
	border:3px solid #2D9AD5;
	color:#2D9AD5;
	display:block;
	font-weight:700;
	padding:5px 40px 5px 5px;
}

.offers #offersIntro div.jump ul li.alt a
{
	background:transparent url(../images/arrow_down_grey.png) scroll no-repeat 90% 50%;
	border-color:#666;
	color:#666;
}

.offers h2.tab
{
	background-color:transparent;
	background-repeat:repeat-x;
	color:#000;
	font-size:14px;
	font-weight:700;
	line-height:1;
	margin:20px 0 0 15px;
	padding:8px 10px;
	text-transform:none;
}

.offers h2.hf
{
	background-image:url(../images/backgrounds/offers/hotel_flight.gif);
}

.offers h2.ho
{
	background-image:url(../images/backgrounds/offers/hotel_only.gif);
}

.offers ul.hfOffers
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	clear:left;
	margin-bottom:10px;
}

.offers ul.hfOffers > li
{
	color:#666;
	font-size:12px;
	overflow:hidden;
	padding:10px;
}

.offers ul.hfOffers > li.alt
{
	background-color:#e5f8ff;
}

.offers ul.hfOffers > li:last-child
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.offers ul.hfOffers > li div.side
{
	float:left;
	margin-right:10px;
	width:130px;
}

.offers ul.hfOffers > li div.side img
{
	background-color:#ccc;
	display:block;
	height:96px;
	margin-bottom:2px;
	width:130px;
}

.offers ul.hfOffers > li div.side a:link,.offers ul.hfOffers > li div.side a:visited
{
	border-bottom:1px solid #666;
	color:#666;
	font-size:10px;
}

.offers ul.hfOffers > li div.side a:hover
{
	border-bottom-width:0;
}

.offers ul.hfOffers > li div.main
{
	float:left;
	overflow:hidden;
	width:472px;
}

.offers ul.hfOffers > li div.main h4
{
	color:#000;
	font-size:18px;
	line-height:1;
}

.offers ul.hfOffers > li div.main > p
{
	color:#999;
	margin-top:20px;
}

.offers ul.hfOffers > li div.main > p span strong
{
	color:#666;
	font-size:24px;
	font-weight:700;
	line-height:1;
}

.offers ul.hfOffers > li div.main > p em
{
	color:#2D9AD5;
	font-size:14px;
	font-weight:700;
	padding-left:5px;
}

.offers ul.hfOffers > li div.main div.right
{
	float:right;
	margin-left:10px;
	text-align:right;
	width:205px;
}

.offers ul.hfOffers > li div.main div.right img
{
	display:block;
	float:right;
	margin-bottom:3px;
}

.offers ul.hfOffers > li div.main div.right strong
{
	clear:both;
	color:#000;
	display:block;
	font-weight:700;
}

.offers ul.hfOffers > li div.main div.right p
{
	font-size:10px;
}

.offers ul.hfOffers > li div.main div.right .go-btn
{
	background:transparent url(../images/buttons/go_btn.png) scroll no-repeat 0 0;
	float:right;
	height:22px;
	text-align:left;
	width:42px;
}

.offers ul.hfOffers > li div.main div.right .go-btn:hover
{
	background-position:0 -22px;
}

.offers ul.hfOffers > li div.main div.right .go-btn:active
{
	background-position:0 -44px;
}

.offers ul.hfOffers > li div.main div.right a.check-avail-btn
{
	background:transparent url(../images/buttons/check_availability_btn.png) scroll no-repeat 0 0;
	float:right;
	height:22px;
	text-align:left;
	width:185px;
}

.offers ul.hfOffers > li div.main div.right a.check-avail-btn:hover
{
	background-position:0 -22px;
}

.offers ul.hfOffers > li div.main div.right a.check-avail-btn:active
{
	background-position:0 -44px;
}

.offers a.toplink
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#666;
	border:3px solid #fff;
	color:#fff;
	float:right;
	font-size:12px;
	padding:2px 5px;
}

.tourOffers h2.tab
{
	background-color:#666;
	color:#fff;
}

.tourOffers ul
{
	clear:left;
	margin-bottom:10px;
}

.tourOffers ul li
{
	background-color:#fff;
	color:#666;
	font-size:12px;
	overflow:hidden;
	padding:10px 10px 10px 15px;
}

.tourOffers ul li.alt
{
	background-color:#E5F8FF;
}

.tourOffers ul li:first-child
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

.tourOffers ul li:last-child
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.tourOffers ul li img.imghotel
{
	background-color:#aaa;
	float:right;
	height:150px;
	margin-left:10px;
	width:200px;
}

.tourOffers ul li div.side
{
	float:right;
	width:160px;
}

.tourOffers ul li div.side p.cta
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#666;
	color:#fff;
	font-size:18px;
	line-height:1.25;
	padding:5px 10px;
}

.tourOffers ul li div.side p.cta span
{
	display:block;
	font-size:12px;
	text-transform:uppercase;
}

.tourOffers ul li div.side a.full-itin-btn
{
	background:transparent url(../images/buttons/full_itinerary_btn.png) scroll no-repeat 0 0;
	float:right;
	height:22px;
	margin-top:10px;
	width:111px;
}

.tourOffers ul li div.side a.full-itin-btn:hover
{
	background-position:0 -22px;
}

.tourOffers ul li div.side a.full-itin-btn:active
{
	background-position:0 -44px;
}

.tourOffers ul li h4
{
	font-size:18px;
}

.tourOffers ul li p.price
{
	color:#888;
	line-height:1;
	margin-bottom:5px;
}

.tourOffers ul li p.price strong
{
	color:#666;
	font-size:24px;
	font-weight:700;
}

.tourOffers ul li em
{
	display:block;
	font-size:16px;
	font-weight:700;
	margin-bottom:5px;
}

.tourOffers ul li p
{
	margin-bottom:0;
}

.tourOffers ul.multicentre h4
{
	margin-bottom:10px;
}

.tourOffers ul.multicentre p.centre
{
	margin-bottom:15px;
}

.tourOffers ul.multicentre p.centre strong
{
	display:block;
	margin-bottom:5px;
}

.tourOffers ul.multicentre p.price
{
	margin:10px 0;
}

.contactUs h1
{
	text-transform:uppercase;
}

.contactUs #contact-numbers
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#000;
	font-size:11px;
	margin-top:10px;
	padding:15px;
}

.contactUs #travelShops
{
	padding-top:15px;
}

.contactUs #contact-numbers ul
{
	overflow:hidden;
}

.contactUs #contact-numbers ul li
{
	float:left;
	margin-right:15px;
	width:240px;
}

.contactUs #contact-numbers ul li.last
{
	margin-right:0 !important;
}

.contactUs #contact-numbers h3
{
	color:#000;
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
	text-transform:none;
}

.contactUs #contact-numbers li p:last-child
{
	margin-bottom:0;
}

.contactUs h2.tab,div#advice div.info h2.tab
{
	font-size:15px;
	margin:0 0 0 10px !important;
	text-transform:none;
}

.contactUs #contact-shops
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	clear:both;
	color:#000;
	font-size:12px;
	margin-bottom:25px;
	padding:10px 2px;
}

.contactUs #contact-shops h4
{
	font-weight:700;
	margin-bottom:5px;
	margin-left:10px;
}

.contactUs #locationMap
{
	position:relative;
}

.contactUs #locationMap img.photo
{
	position:absolute;
	right:5px;
	top:5px;
}

.contactUs #contact-shops p
{
	padding:0 11px 5px;
}

.contactUs ul#shops li
{
	font-size:12px;
	margin-bottom:25px;
}

.contactUs ul#shops .cell,.requestAppointment #advice .cell
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background-color:#fff;
	color:#000;
	overflow:hidden;
	padding:10px 15px;
	position:relative;
}

.contactUs ul#shops .foot,.requestAppointment .foot
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	background:#666;
	display:block;
	height:20px;
	overflow:hidden;
}

.contactUs ul#shops .go-btn
{
	background:transparent url(../images/buttons/go_btn.png) scroll no-repeat 0 0;
	height:22px;
	position:absolute;
	right:10px;
	top:10px;
	width:42px;
}

.contactUs ul#shops .go-btn:hover
{
	background-position:0 -22px;
}

.contactUs ul#shops .go-btn:active
{
	background-position:0 -44px;
}

.contactUs ul#shops .foot *,.requestAppointment .foot *
{
	float:right;
}

.contactUs ul#shops .appointment-btn
{
	background:transparent url(../images/buttons/request_appointment_btn.gif) scroll no-repeat 0 0;
	height:22px;
	margin-left:10px;
	width:135px;
}

.contactUs ul#shops .enquiries-btn
{
	background:transparent url(../images/buttons/general_enquiries_btn.gif) scroll no-repeat 0 0;
	height:22px;
	width:123px;
}

.contactUs ul#shops .appointment-btn:hover,.contactUs ul#shops .enquiries-btn:hover
{
	background-position:0 -22px;
}

.contactUs ul#shops .appointment-btn:active,.contactUs ul#shops .enquiries-btn:active
{
	background-position:0 -44px;
}

.contactUs ul#shops h4 a
{
	color:#2D9AD5;
	font-size:13px;
	font-weight:700;
	margin-bottom:2px;
}

.contactUs ul#shops p
{
	margin-bottom:0;
}

.contactUs ul#shops p.telephone
{
	float:left;
	margin-right:10px;
	width:215px;
}

.contactUs ul#shops p.address
{
	float:left;
	margin-right:10px;
	width:150px;
}

.contactUs ul#shops p.hours
{
	color:#2D9AD5;
	float:right;
	font-size:11px;
	margin-top:10px;
	text-align:right;
}

.contactUs ul#shops p.gen
{
	clear:left;
}

.contactUs ul#shops p.gen a
{
	color:#2D9AD5;
}

.contactUs ul#shops a:hover,.contactUs ul#shops p.gen a:hover
{
	color:#C1CF38;
}

.requestAppointment #intro
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#000;
	font-size:11px;
	margin-top:10px;
	padding:15px;
}

.requestAppointment #advice .info div
{
	float:left;
	height:auto;
	width:50%;
}

.requestAppointment #advice .info label
{
	float:left;
	font-size:.9em;
	margin-right:5px;
	padding-top:7px;
	text-align:right;
	width:120px;
}

.requestAppointment #advice .info label.nopad
{
	padding-top:1px;
}

.requestAppointment #advice .info label.twoline
{
	margin-top:-1px;
	padding-top:0;
}

.requestAppointment #advice .info label.extended
{
	width:200px;
}

.requestAppointment #advice .info textarea
{
	height:100px;
	width:350px;
}

.requestAppointment #advice:last-child
{
	margin-top:30px;
}

.requestAppointment #advice .info input#pca_button
{
	display:none;
}

.requestAppointment #advice .info #pcad
{
	float:right;
	margin:0 17px 0 5px;
	width:250px;
}

.requestAppointment #advice .info #pcap
{
	float:right;
}

.requestAppointment #advice .info #pca
{
	float:right;
}

.requestAppointment #advice .info a#pca
{
	background:transparent url(../images/buttons/go_btn.png) scroll no-repeat 0 0;
	display:block;
	float:right;
	height:22px;
	margin:0 0 0 5px;
	width:42px;
}

.requestAppointment #advice .info a#pca:hover
{
	background-position:0 -22px;
}

.requestAppointment #advice .info a#pca:active
{
	background-position:0 -44px;
}

.requestAppointment #advice .foot #raBtn
{
	background:url(../images/buttons/request_appointment_btn.gif) no-repeat 0 -22px;
	height:22px;
	width:135px;
}

.requestAppointment #advice .foot #raBtn:hover
{
	background-position:0 0;
}

.requestAppointment #advice .foot #raBtn:active
{
	background-position:0 -44px;
}

.requestAppointment #advice .info #dpIcon1,.requestAppointment #advice .info #dpIcon2,.requestAppointment #advice .info #dpIcon3
{
	bottom:-4px;
	cursor:pointer;
	position:relative;
}

.emailRequest #page .col .intro
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFF;
	color:#000;
	font-size:12px;
	margin-bottom:40px;
	padding:10px;
}

.emailRequest #page .col-left form
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFF;
	color:#000;
	font-size:12px;
	margin-bottom:40px;
	padding:10px;
}

.emailRequest #page .col-left form fieldset table
{
	float:left;
	font-size:12px;
	font-weight:700;
	width:100%;
}

.emailRequest #page .col-left form fieldset table.contact_details tr td input
{
	width:200px;
}

.registeremail #advice .info label
{
	float:left;
	font-size:.9em;
	font-weight:700;
	margin-right:5px;
	padding-top:7px;
	width:120px;
}

.registeremail #advice .info label.nopad
{
	padding-top:1px;
}

.registeremail #advice .info input[type=text]
{
	width:200px;
}

.registeremail #advice .info #pca
{
	background-color:#B8B8B8;
	border:5px solid #7C7C7C;
	font-weight:700;
	padding:8px;
	width:316px;
}

.registeremail #advice .info input#pca_button
{
	display:none;
}

.registeremail #advice .info a#pca_button
{
	background:transparent url(../images/buttons/go_btn.png) scroll no-repeat 0 0;
	display:block;
	float:right;
	height:22px;
	margin:0;
	width:42px;
}

.shopDetails #shopInfo p.cta a.go-btn:hover
{
	background-position:0 -22px;
}

.shopDetails #shopInfo p.cta a.go-btn:active
{
	background-position:0 -44px;
}

.registeremail #advice .info .privacy
{
	height:40px;
	text-align:right;
	width:20px;
}

.shopDetails #shopInfo
{
	background:transparent url(../images/shop_photo_large.jpg) scroll no-repeat 0 0;
	border:2px solid #fff;
	height:421px;
	margin-bottom:15px;
	width:631px;
}

.shopDetails #shopInfo div
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:transparent url(../images/backgrounds/75pct_white.png) scroll repeat 0 0;
	color:#000;
	float:right;
	font-size:12px;
	margin:10px;
	padding:15px;
	width:222px;
}

.shopDetails #shopInfo h2
{
	color:#2D9AD5;
	font-weight:700;
	margin-bottom:0;
}

.shopDetails #shopInfo .map
{
	color:#2D9AD5;
	font-size:14px;
	font-weight:700;
}

.shopDetails #shopInfo p.cta
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#333;
	color:#2D9AD5;
	font-size:13px;
	margin-bottom:0;
	overflow:hidden;
	padding:3px 10px;
}

.shopDetails #shopInfo p.cta a.go-btn
{
	background:transparent url(../images/buttons/go_btn.png) scroll no-repeat 0 0;
	display:block;
	float:right;
	height:22px;
	margin:10px 0 10px 10px;
	width:42px;
}

.shopDetails h3
{
	color:#fff;
	margin-left:10px;
	text-transform:none;
}

.shopDetails #team
{
	margin-bottom:15px;
	overflow:hidden;
}

.shopDetails #team img
{
	float:left;
	margin-right:15px;
}

.shopDetails #team p
{
	font-size:12px;
}

.shopDetails div.cell
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#000;
	font-size:12px;
	margin-bottom:20px;
	padding:10px;
}

.ui-datepicker-trigger
{
	cursor:pointer;
	padding-left:4px;
	vertical-align:middle;
}

.ui-widget
{
	font-family:Arial, sans-serif;
	font-size:12px;
}

#ui-datepicker-div
{
	padding:0;
}

#ui-datepicker-div div.dphead
{
	background-color:#5f5f5f;
	color:#fff;
	font-size:14px;
	padding:5px 0;
}

.ui-datepicker .ui-datepicker-header
{
	background:#fff;
	color:#666;
	padding:5px 0 0;
}

#ui-datepicker-div div.dpfoot
{
	border-top:1px solid #ccc;
	padding:10px;
	text-align:left;
}

#ui-datepicker-div div.dpfoot ul
{
	overflow:hidden;
}

#ui-datepicker-div div.dpfoot ul li
{
	color:#666;
	float:left;
	margin-right:40px;
}

#ui-datepicker-div div.dpfoot ul li span
{
	display:block;
	float:left;
	height:20px;
	margin-right:8px;
	width:20px;
}

#ui-datepicker-div a.ui-datepicker-prev
{
	background:transparent url(../images/calendar.png) scroll no-repeat 0 50%;
	left:-35px;
}

#ui-datepicker-div a.ui-datepicker-next
{
	background:transparent url(../images/calendar.png) scroll no-repeat -72px 50%;
	right:-35px;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next
{
	background:#eee;
	cursor:pointer;
	height:200px;
	top:0;
	width:24px;
}

.ui-datepicker-multi-2 .ui-datepicker-group
{
	height:200px;
	padding:0 10px;
	width:200px;
}

.ui-datepicker-multi-wrapper
{
	border-bottom:1px solid #ccc;
}

.ui-datepicker-group-first
{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-left:24px;
}

.ui-datepicker-group-last
{
	border-right:1px solid #ccc;
	margin-right:24px;
}

.ui-datepicker-multi .ui-datepicker-group table
{
	margin:0 auto;
}

.ui-state-active,.ui-widget-content .ui-state-active
{
	background:#CC5D28;
	border:0 none;
	color:#fff;
}

.ui-datepicker-unselectable.ui-datepicker-week-end
{
	background-color:#fff;
}

.ui-datepicker th.ui-datepicker-week-end
{
	background-color:#fff;
}

.ui-state-hover
{
	background:#eee;
}

.ui-datepicker td.depart a.ui-state-default,#ui-datepicker-div div.dpfoot ul li span.depart
{
	background-color:#1267a0;
	color:#fff;
}

.ui-datepicker td.return a.ui-state-default,#ui-datepicker-div div.dpfoot ul li span.return
{
	background-color:#389ac9;
	color:#fff;
}

.ui-datepicker td
{
	padding:0;
}

body.brochureRequest .topLeftCurveBox
{
	width:950px;
}

.broxContainer div.odd,.broxContainer div.even,.adventureBrochures
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFF;
	color:#000;
	font-size:12px;
	margin-bottom:40px;
	padding:10px 4px;
	width:285px;
}

.broxContainer div.odd .brochureContent,.broxContainer div.even .brochureContent
{
	bottom:35px;
	display:inline;
	padding:10px;
	position:relative;
}

.adventureBrochures
{
	clear:left;
	font-size:1em;
	font-weight:700;
	height:40px;
	margin-bottom:35px;
	text-align:center;
	width:600px;
}

.broxContainerWrapper
{
	width:630px;
}

.broxContainer div.odd
{
	float:left;
	height:227px;
	width:620px;
}

.broxContainer div.even
{
	float:right;
	height:227px;
	margin-right:25px;
}

.broxContainer div.odd img,.broxContainer div.even img
{
	float:right;
	margin-left:10px;
	padding-right:10px;
}

.broxContainer div.odd h3,.broxContainer div.even h3
{
	color:#000;
	text-transform:none;
}

.broxContainer div.odd p.label,.broxContainer div.even p.label,.showAdventureBrochures
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background:#333 none repeat scroll 0 0;
	left:-4px;
	padding:5px;
	position:relative;
	top:210px;
	width:618px;
}

.showAdventureBrochures
{
	border:3px solid #FFF;
	color:#fff;
	left:15px;
	position:relative;
	top:-29px;
}

.broxContainer div.odd p.label input,.broxContainer div.even p.label input,.broxContainer div.odd p.label label,.broxContainer div.even p.label label
{
	color:#fff;
	margin-left:10px;
}

body.brochureRequest .intro
{
	clear:left;
	text-align:left;
}

table.contact_details
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFF none repeat scroll 0 0;
	color:#000;
	float:right;
	font-size:.8em;
	padding-bottom:50px;
	width:300px;
}

table.contact_details tr td strong
{
	padding-left:7px;
}

table.contact_details tr td#introTxt
{
	padding:0 7px;
}

table.contact_details tr td#introTxt h3
{
	color:#000;
	text-transform:none;
}

table.contact_details tr td#introTxt p
{
	color:#2D9AD5;
	font-size:1.1em;
	font-style:italic;
}

table.contact_details tr td#introTxt p strong
{
	padding-left:0;
}

table.contact_details tbody tr td:first-child
{
	width:125px;
}

table.contact_details tbody tr td:last-child
{
	padding-right:7px;
}

h2.requestForm
{
	border-bottom:1px solid #000;
	margin-bottom:8px;
}

table.contact_details input
{
	margin:3px 0;
}

table.contact_details tbody tr td tr td:first-child
{
	width:auto;
}

table.contact_details tbody tr td tr td
{
	margin-top:10px;
	padding:5px;
}

table.contact_details .chkBx
{
	margin-left:10px;
}

table.contact_details input#pca_button
{
	display:none;
}

table.contact_details #pca
{
	font-size:1.1em;
	padding-top:8px;
	text-align:right;
}

table.contact_details a#pca
{
	background:transparent url(../images/buttons/go_btn.png) scroll no-repeat 0 0;
	display:block;
	height:22px;
	margin:6px 0 0 5px;
	padding:0;
	width:42px;
}

table.contact_details a#pca:hover
{
	background-position:0 -22px;
}

table.contact_details a#pca:active
{
	background-position:0 -44px;
}

table.contact_details .pp
{
	width:230px;
}

form input#requestBtn
{
	background:transparent url(../themes/tmood/images/pageElements/buttons/requestBrochure.gif) scroll repeat 0 0;
	display:block;
	height:22px;
	margin:0 0 0 7px;
	position:relative;
	text-indent:-9999em;
	width:185px;
}

form input#requestBtn:hover
{
	background-position:0 -22px;
}

form input#requestBtn:active
{
	background-position:0 -44px;
}

body.info ul.policyFeatures
{
	list-style-type:disc;
	margin-bottom:15px;
	padding-left:20px;
}

p.tinyText
{
	font-size:.8em;
	font-style:italic;
}

table.premiums
{
	margin:0 auto;
	width:85%;
}

table.premiums td
{
	padding:2px 5px;
	text-align:center;
}

table.premiums td.silver
{
	background-color:#BBB;
}

table.premiums th
{
	padding:4px 0;
	text-align:center;
	vertical-align:top;
}

table.premiums span.areaextra
{
	font-size:9px;
	font-weight:400;
}

table.premiums td.gold
{
	background-color:#E1A900;
}

table.premiums td.bronze
{
	background-color:#A86D39;
}

table.premiums tr.last td,table.premiums td.gold,table.premiums td.silver,table.premiums td.bronze,table.premiums th
{
	border-bottom:6px solid #FFF;
}

table.premiums tr.last td
{
	padding-bottom:10px;
}

table.premiums tr.first td
{
	padding-top:8px;
}

table.premiums a:link
{
	color:#FFF;
	text-decoration:none;
}

table.premiums a:visited
{
	color:#FFF;
	text-decoration:none;
}

table.premiums a:hover
{
	text-decoration:underline;
}

table.premiums td.gold,table.premiums td.silver,table.premiums td.bronze
{
	color:#FFF;
	font-size:13px;
	font-weight:700;
}

input#continueBtn
{
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-999px;
}

.balancePayment h1,.balancePaymentDetails h1,h1.balanceSummaryh1
{
	float:left;
	font-size:18px;
	margin-top:0;
	text-transform:uppercase;
	width:100%;
}

.balancePayment div.balancePaymentForm
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFF;
	color:#000;
	font-size:12px;
	padding:15px;
}

div.balanceErrorContainer
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFF;
	color:red;
	font-size:12px;
	padding:10px 10px 1px;
}

input.bookingRef,input.leadName
{
	margin:4px 0;
	width:300px;
}

.balancePaymentForm img#date-pick,#balancePaymentDetails img
{
	position:relative;
	top:6px;
}

.balancePaymentDetails img
{
	position:relative;
	top:10px;
}

div#balanceAddressDetailsContent,div#balanceEmailContent,div#holidaySummaryContent,div#balancePaymentDetailsContent,div#balanceSummaryContent
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FFF;
	clear:both;
	color:#000;
	font-size:12px;
	padding:10px;
}

.balancePaymentDetails table tr th,div#balanceSummaryContent table tr th
{
	color:#2D9AD5;
	font-size:13px;
	font-weight:700;
	margin-bottom:2px;
}

.balancePaymentDetails table,div#balanceSummaryContent table
{
	width:100%;
}

.balancePaymentDetails td.strongRight
{
	font-weight:700;
	text-align:left!important;
	width:230px;
}

.balancePaymentDetails td.balanceInfo,div#balanceSummaryContent td.balanceInfo,div#holidaySummaryContent td.balanceInfo
{
	width:230px;
}

.balancePaymentDetails h2,div#balanceSummary h2
{
	font-size:15px;
	margin-top:20px;
	text-transform:none;
}

div#balanceSummary p
{
	margin-bottom:0;
	margin-top:10px;
}

.balancePaymentDetails #submitButtonDiv input#continueBtn
{
	margin-top:20px;
}

.balancePaymentForm table.balancePaymentTable tbody tr td
{
	border-collapse:separate;
	font-weight:700;
	width:10%;
}

.balancePayment .balancePaymentForm table.balancePaymentTable tr td input#continueBtn,.balancePaymentDetails #submitButtonDiv input#continueBtn
{
	border:0;
	margin-bottom:0;
}

.balancePaymentDetails td,div#balanceSummaryContent table td,div#holidaySummaryContent table td
{
	padding:4px 0;
}

p#pleaseWaitDiv
{
	display:none;
}

div#balancePaymentRightColumn img
{
	margin-bottom:20px;
}

.info div#moreHolidays h1
{
	line-height:1;
	margin-bottom:10px;
	text-transform:uppercase;
}

div#moreHolidays ul li a,.balancePaymentDetails a.securityNumber,/* travel advice */
div#advice div#intro a,div#advice div.info a,/* making a booking */
div#manageBooking div#intro a,div#manageBooking div.info a,/* flying information */
div#flying div#intro a,div#flying div.info a,/* visas */
div#visas div#intro a,div#visas div.info a,/* airline,terminal and luggage */
div#airline div#intro a,div#airline div.info a,a.tandc
{
	color:#2d9ad5;
	font-weight:700;
}

.info div#moreHolidays p.highlight
{
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#666;
	border-color:#FFF;
	border-style:solid;
	border-width:2px 2px 0;
	color:#FFF;
	display:block;
	font-size:13px;
	margin:20px 0 0 15px;
	padding:3px 10px;
	width:300px;
}

.info div#moreHolidays p img.fLeft
{
	float:left;
	margin-bottom:24px;
	margin-right:12px;
	padding:2px;
}

.info div#moreHolidays ul li p.details
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFF;
	color:#000;
	font-size:12px;
	padding:15px;
}

div#manageBooking div.info table tr td
{
	width:50%;
}

.info .responsibleTourism
{
	font-size:.9em;
}

.info .responsibleTourism p
{
	float:left;
	margin:0;
}

.info .responsibleTourism .intro
{
	float:left;
	margin-bottom:18px;
}

.info .responsibleTourism img
{
	float:right;
	margin-left:18px;
}

.info .responsibleTourism h1
{
	text-transform:uppercase;
}

.info .responsibleTourism .intro p
{
	float:none;
	margin:10px 0;
}

.info .responsibleTourism ul
{
	float:left;
}

.info .responsibleTourism li
{
	padding:0 30px 5px 0;
}

.info .responsibleTourism li a
{
	color:#2D9AD5;
	text-decoration:underline;
}

.info .responsibleTourism .header
{
	float:left;
}

.info .responsibleTourism h2
{
	font-size:14px;
	text-transform:none;
}

.info .responsibleTourism .info
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	float:left;
	margin-bottom:18px;
	padding:18px 18px 0;
	width:601px;
}

.info .responsibleTourism .info	p
{
	color:#000;
	padding-bottom:18px;
	width:100%;
}

.info .responsibleTourism .info	a
{
	color:#2D9AD5;
}

.info .responsibleTourism .info	ul
{
	color:#000;
	padding:0 0 18px 18px;
}

.info .responsibleTourism .info	li
{
	list-style-type:disc;
}

.info .responsibleTourism .top
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#666;
	border:2px solid #fff;
	color:#fff;
	float:right;
	margin-top:-10px;
	padding:0 5px;
}

#tripAdvisorPage .highlight
{
	padding:10px 0;
}

#tripAdvisorPage #mainOffer ul
{
	margin-bottom:15px;
}

#tripAdvisorPage #mainOffer li
{
	margin-bottom:3px;
}

#tripAdvisorPage ul.offersNav
{
	overflow:hidden;
}

#tripAdvisorPage ul.offersNav li
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background-color:#666;
	border:2px solid #fff;
	border-bottom-width:0;
	color:#fff;
	display:block;
	float:left;
	margin:15px 1px 0 10px;
	padding:3px 10px;
}

#tripAdvisorPage .offersIntro
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FFF;
	clear:left;
	color:#000;
	font-size:12px;
	margin-bottom:10px;
	padding:15px 10px;
}

#tripAdvisorPage .offersIntro ul li
{
	list-style-type:disc;
	margin-left:20px;
	margin-top:10px;
}

#tripAdvisorPage .offersIntro li.rating
{
	background:transparent url(../images/tripAdvisor/tripAdvisorRating.gif) scroll no-repeat 0 0;
	bottom:35px;
	cursor:pointer;
	display:block;
	float:right;
	height:26px;
	position:relative;
	right:200px;
	text-align:left;
	text-indent:-9999em;
	width:130px;
}

#tripAdvisorPage > div h3.fh
{
	background-image:url(../images/backgrounds/offers/flightHotel.gif);
}

#tripAdvisorPage > div h3
{
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:transparent;
	background-repeat:repeat-x;
	border:2px solid #fff;
	color:#FFF;
	font-size:16px;
	font-weight:700;
	line-height:1;
	padding:10px;
	position:relative;
	text-transform:none;
}

#tripAdvisorPage h1
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFF url(../images/tripAdvisor/tripAdvisorTitle.gif) scroll no-repeat 10px 10px;
	height:49px;
	margin-bottom:10px;
	padding:10px;
	text-indent:-9999px;
}

#requestQuote
{
	font-size:12px;
}

#requestQuote a:link,#requestQuote a:visited
{
	color:#2F8FB5;
	text-decoration:underline;
}

#requestQuote h1
{
	font-size:20px;
	margin-bottom:10px;
	margin-top:10px;
}

#requestQuote .required
{
	color:red;
}

#requestQuote ul.offersNav
{
	overflow:hidden;
}

#requestQuote ul.offersNav li
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background-color:#666;
	border:2px solid #fff;
	border-bottom-width:0;
	color:#fff;
	display:block;
	float:left;
	margin:3px 1px 0 0;
	padding:3px 10px;
}

#requestQuote #customerDetailsForm
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:5px;
	background-color:#FFF;
	clear:left;
	color:#000;
	height:auto!important;
	margin-bottom:10px;
	min-height:280px;
	padding:15px 10px;
}

#requestQuote #customerDetailsForm #left
{
	border-right:1px solid #444;
	float:left;
	width:300px;
}

#requestQuote #customerDetails td
{
	padding:5px 0 5px 5px;
}

#requestQuote #customerDetails td input
{
	width:200px;
}

#requestQuote #customerDetails td input#postcode,#requestQuote #customerEDetails td input#budget
{
	width:150px;
}

#requestQuote #customerDetails textarea
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:3px solid #2F8FB5;
	height:80px;
	padding:5px;
	width:200px;
}

#requestQuote #left #customerDetails select
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:3px solid #2F8FB5;
	height:25px;
}

#requestQuote #customerDetailsForm #right
{
	float:left;
	padding-left:20px;
	width:280px;
}

#requestQuote #customerEDetails td input
{
	width:260px;
}

#requestQuote #right #customerEDetails select
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:3px solid #2F8FB5;
	height:25px;
}

#requestQuote #customerRequirementsForm #additionalDest1,#requestQuote #customerRequirementsForm #additionalDest2
{
	display:none;
	margin-top:-10px;
}

#requestQuote #right #customerEDetails .question
{
	padding-top:5px;
}

#requestQuote #customerRequirementsForm
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:5px;
	background-color:#FFF;
	clear:left;
	color:#000;
	height:auto!important;
	margin-bottom:10px;
	min-height:280px;
	padding:15px 10px;
}

#requestQuote #customerRequirementsForm	td
{
	padding:5px 0 5px 5px;
}

#requestQuote #customerRequirementsForm .greyForm
{
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#CCC;
	clear:left;
	color:#000;
	padding:15px 10px;
}

#requestQuote #customerRequirementsForm .greyForm .label
{
	width:150px;
}

#requestQuote #customerRequirementsForm .greyForm select
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:3px solid #2F8FB5;
	height:25px;
}

#requestQuote #customerRequirementsForm ul.udTab li
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color:#CCC;
	color:#000;
	display:block;
	float:left;
	margin:0;
	padding:3px 10px;
}

#requestQuote #customerRequirementsForm #selects select
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:3px solid #2F8FB5;
	height:25px;
}

#requestQuote #customerRequirementsForm #selects input#adults,#requestQuote #customerRequirementsForm #selects input#children,#requestQuote #customerRequirementsForm #selects input#infants
{
	margin:0 10px!important;
	width:60px;
}

#requestQuote #customerRequirementsForm #radio table tr td span
{
	padding:0 10px;
}

#requestQuote #customerAdditionalForm
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:5px;
	background-color:#FFF;
	clear:left;
	color:#000;
	margin-bottom:10px;
	padding:15px 10px;
}

#requestQuote #customerAdditionalForm textarea
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:3px solid #2F8FB5;
	height:80px;
	margin-top:10px;
	padding:5px;
	width:595px;
}

#requestQuote #customerRequestForm
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:5px;
	background-color:#FFF;
	clear:left;
	color:#000;
	height:auto!important;
	margin-bottom:10px;
	min-height:180px;
	padding:15px 10px;
}

#requestQuote #customerRequestForm .greyForm
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#CCC;
	clear:left;
	color:#000;
	float:left;
	font-size:.9em;
	margin-top:10px;
	padding:15px 10px;
}

#requestQuote #customerRequestForm .greyForm #lastMonth
{
	float:left;
	padding-top:10px;
}

#requestQuote #customerRequestForm .greyForm #lastMonthText
{
	float:left;
}

#requestQuote #customerRequestForm .greyForm #lastMonthButton
{
	float:left;
	margin-left:50px;
}

#requestQuote #customerRequestForm table.planToBook
{
	width:400px;
}

#requestQuote #customerRequestForm .greyForm #newsletterText
{
	float:left;
	line-height:20px;
	width:350px;
}

.info .confidenceRight
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#000;
	float:right;
	font-size:.9em;
	width:326px;
}

.info .confidenceRight h1
{
	font-size:1.4em;
	margin:0;
	padding:18px;
	text-transform:uppercase;
	width:293px;
}

.info .confidenceRight p
{
	padding:0 18px;
}

.info .confidenceRight a
{
	color:#2D9AD5;
}

.info .confidenceRight img
{
	padding:6px 0 6px 6px;
}

.info .confidenceLeft
{
	width:289px;
}

.info .confidenceLeft img
{
	margin-bottom:20px;
}

div#flights ul#airlines li
{
	margin-top:15px;
}

div#flights ul#airlines li#left
{
	float:left;
}

div#flights ul#airlines li#right
{
	float:right;
	margin-right:5px;
}

div#flights ul#airlines .cell
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#fff;
	color:#000;
	height:170px;
	overflow:hidden;
	padding:10px;
	position:relative;
	width:285px;
}

div#flights div#intro h2
{
	font-size:13px;
	font-weight:700;
}

div#flights p.top,div#flights h1
{
	clear:both;
	color:#000;
	font-size:12px;
	font-weight:400;
	left:10px;
	margin-right:20px;
	position:relative!important;
	top:-85px!important;
}

div#flights ul#airlines p
{
	font-size:12px;
	font-weight:400;
	margin-top:20px;
}

div#flights h1
{
	font-weight:700;
	margin-bottom:0;
	margin-top:0!important;
}

div#flights div#intro
{
	background:#FFF url(../images/pageElements/info/flightsBanner.jpg) no-repeat scroll 0 0!important;
	height:270px;
	margin:0 5px 0 0 !important;
	padding:0 0 30px!important;
}

div#flights div#offers
{
	float:right;
	margin:15px 20px 0 0;
	position:relative;
	top:5px;
}

.info .aboutUs h1
{
	float:none;
	font-size:1.2em;
	margin:0;
	padding-bottom:18px;
	text-transform:uppercase;
}

.info .aboutUs p.intro
{
	height:auto!important;
	min-height:240px;
	padding-bottom:10px;
}

.info .aboutUs p.details
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	clear:both;
	color:#000;
	font-size:.9em;
	margin-bottom:18px;
	padding:18px;
}

.info .aboutUs p img
{
	margin:0 0 2px 5px;
}

.info .aboutUs a
{
	color:#2D9AD5;
}

div#essential-info h1,/* brochure request */
div#brochure-request h1,/* thank you */
div#thank-you h1,/* travel advice */
div#advice h1,/* making a booking */
div#manageBooking h1,/* flying information */
div#flying h1,/* visas */
div#visas h1,/* airline,terminal and luggage */
div#airline h1,/* my holiday */
div#myHoliday h1
{
	color:#FFF;
	float:none;
	font-size:18px;
	margin-bottom:10px;
	margin-left:0;
	margin-top:0;
	text-transform:uppercase;
	width:100%;
}

div#flying div.info h3,/* visas */
div#visas div.info h3,/* airline,terminal and luggage */
div#airline div.info h3,/* making a booking */
div#manageBooking h3
{
	font-size:14px;
	font-weight:700;
}

div#essential-info h2.tab
{
	font-size:15px;
	line-height:22px;
	margin:0 0 0 10px !important;
	position:relative;
	text-transform:none;
	top:-28px;
}

div#essential-info .odd img,div#essential-info .even img
{
	bottom:23px;
	position:relative;
}

div#essential-info .odd a.goBtn,div#essential-info .even a.goBtn
{
	float:right;
	margin:0 8px 10px 0;
}

div#essential-info div.intro,div#thank-you div.intro,div#advice div#intro,div#advice div.info,div#manageBooking div#intro,div#manageBooking div.info,div#flying div#intro,div#flying div.info,div#visas div#intro,div#visas div.info,/* airline,terminal and luggage */
div#airline div#intro,div#airline div.info,/* flights */
div#flights div#intro,div#flights div.info,/* my holiday */
div#myHoliday div.info
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFF;
	clear:both;
	color:#000;
	font-size:13px;
	margin-bottom:10px;
	margin-right:10px;
	padding:15px;
}

div#flights div#intro,div#flights div.info
{
	margin-right:5px;
}

div#flights h2.tab
{
	font-size:14px;
	text-transform:none;
}

div#flights div#out
{
	bottom:80px;
	clear:left;
	margin-top:0;
	position:relative;
}

div#brochure-request div.intro
{
	color:#fff;
}

div#essential-info div.destination
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#2d9ad5;
	color:#000;
	font-size:13px;
	height:78px;
	margin:0;
	padding:5px 0 1px 6px;
}

div#essential-info div.destination select
{
	float:left!important;
}

div#essential-info div.destination select,div#essential-info div.destination a.goBtn
{
	float:right;
	position:relative;
	right:10px;
	top:30px;
}

div#essential-info div.destination h2
{
	color:#000;
	font-size:13px;
	font-weight:700;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

div#essential-info p
{
	font-size:12px;
	margin-bottom:0;
}

div#essential-info div.destination p
{
	float:left;
	font-size:12px;
	margin-bottom:0;
	padding-right:35px;
	width:290px;
}

div#essential-info div.odd
{
	float:left!important;
}

div#essential-info div.even
{
	float:left!important;
	margin-left:10px!important;
	margin-right:10px!important;
}

div#essential-info div.odd,div#essential-info div.even
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFF none repeat scroll 0 0;
	color:#000;
	font-size:12px;
	height:auto!important;
	margin-bottom:15px;
	margin-top:30px;
	min-height:240px;
	padding:4px;
	width:297px;
}

div#essential-info ul li ul
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFF none repeat scroll 0 0;
	color:#000;
	font-size:12px;
	margin-right:10px;
	padding-bottom:15px;
}

div#essential-info ul li
{
	list-style-type:disc;
	margin-left:20px;
}

div#essential-info table
{
	width:100%;
}

.travelDocumentation ul#essential-info-links a.goBtn
{
	float:right;
	margin-bottom:0;
	margin-right:7px;
	margin-top:-15px;
}

div#advice div#intro img,/* manage a booking */
div#manageBooking div#intro img,/* flying information */
div#flying div#intro img,/* visas */
div#visas div#intro img,/* airline,terminal and luggage */
div#airline div#intro img
{
	left:-12px;
	position:relative;
	top:-12px;
}

div#advice div#intro h2,/* manage a booking */
div#manageBooking div#intro h2,/* flying information */
div#flying div#intro h2,/* visas */
div#visas div#intro h2,/* airline,terminal and luggage */
div#airline div#intro h2
{
	color:#000;
	font-size:14px;
	font-weight:700;
	margin-bottom:10px;
	margin-left:0;
	text-transform:uppercase;
}

div#advice h2.tab,/* making a booking */
div#manageBooking h2.tab,/* flying information */
div#flying h2.tab,/* visas */
div#visas h2.tab,/* airline,terminal and luggage */
div#airline h2.tab
{
	font-size:14px;
	margin-top:30px;
	text-transform:none;
}

div#advice div#intro,div#advice div.info,/* making a booking */
div#manageBooking div#intro,div#manageBooking div.info,/* flying information */
div#flying div#intro,div#flying div.info,/* visas */
div#visas div#intro,div#visas div.info,/* flights */
div#flights div#intro,div#flights div.info
{
	margin-bottom:0!important;
}

div#airline div#intro,div#airline div.info
{
	margin-bottom:0!important;
}

div#advice div#intro table,/* visas */
div#visas div#intro table
{
	width:70%;
}

div#manageBooking div.info ul li
{
	list-style-type:circle;
	margin-left:20px;
}

div#advice a.top,/* making a booking */
div#manageBooking a.top,/* flying information */
div#flying a.top,/* visas */
div#visas a.top,/* airline,terminal and luggage */
div#airline a.top
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#666 none repeat scroll 0 0;
	border-color:#FFF;
	border-style:solid;
	border-width:2px;
	color:#FFF!important;
	float:right;
	margin-right:10px;
	margin-top:5px;
	padding:0 5px;
}

div#manageBooking div#intro table,/* flying information */
div#flying div#intro table,/* airline,terminal and luggage */
div#airline div#intro table,div#airline div.info table
{
	width:100%;
}

#holidayTypes h1
{
	height:260px;
	margin-bottom:10px;
	text-indent:-9999px;
}

#holidayTypes h1.tours
{
	background:transparent url(../images/holidays/toursBanner.jpg) scroll no-repeat 0 0;
}

#holidayTypes h1.safari
{
	background:transparent url(../images/holidays/safaris.jpg) scroll no-repeat 0 0;
}

#holidayTypes h1.cruise
{
	background:transparent url(../images/holidays/cruises.jpg) scroll no-repeat 0 0;
}

#holidayTypes h1.multi
{
	background:transparent url(../images/holidays/multicentre.jpg) scroll no-repeat 0 0;
}

#holidayTypes h1.driving
{
	background:transparent url(../images/holidays/driving.jpg) scroll no-repeat 0 0;
}

#holidayTypes h1.aroundWorld
{
	background:transparent url(../images/holidays/aroundTheWorldBanner.jpg) scroll no-repeat 0 0;
}

#holidayTypes h1.family
{
	background:transparent url(../images/holidays/families.jpg) scroll no-repeat 0 0;
}

#holidayTypes h1.groups
{
	background:transparent url(../images/holidays/groups.jpg) scroll no-repeat 0 0;
}

#holidayTypes .infoTop,#sponsorPages .infoTop
{
	clear:both;
	color:#FFF;
	float:left;
	font-size:12px;
	/*padding:10px;*/
	width:612px;
}

#holidayTypes .info,#sponsorPages .info
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FFF;
	clear:both;
	color:#000;
	font-size:12px;
	padding:10px;
}

#sponsorPages .splashHeader
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#666 none repeat scroll 0 0;
	border:3px solid #FFF;
	color:#FFF;
	left:15px;
	padding:5px 5px 2px;
	position:relative;
}

#sponsorPages .info img.emirates,#sponsorPages .info img.thailand
{
	float:right;
	padding-left:10px;
}

#holidayTypes h2.tab
{
	font-size:15px;
	line-height:22px;
	margin:20px 0 0 10px !important;
	text-transform:none;
}

#holidayTypes #nz,#holidayTypes #aus,#holidayTypes #yellowTitle
{
	clear:both;
	padding:30px 0 20px;
}

#holidayTypes #usa,#holidayTypes #sa
{
	clear:both;
	padding:30px 0 40px;
}

#holidayTypes #nz h2.tab,#holidayTypes #aus h2.tab,#holidayTypes #usa h2.tab,#holidayTypes #sa h2.tab,#holidayTypes #yellowTitle
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-width:2px;
	font-size:15px;
	line-height:22px;
	margin:-10px 0 0 10px !important;
	text-transform:none;
}

#holidayTypes h2.orange
{
	background-color:#FFD169;
	color:#3C3C3C;
	font-weight:700;
}

#holidayTypes .greyBox
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#545454;
	clear:left;
	color:#000;
	float:left;
	padding:15px 10px;
	width:592px;
}

#holidayTypes .greyBox ul
{
	color:#2D9AD5;
	float:left;
	line-height:40px;
	width:190px;
}

#holidayTypes .greyBox ul a
{
	color:#2D9AD5;
}

#holidayTypes .greyBox ul a:hover
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FFF;
	color:#2D9AD5;
	padding:10px;
}

#holidayTypesMain .info h2
{
	font-size:18px;
}

#holidayTypesMain .info .blue
{
	color:#4283AB;
	font-size:15px;
	font-weight:700;
}

#holidayTypesMain .info
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FFF;
	clear:both;
	color:#000;
	font-size:12px;
	padding:10px;
}

#holidayTypesMain #nav
{
	float:right;
	margin-right:10px;
}

#holidayTypesMain #freeSuit
{
	width:110px;
}

#holidayTypesMain #nav h2.tab
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-width:2px;
	font-size:15px;
	line-height:22px;
	margin:-10px 0 0 10px !important;
	text-transform:none;
}

#holidayTypesMain h2.grey
{
	background-color:#D9D9D9;
	color:#3C3C3C;
	font-weight:700;
}

#holidayTypesMain h2.orange
{
	background-color:#FFD169;
	color:#3C3C3C;
	font-weight:700;
}

#holidayTypesMain h2.tab a,#holidayTypesMain h2.tab a:hover
{
	color:#3C3C3C;
}

#holidayTypesMain h2.tab
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-width:2px;
	font-size:15px;
	line-height:22px;
	margin:20px 0 0 10px !important;
	text-transform:none;
}

#holidayTypesMain #experiences .toursContainer
{
	background:url(../images/pageElements/info/holidayTypes/holidayTours.jpg) no-repeat scroll 0 0;
	height:109px;
}

#holidayTypesMain #experiences,#holidayTypesMain #suit
{
	clear:both;
	float:left;
	padding-bottom:10px;
	padding-top:20px;
	width:634px;
}

#holidayTypesMain #experiences span,#holidayTypesMain #suit span
{
	float:right;
	margin:20px 20px 0;
	text-align:right;
	width:267px;
}

#holidayTypesMain #experiences .holidayTypesMain,#holidayTypesMain #suit .holidayTypesMain
{
	height:109px;
	margin:10px 0 0;
	padding:0;
	width:307px;
}

#holidayTypesMain #experiences .holidayTypesMain span.small,#holidayTypesMain #suit .holidayTypesMain span.small
{
	float:right;
	font-size:12px;
	margin-top:5px;
	width:267px;
}

.holidayTypeRightCol
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#333;
	clear:both;
	color:#fff;
	font-size:12px;
	padding:10px;
}

.holidayTypeRightCol .rightColHeader
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:transparent url(../images/backgrounds/holidayType-blueGradient.gif) repeat-x scroll 0 0;
	clear:right;
	color:#000;
	font-size:1.3em;
	height:26px;
	padding-left:10px;
}

.holidayTypeRightCol img
{
	margin-top:8px;
}

.holidayTypeRightCol a.requestQuote
{
	background:transparent url(themes/tmood/images/pageElements/buttons/requestQuote.png) no-repeat scroll 0 0;
	bottom:5px;
	float:right;
	height:22px;
	left:20px;
	margin:10px -5px 10px 0;
	position:relative;
	text-indent:-9999em;
	width:185px;
}

.holidayTypeRightCol a.requestQuote:hover
{
	background-position:0 -22px;
}

.holidayTypeRightCol a.requestQuote:active
{
	background-position:0 -44px;
}

.holidayTypeRightCol .requestAppointment
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#141414;
	padding:7px;
}

.holidayTypeRightCol .requestAppointment strong
{
	padding-left:6px;
	text-transform:uppercase;
}

.holidayTypeRightCol .requestAppointment select
{
	margin:5px 4px;
}

.holidayTypeRightCol .requestAppointment a.goBtn
{
	background:transparent url(../images/buttons/go_btn.png) scroll no-repeat 0 0;
	bottom:24px;
	display:block;
	float:right;
	height:22px;
	position:relative;
	right:10px;
	text-indent:-9999em;
	width:42px;
}

.holidayTypeRightCol .requestAppointment a.goBtn:hover
{
	background-position:0 -22px;
}

.holidayTypeRightCol .requestAppointment a.goBtn:active
{
	background-position:0 -44px;
}

.holidayTypeRightCol p span
{
	color:#06ABD8;
	font-weight:700;
	text-transform:uppercase;
}

.holidayTypeRightCol p span.phoneNumber
{
	color:#06ABD8;
	font-size:3.1em;
	font-weight:700;
}

.holidayTypeRightCol p
{
	padding:7px;
}

#experience-01
{
	background:url(../images/pageElements/info/holidayTypes/holidayTours.jpg) no-repeat;
}

#experience-02
{
	background:url(../images/pageElements/info/holidayTypes/holidayTours.jpg) -307px 0 no-repeat;
}

#experience-03
{
	background:url(../images/pageElements/info/holidayTypes/holidayTours.jpg) -614px 0 no-repeat;
}

#experience-04
{
	background:url(../images/pageElements/info/holidayTypes/holidayTours.jpg) -921px 0 no-repeat;
}

#experience-05
{
	background:url(../images/pageElements/info/holidayTypes/holidayTours.jpg) -1228px 0 no-repeat;
}

#experience-06
{
	background:url(../images/pageElements/info/holidayTypes/holidayTours.jpg) -1535px 0 no-repeat;
}

#experience-07
{
	background:url(../images/pageElements/info/holidayTypes/holidayTours.jpg) -3071px 0 no-repeat;
}

#suit-01
{
	background:url(../images/pageElements/info/holidayTypes/holidayTours.jpg) -1842px 0 no-repeat;
}

#suit-02
{
	background:url(../images/pageElements/info/holidayTypes/holidayTours.jpg) -2149px 0 no-repeat;
}

#suit-03
{
	background:url(../images/pageElements/info/holidayTypes/holidayTours.jpg) -2456px 0 no-repeat;
}

#suit-04
{
	background:url(../images/pageElements/info/holidayTypes/holidayTours.jpg) -2763px 0 no-repeat;
}

#holidayTypesMain #experiences a.goBtn,#holidayTypesMain #suit a.goBtn
{
	background:transparent url(../images/buttons/go_btn.png) scroll no-repeat 0 0;
	clear:both;
	display:block;
	float:right;
	height:22px;
	margin:5px 20px 20px;
	text-indent:-9999em;
	width:42px;
}

#holidayTypesMain #experiences a.resultSelect:hover,#holidayTypesMain #suit a.resultSelect:hover,#holidayTypesMain #experiences a.goBtn:hover,#holidayTypesMain #suit a.goBtn:hover
{
	background-position:0 -22px;
}

#holidayTypesMain #experiences a.resultSelect:active,#holidayTypesMain #suit a.resultSelect:active,#holidayTypesMain #experiences a.goBtn:active,#holidayTypesMain #suit a.goBtn:active
{
	background-position:0 -44px;
}

#holidayTypesMain #experiences ul li a
{
	background-color:transparent;
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	font-weight:700;
	height:95px;
	text-indent:-9999em;
	width:155px;
}

div#advice a.top
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#666 none repeat scroll 0 0;
	border-color:#FFF;
	border-style:solid;
	border-width:2px;
	color:#FFF!important;
	float:right;
	margin-right:10px;
	margin-top:5px;
	padding:0 5px;
}

#hiddenSecurityNumber
{
	display:none;
}

div#myHoliday div.info
{
	margin-bottom:0;
	margin-right:0;
	margin-top:20px;
}

div#myHoliday p#confBooking
{
	font-size:14px;
	font-weight:700;
}

div#myHoliday div.odd,div#myHoliday div.even,div#myHoliday div.grey
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#333 none repeat scroll 0 0;
}

div#myHoliday div.grey img
{
	float:left;
	margin:15px;
}

div#myHoliday div.grey h2
{
	font-size:40px;
	margin-bottom:20px;
	text-transform:none;
}

div#myHoliday div.grey h3
{
	color:#FFF;
	font-size:18px;
	margin-bottom:20px;
	text-transform:uppercase;
}

div#myHoliday div.grey p
{
	margin-left:15px;
	margin-right:5px;
}

div#myHoliday div.grey span
{
	color:#06ABD8;
	font-size:17px;
	font-weight:700;
}

div#myHoliday div.odd
{
	float:left;
	height:155px;
	width:310px;
}

div#myHoliday div.even
{
	float:right;
	height:155px;
	width:310px;
}

div#myHoliday div.odd p,div#myHoliday div.even p
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:transparent url(../images/myHoliday/blueGrd.gif) scroll repeat 0 0;
	color:#000;
	display:block;
	font-size:18px;
	font-weight:400;
	height:26px;
	margin:10px;
	padding:0 10px;
	text-align:center;
	width:270px;
}

div#myHoliday a#goRightBtn
{
	background:transparent url(../images/myHoliday/goRight.gif) scroll repeat 0 0;
	cursor:pointer;
	display:block;
	float:left;
	height:96px;
	margin-bottom:15px;
	margin-left:10px;
	text-align:left;
	width:276px;
}

div#myHoliday a#goRightBtn:hover
{
	background-position:0 -96px;
}

div#myHoliday a#goRightBtn:active
{
	background-position:0 -96px;
}

.actionPanel
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#333;
	clear:both;
	color:#FFF;
	font-size:12px;
	padding:10px;
}

.actionPanel h4,.actionPanel h5
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:transparent url(../images/backgrounds/holidayType-blueGradient.gif) repeat-x scroll 0 0;
	clear:right;
	color:#000;
	font-size:1.3em;
	height:26px;
	padding-left:10px;
}

.actionPanel p
{
	padding:7px;
}

.actionPanel p span.phoneNumber
{
	color:#06ABD8;
	display:block;
	font-size:32px;
	font-weight:700;
	line-height:32px;
}

.actionPanel .inner:last-child
{
	margin-bottom:0;
}

.actionPanel .inner
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#141414 none repeat scroll 0 0;
	margin-bottom:5px;
	overflow:hidden;
	padding:7px;
}

.actionPanel .inner strong
{
	padding-left:6px;
	text-transform:uppercase;
}

.actionPanel .inner select
{
	margin:5px 4px;
}

.actionPanel .inner a.goBtn
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/buttons/go_btn.png) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:22px;
	margin-top:8px;
	text-indent:-9999em;
	width:42px;
}

div#myHoliday a#goLeftBtn
{
	background:transparent url(../images/myHoliday/goLeft.gif) scroll repeat 0 0;
	cursor:pointer;
	display:block;
	float:right;
	height:96px;
	margin-bottom:15px;
	margin-right:10px;
	text-align:left;
	width:276px;
}

div#myHoliday a#goLeftBtn:hover
{
	background-position:0 -96px;
}

div#myHoliday a#goLeftBtn:active
{
	background-position:0 -96px;
}

.holidayOptions #holidayOptionsLoading
{
	display:none;
}

#TB_ajaxContent
{
	background-color:#000;
	color:#fff;
	height:153px!important;
	width:321px!important;
}

.tCenter
{
	text-align:center!important;
}

div#requestQuote div#lastMonthButton button.requestQuotebtn
{
	background:transparent url(../images/buttons/request_quote_btn.png) scroll no-repeat 0 0;
	border:0 none;
	display:block;
	height:22px;
	margin-left:10px;
	text-indent:-9999em;
	width:160px;
}

div#requestQuote div#lastMonthButton button.requestQuotebtn:hover
{
	background-position:0 -22px;
}

div#requestQuote div#lastMonthButton button.requestQuotebtn:active
{
	background-position:0 -44px;
}

div#requestQuote ul#addDestinationButton a.addDestLink
{
	background:transparent url(../images/buttons/addDestination.png) scroll no-repeat 0 0;
	border:0 none;
	display:block;
	height:20px;
	margin-left:10px;
	text-indent:-9999em;
	width:160px;
}

div#requestQuote ul#addDestinationButton a.addDestLink:hover
{
	background-position:0 -20px;
}

div#requestQuote ul#addDestinationButton a.addDestLink:active
{
	background-position:0 -40px;
}

div#holidayOptionsError h2
{
	background-color:#000!important;
	border:0 none!important;
	font-size:18px!important;
	font-weight:400;
	margin-bottom:20px;
	margin-left:0!important;
	padding:0!important;
	text-transform:uppercase;
}

div#holidayOptionsError img
{
	display:none;
}

p.clearLeft
{
	clear:left;
}

div#holidayOptionsError p
{
	font-size:14px;
}

.weddings #weddings #weddings-image
{
	background:#000 url(../images/weddings_abroad.jpg) no-repeat top left;
	display:block;
	height:224px;
	position:relative;
	width:638px;
}

#nav-weddings
{
	overflow:hidden;
	position:absolute;
	top:460px;
}

#nav-weddings li
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #fff;
	border-width:2px;
	float:left;
	font-size:14px;
	font-weight:700;
	margin:0 0 0 15px;
	padding:4px 5px;
}

#nav-weddings li.grey
{
	background-color:#D9D9D9;
	color:#3C3C3C;
	font-weight:700;
}

#nav-weddings li.orange
{
	background-color:#FFD169;
	color:#3C3C3C;
	font-weight:700;
}

#nav-weddings a
{
	display:block;
}

#nav-weddings a:link,#nav-weddings a:hover
{
	color:#3C3C3C;
}

#nav-weddings a:visited
{
	color:#3c3c3c;
}

.weddings #info-holder
{
	font-size:12px;
	overflow:hidden;
	padding-top:40px;
	position:relative;
}

.weddings #info-holder h2.mytab
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#666;
	border-color:#FFF;
	border-style:solid;
	border-width:2px 2px 0;
	color:#FFF;
	float:left;
	font-size:14px;
	padding:0 10px;
	position:absolute;
	text-transform:capitalize;
	top:18px;
}

.weddings #info-holder .info h3
{
	font-size:16px;
	font-weight:900;
	margin:10px 0;
}

.weddings #info-holder .info h4
{
	color:#666;
	font-size:14px;
	font-weight:900;
	margin:10px 0;
}

.weddings #info-holder .info
{
	background:#fff;
	color:#333;
	padding:20px;
}

.weddings #info-holder .info ul
{
	list-style:square;
}

.weddings #info-holder .info li
{
	margin:0 0 10px 30px;
	padding-left:10px;
}

.weddings #info-holder .info #country-nav
{
	background:#333;
	list-style:square;
	margin:10px 0 20px;
}

.weddings #info-holder .info #country-nav li
{
	display:inline;
	padding:0 20px;
}

.weddings #info-holder .info .highlight
{
	color:#aabb07;
	font-size:15px;
	font-style:italic;
	font-weight:900;
}

.weddings #info-holder .info table
{
	margin-bottom:40px;
}

.weddings #info-holder .info table caption
{
	font-size:16px;
	font-weight:900;
	padding:4px;
}

.weddings #info-holder .info table thead th
{
	background:#eee;
	font-weight:900;
	padding:4px;
}

.weddings #info-holder .info table tbody th
{
	border-bottom:1px dotted #ccc;
	padding:0 0 0 6px;
}

.weddings #info-holder .info table td
{
	border-bottom:1px dotted #ccc;
	padding:0 0 0 6px;
	text-align:center;
}

#socialmedia
{
	float:left;
	font-size:12px;
}

#socialmedia li
{
	display:block;
	float:left;
	margin-right:10px;
}

#socialmedia li a
{
	color:#fff;
	font-size:10px;
}

#socialmedia li a img
{
	margin:0;
	vertical-align:middle;
}

#why p
{
	margin-left:180px!important;
}

#promoPanels
{
	margin-bottom:20px;
	position:relative;
}

.images
{
	background:#fff;
	color:#333;
	cursor:pointer;
	float:left;
	height:302px;
	width:637px;
}

.images div
{
	display:none;
	font-size:12px;
	height:263px;
	left:0;
	padding:20px;
	position:absolute;
	top:0;
	width:597px;
}

body.offers .images div,.images div#offerTheWeek,.images div#offerTheWeek div
{
	display:block;
}

.images div#offerTheWeek div
{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background:url(../images/pageElements/featurePanel/control/blackalpha.png) repeat 0 0;
	color:#fff;
	display:block;
	font-family:georgia;
	height:150px;
	margin:20px 0 0 20px;
	padding:20px 20px 30px;
	width:200px;
}

.images div#offerTheWeek div p.center
{
	margin-bottom:5px;
}

.images div#offerTheWeek div p.strap
{
	font-size:18px;
	line-height:21px;
}

.images div#offerTheWeek div a.interstitial-link
{
	background:url(../images/pageElements/buttons/viewPromo.png) no-repeat 0 0;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:30px;
}

.images div#offerTheWeek div a.interstitial-link:hover
{
	background-position:0 -29px;
}

.images div#offerTheWeek div a.interstitial-link:active
{
	background-position:0 -58px;
}

.images h3
{
	color:#456;
	font-size:22px;
	font-weight:400;
	margin:0 0 20px;
}

.tabs
{
	background:transparent url(../images/pageElements/featurePanel/control/blackalphagradient.png) repeat-x top left;
	border-top:1px solid #000;
	bottom:0;
	height:40px;
	left:0;
	position:absolute;
	width:637px;
}

.tabs ul li
{
	border-right:1px solid #000;
	float:left;
	font-size:11px;
	font-weight:700;
	line-height: 14px;
	margin:0;
	text-transform:uppercase;
}

.tabs a:link,.tabs a:visited
{
	color:#fff;
	display:block;
	float:left;
	height:35px;
	padding:5px 20px 0 20px;
	text-align:center;
}

.tabs a:hover,.tabs a.current
{
	background:#444 url(../images/pageElements/featurePanel/control/tabsBG.jpg) repeat-x top left;
	color:#fff!important;
}

body.offers #promoPanels
{
	margin-bottom:10px;
}

div.dbg
{
	background-color:#E5DFFF;
	border:1px solid blue;
	bottom:0;
	color:blue;
	font-size:10px;
	height:200px;
	left:0;
	overflow:auto;
	position:fixed;
	width:100%;
	z-index:99999999;
}

img#evIndexSplash,img#fvIndexSplash,img#gvIndexSplash
{
	left:0;
	position:absolute;
	top:0;
}

p.noLink
{
	color:#FFF!important;
	font-size:14px!important;
	font-weight:400!important;
	list-style-type:none!important;
	margin-bottom:6px;
	text-transform:none!important;
}

.cluetip-default #cluetip-inner
{
	color:#000;
	font-size:.9em;
	text-align:left;
}

a.via-cluetip:link,a.via-cluetip:visited
{
	color:#fff;
}