/*
HTML ELEMENTS
--------------------------------------*/
body {
  font-family: Arial, sans-serif;
  margin: 0px 0px 20px 0px; padding: 0px 0px 0px 0px;
  background: #fff;
  }



h2 {
  margin: 0; padding: 0;
  font-size: 26px;
  font-weight: normal;
  }
.modTitle h2 {
	font-size: 14px;
	font-weight: bold;
	color: #004a91;
	}
h3 {
  margin: 0; padding: 0;
  font-size: 18px;
  font-weight: normal;
  }

h4
{
  margin: 0; padding: 0;
  font-size: 13px;
  font-weight: normal;
}

h5
{
  margin: 0; padding: 0;
  font-size: 12px;
  font-weight: normal;
}

h6
{
  margin: 0; padding: 0;
  font-size: 11px;
  font-weight: normal;
}

a
{
  color: #4b90cd;
}

a:hover
{
  color: #004a91;
}

img
{
  border: 0;
}

form
{
  margin: 0; padding: 0;
}

ul
{
  margin: 0; padding: 0;
  font-size: 12px;
  list-style: none;
}

ul li
{
  margin: 0; padding: 0px 0px 0px 8px;
  background: url("/i/bullet.gif") 0px  8px no-repeat;
}

.listO li
{
  margin: 0; padding: 0px 0px 0px 8px;
  background: url("/i/bulletO.gif") 0px  8px no-repeat;
}


/*
GLOBAL CLASSES
-----------------------------------*/
.white
{
  color: #ffffff;
}

.blue2
{
  color: #4b90cd;
}

.blue3
{
  color: #004a91;
}

.grey1
{
  color: #666666;
}

.grey2
{
  color: #333333;
}

.grey3
{
  color: #999999;
}

.red
{
 color: red;	
}

.txtAlignL
{
  text-align: left;
}

.txtAlignR
{
  text-align: right;
}

.txtAlignC
{
  text-align: center;
}

.floatL
{
  float: left;
}

.floatR
{
  float: right;
}

.clear
{
  clear: both;
}

.headline
{
  padding: 9px 0px 7px 1px;
}

.mBot1
{
  margin-bottom: 1px;
}

.whiteBg
{
  background-color: #ffffff;
}

.blueBg
{
  background-color: #d9e8f6;
}

.blueBg0
{
  background-color: #e8f6ff;
}

.greyBg
{
  background-color: #eaeaea;
}

.yellowBg
{
  background-color: #ffffcc;
}

.rowNoBorder
{
  padding-top: 15px;
}

.rowBotBorder
{
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #d9e8f6;
}

#lb40 {
  font-size:11px;
  float:left;
  margin-top:5px;
  width:86px;
  padding-left:3px;
}

#lb41 {
  float:none;
  font-size:11px;
}


/*
#lb1 {
  float:left;
  padding-left:3px;
  margin-top:5px;
  width:86px;
}
*/

#lbFl1 {
  float:left;
  padding-left:3px;
  width:86px;
}

.legal {
	font-size: 11px;
	color: #666;
	padding-top: 15px;
	}

/*
JS elements
-------------------------------*/
.jsInput {
  cursor: hand;
  cursor: pointer;
  width: 207px;
  height: 22px;
  line-height: 21px;
  text-indent: 7px;
  background: url("/i/inputFieldBg.gif") no-repeat;
}

.jsInput input {
  cursor: hand;
  cursor: pointer;
  font-family: arial !important;
  font-size: 12px !important;
  width: 164px;
  *height: 16px;
  border: 0;
  margin: 2px 0 0 0;
  *margin: 2px 0 0 7px;
  padding: 0 0 0 0 !important;
}

/* Start: Safari Hack */
body:last-child:not(:root:root) .jsInput {
  text-indent: 4px;
  /*background: url("/i/inputFieldBgSaf.gif") no-repeat;*/
}

body:last-child:not(:root:root) .jsInput input {
  width: 173px;
  /*margin: 0 0 0 -4px;*/
  margin: 3px 0 0 0;
}
/* End: Safari Hack */

.panObj {
  margin: 0 3px 8px 0;
}

.panObj:after {
  content: ".";
  clear: both;
  visibility: hidden;
  display: block;
  height: 0;
}

#bookerMain {
  margin-bottom:6px;
}

