@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #606060;
	background-color: #303030;
	font-size: 14px;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	padding-top:14px;
	margin-top:40px;

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:120px;
	background: #DDDDDD;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 15px 14px 0px 14px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin: 0 14px 14px 14px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*
.oneColFixCtrHdr #graphical_border {
margin-top:40px;
margin-bottom:40px;
width:790px;
text-align:inherit;
background-color:#99CC00;
}
*/

h2 {
	font-size:120%;
	line-height: 24px;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
	font-weight: normal;
	color: #45A400;
}

h5 {
	font-size: 120%;
	font-weight: normal;
	color: #224391;
}
h6 {
	font-size: 120%;
	font-weight: normal;
	color: #942F23;
}
th {
	font-size: 1.1ems;
	font-weight: bold;
	color: #032972;
}


#Display {
	text-align:inherit;
	width:752px;
	background-color:#FFFFFF;
	padding:0px;
	margin: 0px 14px 0px 14px;
}



/*Below are styles taken from what you've deployed in the old site*/
.more_details_solid {
font-size:12px;
text-align:right;  width:100%;  background-color:F3F3F3; 
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}

.more_details_transparent {
font-size:12px;
	text-align:right;
	width:100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}

.Frontpage_price {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.PromoFrame {
	text-align:left;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 10px;
	border: 2px solid #FFFFFF;
}

.PromoFrame td{
text-align:left;
}

.PromoFrame th{
	text-align:center;
	color: #FFFFFF;
}

#profile_pane {
	margin-left:30px;
	margin-right:50px;
}
#vipNow {
	background-color: #E4EABD;
	padding: 6px;
	float: none;
	width: 710px;
	margin-right: 14px;
	vertical-align: top;
	border: 1px solid #999933;
	margin-left: 0px;
}

#vipNow_Front {
	background-color: #E4EABD;
	padding: 6px;
	float: none;
	width: auto;
	margin-bottom: 14px;
	vertical-align: top;
	border: 1px solid #999933;
	margin-left: 20px;
	margin-right: 20px;
}

#vip_pane {
	margin-right: 14px;
	margin-left: 14px;
}
#tour_pane {
	background-position: top;
	float: none;
	margin-right: 20px;
	background-color: #FFFFFF;
	padding: 14px;
	margin-top: 14px;
	clear: none;
	margin-left: 20px;
}

#ticket_promo {
	background-color: #D5E7ED;
	font-size: 1em;
	color: #CC3333;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: thin dashed #003399;
	padding-right: 14px;	
	padding-left: 14px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:64px;
	padding-bottom: 0px;

}


#ticket_promo  a {
	color: #FF0000;
	text-decoration:none;
}

#promo {
	font-size: 1em;
	color: #E8F2FF;
	background-image:url(promotion/Abroad-Tour/HKG/HKDisneyBG01.gif);
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 14px;
	margin-left: 20px;
	border: thin solid #660033;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:78px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFD757;
}

#promo  a {
	color: #003399;
	text-decoration:none;
}

#promo_1 {
	background-image:url(promotion/Tickets/SQWorldWonder.gif);
	background-position:center;
	background-position:top;
	background-repeat: no-repeat;
	height: 50px;
	text-align:center;
	vertical-align:bottom;
	padding-top:100px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:14px;
	margin-top:10px;
	color: #993333;
}

#promo_2 {
	font-size: 1em;
	color: #FF9900;
	background-color:#EFE1B8;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 14px;
	margin-left: 20px;
	border: thin solid #660033;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:108px;
	padding-bottom: 0px;
}

#promo_3 {
	font-size: 1em;
	color: #E8F2FF;
	background-image:none;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 14px;
	margin-left: 20px;
	border: thin solid #660033;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:80px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}

#TravelThai_pane {
	float:right;
	width: 400px;
	font-size:1.1em;
    color: #000066;
	padding: 8px;
	text-align: left;
	background-color: #FFCC33;
}


.TravelThai_promo1 {
	font-size: 1em;
	color: #FF9900;
	background-color:#EFE1B8;
	text-align: right;
	margin-top: 10px;
	margin-right: 430px;
	margin-bottom: 10px;
	margin-left: 6px;
	border: thin solid #660033;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:auto;
	width:auto;
	padding-bottom: 0px;
}


em {

text-decoration:none;
}

.right ul li {
	text-indent: 10px;
	position: relative;
	padding-left: 14px;
	padding-right: 14px;
	margin-left: 10px;
	margin-right: 14px;

}

.abroad_Package {
	font-size:1.3em;
	color:#004359;
	background-color: #F2EAD7;
	margin: 0px;
	padding: 4px;
	text-align: center;
}

.abroad_Tour {
	font-size:1.3em;
	color:#2B5801;
	background-color: #F2EAD7;
	margin: 0px;
	padding: 4px;
	text-align: center;
}

.abroad_promo1 {
	background-color: #F3F3F3;
	height: auto;
	border: 4px solid #A36649;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.abroad_promo2 {
	background-color: #F3F3F3;
	padding: 4px;
	height: auto;
	border: 4px solid #95ADC6;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.abroad_promo3 {
	background-color: #F3F3F3;
	padding: 4px;
	height: auto;
	border: 4px solid #82AD67;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	;
}

.abroad_promo4 {
	background-color: #F3F3F3;
	padding: 4px;
	height: auto;
	border: 4px dashed #95ADC6;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.abroad_promo5 {
	background-color: #F3F3F3;
	padding: 4px;
	height: auto;
	border: 4px dashed #95ADC6;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


a {
text-decoration:none;
}

.list_gap1 {
	width:360px;
}

.list_gap {
	padding-bottom: 62px;
	
}

.style4 {
	line-height:16px;
	margin-top:-10px;
}

.AirTkt_Promo_Asia {
	background-color: #E0DDCD;
}

.AirTkt_Promo_Euro {
	background-color:#DEEFF3;
}

.AirTkt_Promo_US-Canada {
	background-color:#EFFDDF;
}

.AirTkt_Promo_AUS-NZ {
	background-color:#F1EDD8;
}

.AirTkt_Promo_Students {
	background-color:#EDE6F7;
}

.AirTkt_Promo_RR {
	background-color:#EDDCDE;
}
