body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#000;
	background:#fff;
	text-align:center;
	}
form,ul,li{margin:0; padding:0;}
a, a:link{color: #0A91A9;}
a:visited{color: #076B7C;}
a:hover,
a:active {color: #0EC5E4;}

img{vertical-align:bottom;}

#title_header {
    background:url(../App_Themes/TourList/img/header.gif) no-repeat center;
    display:block;
    width:740px;
    height:82px;
    }

#container {
	width:760px;
	margin:0 auto;
	text-align:left;
	}
#container-search {
	width:760px;
	margin-top:15px;
}
#container-search div#title {
    background:url(../App_Themes/TourList/img/search-head.gif) no-repeat left;
    width:250px;    
    display:block;
    }
#container-search table.search {
	width:758px;
	border-collapse:collapse;
	border: 1px solid #666666;
	margin-top:5px;
    }
#container-search table.search th {
	background-color:#333333;
	background-repeat:no-repeat;
    background-position:center center;	
	color:White;
	text-align:center;
    }
#container-search table.search th#dep {
    background-image:url(../App_Themes/TourList/img/search-dep.gif);
    width:155px;    
    }
#container-search table.search th#date {
    background-image:url(../App_Themes/TourList/img/search-date.gif);
    width:242px;
    }
#container-search table.search th#day {
    background-image:url(../App_Themes/TourList/img/search-day.gif);
    width:135px;
    }
#container-search table.search th#price {
    background-image:url(../App_Themes/TourList/img/search-price.gif);
    width:223px;
    }
#container-search table.search td {
	border: 1px solid #666666;
	padding: 5px;
	text-align: left;	
    }
    
#container-search table.contentsearch
{
	border-style:none;
	border-width:0px;	
}

#container-search table.contentsearch td
{
	border-style:none;
	border-width:0px;
	padding: 0px;	
}
    
#container-search div.button {
	text-align: center;
	padding-bottom: 40px;
    }
#container-search div.button div#darrow {
	background-image:url(../App_Themes/TourList/img/search-tri.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	width:44px;
	height:16px;
	display:block;
}
#container-search div.button img, #container-search div.button input{
	margin-top:10px;
}
div.float-left {
	float:left;
	clear:both;
	text-align:left;
}
div.float-right {
	float:right;
	clear:none;
	text-align:left;
}
.result{
	font-size:24px;
	color: #990101;
	font-weight: bold;
}
div.resultitem {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	clear: both;
}
table.tblresult
{
	width: 760px;
	margin-top: 10px;
	margin-bottom: 5px;
}

table.tblresult td.tourimg
{
	height: 132px;
	width: 200px;	
	margin: 0px;
	padding: 0px;
    text-align: center;
}

table.tblresult table.tourhead {
	/*width: 540px;*/
	border-collapse: collapse;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}

table.tblresult table.tourhead th{
	color: #FFFFFF;
	background-color: #333333;
	font-weight: normal;
	text-align: center;
	width: 60px;
	padding: 3px;
	margin: 0px;
}

table.tblresult table.tourhead td{
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	vertical-align: baseline;
}

table.tblresult table.tourhead td.airport{
	padding-left: 10px;
	white-space: nowrap;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*width:400px;*/

}
table.tblresult table.tourhead td.price{
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*width:200px;*/
}
table.tblresult table.tourhead .strong{
	font-size: 18px;
	font-weight: bold;
}
table.tblresult table.tourhead .pricedisp{
	font-weight: bold;
	color: #990101;
	padding-left: 10px;
	font-size: 14px;
}
table.tblresult a.tourname {
	display: block;
	font-size: 16px;
	background-image: url(../App_Themes/TourList/img/tourname.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 20px;
	width: 520px;
	margin-left: 5px;
	margin-top: 2px;
	height: 38px;
	background-position: left 3px;
	line-height: 120%;	
}
table.tblresult ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	float: left;
	width: 270px;
	margin-top: 1px;
}
table.tblresult li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 125%;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.tblresult td.misc ul {
	/*text-align: left;*/
	border-top-style: none;
	/*width: auto;*/
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/*	padding-left: 5px;*/
	font-size:10.5px;
}
table.tblresult td.misc li {
	list-style-type: square;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
	list-style-position: outside;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

table.tblresult td.misc{
	float: right;
	/*width: 250px;*/
	background: url(../App_Themes/TourList/img/desc-head.gif) repeat-y left center;
	padding:3px 10px 3px 15px;
	border: 1px solid #666666;
	/*height: 55px;*/
	margin: 0px;
}




div.resultitem div.tourimg {
	height: 132px;
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
    text-align: center;
}

#container div.resultitem div.detail {
	float: right;
	width: 540px;
}
div.resultitem table.tourhead {
	width: 540px;
	border-collapse: collapse;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}
div.resultitem table.tourhead th{
	color: #FFFFFF;
	background-color: #333333;
	font-weight: normal;
	text-align: center;
	width: 60px;
	padding: 3px;
	margin: 0px;
}
div.resultitem table.tourhead td{
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	vertical-align: baseline;
}
div.resultitem div.airline {
	height: 16px;
	width: 20px;
	float: left;
	margin: 0px;
	padding: 0px;
    text-align: left;
}

div.resultitem table.tourhead td.airport{
	padding-left: 10px;
	white-space: nowrap;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;

}
div.resultitem table.tourhead td.price{
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.resultitem table.tourhead .strong{
	font-size: 18px;
	font-weight: bold;
}
div.resultitem table.tourhead .pricedisp{
	font-weight: bold;
	color: #990101;
	padding-left: 10px;
	font-size: 14px;
}
div.resultitem a.tourname {
	display: block;
	font-size: 16px;
	background-image: url(../App_Themes/TourList/img/tourname.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 20px;
	width: 520px;
	margin-left: 5px;
	margin-top: 2px;
	height: 40px;
	background-position: left 3px;
	line-height: 120%;
	
}
div.resultitem ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	float: left;
	width: 280px;
	margin-top: 1px;
}
div.resultitem li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 120%;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.resultitem div.misc ul {
	border-top-style: none;
	width: auto;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;
	font-size:10.5px;
}
div.resultitem div.misc li {
	list-style-type: square;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
	list-style-position: outside;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

div.resultitem div.misc{
	float: right;
	width: 230px;
	background: url(../App_Themes/TourList/img/desc-head.gif) repeat-y left center;
	padding:3px 3px 3px 20px;
	border: 1px solid #666666;
	height: 55px;
	margin: 0px;
}

/******* Top Navigation *******/
ul#menu
{
    height:1em;
	width:808px;
	margin:2px auto 0 auto;
	padding:4px 0px;
	text-align:left;
	border-top:1px solid #ccc;
	list-style-type:none;
}
ul#menu li {
	float:left;
	margin:0 15px 0 0;
	padding:2px 0 2px 17px;
	background:url(../App_Themes/TourList/img/icon-menu.gif) no-repeat left center;
}
.red{color:#f00;}
.blue{color:#00f;}

table.tblresult {
    height:160px;
}

table.tblresult tr td.tourimg {
    width:208px;
    padding-right:10px;
}

table.tblresult tr td.misc {
    width:230px;
    margin-top:5px;
}

table.tourhead {
    width:534px;
}

table.tblresult tr td.misc ul {
    padding-left: 12px;
    width:220px;
}

table.tblresult a.tourname {
    width: 510px;
	min-height:36px;
	height: auto !important;
	height:36px;
    margin:0;
}