* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html {
	/* http://www.splintered.co.uk/experiments/49/ */

	min-height: 100%;
	height: 100%;
	margin-bottom: 1px;
}
body {
	text-align: center;
	height: 100%;
}
#container {
	max-width: 940px;
	min-width: 770px;
	/* http://www.svendtofte.com/code/max_width_in_ie/ */
	width: expression(document.body.clientWidth < 771? "770px" : document.body.clientWidth > 930? "930px" : "auto");
	margin: 0px auto;
	text-align: left;
	height: 100%;
	background-color: #FFFFFF;
}
#header {
	margin-bottom: 4px;
	background-image: url(../images/interface/topback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
}
#topnav {
	padding-top: 12px;
	margin-right: 135px;
	height: 33px;
	align: center;
	text-align: center;
	
	
}
#topnav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 7px 3px 4px;
	display: block;
	text-decoration: none;
}
.toptab {
	background-image: url(../images/interface/toptabback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


#topsubnav {
	float: right;
	display: block;
	background-image: url(../images/interface/topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	padding-top: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
}

#topsubnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#toplogo {
	margin-left: 20px;
	margin-top: 9px;
	float: left;
	display: inline;
}


.col1 {
	float: left;
	width: 20%;
	display: block;
	text-align: center
 } 
.col2 { 
 float: left; 
 width: 56%; 
 } 
.col3 {
	float: left;
	width: 23%;
	display: block;
	text-align: center
 } 
 
.left { 
 padding: 1em; 
 border: 1px solid #008000;/* green border */ 
 margin: 0 1em 1em 1.3em; 
 } 
.main { 
 border: 1px solid #ffa500;/* orange border */ 
 padding: 1em; 
 margin: 0 1em 1em 0; 
 } 
.right { 
 padding: 1em; 
 border: 1px solid #ff00ff;/* magenta border */ 
 margin: 0 0.9em 1em 0; 
 } 





#confirminfo {
	text-align: left;
	display: block;
	margin-top: 13px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.confirmtable {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.confirmtable tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 3px 2px 2px 5px;
	vertical-align: top;
}
.confirmtahead {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: block;
}
.confirmright {
	background-color: #FFFFCC;
	text-align: right;
}
#leftcol {
	width: 160px;
	text-align: left;
	display: block;
}
#rightcol {
	width: 180px;
	text-align: left;
	display: block;
	float: right;
}
#subinc {
	width: 165px;
	text-align: left;
	display: block;
}
#middle {
	padding-left: 160px;
}
#middlead {
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
}
#homepackages {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	margin-right: 3px;
	margin-left: 7px;
}
.homepttable {
	background-image: url(../images/interface/homepackback.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	text-decoration: none;
}
.hometpcell {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.hopetplink:link {
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 1px solid #FFFFFF;
	margin-bottom: 2px;
}
.hopetplink:hover {
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	background-image: url(../images/interface/homepackarrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.hopetplink:visited {
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 1px solid #FFFFFF;
	margin-bottom: 2px;
}
.hometphead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #003399;
	font-weight: bold;
	display: block;
	padding: 1px 1px 1px 5px;
	line-height: 1.2em;
	margin-right: 35px;
}
.hometpblurb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	display: block;
}
.hometpprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #71C428;
	display: block;
	font-weight: bold;
	padding-left: 4px;
	text-decoration: none;
}
.hometpoption, .pdtopoption {
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #EFEFEF;
	padding: 3px 3px 2px;
	margin-right: 10px;
	color: #3243AE;
	margin-top: 2px;
}
.hometpoption:hover, .pdtopoption:hover {
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
	padding: 3px 3px 2px;
	margin-right: 10px;
	color: #3243AE;
	margin-top: 2px;
}
.pdtopoption {
	color: #4D4F9E;
}
#scrollpics {
	display: block;
	overflow: auto;
	width: 100%;
	height: 185px;
}
#scrollpics img {
	border: 7px solid #EFEFEF;
}
.quote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #5B90E8;
}
.quoter {
	font-family: Arial, Helvetica, sans-serif;
	color: #757A85;
	text-align: right;
	display: block;
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 1px;
}
#footer {
	clear: both;
}
#pageblurb {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #81868D;
	margin: 0px 0px 4px;
	padding: 10px 1px 1px 1px;
	display:none;
}
.sublink {
	text-decoration: none;
	display: block;
	text-align: right;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
}
#leftcol .box .hd, #searchtab, #browsetab {
	background-image: url(../images/interface/leftcol_tabs.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-left: 10px;
	height: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}

