/* @override http://www.travelmall.com.au/css/oztravel07.css */

/* @override 
	http://www.oztravel.dev/css/oztravel07.css
	http://www.travelmall.com.au/css/oztravel07.css
*/

html {
	float: left;
	width: 100%;
	font-size: 62.5%;
}

body {
font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../images_07/interface/body-bg.gif) repeat-x 0 6px;
	color: #555;
	float: left;
	width: 100%;
	border-top: 6px solid #036;
}

h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:22px;
	font-weight:normal;
	color:#CC0000;
	line-height: 24px;
	text-shadow: #ccc 3px 3px 3px;
	line-height: 24px;
}

h2{
	font-size: 18px;
	font-weight:normal;
	color: #cc6600;
	margin:25px 0px 5px 0px;
	padding: 0px;
	line-height: 20px;
	text-shadow: #ccc 3px 3px 3px;
}

h3{
 font-size: 14px;
  font-weight: normal;
 color: #CC6600;
 margin: 5px 0px 0px 0px;
 padding: 0px;
}

h4{
 font-size: 12px;
 font-weight: normal;
 color: #CC6600;
 margin: 5px 0px 0px 0px;
 padding: 0px;
}

h5{
 font-size: 11px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

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

.contenttext {
		line-height: 16px;
}



a:link, a:visited {
	color:#0066CC;  text-decoration:none;
	}

a:hover {color:#ff0000; text-decoration:underline;}
  
td {
	font-size: 11px;
}
th {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
	float: left;
}

/* @group layout */

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative; /* logo position relies on this */
}

#container {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;

}

#header {
	background: url(../images_07/interface/head-logo.gif) no-repeat left top;
	height: 160px;
	margin: 0;
	padding: 0;
}

#divnav {
	float: right;
	width: 600px;
	margin: 100px 0 0 0;
	display: inline;
	background: #b9b9b9 url(../images_07/interface/nav-bg.gif) repeat-x center top;
	padding: 0;
}

#navL2 {
	float: left;
	width: 770px;
	margin: 0px;
	display: inline;
	background: url(/images/interface/lev2-bg.gif) repeat-x center top;
}

#maincontent {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#columns {
	float: left;
	width: 770px;
	margin: 0;
	padding: 0;
}

#main {
	float: right;
	width: 540px;
	padding: 0;
	margin: 0;

}

#sidebarL {	
	float: left;
	width: 200px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0;
	padding: 0;
}

#sidebarR {
	float: right;
	width: 180px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 20px 20px 0 0px; /* top margin used to dodge dropped logo */
	padding: 0;
}

.content2col {
	float: right;
       width:560px;
	 margin: 0; 
        padding:0px;
        text-align: left;
		line-height: 18px;
		font-size:12px;

        }

#colAlpha {
	float: left;
	width:170px;
	padding:0 20px 0 0;
	font-size:1.1em;
	margin: 0;
	color: #666;
	border-right: 1px dotted #ccc;
	line-height: 1.5em;
}

#footer {
	float: left;
	width: 770px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font-size: 1.1em;
	line-height: 1.8em;
	padding: 10px 0;
	margin: 20px 0 0 0px;
	color: #999;
	text-transform: lowercase;
	border-top: 4px double #ccc;
}

/* @end */

/* @group header */

#header h1 {
	margin: 0;
	position: absolute;
	top: 58px;
}

#header h1 a {
	color: #c00;
	text-shadow: #ccc 3px 2px 2px;
	font: 30px Arial, Helvetica, "Lucida Grande", sans-serif;
	line-height: 30px;
	display: block;
	text-indent: 220px;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: none;
	border: none;
	color: #c00;
}

#alert {
	padding: 7px 10px 7px 20px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #666;
	font-size: 12px;
	background: #f6f6f6 url(/images_07/interface/alert-bg2.gif) repeat-y left bottom;
	border: 1px solid #ccc;
	border-left-style: none;
}
#alert .note {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

/* @group topnav */
#topnavig {
	padding: 15px 10px 0 0;
	position: absolute;
	right: 0;
	top: 0;
