@charset "utf-8";

/* Background-Styles */

body {
	margin:0px; padding:0px;
	font-family:verdana, Helvetica;
	font-size:11px;
	color:#666666;
	background: #eeeeee;
	padding-bottom:0px;
}
#wa_content{
	width:100%;
	position:relative;
	margin-top:0px;

}
#wa_contentbox-top{
	position:relative;
	background-image:url(../images/top-bg-bar.png);
	background-repeat:repeat-x;
	line-height:35px;
	float:right;
	margin:0 auto;
	width:100%;
	vertical-align:top;
}
#wa_contentbox-left{
	position:relative;
	float:left;
	width:38%;
	line-height:20px;
}

#wa_contentbox-right{
	position:relative;
	float:right;
	top:0px;
	left:0px;
	width:62%;
}

#wa_contentbox-inside-top{
	position:relative;
	float:left;
	top:13px;
	background-image:url(../images/search-country-btn.gif);
	width:233px;
	line-height:27px;
	display:block;
}

#wa_contentbox-inside-left{
	position:relative;
	float:left;
}
#wa_contentbox-inside-middle{
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#wa_contentbox-inside-right{
	position:relative;
	float:right;
	width:38px;
	line-height:20px;
}

#wa_contentbox-center{
	position:inherit;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
#wa_contentbox-center-1{
	margin-left:auto;
	margin-right:auto;
	width:1016px;
	position:static;
}

.wa-logo {
	background-image:url(../images/wa-logo.gif);
	background-repeat:no-repeat;
	line-height:61px;
	width:175px;
	padding-left:5px;
	}

.wa-top-banner {
	background-image:url(../images/top-ad.jpg);
	background-repeat:no-repeat;
	line-height:60px;
	width:468px;
	padding-right:5px;
	}

.left-bg {
	background-image:url(../images/left.png);
	background-repeat:repeat-y;
	width:8px;
	}
	
.right-bg {
	background-image:url(../images/right.png);
	background-repeat:repeat-y;
	width:8px;
	}
	

	
/*div.row {float: left; margin: 0px auto; border:0; padding: 0; width: 1000px;}
div.cols1 {float: left; width: 8px; margin: 0 0px 0 0; padding: 0; background-image:url(../images/left.png); background-repeat:repeat-y; line-height:500px;}
div.cols2 {float: left; width: 8px; margin: 0 0px 0 0; padding: 0; background-image:url(../images/right.png); background-repeat:repeat-y; line-height:500px;}
div.cols3 {float: left; width: 98.4%; margin: 0 0px 0 0; padding: 0; vertical-align:top;}*/

#sidepanel {
	background-image:url(/images/sidebarbg.jpg);
	background-repeat:no-repeat;
	position:relative;
	float: left;
	width: 321px;
	height:100%;
}

#content {
	padding:0 2px 10px 20px;
	float: left;
	width: 63.5%;
}
#content2 {
	float: left;
	width: 78.5%;
}
/*---------MENU	----------------------------------------*/
.wa_grey-btn{
	color: #666666;
	text-decoration: none;
	text-align:left;
	font-family:verdana;
	font-size:11px;
}
.wa_grey-btn:visited {
	color:#727272;
	text-decoration: none;
	}
.wa_grey-btn:active {
	color:#727272;
	text-decoration: none;
	}
.wa_grey-btn:hover {
	color:#999;
	text-decoration: underline;
}

/*---------TOP MENU	----------------------------------------*/

#list-menu a {
display: block;
width:122px;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #cccccc;
background-image:url(../images/go-travel-btn.png);
background-repeat:no-repeat;
}

#list-menu a:hover {
color: #ffffff;
background-image:url(../images/go-travel-btn-o.png);
background-repeat:no-repeat;
}


#list-menu-romance a {
display: block;
width:122px;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu-romance a:link, #list-menu-romance a:active, #list-menu-romance a:visited {
color: #cccccc;
background-image:url(../images/romance-btn.png);
background-repeat:no-repeat;
}

#list-menu-romance a:hover {
color: #ffffff;
background-image:url(../images/romance-btn-o.png);
background-repeat:no-repeat;
}


#list-menu-adventure a {
display: block;
width:122px;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu-adventure a:link, #list-menu-adventure a:active, #list-menu-adventure a:visited {
color: #cccccc;
background-image:url(../images/adventure-btn.png);
background-repeat:no-repeat;
}

#list-menu-adventure a:hover {
color: #ffffff;
background-image:url(../images/adventure-btn-o.png);
background-repeat:no-repeat;
}


#list-menu-flight a {
display: block;
width:122px;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu-flight a:link, #list-menu-flight a:active, #list-menu-flight a:visited {
color: #cccccc;
background-image:url(../images/flight-btn.png);
background-repeat:no-repeat;
}

#list-menu-flight a:hover {
color: #ffffff;
background-image:url(../images/flight-btn-o.png);
background-repeat:no-repeat;
}


#list-menu-family a {
display: block;
width:122px;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu-family a:link, #list-menu-family a:active, #list-menu-family a:visited {
color: #cccccc;
background-image:url(../images/family-btn.png);
background-repeat:no-repeat;
}