#bookerMain label {
  font-size:11px;
  color:#4B90CD;
  margin:0pt 5px 0pt 0pt;
}

/*TWW*/
#fareCat {
  border: 1px solid #999999;
  float: left;
  color: #666; 
  padding: 2px 0px 2px 2px;
  margin: 8px 0px 0px 0px;
  width: 205px;
}

#fareCat label {
	display:inline-block;
}

#fareCat input 
{
	height:11px;
	width:11px;
	margin: 6px 2px 2px 2px;
}

/*.scheduleDate td {
	float:none;
	text-align:center;
	font-size:10px;
	color:#666;
	padding:0px 0px 4px 0px;
}*/



* html .panObj { height: 1%; }

.panObj a {
  color: #000000;
  text-decoration: none;
}

.panObj a:hover {
  color: #000000;
}

.panelWrapper {
  position: relative;
}

.panelWrapperZ {
  z-index: 1;
}

.panel {
  display: none;
  position: absolute;
  border: 1px solid #999999;
  background-color: #cccccc;
  padding: 4px;
}

.panel a {
  font-size: 11px !important;
  text-decoration: none !important;
}

.panel a:hover {
  color: #ffffff;
  background-color: #ff6600;
}

.panel a.selected {
  color: #ffffff;
  background-color: #ff6600;
}

.panelFoot {
  *clear: both;
  padding: 5px 0 5px 0px;
  text-align: center;
  background-color: #E8F6FF;
}

#panelCloser {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4B90CD;

	text-align: center;

  	cursor: pointer;
  	cursor: hand;
}

.panelBody {
  padding: 10px 0 10px 10px;
  background-color: #fff;
  *height: 1%;
}

.panelBody:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .panelBody {
  height: 1%;
}

.panelBody a {
  color: #4b90cd;
}

.panelBody a:hover {
  color: #ffffff;
  background-color: #ff6600;
}

.panelBody ul {
  margin: 0 10px 0 0 !important;
  padding: 0 0 0 0 !important;
  list-style: none !important;
  float: left;
}

.panelBody ul li {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  background: none !important;
}

.panelBody h5 {
  font-size: 12px !important;
  color: #4b90cd !important;
  margin: 0 10px 0 0 !important;
}

/*
ROUNDED MODULES
-------------------------------*/
.modTitle
{
  padding: 12px 15px 10px 15px;
}

.innerMod
{
  padding: 0px 10px 0px 10px;
  margin: 0px 5px 0px 5px;
}

.pt10
{
  padding-top: 10px;
}

.pt15
{
  padding-top: 15px;
}

.tlB
{
  background: url("/i/tlB.gif") no-repeat top left;
}

.trB
{
  background: url("/i/trB.gif") no-repeat top right;
}

.blB
{
  background: url("/i/blB.gif") no-repeat bottom left;
}

.brB
{
  background: url("/i/brB.gif") no-repeat bottom right;
}

.tlBW
{
  background: url("/i/tlBW.gif") no-repeat top left;
}

.trBW
{
  background: url("/i/trBW.gif") no-repeat top right;
}

.blBW
{
  background: url("/i/blBW.gif") no-repeat bottom left;
}

.brBW
{
  background: url("/i/brBW.gif") no-repeat bottom right;
}

.tlYB
{
  background: url("/i/tlYB.gif") no-repeat top left;
}

.trYB
{
  background: url("/i/trYB.gif") no-repeat top right;
}

.blYB
{
  background: url("/i/blYB.gif") no-repeat bottom left;
}

.brYB
{
  background: url("/i/brYB.gif") no-repeat bottom right;
}

.tlYW
{
  background: url("/i/tlYW.gif") no-repeat top left;
}

.trYW
{
  background: url("/i/trYW.gif") no-repeat top right;
}

.blYW
{
  background: url("/i/blYW.gif") no-repeat bottom left;
}

.brYW
{
  background: url("/i/brYW.gif") no-repeat bottom right;
}

.tlGW
{
  background: url("/i/tlGW.gif") no-repeat top left;
}

.trGW
{
  background: url("/i/trGW.gif") no-repeat top right;
}

.blGW
{
  background: url("/i/blGW.gif") no-repeat bottom left;
}

.brGW
{
  background: url("/i/brGW.gif") no-repeat bottom right;
}

.blBB
{
  background: url("/i/blBB.gif") no-repeat bottom left;
}

