﻿@charset "utf-8";
/* CSS Document */

/*------------------reset 此區塊請勿更動-------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,blockquote, pre,
a,abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,blockquote, th, td {
	margin:0;
	padding:0;
	border:0;
	font-family:verdana;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------reset 此區塊請勿更動-------------------*/


/*搜尋按鈕*/
.search_btn{
	border:none;
	color:#FFFFFF;
	border-radius:2px;
	height:25px;
	line-height:1.8;
	line-height:27px \9;
	padding:0 14px;
	*padding:0px 6px;
	*height:auto;
	font-size:13px;
	font-family:新細明體;
	box-shadow: 0 2px 0 #1a78b4;
	background-color:#00a3e0;
	cursor:pointer;
	margin-right:3px;
	}
.search_btn img{
	display:inline;
	vertical-align:middle;
	margin:0 5px 1px 0px;
	}
.search_btn:hover{
	box-shadow: 0 2px 0 #0f5a8a;
	background-color:#1a78b4;
	}
	
/*月曆按鈕*/
.calendar_icon a{
	*display:block;
	display:inline-block;
	text-indent:-9999px;
	margin-left:2px;
	background:url("/C000_Portal/images/calendar_icon_search.png") left top;
	width:18px;
	height:20px;
	vertical-align:middle;
	}

.calendar_icon a:hover{
	background:url("/C000_Portal/images/calendar_icon_search.png") right top;
	}


/* 國內訂房搜尋 */

.domhtl_search{
	min-width:418px;
	color:#666666;
	font-size:13px;
	}
.domhtl_search .title{
	height:30px;
	margin-bottom:10px;
	line-height:26px;
	vertical-align:middle;
	overflow:hidden;
	border-bottom:solid 1px #d5d5d5;
	}
.domhtl_search .title p{
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#00a3e0;	
	font-family:微軟正黑體;
	float:left;
	}

.domhtl_search .title a,.domhtl_search .title span{
	display:block;
	float:right;
	text-decoration:none;
	color:#00a3e0;
	}
	
.domhtl_search .title a:hover{
	color:#ff9e1b;
	}


.domhtl_search .calendar_icon a{
	margin:-3px 5px 0 3px;
	*margin:-3px 5px 0 0px;
	}
	
.domhtl_search ul li{
	margin-bottom:8px;
	padding:0 10px;
	position:relative;
	overflow:;
	display:block;}

.domhtl_search ul li input,.domhtl_search ul li select,.domhtl_search ul li p,.domhtl_search ul li a,.domhtl_search ul li a img{
	display:inline-block;
	vertical-align:middle;
	}

.domhtl_search ul li p.listName{
	margin:0px 3px 0px 0px;
	*margin:0px 5px 0px 0px;
	*display:inline;
	line-height:30px \0;
	}
	
.domhtl_search ul li select{
	margin-right:3px;
	}
	
.domhtl_search .red_c{
	color:#e00016;
	}

.domhtl_search .txt_s{
	font-size:12px;
	}

.domhtl_search a.otherairtime{
	text-decoration:none;
	font-size:12px;
	color:#00a3e0;
	margin:0;
	}
.domhtl_search a.otherairtime img{
	margin-right:5px;
	}

.domhtl_search a.otherairtime:hover{
	color:#ff9e1b;
	}

.domhtl_search .search_btn{
	right:10px;
	bottom:0px;
	margin-bottom:2px;
	float:right;
	}

.domhtl_search .sel_w1{
	width:161px;
	}

.domhtl_search .sel_w2{
	width:45px;
	}
.domhtl_search .sel_w3{
	width: 120px;
    font: 13px verdana,新細明體;
	}
.domhtl_search .sel_w4{
	width:35px;
	}
.p-l-1{
	padding-left:44px;
	}
.p-l-2{
	padding-left:12px;
	}
.m-l-3{
	margin-left:10px;
	}

/* ios系統 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.domhtl_search .sel_w1{
	width:159px;
	}
}

/* firefox */
@-moz-document url-prefix()
{
	.domhtl_search .sel_w1{
	width:159px;
	}
}