#list-menu-family a:hover {
color: #ffffff;
background-image:url(../images/family-btn-o.png);
background-repeat:no-repeat;
}
/*---------END TOP MENU	----------------------------------------*/

#wa_menu{
	position:relative;
	float:right;
	height:86px;
	top:31px;
	width:700px;
	
}
#wa_headermenu{
	position:absolute;
	float:left;
	margin:5px;
	width:100%;
}
#wa_headermenu-left{
	position:relative;
	text-align:left;
	float:left;
	top:3px;
	width:50%;
}
#wa_headermenu-right{
	position:relative;
	text-align:right;
	float:left;
	top:3px;
	width:50%;
}

.wa_headermenu{
	color: #666666;
	text-decoration: none;
	font-size:11px;
}
.wa_headermenu:visited {
	color:#666666;
	text-decoration: none;
	}
.wa_headermenu:active {
	color:#666666;
	text-decoration: none;
	}
.wa_headermenu:hover {
	color:#999;
	text-decoration: underline;
}
#wa_listingbox{
	position:relative;
	width:65%;
}

/*---------HELP	----------------------------------------*/
.wa_help_text1 {
	padding:20px 0px 5px 0px;
	position:relative;
	font: 25px bold Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
}
.wa_help_text2 {
	padding:5px 0px 5px 0px;
	position:relative;
	font: 15px Arial, Helvetica, sans-serif;
	color:#646262;
	text-align:left;
}
.wa_help_text3 {
	padding:5px 10px 0px 0px;
	position:relative;
	font: 12px Arial, Helvetica, sans-serif;
	color:#aa2525;
	text-align:left;
}
.wa_help_text4 {
	padding:5px 10px 0px 0px;
	position:relative;
	font: 12px Arial, Helvetica, sans-serif;
	color:#0c6474;
	text-align:left;
}
.wa_help_dotline {
	background:url(/images/help_dot.jpg) repeat-x;
	


}
/*---------ABOUT US----------------------------------------*/
#wa_aboutus {
	position:relative;
	width:80%;
	float:left;
	clear:left;
	left:0;
}
#wa_aboutus-header {
	margin:10px 10px 0 10px;
	position:relative;
	font: 40px bold Arial, Helvetica, sans-serif;
	color:#fff;
	width:98%;
	float:left;
	clear:left;
}
#wa_aboutus-content {
	margin:10px 10px 0 10px;
	position:relative;
	width:791px;
	color:#ffffff;
	height:712px;
	float:left;
	line-height:15px;
	clear:left;
}
.wa_aboutus-content-btn{
	color:#ffffff;
	text-decoration: underline;
	text-align:left;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.5px;
	padding-left:10px;
	padding-right:10px;	
	
}
.wa_aboutus-content-btn:visited {
	color:#003366;
	text-decoration: underline;
	}
.wa_aboutus-content-btn:active {
	color:#003366;
	text-decoration: underline;
	}
.wa_aboutus-content-btn:hover {
	color:#999;
	text-decoration: none;
}
.wa_aboutus-content-btn2{
	color:#ffffff;
	text-decoration: none;
	text-align:left;
	font-family:arial;
	font-size:12px;
	letter-spacing:0.5px;
	padding-left:10px;
	padding-right:10px;	
	
}
.wa_aboutus-content-btn2:visited {
	color:#990000;
	text-decoration: none;
	}
.wa_aboutus-content-btn2:active {
	color:#990000;
	text-decoration: none;
	}
.wa_aboutus-content-btn2:hover {
	color:#999;
	text-decoration: underline;
}

/*---------CONTACT US----------------------------------------*/
#wa_contactus {
	position:relative;
	width:80%;
	float:left;
	clear:left;
	left:0;
}
#wa_contactus-header {
	margin:10px 10px 0 10px;
	position:relative;
	font: 40px bold Arial, Helvetica, sans-serif;
	color:#fff;
	width:98%;
	float:left;
	clear:left;
}
#wa_contactus-content {
	margin:10px 10px 0 10px;
	position:relative;
	width:791px;
	color:#ffffff;
	min-height:500px;
	float:left;
	line-height:15px;
	clear:left;
}
.wa_contactus-content-title {
	font:18px bold Arial, Helvetica, sans-serif;
	padding:3px;
	background-color:#666666;
	color:#fff;
	text-align:center;
	line-height:20px;
}
.wa_contactus-content-text {
	font:13px Arial, Helvetica, sans-serif;
	background-color:#ece9d8;
	padding:3px;
	color:#333;
	text-align:center;
	line-height:15px;
}
.wa_contactus-content-btn{
	color:#003366;
	text-decoration: underline;
	text-align:center;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.5px;
	padding-left:10px;
	padding-right:10px;	
	
}
.wa_contactus-content-btn:visited {
	color:#003366;
	text-decoration: underline;
	}
.wa_contactus-content-btn:active {
	color:#003366;
	text-decoration: underline;
	}