.brBB
{
  background: url("/i/brBB.gif") no-repeat bottom right;
}

.blGB
{
  background: url("/i/blGB.gif") no-repeat bottom left;
}

.brGB
{
  background: url("/i/brGB.gif") no-repeat bottom right;
}

.trBG
{
  background: url("/i/trBG.gif") no-repeat top right;
}

.brBG
{
  background: url("/i/brBG.gif") no-repeat bottom right;
}

.tlG
{
  background: url("/i/tlG.gif") no-repeat top left;
}

.trG
{
  background: url("/i/trG.gif") no-repeat top right;
}

.blG
{
  background: url("/i/blG.gif") no-repeat bottom left;
}

.brG
{
  background: url("/i/brG.gif") no-repeat bottom right;
}

/*
HEADER
----------------------------------------*/
#header
{
  width: 100%;
}

.headlineR
{
  padding-top: 7px;
}

.headerTopBar
{
  background-color: #d9e8f6;
  width: 100%; height: 6px;
}

.headerTopMid
{
  background-color: #4b90cd;
  width: 780px; height: 6px;
}

.headerMid
{
  width: 780px;
  margin: 14px 0px 13px 0px;
}

.logTxt
{
  margin-top: 10px;
}

#nav
{
  width: 780px;
}

#nav a:hover, #navOn
{
  background-position: 0px -33px;
}

a.nav01a
{
  display: block;
  background: url("/i/nav01.gif") no-repeat;
  width: 156px; height: 33px;
}

a.nav01sub
{
  display: block;
  background: url("/i/nav01.gif") no-repeat;
  width: 156px; height: 33px;
}

a.nav02
{
  display: block;
  background: url("/i/nav02.gif") no-repeat;
  width: 156px; height: 33px;
}

a.nav03
{
  display: block;
  background: url("/i/nav03.gif") no-repeat;
  width: 156px; height: 33px;
}

a.nav04
{
  display: block;
  background: url("/i/nav04.gif") no-repeat;
  width: 156px; height: 33px;
}

#dropdown {
  z-index: 120;
  position: relative;
  }

.dropdown {
  display: none;
  }

.dropdown_v {
  display: block;
  }

.nav01x
{
  display: block;
  background: url("/i/menu_booktravel_off_sub.gif") no-repeat !important;
  width: 156px; height: 33px;
}

#dropdown ul {
  position: absolute;
  top: -1px;
  left: 0 !important;
  left: -78px; 
  width: 191px;
  list-style: none;
  margin: 0;
  padding: 0;
  }

#dropdown ul li {
  margin: 0;
  padding: 0;
  background: none;
  }

#dropdown ul li a {
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  display: block;
  text-indent: 69px;
  height: 18px;
  padding: 7px 0 7px 0;
  margin: 0;
  background: url("/i/nav/bg.gif") no-repeat;
  color:#4B90CD;

  }

#dropdown ul li a.flights {
  padding: 13px 0 7px 0;
  height: 18px;
  background: url("/i/nav/bgFlights.gif") no-repeat;
  }

#dropdown ul li a.flights:hover, #dropdown ul li a.selected {
  background: url("/i/nav/bgFlightsO.gif") no-repeat !important;
  }

#dropdown ul li a.cruises:hover {
  background: url("/i/nav/bgCruisesO.gif") no-repeat !important;
   height: 34px;
  padding: 7px 0 0 0;
  margin: 0;
  }

#dropdown ul li a.vacations:hover {
  background: url("/i/nav/bgVacationsO.gif") no-repeat !important;
  }

#dropdown ul li a.cruises {
 
  background: url("/i/nav/bgCruises.gif") no-repeat;
  height: 34px;
  padding: 7px 0 0 0;
  margin: 0;
  }
#dropdown ul li a.hotels:hover {
  background: url("/i/nav/bgHotelsO.gif") no-repeat !important;
  }

#dropdown ul li a:hover {
  color: #fff;
  cursor: hand;
  background: url("/i/nav/bgCarsO.gif") no-repeat !important;
  }

#dropdown ul li a.cars:hover {
  background: url("/i/nav/bgCarsO.gif");
  }

#nav05
{
  position: relative;
  z-index:110;
}

.nav05a
{
  display: block;
  background: url("/i/nav05.gif") no-repeat;
  width: 156px; height: 33px;
}

