* {
	margin: 0;
	padding: 0;
}

a {
	color: #06c;
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background: #0090ff url(../images/bg.gif) repeat-x left top;
	font: 66% Verdana, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

div.note {
	padding: 15px;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 15px;
	background: #f5f5f5;
}

h1#company {
	display: none;
	text-indent: -1000px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
}

#logo {
	width: 430px;
	height: 130px;
	overflow: hidden;
	float: left;
}

h2 {
	color: #0066CC;
	font-weight: normal;
	font-size: 2em;
	margin: 0 0 10px;
}

h1 span#tourlang {
	color: #666;
	font-weight: normal;
	font-size: 11px;
	float: right;
}

h2.title,h1.title {
	font-family: Georgia, serif, sans-serif, Arial;
	margin: 0 0 25px;
	color: #888;
	font-weight: normal;
	font-size: 30px;
	font-style: italic;
	clear: both;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #ccc;
}

h3.neo {
	font-size: 1.5em;
}

h4.stuff {
	padding: 10px 0 0 10px;
	font-size: 1.5em;
}

html[xmlns] .clearfix {
	display: block;
}

img.sleft {
	border: 2px solid #aaa;
	padding: 10px;
	margin: 0 10px 10px;
}

input#tlimit {
	width: 50px;
}

span.error {
	padding: 3px 5px;
	font-size: 11px;
	font-weight: 700;
}

ul.sitemap {
	list-style: none;
	float: left;
	text-align: left;
	margin: 0 15px 0 0;
}

.alright {
	text-align: right;
}

.box220 {
	width: 220px;
}

.boxwm {
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 0 10px 10px 0;
}

.clear {
	clear: both;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

* html .clearfix {
	height: 1%;
}

.contact {
	float: right;
	background: url(../images/call.gif) left top no-repeat;
	width: 215px;
	height: 20px;
	padding: 10px;
	margin: 0 0 10px;
	line-height: 120%;
	font-size: 16px;
	color: #666;
}

.detailbooking {
	background: #FEF9BF;
	padding: 10px;
}

.detailbooking p {
	clear: both;
	padding: 3px 3px 3px 220px;
}

.detailbooking span {
	display: inline;
	width: 200px;
	text-align: right;
	float: left;
	margin-left: -215px;
}

.error {
	font-style: italic;
	font-size: 11px;
	color: #cc0000;
}

.flleft {
	float: left;
}

.imgleft {
	float: left;
	margin: 0 5px 5px;
}

.flright {
	float: right;
}

.hotels img {
	margin: 0 0 5px;
}

.inclusion {
	padding: 5px 10px;
}

.inclusion li {
	line-height: 150%;
}

.inclusion ul {
	font-size: 11px;
	padding: 0 0 0 20px;
	margin: 0 0 5px;
}

.indented {
	margin: 0 0 0 25px;
}

.italiced {
	font-style: italic;
}

.kdbooking {
	font-size: 24px;
	color: #036;
	text-transform: uppercase;
}

.left {
	float: left;
}

.lightblue {
	background: #e0f2fe;
}

.lightblue2 {
	color: #06c;
	font-size: 14px;
	font-weight: 700;
	background: #c7e7fd;
}

.lightgreen {
	background: #f3fee0;
}

.lightgreen2 {
	color: #90a500;
	font-size: 13px;
	font-weight: 700;
	background: #e3ff98;
}

.lightorange {
	background: #fef0e0;
}

.lightorange2 {
	color: #f60;
	font-size: 14px;
	font-weight: 700;
	background: #ffcb98;
}

/*** ESSENTIAL STYLES ***/
.sf-menu,.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	z-index: 9999;
	top: -999em;
	width: 150px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
	left: 0;
	top: 2.3em; /* match top ul list item height */
	z-index: 9999;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
	text-align: left;
	float: left;
	margin-bottom: 1em;
}

.sf-menu a {
	padding: 10px 1em 10px;
	text-decoration: none;
}

.sf-menu a,.sf-menu a:visited {
	color: #fff;
	border-right: 1px solid #0078ff;
	/* visited pseudo selector so IE6 applies text colour*/
}

.sf-menu li li a {
	background: #cc0000;
	border-right: none;
	border-bottom: 1px solid #aa0000;
}

.sf-menu li li li {
	background: #cc0000;
}

.sf-menu li:hover,.sf-menu li.sfHover {
	background: #cc0000;
}