.wa_contactus-content-btn:hover {
	color:#666;
	text-decoration: none;
}
/*---------Rss Button----------------------------------------*/
#wa_rss_green{
	background:url(/images/rss_green.jpg) no-repeat;
	height:27px;
	width:26px;
	position:absolute;
	left:328px;
	top:5px;
	z-index:2;
}
#wa_rss_red{
	background:url(/images/rss_red.jpg) no-repeat;
	height:27px;
	width:26px;
	position:absolute;
	left:351px;
	top:5px;
	z-index:2;
}
#wa_rss_blue{
	background:url(/images/rss_blue.jpg) no-repeat;
	height:27px;
	width:26px;
	position:absolute;
	left:715px;
	top:5px;
	z-index:2;
}


.wa_box_title-green{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px 0 10px 0;
	color:#559057;
	text-align:left;
}



/*---------Bring Wa Home----------------------------------------*/
.wa_bring_title{
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px 0 10px 0;
	color:#712f2f;
	text-align:left;
}
.wa_bring_content{
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	text-align:left;
}
.wa_bring_download{
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#990000;
	text-align:left;
	padding:5px;
	text-decoration: underline;
}
.wa_bring_download:visited{
	color:#990000;
	text-decoration: underline;
	}
.wa_bring_download:active{
	color:#990000;
	text-decoration: underline;
	}
.wa_bring_download:hover{
	color:#990000;
	text-decoration: none;
}
/*---------Newsletter----------------------------------------*/
#wa_newsletter_date{
	padding:17px 10px 15px 20px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#474040;
	border-right:1px solid #dfdfdf;
	width:100px;
	float:left;
	height:20px;
}
#wa_newsletter_content{
	padding:15px 10px 20px 20px;
	text-align:left;
	font:14px Verdana, Arial, Helvetica, sans-serif;
		border-right:1px solid #dfdfdf;
	font-weight:bold;
	color:#712f2f;
	float:left;
	width:430px;
}
#wa_newsletter_view{
	padding:5px 10px 5px 10px;
	text-align:left;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color:#712f2f;
	float:left;
	width:50px;
	
}

#wa_corner{
	left:-13px;
	position:relative;
	width:65%;
}
#wa_corner_top{
	background:url(/images/waahhh-corner-bg-top.png) no-repeat;
	position:relative;
	float:left;
	width:730px;
	height:30px;
}
#wa_corner_mid{
	background:url(/images/waahhh-corner-bg-mid.png) repeat-y;
	position:relative;
	width:730px;
		float:left;
	text-align:center;
}
#wa_corner_title{
	position:relative;
	padding-left:50px;
	text-align:left;
	font:40px Arial, Helvetica, sans-serif ;
	font-weight: bold;
	color:#990000;
	width:80%;
}
#wa_corner_subtitle{
	position:relative;
	width:100%;
	padding-left:51px;
	padding-bottom:10px;
	text-align:left;
	font:12px Arial, Helvetica, sans-serif ;
	color:#746c6c;
		
}
#wa_corner_contentbox{
	margin:0 auto;
	left:24px;
	border-top:1px solid #c79090;
	position:relative;
	text-align:center;
	float:left;
	width:93%;
}
#wa_corner_btm{
	float:left;
	background:url(/images/waahhh-corner-bg-btm.png) no-repeat;
	position:relative;
	width:730px;
	height:38px;
}
/*---------ADVERTISE----------------------------------------*/
#wa_advertise {
	position:relative;
	width:80%;
	float:left;
	clear:left;
	left:0;
}
#wa_advertise-header {
	margin:10px 10px 0 10px;
	position:relative;
	font: 40px bold Arial, Helvetica, sans-serif;
	color:#fff;
	width:98%;
	float:left;
	clear:left;
}
#wa_advertise-image {
	margin:0px 10px 0 3px;
	position:relative;
	width:791px;
	height:712px;
	float:left;
	clear:left;
}
#wa_advertise-package {
	margin:10px 10px 0 10px;
	position:relative;
	width:28%;
	float:left;
}
.wa_advertise-package-header{
	font:18px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
}
.wa_advertise-package-content{
	font:14px bold Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:underline;
}
.wa_advertise-package-content-bold{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.wa_advertise-package-highlight{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
#wa_advertise-content {
	margin:10px 10px 0 15px;
	position:relative;
	width:32%;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
}
.wa_advertise-content-highlight{
	font:12px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
}
.wa_advertise-content-btn{
	color: #ffffff;
	text-decoration: underline;
	text-align:left;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.5px;
	padding-left:10px;
	padding-right:10px;	
	
}
.wa_advertise-content-btn:visited {
	color:#990000;
	text-decoration: underline;
	}
.wa_advertise-content-btn:active {
	color:#990000;
	text-decoration: underline;
	}
.wa_advertise-content-btn:hover {
	color:#999;
	text-decoration: none;
}

#wa_ads-top {
	line-height:20px;
	font-size:18px;
	font-family:arial;
	font-weight:bold;
	color:#00CCCC;
	padding-left:10px;
	text-align:left;
	}

.wa_ads-top a {
	color:#00CCCC;
	text-decoration: none;
	}
.wa_ads-top:link {
	color:#00CCCC;
	text-decoration: none;
	}	

.wa_ads-top:visited {
	color:#00CCCC;
	text-decoration: none;
	}
.wa_ads-top:active {
	color:#00CCCC;
	text-decoration: none;
	}
.wa_ads-top:hover {
	color:#00CCCC;
	text-decoration: underline;
}