.nav05x
{
  display: block;
  background: url("/i/nav05x.gif") no-repeat;
  width: 156px; height: 33px;
}

#tbSBox h6
{
  margin-top: 5px;
}

.tbSBox1_v
{
  display: block;
  position: absolute; top: 30px; right: 0px;
  text-align: center;
  width: 329px; height: 27px;
  background: url("/i/tbStatusBox1.gif") no-repeat;
}

.tbSBox1
{
  display: none;
  position: absolute; top: 30px; right: 0px;
  text-align: center;
  width: 329px; height: 27px;
  background: url("/i/tbStatusBox1.gif") no-repeat;
}

.tbSBox2_v
{
  display: block;
  position: absolute; top: 30px; right: 0px;
  width: 329px; height: 27px;
  background: url("/i/tbStatusBox2.gif") no-repeat;
}

.tbSBox2
{
  display: none;
  position: absolute; top: 30px; right: 0px;
  width: 329px; height: 27px;
  background: url("/i/tbStatusBox2.gif") no-repeat;
}


/* Header Weather
------------------------------------------*/

#hpAlertWrapper {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 420px;
  }

#hpAlertWrapper:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }

/* Hides from IE-mac \*/
* html #hpAlertWrapper {
  height: 1%; 
  }
/* End hide from IE-mac */

h3#hpAlertLeft {
  float: left;
  margin: 0 10px 0 0;
  padding: 5px 10px 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
  border-right: 1px #ff0000 solid;
  }

#hpAlert {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 11px;
  float: right;
  color: #333333;
  width: 280px;
  }

/*
Footer
------------------------------------------*/
#footer
{
  border-top: 1px solid #4b90cd;
}

#footer a
{
  margin-left: 18px;
}


/*
JS Select Dropdowns
------------------------------------------*/
.selectGroup {
  
  float:left;
  }

/* This Pseudo-element doesn't work in IE; breaks tables in Safari. (TWW)  *.selectGroup:after {
 *  content: ".";
 *  clear: both;
 *  visibility: hidden;
 *  display: block;
 *  height: 0;
 *}
 */

* html .selectGroup {
  height: 1%;
}

#lbTopL p {
	text-align:left; 
	font-size:10px; 
	line-height:12px;
}
#lbTopL b {
	font-size:12px;
}
#selectObj_0 {
  float: left;
  width: 102px;
  margin: 0 8px 0 0;
}

#selectObj_0 ul {
  width: 98px;
}

#selectObj_1 {
  float: left;
  width: 102px;
  /*margin: 0 12px 0 0;*/
  }
#selectObj_1 ul {
  width: 98px;
}


#selectObj_2 {
  float:left;
  width:120px;
  margin-top:8px;
  }

#selectObj_2 ul {
  width:117px;
  }

.selectGroup h4 {
  color: #4b90cd !important;
  font-weight: normal !important;
  font-size: 13px !important;
  background: url("/i/selectObjTrigger.gif") right no-repeat;
  height: 18px;
  line-height: 18px;
  border: 1px inset #999999;
  padding: 0 0 0 5px !important;
  cursor: default;
}

.selectGroup ul {
  background: #ffffff;
  border: 1px solid #000000;
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
}

.selectGroup ul li {
  width: 100%;
  text-indent: 5px;
  color: #4b90cd;
  font-size: 13px;
  background: none;
  margin: 0 0 0 0 !important;
  margin /**/: 0 0 0 -15px;
  padding: 0 0 0 0 !important;
  cursor: default;
}

.JetBlueFaresLink {
  width:85px;
  padding-left:3px;
  padding-top:5px;
  float:right;
}

#whereweflySubmit {
  margin-top:10px;
}

body {
	background: url("/i/bgBody.gif") repeat-x top left #fff;
}

div#header {
	width: 780px;
	padding: 14px 0 0 0;
	border-top: 6px solid #4b90cd;
	margin: 0 auto;
	_overflow: hidden;
}

div#headerLogo, div#headerNotify, div#headerLinks {
	float: left;
	margin: 0 0 13px 0;
}

div#headerLogo {width: 173px;}

div#headerNotify {width: 472px;}

div#headerLinks {
	width: 135px;
	text-align: right;
}

ul#navigation {
	clear: left;
	position: relative;
	width: 850px;
	height: 33px;
	padding: 0;
	margin: 0;
	background: url("/i/nav/navigation.png") no-repeat;
}