.sf-menu li li:hover,.sf-menu li li.sfHover {
	background: #003789;
}

.sf-menu li li a:hover {
	border-bottom: 1px solid #aa0000;
	background: #aa0000;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px;
	/* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../images/arrows-ffffff.png') no-repeat -10px -100px;
	/* 8-bit indexed alpha png. IE6 gets solid image only */
}

a>.sf-sub-indicator {
	top: .8em; /* give all except IE6 the correct values */
	background: 0 -100px;
}

/* apply hovers to modern browsers */
a:focus>.sf-sub-indicator,a:hover>.sf-sub-indicator,a:active>.sf-sub-indicator,li:hover>a>.sf-sub-indicator,li.sfHover>a>.sf-sub-indicator
	{
	background: -10px -100px;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background: -10px 0;
}

.sf-menu ul a>.sf-sub-indicator {
	background: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus>.sf-sub-indicator,.sf-menu ul a:hover>.sf-sub-indicator,.sf-menu ul a:active>.sf-sub-indicator,.sf-menu ul li:hover>a>.sf-sub-indicator,.sf-menu ul li.sfHover>a>.sf-sub-indicator
	{
	background: -10px 0;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.neoBoxContent .neoContent {
	padding: 10px 5px;
}

.neoBoxContent h2 {
	font-size: 15px;
	margin: 0;
	font-weight: 700;
	color: #888;
}

.neoBoxFooter div {
	height: 4px;
	width: 4px;
	background: #fff url(../images/bg/round_BL.gif) 0 0 no-repeat;
}

.neoBoxHeader div {
	height: 4px;
	width: 4px;
	background: #fff url(../images/bg/round_TL.gif) 0 0 no-repeat;
}

.neoBoxTitle {
	padding: 8px 10px 8px;
	background: #fff;
	border-bottom: 2px solid #99CC00;
}

/*rounded box */
.neordbox {
	margin: 0 0 10px;
}

.neordbox .neoBoxContent {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	background: #fff;
}

.neordbox .neoBoxFooter {
	height: 4px;
	overflow: hidden;
	background: #fff url(../images/bg/round_BR.gif) 100% 0 no-repeat;
}

.neordbox .neoBoxHeader {
	height: 4px;
	overflow: hidden;
	background: url(../images/bg/round_TR.gif) 100% 0 repeat-x;
}

.no {
	background: #cc0000;
	color: #fff;
}

.nopad {
	padding: 0;
	margin: 0;
}

.note {
	font-weight: 700;
	font-size: 11px;
}

.photo {
	float: left;
	display: inline;
	margin: 0 5px 5px;
	border: 1px solid #ccc;
	padding: 3px;
}

.photo img {
	height: 60px;
}

.right {
	float: right;
}

.sitemap li {
	font-size: 11px;
	padding: 0 0 5px 10px;
}

.sitemap li a {
	color: #fc0;
}

.sitemap li a:hover {
	border-bottom: 1px dotted #fff;
}

.sitemap li.head {
	padding: 0 0 5px;
	color: #FFF;
	font-weight: 700;
}

.success {
	font-weight: 700;
	color: #aadd14;
}

.telp {
	font-size: 14px;
	padding: 10px;
	margin: 0 5px 0 0;
}

.telp strong {
	font-size: 16px;
}

#allspecifictour {
	padding: 5px 5px 5px 290px;
}

#leftcol #allspecifictour h3 {
	font-size: 20px;
}

#aleftcol {
	float: left;
	width: 600px;
}

#arightcol {
	float: right;
	width: 280px;
}

#allspecifictour  img {
	float: left;
	display: inline;
	padding: 5px;
	border: 1px solid #888;
	margin: 0 0 0 -290px;
}

.tourpackage {
	padding: 0 0 0 10px;
}

.tourpackage li {
	font-size: 11px;
	text-transform: capitalize;
	cursor: auto;
	font-weight: 700;
	line-height: 130%;
	color: #f60;
}

.tourpackage li a {
	color: #666;
}

.tourpackage2 {
	list-style: square;
	padding: 0 0 10px 10px;
	margin: 5px;
}

.tourpackage2  li {
	color: #fc0;
}

.tourpackage2  li a {
	font-size: 14px;
	font-weight: 700;
	color: #690;
	text-transform: capitalize;
	line-height: 150%;
}

