﻿
/*---------------------------------------------------------------------------------------------------------------------------------
	searchBOX
---------------------------------------------------------------------------------------------------------------------------------*/
.searchBox
{
	background: #8fd9fc url(   '../images/Resources/newskin/bg_Searchbox.jpg' ) repeat-x left bottom;
	clear: both;
	margin-top: 7px;
	float: left;
	width: 100%;
}

/*---------------------------------------------------------------------------------------------------------------------------------
	searchCITY
---------------------------------------------------------------------------------------------------------------------------------*/
.searchCity
{
	background: white url(   '../images/Resources/newskin/bg_WhatWhere.jpg' ) repeat-x left top;
	width: 280px;
	float: right;
	height: 314px;
	display: block;
}
.formCity
{
	background: url(   '../images/Resources/newskin/ico_WhatWhere.jpg' ) no-repeat left top;
	float: left;
	padding-bottom: 6px;
}
.formCity .title
{
	color: #82771d;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 6px;
	display: block;
}
.formCity div
{
	background: url(   '../images/Resources/newskin/txtWW_l.jpg' ) no-repeat left top;
	height: 29px;
	padding-left: 7px;
	float: left;
	display: block;
	width: 260px;
	position: relative;
	left: 7px;
}
.formCity div input
{
	float: left;
}
.formCity div .textbox
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url(   '../images/Resources/newskin/txtWW_bg.jpg' ) repeat-x left top;
	padding: 5px;
	font-family: "Times New Roman";
	font-size: 18px;
	color: #454545;
	width: 170px;
	margin: 0px;
}
.formCity div .button
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url(   '../images/Resources/newskin/btnChance_WW.jpg' ) no-repeat left top;
	width: 79px;
	height: 29px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}
.data
{
	clear: both;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px #4195bd solid;
	border-right: 1px #4195bd solid;
	height: 230px;
	height: expression(   "231px" );
	width: 279px;
	overflow: hidden;
}
/*
hack safari, chrome
*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.data
	{
		height: 231px;
	}
	.formCity .title
	{
		height: 37px;
		padding-bottom: 0px;
	}
}
.data a
{
	display: block;
	font-weight: bold;
	text-decoration: none; /*height: 24px;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.data a:hover
{
	text-decoration: underline;
}

.data a span
{
	color: #d21d22;
	text-decoration: underline;
}
.data a div
{
	clear: both;
	display: block;
	height: 67px;
	margin: 10px 0;
	width: 100%;
	background-position: center;
	border: 1px #454545 dashed;
}
.hideimgCity
{
	height: 0px !important;
	overflow: hidden;
	border: 0px !important;
}
.data .label
{
	display: block;
	float: left;
	color: #454545;
	display: block;
	float: left;
	padding-left: 10px;
	text-align: left;
	width: 70px;
}

.weatherInfo
{
	display: block;
	float: right;
	background-color: #fbf9e5;
	border: 1px #dcce74 solid;
	border-right: 0px;
	padding: 10px;
	width: 170px;
	margin-bottom: 10px;
}
span.big
{
	color: #5a8952;
	font-size: 14px;
	font-weight: bold;
	width: 170px;
}
.data .item
{
	background: white url(   '../images/Resources/newskin/bullet_WW.jpg' ) no-repeat 5px center;
	border-top: 1px #7e7e7e dashed;
	display: block;
	padding-left: 30px;
	clear: both;
	font-weight: normal;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 13px;
}
.data .item:hover
{
	background-color: #F0F0E3;
}
.more
{
	color: Black;
	font-weight: bold;
}
.notFound
{
	padding: 20px;
	color: #82771D;
	font-size: 20px;
	text-align: center;
	display: block;
}

/*---------------------------------------------------------------------------------------------------------------------------------
	Join us
---------------------------------------------------------------------------------------------------------------------------------*/
.joinus
{
	clear: left;
	display: block;
}
.whyjoin
{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 15px 0 0 0;
	line-height: 23px;
	background: white url(   '../images/Resources/newskin/img_JoinUs.jpg' ) no-repeat right top;
	width: 250px;
}
.whyjoin li
{
	background: url(   '../images/Resources/newskin/bullet_JoinUs2.jpg' ) no-repeat left center;
	padding-left: 20px;
}
.loginForm
{
	float: left;
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
	padding-left: 18px;
	width: 230px;
	background: url(   '../images/Resources/newskin/bullet_JoinUs.jpg' ) no-repeat left 10px;
}
.loginForm li
{
	padding: 2px 0;
}
.loginForm .title
{
	color: #ce3333;
	padding-right: 7px;
}
.loginForm .inputLogin
{
	background: white url(   '../images/Resources/newskin/txtJoinUs_bg.gif' ) no-repeat left 4px;
}
.loginForm .inputLogin input
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 5px;
	width: 152px;
	background: transparent;
	height: 14px;
}
.zIndex
{
	z-index: 100;
}
.register
{
	background-color: white;
	border: 1px #999999 solid;
	padding: 5px;
	position: absolute;
	width: 220px;
	z-index: 5000;
	display: none;
	color: #454545;
	font-size: 14px;
	line-height: 18px;
	clear: both;
	margin-top: -26px; /*hack ie*/
	margin-left: expression(   "-160px" );
	margin-top: expression(   "5px" );
}