#wa_ads-bottom {
	line-height:18px;
	font-size:12px;
	font-family:arial;
	font-weight:normal;
	color:#666;
	padding-left:10px;
	text-align:left;
	}
	
.ads-1 {
	background-image:url(../images/ad-box.jpg);
	width:57px;
	line-height:57px;
	padding:2px;
	}
.ads-2 {
	background-image:url(../images/ad-box-1.jpg);
	width:57px;
	line-height:57px;
	padding:2px;
	}
.ads-3 {
	background-image:url(../images/ad-box-2.jpg);
	width:57px;
	line-height:57px;
	padding:2px;
	}
.ads-4 {
	background-image:url(../images/ad-box-3.jpg);
	width:57px;
	line-height:57px;
	padding:2px;
	}
.ads-5 {
	background-image:url(../images/ad-box-4.jpg);
	width:57px;
	line-height:57px;
	padding:2px;
	}
.ads-6 {
	background-image:url(../images/ad-box-5.jpg);
	width:57px;
	line-height:57px;
	padding:2px;
	}	
.ads-7 {
	background-image:url(../images/ad-box-6.jpg);
	width:57px;
	line-height:57px;
	padding:2px;
	}
.ads-8 {
	background-image:url(../images/ad-box-7.jpg);
	width:57px;
	line-height:57px;
	padding:2px;
	}
.ads-right {
	background-image:url(../images/ad-box-bg.jpg);
	background-repeat:repeat-x;
	line-height:57px;
	width:231px;
	padding:2px;
	}

.blank-space {
	line-height:5px;
	}

/*---------BANNER----------------------------------------*/

#wa_bannerbox{
	position:relative;
	height:352px;
	width:750px;
	z-index:1;
	
}



/*	-------------------Footer-Styles ------------------------ */
#wa_footer {
	margin-top:20px;
	position:relative;
	width:100%;
	float:left;
	clear:left;
	left:0;
}

#wa_footer-menu1{
	width:74%;
	position:relative;
	padding: 2px;
	border-top: 1px solid #b5b1b1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
#wa_footer-menu1a{
	width:69.5%;
	position:relative;
	padding: 2px;
	border-top: 1px solid #b5b1b1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
.wa_footer-menu1{
	color: #fff;
	text-decoration: none;
	text-align:left;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	letter-spacing:0.5px;
	padding-left:10px;
	padding-right:10px;	
}
.wa_footer-menu1:visited {
	color:#fff;
	text-decoration: none;
	}
.wa_footer-menu1:active {
	color:#fff;
	text-decoration: none;
	}
.wa_footer-menu1:hover {
	color:#999;
	text-decoration: underline;
}
#wa_footer-menu2{
	width:74%;
	color: #fff;
	text-align:left;
	font-family:arial;
	font-size:10px;
	padding: 2px;
	border-top: 1px solid #b5b1b1;

}
#wa_footer-menu2a{
	width:69.5%;
	color: #fff;
	text-align:left;
	font-family:arial;
	font-size:10px;
	padding: 2px;
	border-top: 1px solid #b5b1b1;

}
.wa_footer-menu2{
	color: #fff;
	text-decoration: none;
	text-align:left;
	font-family:arial;
	font-size:10px;
		padding-left:10px;
	padding-right:10px;	
}
.wa_footer-menu2:visited {
	color:#fff;
	text-decoration: none;
	}
.wa_footer-menu2:active {
	color:#fff;
	text-decoration: none;
	}
.wa_footer-menu2:hover {
	color:#cccccc;
	text-decoration: underline;
}
#wa_footer-menu3{
	width:73.5%;
	position:relative;
	border-top: 1px solid #b5b1b1;
	font-family:Arial, Helvetica, sans-serif;
	color:#b5b1b1;
	font-size:11px;
	padding: 5px 0 5px 10px;
}
#wa_footer-menu3a{
	width:69%;
	position:relative;
	border-top: 1px solid #b5b1b1;
	font-family:Arial, Helvetica, sans-serif;
	color:#b5b1b1;
	font-size:11px;
	padding: 5px 0 5px 10px;
}
#sidebar li a {
min-width:20px;
color: #666;
font-weight:bold;
font-size:11px;
margin:8px 10px 8px 10px;
text-decoration: none;
display: block;



}

#sidebar li a:visited {
color: #666;
text-decoration: none;

}

#sidebar li a:hover {
color: #999;
text-decoration: underline;

}

/*SECTION*/
#wa_section01{
	background-color:#FFFFFF;
	background-image:url(/images/cny_image/latest-header.jpg);
	width:365px;
	min-height:240px;
	position:relative;
	background-repeat:no-repeat;
	float:left;
	z-index:1;
}

#wa_section01-btn {
margin:50px 10px 0 30px;
font-family: Arial;
line-height:13px;
}
.wa_section01-bold{
	color: #8ca336;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:0.5px;	
}
.wa_section01-price{
	color:#666;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:0.5px;	
}
.wa_section01-btn{
	color: #8ca336;
	text-decoration: none;
	text-align:left;
	font-weight:normal;
	font-size:11px;
	letter-spacing:0.5px;	
}
.wa_section01-btn:visited {
	color:#8ca336;
	text-decoration: none;
	}