.tourwrap {
	position: relative;
	width: 260px;
	float: left;
	margin: 0 15px 20px;
	padding: 3px 10px 10px 3px;
	height: 240px;
	border: 1px solid #eee;
}

#content .tourwrap h1 {
	position: absolute;
	z-index: 1000;
	background: #f80;
	width: 250px;
	padding: 3px 5px;
	top: 100px;
	left: 3px;
	opacity: 0.8;
	color: #fff;
	font-weight: normal;
	font-size: 35px;
}

.tourwrap h1 a {
	color: #fff;
}

.tourwrap img {
	margin: 0 0 10px;
}

.tourwrap .all {
	display: block;
	padding: 10px 0 5px;
}

.tourwrap .all a {
	color: #fff;
	background: #888;
	padding: 3px;
	font-family: Georgia, serif, sans-serif;
}

.yes {
	background: #8ed628;
	color: #fff;
}

.yes,.no {
	font-weight: 700;
	color: #fff;
	padding: 3px 10px;
}

#addpenumpang {
	cursor: pointer;
	padding: 0 3px;
}

#booking h2 {
	margin: 0 0 10px;
}

#booking input.sstxtfield {
	float: left;
	border: 1px solid #aaa;
	background: #effaff;
	padding: 3px;
	width: 60px;
}

#booking input.stxtfield {
	float: left;
	border: 1px solid #aaa;
	background: #effaff;
	padding: 3px;
	width: 80px;
}

#booking input.txtfield,#booking input.txt {
	float: left;
	border: 1px solid #aaa;
	background: #effaff;
	padding: 3px;
	width: 200px;
}

#booking input.txtfield:focus {
	border: 2px solid #036;
}

#booking label {
	margin-left: -190px;
	float: left;
	font-weight: 700;
	font-size: 12px;
}

#content #booking p {
	clear: both;
	padding: 5px 5px 5px 200px;
}

#booking select.sstxtfield {
	width: 60px;
}

#plan #outer {
	padding: 0 0 15px;
}

#plan p {
	padding: 5px;
}

#plan label {
	color: #333;
	font-size: 11px;
	display: block;
}

#plan .required {
	color: #cc0000;
}

#planSteps div {
	font-family: Georgia, serif, Arial;
	font-size: 24px;
	color: #059;
	font-style: italic;
	line-height: 200%;
	padding: 5px;
}

#planSteps .planStep {
	float: left;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	padding: 10px;
	margin: 0 8px 0 0;
	background: url(../images/step.gif) left center no-repeat;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

#plan p .txt {
	width: 140px;
	padding: 2px;
	font-size: 11px;
	background: #fff;
	border: 1px solid #06c;
}

#plan .stxt {
	width: 50px;
}

#plan .divider {
	width: 180px;
	float: left;
	min-height: 280px;
	padding: 10px 10px;
	background: #e8f5ff;
	margin: 0 5px 5px;
}

#plan #packagePrice {
	background: #95ca00;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

#plan #amount {
	color: #d7fd6c;
	font-size: 14px;
	margin: 0 0 5px;
}

#cartable {
	width: 100%;
	margin: 0 0 5px;
	border-collapse: collapse;
	border: 1px solid #06c;
}

#cartable .ext {
	background: #999;
}

#cartable td {
	border: 1px dotted #999;
}

#cartable th {
	border: 1px dotted #fff;
}

#cartable th,#cartable td {
	padding: 5px 10px;
}

#cartable thead {
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #06c;
}

#cartable tr {
	border-bottom: 1px solid #ccc;
}

#headwrapper {
	width: 960px;
	margin: 0 auto;
}

#content {
	font-size: 12px;
	margin: 0 auto 20px;
	background: #fff;
	padding: 20px 20px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#contenthead {
	height: 25px;
	margin: 0 auto;
	background: url(../images/contentheadbg.gif) left top no-repeat;
}

#content .pad10 {
	margin: 0;
	padding: 10px;
}

#content h3 {
	margin: 0 0 8px;
	color: #0066CC;
	font-size: 16px;
}

#content h3.event {
	font-size: 13px;
	color: #cc0000;
	margin: 0 0 5px;
}

#content p {
	line-height: 150%;
	padding: 5px 5px 10px;
}

#currencyform {
	padding: 15px;
	background: #FFFF99;
}

#currencyform #convert {
	border: 2px solid #888;
	padding: 3px;
	width: 200px;
	line-height: 150px;
	display: block;
}