/*
hack safari, chrome
*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{

}
.hidden
{
	display: none;
}
#ctl00_cplContent_UsrJoinAndSupport1_btnLogin
{
	cursor: pointer;
	background: url(   '../images/Resources/newskin/imgLogin.jpg' ) no-repeat left top;
	width: 95px;
	padding-left: 25px;
	text-align: left;
	position: absolute;
	font-weight: bold;
	z-index: 50;
	height: 30px;
}
.errorLogin span
{
	color: red;
	font-weight: bold;
	position: absolute;
	margin-left: -90px;
	background-color: White;
	z-index: 10px;
}
.avatar
{
	width: 56px;
	height: 56px;
	float: left;
	padding: 2px;
	border: 1px #ddd solid;
	margin-right: 5px;
}
#info
{
	width: 170px;
	overflow: hidden;
	display: block;
	height: 68px;
}
#info span, #info a
{
	width: auto;
	display: block;
}

.loading
{
	text-align: center;
	position: absolute;
	background-color: white;
	margin-left: -10px;
	padding: 50px 0 0 20px;
	width: 240px;
	height: 65px;
	display: block;
	z-index: 2;
	font-size: 16px;
	overflow: hidden;
}
.loading img
{
	vertical-align: middle;
	margin-right: 5px;
}
.formUserInfo
{
	padding-top: 10px;
	padding-left: 10px;
	display: block;
}
#lbtnResetPassword
{
	padding: expression(   "0px" );
	display: expression(   "block" );
	height: expression(   "15px" );
	margin: expression(   "0px" );
	margin-top: expression(   "-4px" );
	margin-bottom: expression(   "-2px" );
	overflow: expression(   "hidden" );
}
.user_name
{
	font-size: 17px;
	color: #D21D22;
	text-decoration: none;
}
.userInfo, .userLink
{
	float: left;
}
.userLink a
{
	color: Black;
	font-weight: bold;
	float: none;
}
.userLink
{
	display: block;
	padding-top: 10px;
	clear: both;
	width: 240px;
}
.userLink a:hover
{
	color: #D21D22;
}
.liveSupport
{
	margin-top: 8px;
	background: #81b669 url(   '../images/Resources/newskin/bg_LiveSupport.jpg' ) repeat-x left bottom;
	clear: left;
	float: left;
	width: 500px;
}
.liveSupport .icon
{
	background: url(   '../images/Resources/newskin/icoLiveSupport.jpg' ) no-repeat left top;
	width: 279px;
	height: 90px;
	overflow: hidden;
	float: left;
}
.liveSupport .icon .title
{
	color: white;
	padding-left: 35px;
}
.liveSupport .icon img
{
	position: relative;
	top: 2px;
}
.liveSupport .icon .tip
{
	padding: 0 10px;
	color: black;
	display: block;
	float: left;
	clear: left;
	width: 279px;
}
.telnumber
{
	color: white;
	text-align: right;
	padding: 10px 10px;
}
.number
{
	font-family: "Times New Roman";
	font-size: 30px;
	line-height: 24px;
}
/*---------------------------------------------------------------------------------------------------------------------------------
PROMOTION
---------------------------------------------------------------------------------------------------------------------------------*/
.promotion
{
	width: 280px;
	height: 200px;
	display: block;
	float: left;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
}

/*--------------------------------------------------------------------------------------------------------------------/
/	BEST CHOICE
/--------------------------------------------------------------------------------------------------------------------*/