#rightcol .box .hd, #flightstab, #favtab, #mailtab, #testimonialtab, #londontab {
	background-image: url(../images/interface/rightcol_tabs.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	margin-top: 10px;
	padding: 0px 0px 0px 10px;
}
#leftcol h1, #rightcol h1, #subinc h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 4px;
}
.box {
	margin: 0;
	padding: 0;
}
#searchbox, #browsebox, #flightsbox, #favbox, #testimonialbox, #londonbox {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top: 1px solid #72D22F;
	border-right: 1px solid #65BB23;
	border-bottom: 1px solid #65BB23;
	border-left: 1px solid #65BB23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	background-color: #FFFFFF;
}

#flightsbox {
    font-size: 10px;
}

#flightsbox .more {
    font-size: 12px;
}

#flightsbox ul
{
    list-style-type: none;
}

.favlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	margin-bottom: 4px;
	padding-bottom: 3px;
}
#searchbox {
	text-align: right;
}
#browsebox ul {
	list-style-type: none;
	padding-bottom: 10px;
}
#mailbox, #commentbox, #spotbox {
	margin-bottom: 15px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #BDCFD7;
}
#rightcol h2, #subinc h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DEAE1A;
	padding-bottom: 8px;
}
.greytip {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #797E86;
}
#browsebox li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1A1D83;
}
#browsebox a {
	text-decoration: none;
	color: #2436A9;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#browsebox a:link {
	color: #2436A9;
	
}
#browsebox a:visited {
	color: #2436A9;
	
}
#browsebox a:hover {
	background-color: #EFEFEF;
	
}
#browsebox a:active {
	color: #2436A9;
	
}
.inputsearch {
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #E3EAFE;
	margin-bottom: 4px;
}
#departure_date {
    width: 150px;
    margin-bottom: 5px;
}
.inputmailbox {
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #E9F6DE;
	margin-top: 5px;
}
.browseheads {
	display: block;
	padding-bottom: 4px;
	font-weight: bold;
	padding-left: 5px;
}
.spottext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #43484E;
	padding-bottom: 6px;
	padding-top: 3px;
}
.imgleft {
	float: left;
	border: 1px solid #DEAE1A;
	margin-right: 7px;
	margin-bottom: 3px;
}
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	color: #78CC2F;
	font-weight: normal;
}
#pagination {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
	margin-right: 15px;
	padding: 3px;
	background-color: #EFEFEF;
}
#pagination a {
	font-family: Arial, Helvetica, sans-serif;
	color: #3C4CB2;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}
#pagination .onpage {
	font-weight: bold;
	background-color: #71C328;
	padding: 2px 3px;
	color: #FFFFFF;
}
#browsefilter table {
	background-image: url(../images/interface/sort_back2.gif);
}
.fslabel {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.breadcrumb {
	font-size: 14px;
	color: #B5B5B5;
	text-decoration: none;
}
#browsefilter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#browsefilter .selectsort {
	background-color: #FFFFFF;
	margin-right: 6px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.selectsort {
	width: 120px;
}
.browtphead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #003399;
	font-weight: bold;
	display: block;
	padding: 1px 1px 1px 5px;
	line-height: 1.2em;
}
.browtpblurb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	line-height: 13px;
	font-weight: normal;
	padding-right: 20px;
}
.browtpprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57B523;
	font-weight: bold;
	float: right;
	padding: 5px 5px 2px;
	margin: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6EDC34;
}
.browtploc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	display: block;
	line-height: 13px;
	font-weight: normal;
}
.browsetpcell {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.browsepttable {
	background-image: url(../images/interface/homepackback.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.browseptimg {
	border: 2px solid #FFFFFF;
	margin: 1px;
}
.browtplink:link {
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 1px solid #FFFFFF;
}
.browtplink:visited {
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 1px solid #FFFFFF;
}
.browtplink:active {
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 1px solid #FFFFFF;
}
.browtplink:hover {
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 1px solid #FFFFFF;
}
.browsepttable:hover .browseptimg {
	margin: 1px;
	border: 2px solid #FFFFFF;
}
.browsepttable:hover .browtplink {
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/interface/browpackclick1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
#packageheader {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 7px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66BC24;
	font-weight: bold;
}
#packageinfo {
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 20px;
	padding-bottom: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
}
.visacell, .addoncell {
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}
.addoncell2 {
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.addonbookcell {
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	width: 75px;
	background-image: url(../images/interface/addonbox.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
}
.addonpackcell {
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 13px;
	width: 75px;
	background-image: url(../images/interface/addonpackbox.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
}
.addontotalcell {
	padding: 10px 10px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	text-align: right;
}
.addontotal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.addonprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #33CC00;
	display: block;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.addonselect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	display: block;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	text-align: center;
}
.addonsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
}
.addondesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	display: block;
	padding: 3px;
}
#packnote {
	display: block;
	float: right;
	margin: 2px 5% 2px 2px;
	padding: 4px;
	width: 33%;
	border: 1px solid #CACACA;
	background-color: #EFEFEF;
}
#pdone {
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	color: #344DBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	line-height: 15px;
}
#pdone a {
	color: #2C43D8;
	padding-left: 7px;
	padding-right: 7px;
}

.pdlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2C43D8;
}
#pdone h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-bottom: 7px;
}
#pdtwo {
	padding-top: 10px;
	padding-right: 7px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
.pdprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #72C228;
	line-height: 19px;
}
.pdterms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
}
.imgbook1 {
	margin-top: 10px;
	margin-bottom: 4px;
}
.fflag {
	position: absolute;
	margin-left: 95px;
	margin-top: 115px;
}
#packagedesc, #packageloc, #packagevisa, #packageimages, #packageaddons, #bookinfo {
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 12px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	padding-top: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	padding-right: 20px;
}
#packagedesc h1, #packageloc h1, #packagevisa h1, #packageimages h1, #packageaddons h1, #bookinfo h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CB9C23;
	line-height: 17px;
	display: block;
	margin-bottom: 5px;
}
#packagedesc p, #packageloc p, #packagevisa p, #packageimages p, #packageaddons p, #bookinfo p {
	margin-top: 11px;
	margin-left: 4px;
}
#bookinfo, #bookinfo2, #bookinfo3 {
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 12px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	padding-top: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	padding-right: 20px;
}
#bookinfo h1, #bookinfo2 h1, #bookinfo3 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3D3E59;
	line-height: 17px;
	display: block;
	margin-bottom: 8px;
}
#bookinfo p, #bookinfo2 p, #bookinfo3 p {
	margin-top: 11px;
	margin-left: 4px;
}
#packalert {
	padding: 10px 10px 10px 100px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	background-image: url(../images/interface/alert1.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	min-height: 55px;
}
#packalert h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	line-height: 21px;
}
#book2 {
	text-align: right;
	padding: 5px 25px 5px 5px;
}
.booksummarytbl {
	background-color: #F7F7F7;
	border: 2px solid #CCCCCC;
}
.traveller1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	padding: 3px;
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 3px;
	margin-bottom: 2px;
}
.traveller2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: none;
}
.travelinput {
	width: 95%;
}
.agentpick {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	padding-bottom: 2px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	display: block;
}
.agentimage {
	border: 2px solid #CCCCCC;
}
.agentpickbox {
	background-image: url(../images/interface/agentbox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.agentblurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px 2px 4px 3px;
	margin-top: 5px;
	background-color: #FFFFDB;
	margin-right: 4px;
	line-height: 14px;
}
.agentblurb2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px 2px 4px 3px;
	margin-top: 5px;
	background-color: #F2F2F2;
	margin-right: 4px;
	line-height: 14px;
}
.booknote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #0099FF;
	display: block;
}
#booksofar {
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 12px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	padding-top: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	padding-right: 20px;
}
#booksofar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3D3E59;
	line-height: 17px;
	display: block;
	margin-bottom: 8px;
}
#booksofar p {
	margin-top: 11px;
	margin-left: 4px;
}
#booksteps {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7BCF31;
	margin-top: 18px;
}
#formtip1 {
	background-image: url(../images/interface/tip1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}
#formtip2 {
	background-image: url(../images/interface/tip2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}
#formtip3 {
	
}
#formtip4 {
	background-image: url(../images/interface/tip4.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}
#formtip5 {
	background-image: url(../images/interface/tip5.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}
#flightcontainer {
	background-color: #E7E7E7;
	text-align: center;
	display: block;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 6px;
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#flightinfo {
	background-color: #F7F7F7;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
}
.flighttable {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

}
.flighttable tr td {
	padding: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.flighttableheads {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}
.growflights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EB0202;
	text-decoration: underline;
	line-height: 16px;
}
.flightconds {
	font-size: 0.9em;
	text-align: right;
	display: block;
	margin-top: 2px;
	color: #666666;
}
#flightcall {
	font-size: 12px;
	background-color: #FFFFFF;
	display: block;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	color: #0099FF;
	padding-top: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
}
#footfadein {
	background-image: url(../images/footer/footfade1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEEEC;
}
#footinfo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CFFBF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer #footinfo h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #95B907;
	font-size: 12px;
	display: block;
	margin: 6px 0px 0px;
	padding: 0px;
}
.tddiv {
	background-image: url(../images/footer/td_div.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
#footer #footinfo ul {
	margin: 4px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: disc;
	color: #617B49;
}
#footer #footinfo li {
	display: block;
	padding-bottom: 3px;
	padding-left: 5px;
}
#footer #footinfo a {
	text-decoration: none;
	color: #617B49;
}
#footer #suppliers {
	width: 100%;
	text-align: center;
}
#footer #suppliers a {
	color: #003399;
	text-decoration: none;
}
#footer #footlegal {
	background-image: url(../images/footer/footfade3.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footcopyright {
	font-size: 10px;
	margin-bottom: 5px;
	color: #333333;
}
#footleglinks {
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
	color: #213F63;
	text-align: right;
}
#footleglinks a {
	color: #322F6B;
	text-decoration: none;
}
#faqbody {
}
#faqheader {
	display: block;
}
#pageinst {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363848;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#faqbody .question {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #44596B;
	display: block;
	padding-left: 15px;
	line-height: 13px;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