#currencyform p {
	padding: 0 0 5px;
}

#currencyform select {
	font-size: 11px;
}

#delbooking  h2 {
	font-size: 15px;
	margin: 0 0 10px;
	color: #cc0000;
}

#airlinesInfo {
	width: 892px;
	margin: 0 auto 10px;
	padding: 10px 20px;
	background: #474747;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#footer {
	clear: both;
	color: #fff;
	margin: 0 auto 20px;
	width: 892px;
	background: #003f71;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#footerLogo {
	float: left;
	margin: 0 5px 0 0;
}

#footer p {
	padding: 10px 0 0 0;
	text-align: left;
	font-size: 11px;
}

#hasilbooking {
	border-collapse: collapse;
}

#hasilbooking td.dlimit {
	font-weight: 700;
	color: #cc0000;
}

#hasilbooking th {
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	background: #ccc;
}

#hasilbooking th,#hasilbooking  td {
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 5px;
}

#hasilbooking th.dlimit {
	background: #cc0000;
	color: #fff;
}

#header {
	position: relative;
	width: 920px;
	margin: 0 auto;
	height: 130px;
}

#callcenter {
	position: absolute;
	bottom: 20px;
	right: 10px;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 18px;
	text-align: right;
	padding: 10px 15px;
	border-right: 3px solid #cc0000;
	border-bottom: 3px solid #f70;
}

#avaihours {
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}

#phoneno {
	color: #fc0;
}

#hotline {
	width: 350px;
	float: left;
	height: 190px;
	background: url(../images/bg/reservation_box.gif) no-repeat;
	padding: 70px 10px 20px 30px;
}

#reservationBox {
	background: url(../images/reservation_box2.gif) no-repeat left top;
	padding: 70px 0 0;
}

#reservationBox h2 {
	color: #CC0000;
	font-size: 22px;
}

#reservationBoxContent {
	padding: 5px;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
}

#reservationBoxFooter {
	clear: both;
	height: 25px;
	background: url(../images/reservation_box2_footer.gif) no-repeat left
		top;
}

#hotline h3 {
	font-size: 16px;
	color: #0099FF;
	padding: 5px 0;
}

#kdbooking {
	text-transform: uppercase;
}

#leftcol {
	float: left;
	width: 640px;
}

#navwrap {
	width: 100%;
	background: #003F87 url(../images/navbg.gif) repeat-x;
}

#mainnav {
	width: 960px;
	-moz-border-radius: 10px;
	font-family: sans-serif, Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
	height: 50px;
}

#mainnav2 {
	background: #72ad00;
	width: 852px;
	font-size: 11px;
	padding: 5px 10px;
	margin: 0 auto;
	height: 25px;
}

#nama {
	text-transform: capitalize;
}

#price {
	font-size: 14px;
	font-weight: 700;
}

#pricetable {
	margin: 0 0 10px;
	border-collapse: collapse;
	border: 5px solid #ccc;
}

#pricetable .title {
	font-size: 13px;
	text-align: center;
	background: #06c;
	color: #fff;
}

#pricetable td {
	color: #fff;
	background: #000;
	border: 1px solid #ccc;
}

#pricetable th {
	font-size: 14px;
	background: #fc0;
	border: 1px solid #ccc;
	color: #000;
}

#pricetable th,#pricetable td {
	padding: 5px 8px;
}

#pricetable thead {
	background: #666;
}

#rightcol {
	float: right;
	width: 230px;
}

#tour_lang_en,#tour_lang_id {
	border: 1px solid #ccc;
	font-weight: 700;
	padding: 5px 10px;
	margin: 0 0 10px;
	background: #ccc;
	cursor: pointer;
}

#tourhighlight {
	margin: 0 0 10px 20px;
}

#tourhighlight li {
	color: #777;
	line-height: 120%;
	font-size: 11px;
	font-weight: 700;
	line-height: 150%;
}

#tourpackage h1 {
	font-size: 33px;
	font-weight: normal;
	padding: 8px 0;
	color: #059;
	font-family: Georgia, serif, sans-serif, Arial;
}

#tourpackage p {
	font-size: 11px;
}

h2#tourcode {
	margin: 0 0 20px;
	color: #f80;
	font-size: 16px;
	font-weight: 700;
}

h2#tourcode span {
	font-style: italic;
	color: #888;
}