/*	background: transparent url(/images_07/needhelp.gif) no-repeat left bottom; */
	height: 70px;
	width: 190px;
}
#header #topnavig a:hover, #header #topnavig a:active, #header #topnavig a:link, #header #topnavig a:visited {
	border: none;
	text-decoration: none;
}
.topnav {
	float: right;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: lowercase;
	font-size: 12px;

}

.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 30px;
}

.topnav li a:link, .topnav li a:visited {
	float: left;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #036;
	margin: 0;
	/* hide from mac ie \*/
	height: 1%; /**/
	border: none;
	font-size: 1em;
}

.topnav li a:hover, .topnav li a:active {
	color: #fff;
	border: none;

}

.lev1 li.hilite a:link, .lev1 li.hilite a:visited {
	
	color: #fff;
}

.lev1 li.hilite a:hover, .lev1 li.hilite a:active {
	background: transparent url(/images/interface/nav1_hover.gif) repeat-x center bottom;
}



/* @end */
/* @end */

/* @group nav */

.nav {
	float: left;
	width: 600px;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: lowercase;
	font-size: 1.2em;
	background: transparent url(../images_07/interface/nav-crn.gif) no-repeat right top;
	border-left: 1px solid #ccc;
	font-weight: normal;
}

.nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 2.25em;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	    }
.nav li a:link, .nav li a:visited {
	display: block;
	color: #369;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: #fff 2px 2px 2px;
	border: none;

	    }
.nav li a:hover, .nav li a:active {
	display: block;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
		border: none;

}
.nav li:hover a, .nav li:active a {
	display: block;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
		border: none;

}


.nav li:hover {
	background: #c60 url(../images_07/interface/lev1_hilite2.gif) repeat-x left top;
	cursor: pointer;
	
}
.nav li li {
	text-shadow: none;
	background-color: #eee;
	width: 100%;
	border-left: none;
	border-right: none;
	    }

.nav li li a:link, .nav li li a:visited  {
	border-top: .1em solid #fff;
	display: block;
	color: #369;
	padding: 0 .5em;
	    }
.nav li li a:hover, .nav li li a:active {
	border-top: .1em solid #fff;
	display: block;
	color: #036;
	padding: 0 .5em;
	    }
.nav li li.first a:link, .nav li li.first a:visited, .nav li li.first a:hover, .nav li li.first a:active {
		border-top: none;

	    }	    
.nav li li:hover {
	background: #ccc none;	    	
	    }
.nav li li.parent {
	background: #ccc url(nav1_arrow.gif) no-repeat 100% 50%;
	   	}
.nav li li.parent:hover {
	    	background: #eee url(nav1_arrow_fade.gif) no-repeat 100% 50%;
	    }
.nav li ul {
	    	margin: 0;
	    	padding: 0;
	        position: absolute;
	        width: 160px;
	        top: 2.25em;
	        left: -9999px;
	        border-left: 2px solid #c60;
	        border-bottom: 1px solid #ccc;
	    }
.nav li li ul {
	    	top: 0;
	    }
.nav li ul { /* second-level lists */
			width: 160px;
			position: absolute;
			left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}
.nav li ul ul { /* third-and-below-level lists */
margin: 0 0 0 200px;
		}
.nav li:hover ul ul, .nav li:hover ul ul ul {
			left: -9999px;
		}
		.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul { /* lists nested under hovered list items */
			left: 0;
		}

/* @end */


#globalnav {
	background-color: #063267;
	color: #d9e5f3;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 20px;
	padding-top: 0px;
	text-align: left;
	padding-left: 15px;
	line-height: 17px;
}

#globalnav a:link, #globalnav a:visited {
	color: #a4c0e3;
	text-decoration: none;
}
#globalnav a:hover, #globalnav a:active {
	color: #fff;
	text-decoration: none;
}


/*************  hotel page ***************/

#search{
	padding: 0px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search input {
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}

.facilitiesTable td {
padding-right: 20px;
}

