* {
	margin: 0;
	padding: 0;
}
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;
	padding: 0px 10px;
	text-align: left;
	height: 100%;
}
#header {
	margin-bottom: 4px;
	background-image: url(../images/interface/002/topback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
}
.tablediv {
	margin: 0px;
	padding: 0px;
	width: 8px;
}
#topnav {
	padding-top: 115px;
	margin-right: 0px;
	align: center;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	position: absolute;
}
#topnav table {
	font-family: Helvetica, sans-serif, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}
#topnav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	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/002/toptright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 120px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 10px;
	
}

#topsubnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	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;
}
#main {
	margin: 0px 0px 0em;
	padding: 0px;
}
#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;
	height: 160px;
	background-image: url(../images/interface/002/advert.jpg);
}
#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: #061360;
	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: #0066CC;
	display: block;
	font-weight: bold;
	padding-left: 4px;
	text-decoration: none;
	padding-bottom: 0px;
}
.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;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: left;
	display: block;
}
#pageblurb {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #CB3833;
	margin: 0px 0px 4px;
	padding: 10px 1px 1px 1px;
	display:block;
}
.sublink {
	text-decoration: none;
	display: block;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 13px;
	color: #424C86;
	font-weight: normal;
	text-align: left;
	margin-top: 8px;
	padding-top: 3px;
	margin-bottom: 3px;
}
#searchtab {
	background-image: url(../images/interface/002/search_tab.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-left: 10px;
	height: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}
#browsetab {
	background-image: url(../images/interface/002/browse_tab.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-left: 10px;
	height: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}

#favtab {
	background-image: url(../images/interface/002/fav_tab.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-left: 10px;
	height: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}
#leftcol h1, #rightcol h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 4px;
	display: none;
}
#searchbox, #browsebox {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #6F6F93;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
#favbox {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #C43837;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
.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: #6580AB;
	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: #061360;
}
#browsebox a {
	text-decoration: none;
	color: #2436A9;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#browsebox a:link {
	color: #4B548C;
	
}
#browsebox a:visited {
	color: #4B548C;
	
}
#browsebox a:hover {
	background-color: #F3F3F3;
	color: #06135F;
	padding-left: 13px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4FA6DC;
	border-bottom-color: #0093DC;
	
}
#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;
}
.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;
	font-size: 14px;
}
.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;
}
#browseheader, #bookheader {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#browseheader h1, #bookheader h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.6em;
	color: #CB3833;
	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: #92A9DA;
	padding: 2px 3px;
	color: #FFFFFF;
}
#browsefilter table {
	background-color: #383872;
}
.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: #061360;
	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: #0093DD;
	font-weight: bold;
	float: right;
	padding: 5px 5px 2px;
	margin: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #044692;
}
.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: #6B88CD;
	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: #CB3833;
	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: #0093DD;
	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: #434D87;
	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: #6B88CD;
	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;
}

new

#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 #oplogos {
	background-image: url(../images/footer/footfade2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D1D1;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}
#footer #footlegal {
	background-color: #061361;
}
#footcopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	margin-bottom: 6px;
	color: #CCCCCC;
}
#footleglinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	margin-bottom: 6px;
	color: #33CCFF;
	text-align: right;
}
#footleglinks a {
	color: #33CCFF;
	text-decoration: none;
	display: inline;
	padding-left: 13px;
}
#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;
	color:#0260AB;
}
#thank_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#thank_text h3 {
	color: #993300;
}
#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;
}
#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: none;
	padding: 3px;
	text-decoration: none;
}
#container .col2 #templatecontent {
	margin: 3px 10px 13px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rightsubnav a {
	display: block;
	padding-top: 3px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #8BA9C1;
	text-align: right;
	padding-right: 12px;
}
#leftsubnav a {
	display: block;
	padding-top: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #434D87;
	padding-right: 3px;
	padding-left: 4px;
	line-height: 13px;
	padding-bottom: 5px;
}
.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 {
	display: none;
}
#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;
}
.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;
}