#tourpackage h2 span.day {
	color: #777;
	font-weight: normal;
	font-size: 22px;
	padding: 0 10px 0 0;
}

#tourpackage h2 {
	color: #cc0000;
	font-weight: normal;
	font-size: 22px;
}

#tourpackage h3 {
	background: #eee;
	color: #666;
	padding: 5px 10px;
	margin: 0 0 5px;
}

#tourpackage h4 {
	font-family: Georgia, serif, sans-serif, Arial;
	border-width: 1px 0 1px;
	text-transform: capitalize;
	border-color: #ccc;
	border-style: solid;
	margin: 20px 0 10px;
	background: #fff;
	color: #cc0000;
	padding: 5px 0;
	font-size: 20px;
}

#tourpackage h4 span {
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, serif, sans-serif, Arial;
	padding: 5px 10px 0 0;
	font-style: italic;
	color: #888;
}

#tourpackage ul {
	margin: 0 0 10px 20px;
}

#tourpackage #note {
	background: #feffae;
	padding: 10px;
}

#visa p {
	padding: 5px 5px 5px 30px;
	border-bottom: 1px dotted #FF9900;
	margin: 0 0 10px;
}

#visa p strong {
	display: block;
	margin-left: -20px;
}

#visaform {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px;
}

#hotelpackage {
	font-size: 11px;
	margin: 0 0 10px;
	border: 2px solid #a1dd00;
	border-collapse: collapse;
}

#hotelpackage  th,#hotelpackage  td {
	padding: 5px 10px;
	border-bottom: 1px solid #d2dcb8;
}

#hotelpackage  th {
	background: #a1dd00;
	color: #fff;
	padding: 10px;
}

#hotelpackage  tr.even {
	background: #ebf6cd;
}

#hotelpackage  td span.price {
	font-weight: 700;
	font-size: 12px;
}

#welcome {
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

#neoPromo {
	top: 0;
	left: 0;
}

#neoPromoController {
	position: absolute;
	z-index: 100;
	bottom: 15px;
	width: 200px;
	left: 10px;
}

#neoPromoController span {
	background: #000;
	font-weight: 700;
	color: #fff;
	padding: 5px;
	cursor: pointer;
}

#neoPromoController span.jFlowSelected {
	background: #059;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	text-align: left;
}

#terms {
	padding: 10px;
}

#terms p {
	padding: 5px 15px;
}

#terms  ul {
	margin: 0 0 5px 30px;
}

#terms h4 {
	background: #87b900;
	color: #fff;
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 14px;
}

#terms h5 {
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 5px 10px;
	font-size: 13px;
}

#tableterms {
	margin: 10px;
	border: 5px solid #e0ff8d;
	border-collapse: collapse;
}

#tableterms thead {
	background: #e5ffa0;
	font-size: 13px;
	border-bottom: 5px solid #888;
}

#tableterms th,td {
	padding: 5px 10px;
}

#tableterms  tbody td {
	border: 3px solid #9ed210;
}

#visaInfo h3 {
	color: #f60;
	font-size: 22px;
}

#visaInfo h4 {
	color: #888;
	margin: 0 0 10px;
	font-size: 16px;
}

ol#persyaratan {
	padding: 0 0 0 10px;
	margin: 0 0 15px 15px;
}

#catatan {
	padding: 0 0 0 10px;
	margin: 0 0 15px;
}

#persyaratan li,#catatan li {
	font-size: 11px;
	line-height: 150%;
	padding: 5px;
}

#visaCountries h4 {
	float: left;
}

#visaCountries h4 a {
	height: 20px;
	font-size: 14px;
	margin: 0 1px 1px 0;
	border-bottom: 1px dotted #ccc;
	float: left;
	padding: 10px;
	width: 150px;
	color: #f60;
}

#visaCountries h4 a sup {
	color: #888;
	font-weight: normal;
}

#visaCountries h4 a:hover sup {
	color: #fff;
}

#visaCountries h4 a:hover {
	background: #06c;
	color: #fff;
}

ul#visaList {
	margin: 0;
	color: #888;
}

#visaList li a {
	display: block;
	font-size: 11px;
	font-weight: 700;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	color: #06c;
}

#visaList li a sup {
	color: #666;
	font-weight: normal;
}

#visaList li a:hover sup {
	color: #fff;
}

#visaList li a:hover {
	background: #06c;
	color: #fff;
}

