/* IE PNG Hack starts */

div.divTileDealItemSmallImage img, .saveSpot_blue, .saveSpot_green, .saveSpot_orange, div#div_google_search_locations img{

	behavior: url(/css/iepngfix.htc);

}

/* IE PNG Hack ends */


a
{
	color: #666666;
}


form
{
	margin: 0em;
}

html 
{
/*
	overflow: -moz-scrollbars-vertical;	
*/
}

h1{
	font-size:inherit;
	color:inherit;
	margin:0;
	padding:0;
}


body
{
	background:url(/images/back.gif) top center no-repeat;
	background-color:#bfbfbf;
	font: 0.67em Verdana, Arial, Helvetica, sans-serif;
	color: #585A5B;
	margin: 0 auto;
}
#outerwrapper{
	background-color:#001c47;
	height:139px;
}
#wrapper{
	width:948px;
	margin:0 auto;
	*width:949px;
}

div#hd_quick_quote_booking, div#when_quick_quote_booking, div#where_quick_quote_booking, div#other_quick_quote_booking, div#div_btn_quick_quote_booking{
	font-size:1em;
}

.whiteTitle{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	margin-top:-27px;
	margin-left:10px;
	z-index:0;
}
.orangeHeaderTitle{
	background:url(/images/orangeheader.gif) repeat-x; 
	height:26px; 
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
	font-family:arial;
	padding:5px 10px; 
}
.lightgreyHeaderTitle{
	background:url(/images/greyheader.gif) repeat-x; 
	height:26px; 
	color:#fff;
	font-size:1.7em;
	font-weight:bold;
	font-family:arial;
	padding:5px 10px; 
}
.darkgreyHeaderTitle{
	background:url(/images/darkheader.gif) repeat-x; 
	height:26px; 
	color:#fff;
	font-size:1.7em;
	font-weight:bold;
	font-family:arial;
	padding:5px 10px; 
}

.orangebox{
	border-left:4px solid #ff6600;
	border-bottom:12px solid #ff6600;
	border-right:4px solid #ff6600;
	background-color:#FFFFFF;
}
.lightgreybox{
	border-left:4px solid #bec5ca;
	border-bottom:12px solid #bec5ca;
	border-right:4px solid #bec5ca;
	background-color:#FFFFFF;
}
.darkgreybox{
	border-left:4px solid #808991;
	border-bottom:12px solid #808991;
	border-right:4px solid #808991;
	background-color:#FFFFFF;
}


#reservationchange_divBookingDetails{
	background-color:#fff;
	width: 715px;
	margin-top:30px;
}
#reservationchange_divReservationDetails{

}
#TermsAndConditions{
	background-color:#fff;
	width: 707px;
	margin-top:0;
	border-left:4px solid #ff6600;
	border-bottom:12px solid #ff6600;
	border-right:4px solid #ff6600;

}
#when_quick_quote_booking .greyTitle,#where_quick_quote_booking .greyTitle,#other_quick_quote_booking .greyTitle{
    padding-left:13px;
}
.greyTitle{
    padding-top:5px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

div, span, body {
	display: inline-block;
}
div, body {
	display: block; /* experimenting with resetting natural style, to see what else will break. */
}
.blockBox {
	/* 586-25566:  most of the time, div's will want to be block. rather than potentially
	   breaking div's that require the display:inline-block above, this class
	   can be added to the markup where unique CSS path to div cannot be defined. */
	display: block !important;
}

body strong /* treat STRONG tags consistently with BOLD tags */
{
	font-size: 1em;
}

h1, .h1
{
	padding: 0px;
	margin: 0px;
	font: bold 1.71em Arial, Helvetica, sans-serif;
	color: #384548;
	margin-bottom: 6px;
}

span.h1 
{
	margin-bottom: 0px;
}

h2, .h2
{
	padding: 0px;
	margin: 0px;
	font: bold 1.19em Verdana, Arial, Helvetica, sans-serif;
}

div#title 
{
	float: left;
	width: 420px;
	height: 30px;
	background:url(/images/contentbg3.gif) repeat-x top left;
	display:none;
}

div#errorContent 
{
	margin: 20px;
}

p
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#footer
{
	width: 930px;
	padding-left:18px;
	margin-top: 10px;
	padding-bottom:30px;
	background-image: url(/images/footer_bg.gif);
}

div#footerWrapper{
    float:left;
    width:575px;
	margin-top:5px;
}
div.otherCountrySites{
    float:left;
    width:345px;
}
div#otherCountrySitesLabel{
    float:left;
    width:175px;
    margin-top:5px;
}
div#otherCountrySitesSelect{
    float:left;
}