ul#navigation span {
	text-indent: -99999px;
}

ul#navigation a {
	display: block;
	height: 34px;
	background: none;
}

ul#navigation li {
	float: left;
	width: 156px;
	height: 34px;
	padding: 0;
	background: none;
	list-style: none;
}

#nav-booktravel a:hover, #nav-booktravel a.active {background: url("/i/nav/navigation.png") 0px -33px no-repeat;}
#nav-manageflights a:hover, #nav-manageflights a.active {background: url("/i/nav/navigation.png") -156px -33px no-repeat;}
#nav-traveldeals a:hover, #nav-traveldeals a.active {background: url("/i/nav/navigation.png") -312px -33px no-repeat;}
#nav-wherewefly a:hover, #nav-wherewefly a.active {background: url("/i/nav/navigation.png") -468px -33px no-repeat;}
#nav-trueblue a:hover, #nav-trueblue a.active s{background: url("/i/nav/navigation.png") -624px -33px no-repeat;}

ul#navigation ul {
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	width: 185px;
	padding: 0 0 6px 0;
	margin: 0;
	background: url("/i/dropdown.gif") no-repeat top left;
}

	* html ul#navigation ul {height: 166px;}

ul#navigation ul li {
	float: none;
	display: block;
	width: auto;
	height: 32px;
}

	ul#navigation ul #nav-flights {height: 38px;}

ul#navigation ul li a {
	display: block;
	height: 18px;
	margin: 0;
	padding: 7px 0;
	background: none;
	color: #4b90cd;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-indent: 69px;
}

	ul#navigation ul #nav-flights a {padding-top: 13px;}

ul#navigation ul li a:hover {color: #fff;}

ul#navigation ul #nav-flights a:hover {background: url("/i/dropdown.gif") 0px -172px no-repeat;}
ul#navigation ul #nav-vacations a:hover {background: url("/i/dropdown.gif") 0px -210px no-repeat;}
ul#navigation ul #nav-hotels a:hover {background: url("/i/dropdown.gif") 0px -242px no-repeat;}
ul#navigation ul #nav-cars a:hover {background: url("/i/dropdown.gif") 0px -274px no-repeat;}
ul#navigation ul #nav-cruises a:hover {background: url("/i/dropdown.gif") 0px -307px no-repeat;}

.clearfix {display: inline-block;}  /* for IE/Mac */
.clearfix:after {
			    content: ".";
			    display: block;
			    height: 0;
			    clear: both;
			    visibility: hidden;
			    }
 #faresBubble h3 {
			        color:#004A91;
			        font-family:Arial,sans-serif;
			        font-size:12px;
			        font-size-adjust:none;
			        font-stretch:normal;
			        font-style:normal;
			        font-variant:normal;
			        font-weight:bold;
			        line-height:normal;
			        margin-bottom:3px;
			        display:block;
			    }

#faresBubble .leftCol, #faresBubble .rightCol {
			        float:left;
			        margin-right:20px;
			        width:300px;
			        font-size:9px;
			        text-align:left;
			    }

#faresBubble .rightCol { margin-right:0;}
#faresBubble .leftCol ul li, #faresBubble .rightCol ul li {
			        background:transparent url(/i/bullet.gif) no-repeat scroll 0px 8px
			    }


/* Homepage footer classes*/
.hpfooterframe {
	width:780px;
	font-size:11px;
	color:#666;
	}
.hppodframe {
	width:260px;
	float:left;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#d9e8f6;
	}
.hppodright {
	width:258px;
	float:left;
	}
.hpinnerpod {
	float:left;
	padding:0px 10px;
	}
	
/************** HOMEPAGE SIDEKICK BUTTON **************/

.hpbutton {
	float:right;
	margin:0px;
	padding-top:10px;
	text-align:right;
	}

.hpbuttonLeft {
	background-image:url(/i/hpbutton_left.gif);
	display:inline;
	float:left;
	height:17px;
	width:8px;
	}

.hpbuttonCenter {
	background-image:url(/i/hpbutton_center.gif);
	background-repeat:repeat-x;
	border:medium none;
	color:#FFFFFF;
	display:inline;
	float:left;
	font-family:Arial,verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	height:17px;
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0;
	padding-top:1px;
	}
	