.hotelList {
	margin: 0 0 10px;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 180px;
}

.hotelList .hotelPrice {
	padding: 8px 10px;
	background: #effaff;
	margin: 0 0 10px;
	color: #333;
	font-size: 12px;
}

.hotelList h4 {
	color: #7dd500;
	font-size: 14px;
	margin: 0 0 5px;
}

.hotelList .hotelLogo {
	margin-left: -170px;
	float: left;
	display: inline;
	width: 150px;
	overflow: hidden;
}

.hotelList .hotelLogo img {
	width: 150px;
}

.hotelList .include {
	margin: 0 0 10px 20px;
}

.hotelList .include li {
	line-height: 120%;
}

#content .hotelList h3 {
	font-family: Georgia, serif, sans-serif, Arial;
	font-size: 22px;
	font-weight: normal;
}

#bookCode {
	font-size: 22px;
	color: #06c;
}

#hotelBook ul {
	list-style: none;
}

#hotelBook li {
	display: block;
	padding: 5px 5px 5px 120px;
}

#hotelBook  li span {
	color: #690;
	margin-left: -110px;
	width: 110px;
	float: left;
	display: inline;
	font-weight: 700;
}

#pagination {
	padding: 5px 5px 10px 5px;
}

#pagination a {
	padding: 5px 8px;
	border: 1px solid #ccc;
	margin: 0 2px;
}

#pagination a:hover {
	padding: 5px 8px;
	background: #06c;
	border: 1px solid #ccc;
	color: #fff;
}

#pagination .sel {
	background: #06c;
	padding: 5px 8px;
	border: 1px solid #06c;
	color: #fff;
}

#hotelPrice table {
	width: 90%;
	border: 1px solid #0068dd;
	margin: 0 0 10px;
	font-size: 14px;
	border-collapse: collapse;
}

#hotelPrice table th {
	padding: 10px;
	background: #00499b;
	color: #fff;
	font-size: 16px;
}

#hotelPrice td {
	padding: 15px 10px;
	background: #fff;
	color: #333;
}

#hotelPrice tr.even td {
	background: #c9ddf3;
}

#hotelImg {
	float: left;
	text-align: center;
	margin: 0 10px 10px;
}

#hotelDetail {
	font-size: 11px;
}

#hotelPrice h3 span {
	color: #666;
}

#hotelDetail ul {
	margin: 20px 10px 10px;
}

#hotelDetail h3 {
	margin: 15px 0 10px;
}

#hotelSearch {
	padding: 10px;
	background: #eee;
}

#hotelSearch label {
	display: block;
	margin: 0 0 5px;
}

#hotelSearch input,#hotelSearch select {
	margin: 0 0 10px;
}

h1#littleBatam {
	font-size: 22px;
	font-family: Georgia, Serif, Arial, sans-serif;
	color: #60cb00;
}

.egInput {
	color: #666;
	font-style: italic;
}

#batamStay {
	background: #6ebb00;
}

#batamTripPlanner {
	font-size: 11px;
}

#batamTripPlanner p {
	padding: 5px 5px 5px 150px;
}

#batamTripPlanner input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

#batamTripPlanner #hotelName {
	border: 1px solid #06c;
	padding: 3px;
	width: 160px;
}

#batamTripPlanner span.col2 {
	float: left;
	padding: 10px;
}

#batamTripPlanner span.col2 label {
	display: block;
	padding: 5px 0;
	font-weight: 700;
}

#batamTripPlanner span label.radio {
	padding: 2px;
	margin: 0;
	display: block;
	font-weight: normal;
}

#batamTripPlanner p label {
	float: left;
	display: inline;
	width: 140px;
	margin: 0 0 0 -150px;
}

#batamStay h2 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	background: #6ebb00;
}

#batamIntro {
	font-size: 11px;
}

#payment {
	text-align: center;
}

#payment h3 {
	text-align: left;
	color: #666;
	margin: 10px 0;
}

#content h3.guaranteedPrice {
	font-size: 18px;
	font-style: italic;
	font-family: Georgia, Serif, Arial, sans-serif;
	color: #c90000;
}

.promoPrice {
	display: block;
	font-family: Georgia, Serif, Arial, sans-serif;
	padding: 10px;
	background: #059;
	color: #fff;
	font-size: 22px;
}

.visit {
	color: #999;
}