div#footer div a
{
	color: #666666;
	font-weight: normal;

}

.orange, .orange a
{
	color: #ff6600;
}

.orange_arrow
{
	background: url(/images/ico_orange_arrow.gif) 2px 0.36em no-repeat;
	padding-left: 10px;
}

.orange_arrow_dn
{
	background: url(/images/ico_orange_arrow_dn.gif) 0em 0.4em no-repeat;
	padding-left: 10px;
}

.clear
{
	float: none;
	clear: both;
	/*
	586-25566: a clearing element should always be a block element. see:

	- http://www.w3.org/TR/CSS21/visuren.html#flow-control
	   
	This .clear class is mostly applied to divs, which by default
	in this CSS file, have display set to inline-block.
	*/

	display: block;
}

div#boxNavigation
{
	padding: 6px 16px;
}

div#boxNavigation h1
{
	font: bold 1.71em Arial, Helvetica, sans-serif;
	color: #384548;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}

div#boxNavigation a
{
	color: #384548;
}

div#boxNavigation ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 3px;
}

div#boxNavigation ul li
{
	font-weight: bold;
	background: url(/images/ico_orange_arrow.gif) 0em 0.36em no-repeat;
	margin-left: 0px;
	padding-left: 10px;
	margin-bottom: 3px;
}

div#boxNavigation ul li ul li
{
	font-weight: normal;
}

div#boxNavigation ul li.on
{
	margin-left: 10px;
}

div#boxNavigation li a.on
{
	color: #FF6600;
}

div#boxNavigation li a
{
	font-size: 1.14em;
}

/* simulate style for cancel in IAGNZ change reservation */
div.cancelIAGNZReser
{
	position:relative;
	top: -6px;
	padding: 0px 16px;
}

div.cancelIAGNZReser a
{
	color: #384548;
}

div.cancelIAGNZReser ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

div.cancelIAGNZReser ul li
{
	font-weight: bold;
	background: url(/images/ico_orange_arrow.gif) 0em 0.36em no-repeat;
	margin-left: 0px;
	padding-left: 10px;
	margin-bottom: 3px;
}

div.cancelIAGNZReser li a
{
	font-size: 1.14em;
}

/* Related Links panel */
div#divRelatedLinks
{
	background-color: #EBEBEB;
	margin-left: 3px; margin-right: 4px;
	padding: 6px 16px;
}

div#divRelatedLinks h1
{
	font: bold 1.71em Arial, Helvetica, sans-serif;
	color: #384548;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}

div#divRelatedLinks a
{
	color: #384548;
}

div#divRelatedLinks ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 3px;
}

div#divRelatedLinks ul li
{
	font-weight: bold;
	background: url(/images/ico_orange_arrow_diag.gif) 0em 0.36em no-repeat;
	margin-left: 0px;
	padding-left: 10px;
	margin-bottom: 3px;
}

div#divRelatedLinks ul li ul li
{
	font-weight: normal;
}

div#divRelatedLinks ul li.on
{
	margin-left: 10px;
}

div#divRelatedLinks li a.on
{
	color: #FF6600;
}

div#divRelatedLinks li a
{
	font-size: 1.14em;
}

/* Related Documents Panel */
div#divRelatedDocuments
{
	background-color: #EBEBEB;
/*
	margin-left: 3px; 
	margin-right: 4px;
*/
	padding: 6px 16px;
}

div#divRelatedDocuments dl
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 3px;
}

div#divRelatedDocuments dl dd
{
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

div#divRelatedDocuments dd a
{
	font-size: 1.14em; 
	font-weight: bold;
}

/* Contact Details */
div.contacts {
	margin-left: 3px;
	margin-right: 5px;
	padding: 5px 20px 10px 20px;
	clear: both;
}

div.contacts h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0px;
}

/* location suggest styling - for BudgetLocationSuggest.js?v2 */

div.locationSuggest
{
	overflow: auto;
	background-color: white;
	z-index: 100;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	height: 75px;
}

iframe.locationSuggest
{
	overflow: hidden;
	z-index: 10;
}

.locationSuggest
{
	position: absolute;
}

.displayOff
{
	visibility: hidden;
	display: none;
}

.displayOn
{
	visibility: visible;
	display: block;
}

div.locationSuggest ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	cursor: pointer;
}

div.locationSuggest ul li
{
	margin: 0px;
	padding: 0px 5px;
	cursor: pointer;
}

