table, thead, tbody, tfoot, tr, td, th {
	padding: 0;
 	margin: 0;
 	border: 0;
	border-collapse: collapse;
 	border-spacing: 0;
}
table.package {
	width: 100%;	
}
table.package thead tr th {
	background-color: #304a63;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px;
	font-size: 12px;
	border-left: solid #304a63 1px;
}
table.package thead tr th strong {
	font-size: 11px;
	padding: 0 0 0 11px;
	background: url(../img/red_bullet.gif) no-repeat 1px 4px;
}
table.package tbody tr td {
	border-bottom: solid #304a63 1px;
	border-right: solid #304a63 1px;
	padding: 4px 5px;
	vertical-align: top;
	background-color: #fff;
	font-size: 12px;
	color: #2e475f;
}
table.package tbody tr td.heading {
	background: #fff url(../img/red_bullet.gif) no-repeat 5px 8px;
	border-left: solid #304a63 1px;
	padding: 5px 5px 5px 15px;
	margin: 0;
	width: 120px;
	font-size: 11px;
	color: #000;
}

table.package tbody tr td span.star {
	font-weight: bold;
	color: #da3535;
}
table.package tbody tr td div.package_images {
	padding: 0px 0 0 0px;
}
table.package tbody tr td div.package_images a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 0 0 0;
	float: left;
}
table.package tbody tr td div.package_images a img {
	width: 40px;
	height: 40px;
	background-color: #fff;
	padding: 1px;
	border: solid #fff 4px;
}
table.package tbody tr td div.package_images a:hover img {
	background-color: #295076;
}
table.package tfoot tr td {
	padding: 10px 0 0 0;
}
table.package tfoot tr td p {
	padding: 0;
	margin: 0;
	height: 41px;
	background: url(../img/darkblue_dot.gif) repeat-x bottom;
}
table.package tfoot tr td p a {
	background: url(../img/button_enquiry.gif) no-repeat;
	display: block;
	text-align: center;
	width: 146px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
	padding: 0;
}
h3.inner_h3 {
	margin: 0 0 10px 0 !important;
	font-size: 20px !important;
	color: #c70800;
}
h3.contact_h3 {
	margin: 0 0 10px 0 !important;
	font-size: 20px !important;
	color: #000;	
}

div#useful_information {
	background: #8ac4e0 url(../img/atol_bg.gif) repeat-y;
	border-top: solid #b3d9eb 1px;
	border-bottom: solid #bedded 2px;
	/*padding: 10px 10px 0 10px;
	position:absolute;
	
	width: 160px; 
	height: 280px; 
	overflow: auto;
	Z-INDEX: 1; 
	scrollbar-face-color:#8CC7E7;
	scrollbar-highlight-color:#51ABDB;
	border-bottom: solid #61afd5 1px;*/
}
div#useful_information dl {
	font-size: 11px;
	padding: 10px 10px 0 10px;
	margin: 0;	
	
}
div#useful_information dl dt {
	background: url(../img/darkblue_dot.gif) repeat-x bottom;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
div#useful_information dl dt strong {
	background: url(../img/red_bullet.gif) no-repeat 0px 3px;
	padding: 0 0 0 10px;
}
div#useful_information dl dd {
	margin: 0;
}
div#useful_information dl dd p {
	margin: 0 0 10px 0;
	color: #2e475f;
	color: #fff;
}