.top10tour
{
	float: left;
	width: 500px;
}
.TopTour
{
	background: white url(   '../images/Resources/newskin/ico_TopWorld.jpg' ) no-repeat 2px 2px;
	margin-top: 8px;
	width: 478px;
	clear: left;
	display: block;
	border: 1px #cdcccc solid;
	float: left;
	padding: 10px;
	height: 240px;
	height: expression(   "230px" );
	overflow: hidden;
}
.scrollme
{
	width: 2500px;
	margin-left: -490px;
	overflow: hidden;
}
.pageIndex
{
	cursor: pointer;
}
.TopTour .title
{
	padding-left: 50px;
	padding-bottom: 22px;
	display: block;
}
.TopTour a
{
	text-decoration: none;
}
.hide
{
	display: none;
}
.itemleft, .itemright
{
	width: 245px;
	height: 200px;
	float: left;
	overflow: hidden;
}
.itemright
{
	float: right;
}
.TopTour img.imgTour
{
	width: 227px !important;
	height: 135px !important;
	border: 1px #bfbfbf solid;
	padding: 2px;
	z-index: 1;
	float: left;
}
.tab
{
	padding-left: 7px;
	margin-top: -24px;
	float: left;
}
.itemleft div, .itemright div, tab
{
	float: left;
}
.tab a
{
	display: block;
	width: 65px;
	padding: 4px 3px 4px 3px;
	background-color: white;
	float: left;
	color: #454545;
	font-weight: bold;
	margin-left: 2px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
	cursor: default;
}
.tab a:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.TopTour .prices
{
	color: #838383;
	float: left;
	height: 55px;
	width: 230px;
	overflow: hidden;
	text-align: justify;
}
.col1, .col2
{
	float: left;
	width: 55px;
	padding: 5px;
}
.col2
{
	width: 155px;
	height: 35px;
	overflow: hidden;
	text-align: left;
}
.fontbig
{
	color: #d91f26;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.fontsmall
{
	font-size: 9px;
}
.fonttitle
{
	width: 160px;
	font-weight: bold;
	color: black;
	display: block;
}
.pageSplit1
{
	background: white url(   '../images/Resources/newskin/besttour_bgPage.jpg' ) repeat-x left top;
	width: 500px;
	float: left;
}
.status
{
	color: #e5813a;
	float: left;
	margin-top: 13px;
	margin-left: 5px;
}
.pageSplit1 a, .pageSplit1 input
{
	float: right;
}
.btnBack, .btnNext
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url(   '../images/Resources/newskin/besttour_btnPrevious.jpg' ) no-repeat left top;
	width: 45px;
	height: 32px;
	margin-top: 3px;
	cursor: pointer;
}
.btnNext
{
	background: url(   '../images/Resources/newskin/besttour_btnNext.jpg' ) no-repeat left top;
}
.pageSplit1 a img
{
	border: 0;
	margin: 15px 3px 3px 3px;
}
.pageIndex
{
	float: right;
	border: 0;
	margin: 7px 3px 3px 3px;
}
/*---------------------------------------------------------------------------------------------------------------------------------
TOP HOTEL
---------------------------------------------------------------------------------------------------------------------------------*/
.TopHotel
{
	position: relative;
	top: 8px;
	left: 8px;
	width: 260px;
	border: 1px #cdcccc solid;
	float: left;
	padding: 10px;
	line-height: 20px;
	background: url(   '../images/Resources/newskin/ico_TopWorld.jpg' ) no-repeat 5px 5px;
}
.TopHotel .title
{
	padding-left: 50px; /*padding-bottom: 26px;*/
	display: block;
}
.TopHotel a
{
	display: inline-block;
	width: 200px;
	text-decoration: none;
}
.TopHotel a:hover
{
	color: Black;
	text-decoration: underline;
}
.BorderTopHotel, .BorderTopHotel tr, .BorderTopHotel td
{
	border: 0px white none !important;
	margin-left:-7px;
}
/*--------------------------------------------------------------------------------------------------------------------/
/	TopDestination
/--------------------------------------------------------------------------------------------------------------------*/
.TopDestination
{
	clear: both;
	padding-left: 0px;
	padding-top: 15px;
	width: 790px;
	float: left;
	border-collapse: collapse;
}
.TopDestination_hotel td
{
	padding: 4px;
}
.TopDestination_hotel td
{
	width: 190px;
}
.TopDestination_hotel td a, .TopDestination_title td a
{
	text-decoration: none;
}
.TopDestination_hotel td a:hover, .TopDestination_title td a:hover
{
	color: black;
	text-decoration: underline;
}


/*-------------------------------------------------------------------------------------------*/
.resetpass
{
	position: absolute;
	display: none;
	z-index: 900000;
	padding: 20px;
	border: 3px #bbbbbb solid;
	background-color: white;
	font-weight: bold;
	line-height: 20px;
}
.resetpass input
{
	border: 1px #ccc solid;
	padding: 3px;
}

#simplegallery1
{
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	display: block;
	float: left;
	overflow: hidden;
	border: solid 1px #CCC;
	margin-left: 8px;
	margin-top: 9px;
	width: 280px;
	height: 200px;
}
#simplegallery1 .gallerydesctext
{
	text-align: left;
	padding: 2px 5px;
	font-size:18px;
}
#simplegallery1 a img
{
	width: 280px;
	height: 217px;
}