.wa_section01-btn:active {
	color:#8ca336;
	text-decoration: none;
	}
.wa_section01-btn:hover {
	color:#333;
	text-decoration: underline;
}

#wa_section01-footer{
	background-image:url(/images/christmas/latest-footer.jpg);
	width:100%;
	height:40px;
	position:relative;
	margin-top:10px;
	background-repeat:no-repeat;
	float:left;
	text-align:left;
}
#wa_section01-footer-dot{
	background-image:url(/images/christmas/blog-dot.jpg);
	width:10px;
	height:8px;
	margin:11px 5px 10px 30px;
	position:relative;
	background-repeat:no-repeat;
	float:left;
}
#wa_section01-footer-morebtn{
	font-family:Arial, Helvetica, sans-serif;
	width:30px;
	margin:5px 5px 10px 5px;
	position:relative;
	float:left;
}
.wa_section01-footer-morebtn{
	color: #7b9420;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:0.5px;	
}
.wa_section01-footer-morebtn:visited {
	color:#7b9420;
	text-decoration: none;
	}
.wa_section01-footer-morebtn:active {
	color:#7b9420;
	text-decoration: none;
	}
.wa_section01-footer-morebtn:hover {
	color:#cccccc;
	text-decoration: underline;
}
#wa_section02{
	background-image:url(/images/cny_image/promotion-header.jpg);
	width:750px;
	min-height:150px;
	position:relative;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	float:left;
	margin-right:5px;
	z-index:1;
}

#wa_section02-btn {
margin:50px 10px 0 30px;
font-family: Arial;
line-height:13px;

}
.wa_section02-bold{
	color: #68919d;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:0.5px;	
}

.wa_section02-btn{
	color: #68919d;
	text-decoration: none;
	text-align:left;
	font-weight:normal;

	font-size:11px;
	letter-spacing:0.5px;	
}
.wa_section02-btn:visited {
	color:#68919d;
	text-decoration: none;
	}
.wa_section02-btn:active {
	color:#68919d;
	text-decoration: none;
	}
.wa_section02-btn:hover {
	color:#333;
	text-decoration: underline;
}


#wa_section02-footer{
	background-image:url(/images/christmas/promotion-footer.jpg);
	width:100%;
	height:40px;
	position:relative;
	margin-top:10px;
	background-repeat:no-repeat;
	float:left;
}
#wa_section02-footer-dot{
	background-image:url(/images/christmas/promotion-dot.jpg);
	width:10px;
	height:8px;
	margin:11px 5px 10px 30px;
	position:relative;
	background-repeat:no-repeat;
	float:left;
}
#wa_section02-footer-morebtn{
	font-family:Arial, Helvetica, sans-serif;
	width:30px;
	margin:5px 5px 10px 5px;
	position:relative;
	float:left;
}
.wa_section02-footer-morebtn{
	color: #245f70;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:0.5px;	
}
.wa_section02-footer-morebtn:visited {
	color:#245f70;
	text-decoration: none;
	}
.wa_section02-footer-morebtn:active {
	color:#245f70;
	text-decoration: none;
	}
.wa_section02-footer-morebtn:hover {
	color:#cccccc;
	text-decoration: underline;
}
#wa_section03{
	background-color:#FFFFFF;
	background-image:url(/images/cny_image/hottest-header.jpg);
	width:385px;
	min-height:240px;
	position:relative;
	background-repeat:no-repeat;
	float:left;
	z-index:1;
}

#wa_section03-btn {
margin:50px 10px 0 30px;
font-family: Arial;
line-height:13px;
}
.wa_section03-bold{
	color: #a25b5d;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:0.5px;	
}

.wa_section03-btn{
	color: #a25b5d;
	text-decoration: none;
	text-align:left;
	font-weight:normal;

	font-size:11px;
	letter-spacing:0.5px;	
}
.wa_section03-btn:visited {
	color:#a25b5d;
	text-decoration: none;
	}
.wa_section03-btn:active {
	color:#a25b5d;
	text-decoration: none;
	}
.wa_section03-btn:hover {
	color:#333;
	text-decoration: underline;
}

#wa_section03-footer{
	background-image:url(/images/christmas/hottest-footer.jpg);
	width:100%;
	height:40px;
	position:relative;
	margin-top:10px;
	background-repeat:no-repeat;
	float:left;
}
#wa_section03-footer-dot{
	background-image:url(/images/christmas/hottest-dot.jpg);
	width:10px;
	height:8px;
	margin:11px 5px 10px 30px;
	position:relative;
	background-repeat:no-repeat;
	float:left;
}
#wa_section03-footer-morebtn{
	font-family:Arial, Helvetica, sans-serif;
	width:30px;
	margin:5px 5px 10px 5px;
	position:relative;
	float:left;
}
.wa_section03-footer-morebtn{
	color: #6f1d1d;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:0.5px;	
}
.wa_section03-footer-morebtn:visited {
	color:#6f1d1d;
	text-decoration: none;
	}
.wa_section03-footer-morebtn:active {
	color:#6f1d1d;
	text-decoration: none;
	}
