@charset "utf-8";
/*航空航班城市对应自动提示CSS*/
#autoCitysTips {
	width: 220px;
	border: 1px solid #e6e6e6;
	background: #FFF;
	padding: 4px;
	margin: 0px;
	text-align: left;
	font-size: 12px; 
	font-family: Arial, Simsun;	
	position: absolute; 
	z-index: 99999;  
} 
#autoCitysTipsMsg {
	display: block;
	line-height: 23px;
	padding:0 0 0 5px;
	color: #444444;
	background:#efefef;
	font-family:Simsun;
	width:215px;
} 
#autoCitysTipsList {
	margin: 5px 0 0 0;
	padding: 0px;
} 
#autoCitysTipsList a {
	padding: 1px 5px 0px 5px;
	text-align: left;
	cursor: pointer;
	line-height: 20px;
	color: #444444;
	display:block;
	text-decoration:none;
	height:20px;
} 
#autoCitysTipsList a.selected {
	background:url(../../images/titlebg1.gif);
	color:#ffffff;
} 
#autoCitysTipsList a span {
	right:5px;
	margin-right:4px;
	position:absolute;
} 
#autoCitysTipsList a:hover span {
	color:#ffffff;
}
#autoCitysTipsPages {
	padding:0;
	margin:0;
	line-height:25px;
	text-align:center;
}
#autoCitysTipsPages a {
	color:#444444;
	font-family: Arial, Simsun, sans-serif;
	text-decoration:underline;
	padding:0px 4px 0px 4px;
	margin:0;
	font-size:12px;
}
#autoCitysTipsPages a.autoTipsCurrentPage {
	color: black;
	text-decoration: none;
	cursor:default;
}

/*航空出发城市静态提示css*/
#arrStaticTips{
	width:288px;
	overflow:hidden;
	padding:10px;
	border:1px solid #e6e6e6;
	background:#FFF;
	font-family:Simsun;
	font-size:12px;
	position:absolute;
	z-index:2500;
	margin:0;
	left: 42px;
}
#arrStaticTips .tips{
	background:#efefef;
	border:1px #e6e6e6 solid;
	margin-bottom:5px;
	padding-left:5px;
	height:23px;
	line-height:23px;
	color:#444444;
	font-size:12px;
	float:left;
	width:98%;
}
#arrStaticTips dl{
	width:288px;
	float:left;
	overflow:hidden;
	margin:5px 0;
}
#arrStaticTips dl dt{
	font-weight:normal;
	background:url(../../images/titlebg1.gif);
	height:20px;
	line-height:20px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
}
#arrStaticTips dl dd {
	margin:2px;
	float:left;
}
#arrStaticTips dd a{
	display:inline;
	width:60px;
	margin:5px 4px 2px 0;
	float:left;
	color:#444444;
	text-decoration:none;
}
#arrStaticTips dd a:hover{
	text-decoration:underline;
	color:#ff6600;
}
/*酒店出发城市静态提示css*/
#arrStaticTips1{
	width:288px;
	overflow:hidden;
	padding:10px;
	border:1px solid #e6e6e6;
	background:#FFF;
	font-family:Simsun;
	font-size:12px;
	position:absolute;
	z-index:2500;
	margin:0;
	left: 42px;
}
#arrStaticTips1 .tips{
	background:#efefef;
	border:1px #e6e6e6 solid;
	margin-bottom:5px;
	padding-left:5px;
	height:23px;
	line-height:23px;
	color:#444444;
	font-size:12px;
	float:left;
	width:98%;
}
#arrStaticTips1 dl{
	width:288px;
	float:left;
	overflow:hidden;
	margin:5px 0;
}
#arrStaticTips1 dl dt{
	font-weight:normal;
	background:url(/images/titlebg1.gif);
	height:20px;
	line-height:20px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
}
#arrStaticTips1 dl dd {
	margin:2px;
	float:left;
}
#arrStaticTips1 dd a{
	display:inline;
	width:60px;
	margin:5px 4px 2px 0;
	float:left;
	color:#444444;
	text-decoration:none;
}
#arrStaticTips1 dd a:hover{
	text-decoration:underline;
	color:#ff6600;
}

#arrStaticTips1{
	width:288px;
	overflow:hidden;
	padding:10px;
	border:1px solid #e6e6e6;
	background:#FFF;
	font-family:Simsun;
	font-size:12px;
	position:absolute;
	z-index:2500;
	margin:0;
	left: 42px;
}
#arrStaticTips1 .tips{
	background:#efefef;
	border:1px #e6e6e6 solid;
	margin-bottom:5px;
	padding-left:5px;
	height:23px;
	line-height:23px;
	color:#444444;
	font-size:12px;
	float:left;
	width:98%;
}
#arrStaticTips1 dl{
	width:288px;
	float:left;
	overflow:hidden;
	margin:5px 0;
}
#arrStaticTips1 dl dt{
	font-weight:normal;
	background:url(/images/titlebg1.gif);
	height:20px;
	line-height:20px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
}
#arrStaticTips1 dl dd {
	margin:2px;
	float:left;
}
#arrStaticTips1 dd a{
	display:inline;
	width:60px;
	margin:5px 4px 2px 0;
	float:left;
	color:#444444;
	text-decoration:none;
}
#arrStaticTips1 dd a:hover{
	text-decoration:underline;
	color:#ff6600;
}
/**航空浮动错误提示框**/
#warning {	
	z-index: 999;
	position:absolute;
}
#warning .side{
	float:left;
	width:18px;
	height:33px;
}
#warning .center{
	float:left;
	width:auto;
	height:33px;
	background-image:url(/images/n052.gif);
	line-height:33px;
	font-size:12px;
}
.city {
	width:90px;
	height:20px;
	line-height:20px;
	font-size:12px;
	border:1px solid #54585B;
	padding:0 2px;
	background:url(/images/img_inputA.gif) no-repeat;
}
.button2 
{
 width:70px; 
BORDER-RIGHT: #fff 1px solid;
 BORDER-TOP: #fff 1px solid; 
 FONT-SIZE: 13px;
 FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#669900);
  BORDER-LEFT: #fff 1px solid; 
  CURSOR: hand; COLOR: black;
   BORDER-BOTTOM: #fff 1px solid ;
   height:26px;
}

.inputBox{
	height:20px;
	line-height:20px;
	font-size:12px;
	border:1px solid #54585B;
	padding:0 2px;
	background:url(/images/img_inputA.gif) no-repeat;
	}
.inputBox:focus{
	background: url(/images/img_inputB.gif) no-repeat;
}

.inputBox_cn {
	height:25px;
	line-height:25px;
	border:1px solid #ccc;
	padding:0 0px;
	background: url(/images/img_inputA.gif) no-repeat;
	width:150px;
	font-size:13px;
	font-weight:bold;
	padding:0 3px;
	color:#444;
}
.inputBox_cn:focus {
	background: url(/images/img_inputB.gif) no-repeat;
}

.autoItemPro{ background-color:#f9f9f9;}