div.locationSuggest ul li.hilightOn
{
	background-color: #c0c0c0;
}

/* Deals Links - used on a couple of pages */


div.deals_links
{
	margin: 0px 16px;
	width: 408px; 
	overflow: hidden;
}

div.deals_links div
{
	float: left;
}

/* help popup */


div#help_popup
{
	padding: 0px;
	width: 261px;
	color: #585A5B;	
	background-color: #FFFFFF;
	position: absolute;
	display: none;
	z-index: 3;
}

div#help_popup div#heading
{
	margin: 0px 0px 9px 3px;
}

div#help_popup div.content_head
{
	height: 13px;
}

div#help_popup div.content
{
/*	background-image: url(/images/popup_content.gif);*/
	padding: 3px 18px;
}

div#help_popup div.contentScroll
{
	padding: 0px;
	height: 90px;
	overflow: auto;
}

div#help_popup div.contentClose
{
/*	background-image: url(/images/popup_content.gif);*/
	padding: 3px 18px;
}

div#help_popup div.content_foot
{
	height: 15px;
}

div#help_popup div.twoColumns
{
	width: 196px;
	overflow: hidden;
}

div#help_popup div.twoColumns div.img
{
	width: 64px;
	float: left;
}

div#help_popup div.twoColumns div.txt
{
	width: 132px;
	float: left;
}

div#help_popup div.close
{
	text-align: right;
	padding-top: 2px;
}

div#help_popup div.darkgreybox{
	margin-bottom:-20px;
}

.helpicon{
	position:relative;
	padding-left:5px;
}



div.alert
{
	background: #FFE1BD url(/images/ico_alert.gif) 10px 10px no-repeat;
}

div.box
{
	border: 1px solid #FF6600;
	padding: 10px;
	width: 315px;
	padding-left: 38px;
}



/* Deal Details */

div.divDealDetails div.saveSpot_green, div.divDealDetails div.saveSpot_orange, div.divDealDetails div.saveSpot_blue{
	margin-left:505px;
	position:absolute;
	*margin-left:195px;
}


div#divDealDetailsTitle{
	color:#FF6600;
	font-family:Arial;
	font-size:2.5em;
	font-weight:bold;
	margin-bottom:5px;
	padding-right:30px;
}
div#divDealDetailsSubtitle{
	font-family:Arial;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	padding-right:30px;
	padding-top:10px;
}
div#divDealDetailsLargeImage{
	float:left;
	width:290px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
div#divDealDetailsBody{
	clear:both;
	background:url(/images/dealsbg1.gif) repeat-x;
	padding:20px 30px 10px 30px;
}
div#divDealDetailsIntroduction{
	clear:both;
	padding:20px 30px 10px 30px;
}
div#divDealDetailsWrapper{
    padding-top:20px;
}

div.bookNowWrapper{
	clear:both;
	padding:10px;
	padding-top:20px;
	border-top:1px solid #d2d2d2;
}
div#bookNowTitle{
	color:#FF6600;
	font-family:Arial;
	font-size:2.5em;
	font-weight:bold;
}
div#bookNowTextWrapper{
	float:left;
	width:240px;
}
div#bookNowImage{
	float:left;
	width:53px;
}


/* Sitemap */
div.sitemap{
	padding-left:75px;
}
div.sitemap li ul li a{
    line-height:1.5em;
    font-size:1em;
    color:#0F4C8D;
    font-weight:normal;
}
div.sitemap li ul li ul li a{
    line-height:1.5em;
    font-size:1em;
    color:#666666;
    font-weight:normal;
}
div.sitemap li a{
    font-size:1.2em;
    color:#FF6600;
    font-weight:bold;
}

div.sitemap li{
    list-style-type:none;
    padding-bottom:20px;
}
div.sitemap li ul li{
    list-style-type:disc;
    padding-bottom:0;
}
div.sitemap li ul li ul li{
	list-style-type:circle;
}

/* jAlert */
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	_width:617px;
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear:both;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(/images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
  
	margin-bottom:10px;
	padding:0;
	width:605px;

}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	/*background-image: url(/images/info.gif);*/
}

#popup_content.confirm {
	background-image: url(/images/important.gif);
}

#popup_content.prompt {
	background-image: url(/images/help.gif);
}

#popup_message {
	/*padding-left: 48px;*/
  
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
	width:580px;
	/*margin: 1em 0em 0em 1em;*/
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok
{
	background:#CCC;
}