.wa_section03-footer-morebtn:hover {
	color:#cccccc;
	text-decoration: underline;
}

#wa_section04{
    
	position:relative;
	margin-top:10px;
	width:745px;
	/*height:165px;*/
	float:left;
	clear:left;
}
#wa_section05{
	position:relative;
	margin-top:10px;
	width:827px;
	float:left;
	clear:left;
	left:-40px;
}
#wa_section05_header{
	background:url(/images/cny_image/waahhh-corner-top.png) no-repeat;
	position:relative;
	width:100%;
	height:33px;
	float:left;
	clear:left;
}
#wa_section05_mid{
	background:url(/images/cny_image/waahhh-corner-mid.png) no-repeat;
	position:relative;
	width:100%;
	height:86px;
	float:left;
	clear:left;
}
#wa_section05_mid_image{
	background:url(/images/cny_image/waahhh-corner-image.png) no-repeat;
	position:relative;
	left:50px;
	width:350px;
	height:86px;
	float:left;
	clear:left;
}
#wa_section05_mid_content{
	position:relative;
	width:100%;
	float:left;
	clear:left;
}
#wa_section05_footer{
	background:url(/images/cny_image/waahhh-corner-btm.png) no-repeat;
	position:relative;
	width:100%;
	height:11px;
	float:left;
	clear:left;
}
.wa_section05_btn{
	textalign:left;
	text-decoration:none;
	font-weight: bold;
	color:#990000;
	outline: none;
	font-size:11px;
}
.wa_section05_btn:visited {
	color:#990000;
	text-decoration:none;
	}
.wa_section05_btn:active {
	color:#990000;
	text-decoration:none;
	}
.wa_section05_btn:hover {
	color:#666;
	text-decoration:underline;
}

/*----------Advertisement----------*/
#wa_ads01{
	margin:5px;
	width:90%;
}

.wa_container {
	width:1000px;
	margin:0 auto;
	position:relative;
	
}


#front-header{
	z-index: 2;
	position:absolute;
	top: 0px;
	margin: 0px auto;
	width: 900px;
	padding: 0px;
	height: 50px;
	left:300px;
	top:200px;
 }

#header-box {
	width:100%;
	float:left;
}
#header-title {

	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	padding:10px 10px 3px 0px;
	color:#999;
	width:60%;
	float:left;
}
.header-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#8051A1;
	text-transform:uppercase;
	width:60%;
}


#background{
	background-position:center;
	position: relative;
	/*background-image:url(/images/banner1.png);*/
	 background-repeat:no-repeat;
	top: 50px;
	margin: 0px auto;
	height: 490px;
	width: 980px;
	padding: 0px;
	left:0px;
}



a.button {
	background:#000 url(/images/btn/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	border:0px solid #999;
	text-align:right;
	text-transform:uppercase;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	line-height:25px;	
}
a.button:hover {
	background:#007de2 url(/images/btn/button_bg_o.jpg) repeat-x;
	/*border-color:#007de2;*/
	border:0px solid #999;
	font-family:Verdana;
	color: #fff;
}
a.button:active {
	color: #fff;
}
a.button:visited {
	color: #fff;
}
.btn2{
	textalign:right;
	padding-right:10px;
	text-decoration: underline;
	font-weight: normal;
	color:#603784;
	outline: none;
	font-size:11px;
	}
.btn2:visited {
	color:#603784;
	text-decoration: none;
	}
.btn2:active {
	color:#603784;
	text-decoration: none;
	}
.btn2:hover {
	color:#603784;
	text-decoration: none;
}

/* PACKAGES PREVIEW*/
#preview-content-box{
	padding:2px;
	border: 1px solid;
	border-color:#78629d;
	width:98.5%;
	float:left;
}
.preview_enquiry-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	color:#d43a41;
}
#preview-enquiry-box{
	border: 1px solid;
	border-color:#666666;
	width:99%;
	float:left;
}
#preview-enquiry-title{
	margin:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#cccccc;
	text-align:left;
	font-size:20px;
	text-transform: uppercase;
	color:#990000;
	padding:10px;
	width:96.5%;
	float:left;
}