#facilitiesList ul {
	padding: 0px 0px 0px 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: circle;
}
#facilitiesList li {
	padding: 0px 0px 0px 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: circle;
}
.detailsTable td {
	padding: 3px 20px 2px 0px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}
#attractionList li {
	padding: 0px 0px 0px 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: circle;
}
#footLinks {
	float: left;
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	background-color: #eeeeee;
	width: 100%;
	
	}
#footLinks table {
	
	margin-left: 20px;
}
#footLinks td {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
}
#footLinks a {
	text-decoration: none;
	font-size: 10px;
	}
	#footLinks h4 a {
	font-size: 12px;
	}
/************* #search styles home page ***************/
.homeboxhead {
				display: block;
			height: 1.7em;
			width: 150px;
			background: #547fa9 url(../images_07/interface/acc-open-bg.gif) no-repeat left top;
			padding: .3em 10px 0 30px;
			line-height: 1.4em;
			color: #ffffff;
			font-weight: bold;
			font-size: 1.2em;
			margin: 0;
}
#searchHome {
	padding: 6px 2px 6px 8px;
	font-size: 11px;
	line-height: 18px;
	background-color:#F7FBFF;
	border-bottom: 1px solid #6699cc;
	width: 190px;
	margin: 0px 0px 0px 0px;
	/* protects IE5/Win from its own stupidity */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:178px;
        }
/*be nice to Opera 5 */
body>#searchHome {width:178px;}

#searchHome p {
padding: 0px 0px 4px 0px;
margin: 0px;
}
#searchHome form{
 margin: 0px;
 padding: 0px;
}


#searchHome td{
	font-size: 11px;
}
#searchHome input {
	font-size: 11px;
}
#searchHome select {
	font-size: 11px;
}
#searchHome option {
	font-size: 11px;
}
#searchHome form {
	margin: 0px;
	padding: 0px;
}




/************* FOR OLD HOTEL PAGE ******************/

.nearby, .nearby a {font-size: 10px;}


#crumb H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


#sidenav a:link {
	color: #0000cc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
#sidenav a:visited {
	color: #0000cc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
#sidenav a:hover {
	color: #FF0000;
	text-decoration:  underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
#sidenav a:active {
	color: #FF6600;
	text-decoration:  underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

.sidelinkpanel {
	padding: 0px;
	margin-top: 10px;
}

.sidelinkpanel a:link {
	color: #5C86AF;
	text-decoration: none;
}
.sidelinkpanel a:visited {
	color: #5C86AF;
	text-decoration: none;
}
.sidelinkpanel a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.sidelinkpanel a:active {
	color: #FF9900;
	text-decoration: underline;
}

.footer {
	float: left;
	width: 770px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font-size: 1.1em;
	line-height: 16px;
	padding: 10px 0;
	margin: 20px 0 0 0px;
	color: #999;
	text-transform: lowercase;
	border-top: 4px double #ccc;
}




/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 11px;
	padding: 2px 5px 5px 0;
	text-align: left;
	margin: 0 0 20px 0;
}

/************** .story styles *****************/


.description{
	line-height: 17px;
}
.details{
	font-size: 12px;
	line-height: 17px;
	padding-top: 20px;
}
.detailtype{
	font-weight: bold;
}
.address{
	/* used for hotels and attractions */
	font-size: 11px;
	line-height: 16px;
	padding: 3px 5px 3px 10px;
	margin-bottom: 15px;
	border: 1px solid #cccccc;
	clear: both;
}

.starrating{
	font-size: 11px;
}

#enquiry { float: right; width: 165px;padding:0 0 10px 0}
#brg { float:right; }
/************* #ratesSearch styles hotel page ***************/

#contentSearchReturn th {
	background-color: #CCDDEE;
	color: #333;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
#contentSearchReturn_FD {
	padding-bottom: 20px;
}
	