.hpbuttonCenter a {
	text-decoration: none;
	color:#FFFFFF;
	}
	
.hpbuttonCenter a:hover {
	text-decoration: none;
	color:#FFFFFF;
	}
	
.hpbuttonRight {
	background-image:url(/i/hpbutton_right.gif);
	display:inline;
	float:left;
	height:17px;
	width:8px;
	}
	
/* SEO headers */

h1.standard {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0px 8px 0px;
	color: #666;
	}
	
h2.standard {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #004A91;
	}
	
h3.standard {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-bottom:2px;
	color: #004A91;
	}
	
h4.standard {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-bottom:2px;
	color: #004A91;
	}
	
/*********************  REDESIGN INTERNATIONAL PAGES   *******************************/	

table#LHmap {
	background: #fff url(/i/about/partners/lufthansa-map.jpg) top left no-repeat;
	height: 600px;
	padding: 0;
	margin: 10px auto;
	text-align: left;
	width: 960px;
}
table#LHmap td {
	padding: 0;
	margin: 0;
	text-align: left;
}
#lhmb {
	float: left;
	margin: 126px 0 0 0;
	width: 160px;
	padding:0;
}
p#lhminiIntro {
	margin:0;
	text-align: center;
	font-size: 11px;
	color: #333;
	text-align: center;
	padding: 4px 12px;
}
table#lhtopBanner {
	height: 42px;
	margin: 0 0 0 0;
}
table#lhtopBanner h3{
	color: #004A91;
	font-size: 16px;
	font-weight: bold;
	border-left: 1px solid #ccc;
	padding-left: 20px;
	margin-left:20px;
	
}
p#lhmoreInfo {
	float: left;
	width: 767px;
	text-align: center;
	line-height: 35px;
	font-size: 11px;
	margin: 490px 0 0 0;
	padding: 0;
	color: #010066;
}
p#lhmoreInfo a, p#lhmoreInfo a:hover{
color: #010066;
}

table#ALmap {
	background: #fff url(/i/about/partners/ALBg.gif); top left no-repeat;
	height: 600px;
	padding: 0;
	margin: 10px auto;
}
table#ALmap td {
	padding: 0;
	margin: 0;
}
#almb {
	float: left;
	margin: 32px 0 0 0;
	width: 200px;
	padding:0;
}
p#miniIntro {
	margin:0;
	text-align: center;
	font-size: 11px;
	color: #333;
	text-align: center;
	padding: 8px 22px;
}
table#altopBanner {
	height: 32px;
}
table#altopBanner h3{
	color: #004A91;
	font-size: 16px;
	font-weight: bold;
	border-left: 1px solid #ccc;
	padding-left: 20px;
	margin-left:20px;
}
p#moreInfo {
	float: left;
	width: 728px;
	text-align: center;
	line-height: 35px;
	font-size: 11px;
	margin: 490px 0 0 0;
	padding: 0;
	color: #007e64
}
p#moreInfo a, p#moreInfo a:hover{
color: #77c033;
}

.intcopy {
font: 12px arial, sans-serif;
color: #666666;
text-align: left;
}

table#SAAmap {
	background: #fff url(/i/about/partners/south-african-airways-map.jpg) top left no-repeat;
	height: 600px;
	padding: 0;
	margin: 10px auto;
	text-align: left;
	width: 960px;
}
table#SAAmap td {
	padding: 0;
	margin: 0;
}
#saamb {
	float: left;
	margin: 270px 0 0 0;
	width: 340px;
	padding:0;
}
p#saaminiIntro {
	margin:0;
	text-align: center;
	font-size: 11px;
	color: #333;
	text-align: center;
	padding: 14px 22px 30px;
}
table#saatopBanner h3{
	color: #004A91;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	margin-left:215px;
	padding-top: 20px;
}
p#saamoreInfo {
	float: left;
	width: 570px;
	text-align: center;
	line-height: 35px;
	font-size: 11px;
	margin: 510px 0 0 0;
	padding: 0 0 10px 0;
	color: #010066;
}
p#saamoreInfo a, p#saamoreInfo a:hover{
color: #4b90cd;
}

/* ShareThis button */
p.share {
margin: 0 0 .5em 0;
text-align: right;
}

#atff {
  display: none;
}

/* Homepage Sidekick */
.sidekick p {
margin-top: 0px;
margin-bottom: 0px;
}