#preview-content-titlebox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	background-color:#78629d;
	color:#FFF;
	padding:10px 10px 10px 10px;
	text-align:left;
	font-weight:bold;
	line-height:20px;
	width:97%;
	float:left;
}
#preview-content-textbox1{
	margin-top:3px;
	padding:5px;
	background-color:#EBEDE8;
	width:60%;
	float:left;
}
#preview-content-textbox1-text{
	padding:5px;
	width:90%;
	float:left;
}
#preview-content-textbox1-image{
	background-repeat:no-repeat;
	height:100px;
	width:100px;
	border:1px solid;
	border-color:#cccccc;	
	float:left;
}
#preview-content-textbox2{
	margin-top:3px;
	background-color:#EBEDE8;
	width:38%;
	float:right;
}
#preview-content-textbox2-text{
	padding:5px;
	width:90%;
	text-align:right;
	float:left;
}
.preview_text-title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	background-color:#EBEDE8;
	color:#603784;
	padding:5px;
	text-align:left;
}
#preview-content-textbox3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	background-color:#EBEDE8;
	color:#2f235c;
	text-align:left;
	padding:5px;
	width:98.5%;
	float:left;
}
#preview-content-textbox4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666666;
	text-align:left;
	padding:5px;
	width:97.5%;
	float:left;
}
#preview-content-textbox5{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#990000;
	text-align:left;
	padding:10px;
	width:95.5%;
	float:left;
}
.preview_header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	width:637px;
	line-height:25px;
	padding:7px;
	text-transform: uppercase;
	background-color:#DEC7E1;
	color:#603784;
	text-align:left;
}
.preview-image{
	background-image:url(/images/packages.jpg);
	background-repeat:no-repeat;

	height:100px;
	width:100px;
	border:1px solid;
	border-color:#cccccc;
}
.download-icon{
	background-image:url(/images/download.jpg);
	background-repeat:no-repeat;
	display:block;
	text-align:right;
	height:19px;
	width:13px;
	
}
.preview-icon1{
	background-image:url(/images/meal.png);
	background-repeat:no-repeat;
	display:block;
	height:36px;
	width:29px;
}
.preview-icon2{
	background-image:url(/images/accommodation.png);
	background-repeat:no-repeat;
	display:block;
	height:36px;
	width:29px;
}
.preview-icon3{
	background-image:url(/images/tax.png);
	background-repeat:no-repeat;
	display:block;
	height:36px;
	width:29px;
}
.preview-icon4{
	background-image:url(/images/tipping.png);
	background-repeat:no-repeat;
	display:block;
	height:36px;
	width:29px;
}
.preview-icon5{
	background-image:url(/images/plane.png);
	background-repeat:no-repeat;
	display:block;
	height:36px;
	width:29px;
}
.preview_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	display:block;
	color:#333333;
	padding:8px;
	text-align:left;
	
}

.preview-content-box{
	border:1px solid;
	border-color:#cccccc;
	padding-bottom:2px;
	padding-top:2px;
}
.preveiw-content-bgcolor {
	background-color:#ebede8;#D8DBD2
}

.preview_content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#656b6b;
	padding-left:10px;
}
.price_red{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	text-align:right;
	color:#b90000;
	padding-top:20px;
	padding-bottom:10px;
	text-transform:uppercase;
}


/* ABOUT US  */
#about-content-box{
	padding:2px;
	border: 3px solid;
	border-color:#ECE9D8;
	width:97%;
	float:left;
	
}
#about-content-imagebox{
	width:300px;
	height:420px;
	float:left;
	clear:left;
}
#about-content-titlebox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	background-color:#574b76;
	color:#FFF;
	margin-left:5px;
	padding:10px 10px 10px 5px;
	text-align:left;
	font-weight:bold;
	line-height:29px;
	width:47.5%;
	float:left;
}
#about-content-testbox{
	padding:15px 10px 5px 10px;
	width:46%;
	float:left;
}
.about-content-test{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;
	line-height:16px;
}
.about-content-testbold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;
	font-weight:bold;
	line-height:16px;
}
/* CONTACT PAGE */
#contact-content-box{
	padding:2px;
	border: 3px solid;
	border-color:#ECE9D8;
	width:97%;
	float:left;
}
#contact-content-imagebox{
	width:300px;
	height:420px;
	float:left;
	clear:left;
}
#contact-content-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;
	line-height:16px;
	width:48%;
	float:left;
	margin:8px 5px 8px 5px;
}

.contact-content-bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-align:left;
	line-height:20px;
}
.contact-images{
	background-image:url(/images/map1.jpg);
	background-repeat:no-repeat;
	width:381px;
	height:514px;
}
#contact-form-header{
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	padding:7px;
	text-transform: uppercase;
	background-color:#574b76;
	color:#ffffff;
	text-align:left;
	width:96.3%;
	float:left;
	clear:left;
}
#contact-form-content{
	width:98.5%;
	background-color:#ECE9D8;
	float:left;
	clear:left;
	}
.contact-enquiry-bold {
	text-decoration: none;
	font-weight: bold;
	color:#814daf;
	outline: none;
	font-size:11px;
	}

/*-----------LAMP-------------------------------------- */
#wa_lamp1{
	background-image:url(/images/cny_image/lamp_s.png);
	margin-bottom:5px;
	background-repeat:no-repeat;
	width:144px;
	height:161px;
	display: block;
	position:absolute;
	left:-150px;
	z-index:1;
	top:187px;
}
#wa_lamp2{
	background-image:url(/images/cny_image/lamp_s.png);
	margin-bottom:5px;
	background-repeat:no-repeat;
	width:144px;
	height:161px;
	display: block;
	position:absolute;
	float:right;
	right:-50px;
	z-index:1;
	top:187px;
}
#wa_lamp3{
	background-image:url(/images/cny_image/lamp_b.png);
	margin-bottom:5px;
	background-repeat:no-repeat;
	width:203px;
	height:239px;
	display: block;
	position:absolute;
	float:right;
	right:-140px;
	z-index:0;
	top:185px;
}
/*-----------LOGO-------------------------------------- */
#wa_logo{
	background-image:url(/images/cny_image/logo.png);
	margin-bottom:5px;
	background-repeat:no-repeat;
	height:86px;
	display: block;
	width:280px;
	position:relative;
	top:30px;
}