#contentSearchReturn_FD .vendorHeading {
	background-color: #CC6600;
	color: #fff;
	text-align: left;
	font-size: 14px;
	
}
#contentSearchReturn_WR {
	padding-bottom: 20px;
}
#contentSearchReturn_WR .vendorHeading {
	background-color: #57b;
	color: #fff;
	text-align: left;
	font-size: 14px;
}
#contentSearchReturn_PG {
	padding-bottom: 20px;
}
#contentSearchReturn_PG .vendorHeading {
	background-color: #57b;
	color: #fff;
	text-align: left;
	font-size: 14px;
}
#contentSearchReturn_GT {
	padding-bottom: 20px;
}
#contentSearchReturn_GT .vendorHeading {
	background-color: #57b;
	color: #fff;
	text-align: left;
	font-size: 14px;
}

#ratesSearch{
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #cc9900;
	font-size: 11px;
	background-color: #fff8df;
	margin: 10px 0 30px 0;
}
.rateSearchRates {
	color: #CC6600;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
}

#ratesSearch form{
 margin: 0px;
 padding: 0px;
}
#ratesearch select {
	font-size: 10px;
}
#ratesearch option {
	font-size: 10px;
}

#ratesSearch td{
	font-size: 11px;
	padding: 3px 0px 3px 0px;
}
.ratesSearchTitle {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 8px;
	line-height: 24px;
	background: #ce1800 url(/global_images/corner-red.gif) no-repeat right top;
	border-bottom: 1px solid #670c00;
}
.ratesSearchButton{
	padding-top: 5px;
	border-top: 1px solid #cb9a00;
	margin-top: 5px;
	padding-left: 3px;
}

#ratesSearch select {
	font-size: 10px;
}
#ratesSearch p {
padding-left: 3px;
}

/***********************************************/
/* Search return, rates and booking form styles                                  */
/***********************************************/

.pageOn, .pageOn a {
	color: #ff0000;
	font-size: 14px;
	padding: 0px 2px 0px 0px;
	
}
.pageOff, .pageOff a {
	font-size: 12px;
	padding: 0px 2px 0px 0px;
}
.bluebox, .bluebox a {
	background-color: #57b;
	color: #fff;
	text-align: left;
	font-size: 12px;
}
.bluebox2, .bluebox2 a {
	background-color: #fff;
	color: #57b;
	text-align: center;
	font-size: 10px;
	border:1px solid #57b;
}

.twobox {
	background-color: #cde;
	text-align:left;
	font-size: 12px;
}
.twobox2 {
	background-color: #EDF3FF;
	text-align:left;
	font-size: 11px;
}

.rating {
	color: #039;
	font-size: 12px;
}
.dots {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding-left: 15px;
}

/******  favourites styles *******/
.favhead1{
 font-size: 20px;
 color: #cc6600;
 padding: 15px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
 font-weight: normal;
}

.favhead1 a {
 font-size: 16px;
 color: #006699;
 margin: 15px 0px 0px 0px;
 padding: 0px;
 border-bottom: 1px solid #ccc;
}

.blurb {
line-height: 15px;
}
.editedTable {
}
.editedTable td{
	padding: 3px;
}
ul.listTriangles {
	line-height: 20px;
	list-style-image: url(/travel_mall/newglobalgifs/arrow2.gif);
	margin-left: 0;
	padding-left: 20px;
}

.regionNav {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px 0px 5px 0px;
margin: 20px;
}

.weather td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
	text-align: center;
}
.weather th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
	text-align: center;
}
.jrTable {
	/* height: 1%; */
	padding: 0px 20px 0px 20px;
}
.jrTable h2{
	margin:0px 0px 15px 0px;
	padding: 0px;
	line-height: 20px;
	text-shadow: #ccc 3px 3px 3px;
}
.jrTable td{
	padding: 10px 10px 10px 0px;
	border-bottom:1px solid #eee;
	}
	
.discount {
	background-color: #FFF;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #FFCC00;
	padding: 15px;
}
.discount td {
	padding: 6px;
}


/* ------------------------------------- */

.seeAUHead {
	height: 83px;
	background: url(/global_images/seeAusHead-bg2.gif) repeat-x top left;
	margin-top: 20px;
}
.seeAUHead2 {
	background: url(/global_images/seeAusHead-bg1.jpg) no-repeat top left;
	padding-top: 30px;
}
.seeAUHead2 h1 {
	padding: 20px 20px 9px 120px;
	border-right: 1px solid #69c;
	margin: 0;
}