#faqbody .answer {
	margin-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #58616C;
	margin-top: 5px;
	margin-right: 3px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #A1CF00;
	border-left-color: #A1CF00;
	padding: 4px 8px 8px;
	margin-bottom: 10px;
	font-weight: normal;
}
#packageheader #reference {
	font-weight: normal;
	float: left;
}
#thankback {
	background-image: url(../images/interface/thankyou_back.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#thankback #thank_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#thankback #thank_text h3 {
	color: #C6A403;
}
#container #maintextbody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363848;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#adfriend {
	position: absolute;
	margin-top: 85px;
	z-index: 100;
	text-align: center;
	display: block;
	width: 100%;
}
#tofriend {
	position: relative; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
	background-color: #FFFFFF;
	border: 10px solid #EFEFEF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: auto;
	width: 400px;
}
#tofriendbox {
	padding: 15px;
}
#closefriend {
	display: block;
	float: right;
	height: 15px;
	width: 15px;
	text-align: center;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #FF0000;
}
#adfixed {
	position: fixed;
	display: block;
	width: 100%;
	text-align: left;
}
#passtips {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	text-align: center;
	padding: 4px;
	color: #CC3300;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
}#home a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	padding: 3px;
	text-decoration: none;
}
.rightcolbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898D94;
	padding: 8px;
	margin-top: 10px;
	border: 1px solid #72D22F;
	line-height: 13px;
}
#container .col2 #middlead #middleblurb {
	text-align: left;
	padding-left: 153px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 50px;
	color: #8A9D67;
	padding-bottom: 8px;
	padding-right: 5px;
	background-image: url(../images/interface/homeblurbback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
.mandatory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}
.invalidinput {
	border-width: 2px;
	border-style: solid;
	border-color: #FF0000;
}
#newsletlink {

}#adcol2 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ECECEE;
}
.helvsub1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 19px;
	color: #B2C9A0;
	margin-right: 120px;
	margin-left: 32px;
	margin-bottom: 20px;
	line-height: 21px;
}
.helvhbar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	padding: 5px 10px 5px 25px;
	background-image: url(../images/advertising/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 12px;
	line-height: 20px;
}
.points {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #003300;
	margin-right: 100px;
	margin-left: 32px;
	margin-bottom: 20px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pointhead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
	padding-top: 13px;
}
.pointheadsml {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	display: block;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 2px;
	background-color: #EFEFEF;
	margin-bottom: 10px;
}
.adlink {
	display: block;
	padding: 10px 45px 10px 25px;
	background-image: url(../images/advertising/bback1.gif);
	background-position: left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 17px;
	margin-left: 4px;
}

/*
Auto-complete destination search styles begin
*/

div.page_name_auto_complete {
	width: 100px;
	background: #fff;
	display: inline;
	font-family: verdana;
	font-size: 8pt;
	text-align: left;
}

div.page_name_auto_complete ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

div.page_name_auto_complete ul li {
	margin: 0;
	padding: 3px;
}

div.page_name_auto_complete ul li.selected { 
	background-color: #ffb; 
}

div.page_name_auto_complete ul strong.highlight { 
	color: #800; 
	margin: 0;
	padding: 0;
}

/*
Auto-complete destination search styles end
*/


.pricex {
	font-size: 11px;
	color: #020202;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}
#tsads {
	text-align: center;
	background-color: #EFEFEF;
	padding-top: 3px;
	padding-bottom: 12px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
#tsads h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	display: block;
	padding: 2px 3px 5px 6px;
	color: #999999;
	font-weight: normal;
}
.testimonial {
    margin-bottom: 9px;
}
.testimonial .source {
    text-align: right;
}
.testimonial .comment {
    font-family: helvetica;
}
#testimonialbox .testimonial .comment {
    font-size: larger;
    font-weight: bold;
	color: #65BB23;
}
.testimonial .date {
    color: #999999;
}
.more {
    margin-top: 10px;
    text-align: right;
}
#londonbox {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
}
#londonbox .green {
	font-size: 12pt;
	color: #65BB23;
}
#londonbox .terms {
	margin-top: 5px;
	color: #797E86;
}
#londonbox .terms p {
	margin-bottom: 2px;
	font-size: 8pt !important;
}
.more a {
    text-decoration: none;
}