.tags {
	color: #888;
	line-height: 150%;
	font-family: Georgia, serif, sans-serif;
	font-size: 20px;
	font-style: italic;
}

#singaporefaq {
	padding: 10px;
}

#singaporefaq h2,#singaporefaq h3 {
	font-family: Georgia, serif, sans-serif;
}

#singaporefaq h1 {
	font-size: 26px;
	margin: 0 0 10px;
	color: #059;
	font-weight: normal;
}

#singaporefaq h2 {
	background: #f5f5f5;
	color: #ff009c;
	font-weight: normal;
	font-size: 22px;
	font-style: italic;
	padding: 5px 10px;
}

#singaporefaq  ul {
	margin-left: 20px;
}

#singaporefaq  li {
	color: #888;
	font-weight: 700;
	font-size: 14px;
}

#singaporefaq  li p {
	font-size: 11px;
	color: #777;
}

#singaporefaq  p {
	font-size: 13px;
	color: #333;
	font-weight: normal;
}

#goRows {
	padding: 10px;
	margin: 0 0 10px;
	border-bottom: 3px solid #ccc;
}

#goRows label {
	font-size: 15px;
}

.partner {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}

.partner h2 a {
	font-size: 22px;
	color: #f80;
	font-family: Georgia, serif, sans-serif;
}

#newsletterSubscription {
	padding: 10px;
	height: 70px;
}

#newsletterSubscription .text {
	padding: 3px;
	width: 250px;
	font-family: Georgia, serif, sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 5px;
}

#mice {
	line-height: 150%;
	font-size: 12px;
	padding: 10px;
}

#mice ul,#mice ol {
	line-height: 200%;
	margin: 0 0 0 20px;
	font-size: 15px;
	font-family: Georgia, serif, sans-serif;
	font-style: italic;
}

#mice h1 {
	color: #f80;
	font-size: 26px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 120%;
	font-family: Georgia, serif, sans-serif;
}

#hotelH1 {
	color: #fff;
	background: #ccc;
	padding: 5px;
	font-family: Georgia, serif;
	font-weight: normal;
}

#hotelH1 img {
	vertical-align: middle;
}

.hotelPricelist {
	list-style: none;
	margin: 0 10px 0;
	font-size: 12px;
	width: 260px;
	float: left;
}

.hotelPricelist li {
	border-bottom: 1px dotted #ccc;
}

.hotelPricelist a .hotelPriceFrom {
	float: right;
	list-style: none;
	color: #f80;
}

.hotelPricelist a .hotelPriceFrom span {
	color: #ccc;
}

.hotelPricelist a {
	padding: 5px 10px;
}

.hotelPricelist a:hover {
	background: #eee;
}

.hotelPricelist a {
	color: #888;
	font-weight: 700;
	font-family: Georgia, serif;
	display: block;
}

#tourPackages {
	clear: both;
	padding: 10px;
	background: #78CA20;
	-moz-border-radius: 10px;
	margin: 0 auto;
}

#tourPackages  ul {
	list-style: none;
}

#tourPackages li {
	display: inline;
	float: left;
}

#tourPackages li a {
	font-family: Georgia, serif;
	float: left;
	display: inline;
	padding: 5px 10px;
	color: #fff;
	font-size: 22px;
}

#packSelect {
	float: left;
	padding: 10px;
	font-size: 18px;
	color: #C5FF6C;
}

.listcat {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 275px;
	background: #f5f5f5;
}

.listcat img {
	float: left;
	margin-left: -270px;
}

.listpack {
	list-style: square;
	padding: 0 0 10px 10px;
	margin: 5px;
}

.listcat h2 {
	font-family: Georgia, serif;
	color: #f80;
}

.listpack  li {
	color: #ccc;
}

.listpack  li a {
	font-size: 11px;
	color: #666;
	line-height: 150%;
}

#travtable2 {
	border-collapse: collapse;
}

#travtable2 th {
	padding: 10px;
	background: #cc0000;
	color: #fff;
	font-size: 16px;
}

#travtable2 h2 {
	font-size: 16px;
	color: #cc0000;
}

#travtable2 tr.odd {
	background: #f5f5f5;
}

#travtable2 td {
	padding: 5px 10px;
	color: #666;
}

.leftind {
	margin-left: 30px;
}

#maintenance {
	padding: 10px;
	font-size: 18px;
	color: #cc0000;
	margin: 0 0 10px;
	background: #ffefa5;
}