#wa_msc-logo{
	background-image:url(/images/msc-logo.png);
	background-repeat:no-repeat;
	height:69px;
	display: block;
	width:75px;
	float:right;
	right:150px;
	position:relative;
}


	
/* -------------------SEARCH -------------------*/
#wa_searchbar{
	background-image:url(/images/cny_image/searchbar-bg2.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:71px;
	position:absolute;
	top:117px;
	left:0px;
	text-align:center;
}
#wa_searchbar-box{
	margin:0 auto;
	position:relative;
	top:-4px;
	width:1000px;
}
#wa_searchbar-boxleft{
	margin:5px; 
	width:28%;
	position:relative;
	float:left;
	clear:left;
}
#wa_searchbar-boxleft-image{
	width:24px;
	height:19px;
	margin:25px 15px 0 10px;
	position:relative;
	float:left;
	clear:left;
}
#wa_searchbar-boxleft-content{
width:75%;
height:58px;
font-family:Arial, Helvetica, sans-serif;
font-size:11.2px;
font-weight:normal;
color:#333;
position:relative;
float:left;
text-align:left;
line-height:12.5px;
margin-top:12px;
border-right:1px solid #fff;
} 
.wa_searchbar-boxleft-header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.2px;
	font-weight:bold;
	color:#990000;
	text-decoration: none;
}
.wa_searchbar-boxleft-header:visited {
color: #0066CC;
text-decoration: none;
}

.wa_searchbar-boxleft-header:active {
color: #0066CC;
text-decoration: none;
}

.wa_searchbar-boxleft-header:hover {
color: #fff;
text-decoration: none;
}

#wa_searchbar-boxright{
	margin:25px 10px 10px 20px; 
	width:60%;
	position:relative;
	float:left;
}
#wa_searchbar-boxright-searchbox{ 
	width:60%;
	margin-top:1px;
	text-align:left;
	position:relative;
	float:left;
	clear:left;
}
.wa_searchbar-boxright-searchbox{
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	padding: 5px 5px 0 5px; 
	width:340px;
	height:23px;
	text-align:left;
	position:relative;
	float:left;
	clear:left;
}
#wa_searchbar-boxright-searchbtn{
	width:203px;
	height:34px;
	position:relative;
	float:left;
}
#wasearch_btn2{
	float:left;
	clear:left;
	left: -20px;
	width:300px;
	position: relative;
	z-index:2;	
}
#wa_country_listing{
	top:13px;
	position:relative;
	left:4px;
	width:350px;
	z-index:1;
}

#wasearch_bycountry{
    width:355px;
    min-height:100px;
	left:20px;
    position:relative;
    float:none;

}
.wasearch_bycountry_box{
	background-color:#D3D3D3;

}
.wasearch_bycountry_title{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#666666;
}
.wasearch_bycountry_btn{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
	text-align:left;
}
.wasearch_bycountry_btn:visited {
	color:#fff;
	text-decoration: none;
	}
.wasearch_bycountry_btn:active {
	color:#fff;
	text-decoration: none;
	}
.wasearch_bycountry_btn:hover {
	color:#666;
	text-decoration: none;
}
#pading {
	width:85%;
	padding:0px 20px 10px 30px;	
	}
#pading2 {
	width:85%;
	padding:12.5px 14px 12.5px 14px;	
	}
	




/* LOGIN */
#loginbtn-box{
	position:relative;
	width:60px;
	top:-45px;
	left:900px;

		
}
.loginbtn{
	color: #666;
	text-decoration: none;
	text-align:left;
	font-family:arial;
	font-size:12px;
	letter-spacing:0.5px;	
}
.loginbtn:visited {
	color:#666;
	text-decoration: none;
	}
.loginbtn:active {
	color:#666;
	text-decoration: none;
	}
.loginbtn:hover {
	color:#cccccc;
	text-decoration: underline;
}
#login-text{
	width:50%;
	float:left;
}
#login-icon{
	background-image:url(/images/login.png);
	background-repeat:no-repeat;
	height:15px;
	width:15px;
	float:right;
}
.login-content-box{
	border:2px solid;
	border-color:#ECE9D8;
	padding:5px;
}
.login-content{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#cbc6da;
	padding:3px;
}
/* PAGING */

#paging{   
    padding:15px 0 0 0;   
    font-family:Arial, Helvetica, sans-serif;   
    font-size:12px;   
    color:#000000;   
	float:right;
    font-weight:bold;   
}   
  
#paging a{   
    padding:4px 2px 4px 2px;   
    margin:0px 1px 0px 1px;      
    background:#fff;   
    color:#537b9f;   
    text-decoration:none;   
}   
  
#paging a:hover{      
    background:#fff;   
    color:#b2c3c9;   
    text-decoration:none;   
}


  
/*PNG FIX*/
img {
	display:block;
	behavior: url("pngbehavior.htc");
}

.tagCloud a { line-height: 1.4em; padding-right: 0.4em; }

.tag 
{
    overflow:visible;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	font-family: "Trebuchet MS", Sans-Serif, Verdana;
}

.oddTag { color: Green; }

.RM {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background-color:#b90000;
	vertical-align:middle;
	line-height:23px;
}