.seeNZHead {
	height: 83px;
	background: url(/global_images/seeNZHead-bg2.gif) repeat-x top left;
	margin-top: 20px;
}
.seeNZHead2 {
	background: url(/global_images/seeNZHead-bg1.jpg) no-repeat top left;
	padding-top: 30px;
}
.seeNZHead2 h1 {
	padding: 20px 20px 9px 120px;
	border-right: 1px solid #69c;
	margin: 0;
}




.ratesBlock {
	padding: 10px;
	border: 1px solid #69c;
	background-color: #eee;
	margin:0;
	clear: both;
}	
.ratesBlock table {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 10px 0 15px 0;
}
.ratesBlock th {
	vertical-align: bottom;
	border-bottom: 1px solid #ccc;
	padding: 3px 3px 3px 3px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}
.ratesBlock td {
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
.ratesBlock h2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}
	
th.rateHeading, th.rateExceptionHeading {
	font-size: 14px;
	font-weight:normal;
	color: #cc6600;
	padding: 10px 0px 5px 10px;
	line-height: 20px;
	text-shadow: #ccc 2px 2px 2px;

}	
th.rateHeading {
	padding-top: 20px;
}
td.rateRow1 {
	background-color: #eee;
}
td.rateRow2 {
}
td.rateException1 {
	background-color: #eee;
}
td.rateException2 {
}
td.rateSpecial {
	background-color: #ffeded;
}
.plainText {
	font-size: 11px;
	color: #333;
	text-shadow: none;

}
	
/* ----------------------------- */


#newsBoxHeadHotel {
	background-color: #69c;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 6px;
	margin-top: 25px;
	border-top: 1px solid #69c;
	border-left: 1px solid #69c;
	border-right: 1px solid #69c;

	width:165px;
	/* protects IE5/Win from its own stupidity */
    voice-family: "\"}\"";
     voice-family:inherit;
     width:151px;
}
#divNewsContHotel {
/*	position:relative; 
	left:100px; 
	top:200px; 
	width:120px; 
	height:80px; 
	clip:rect(0px 300px 80px 0px); 
	visibility:hidden;*/ 
	background-color: #eee;

	overflow:hidden; 
	border: 1px solid #ccc;
	height: 100px;
	text-align: center;
	padding: 6px;
	width:165px;
	/* protects IE5/Win from its own stupidity */
    voice-family: "\"}\"";
    voice-family:inherit;
    width:151px;
}

#divNewsHotel     {
position:relative;
}


/* ---------- SARCH RETURN ------------------- */

.Sfeatured {
	background-color: #E6F0FA;
	}
.Sfeatured h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	}
	
td.moretd {
padding:0;
margin:0;
}
a.morelink {
font-weight:bold;
}
a.morelink:hover {
	cursor:pointer;
	color: #ff0000;
	text-decoration:underline;
	}

/* @group hotel side col */

.mr1 {
	padding: 10px 0;
}
.mr1 p.mrtitle {
	 font-size: 14px;
  font-weight: normal;
 color: #CC6600;
 margin: 5px 0px 6px 0px;
 padding: 0px;
}
select#mr {
	font-family: "Arial Narrow", Arial;
	font-size: 11px;
	width: 170px;
	margin: 5px 0;
	
}
#NBHotels a:link {
	font-weight: bold;
	line-height: 13px;
}
#colAlpha #NBHotels p {
	line-height: 13px;
	margin: 0 0 10px 0;
	padding: 0;
}
.sidelinkpanel h3 {
	margin-bottom: 10px;

}

/* @end */


/* @group tour search results */
#regionLinks {
	margin-top: 20px;
}
#regionLinks h2 {
	margin-top: 0px;
}
td.tourResultHead {
	background-color: #e6f0fa;
}
.tourResultHead h3 {
	margin: 0;
	padding: 0 3px;
}


/* @end */