﻿/* 
*function: 景区在线支付
*author: 牛提罚
*data:2011-02-12
*modify:2011-11-11 zhj
*/


/*
 * 预订头部信息
 */
.to_pay{
	width:940px;
	float:left;
	clear:both;
	border:10px #eef7ff solid;
}
.pay_tab{
	width:920px;
	float:left;
	clear:both;
	padding:10px;
}
.pay_tab_01{
	width:920px;
	float:left;
	clear:both;
}
.pay_tab_01 li{
	float:left;
	margin-right:4px;
	display:inline;
	width:106px;
	text-align:center;
	cursor:pointer;
}
.pay_tab_01 .at{
	color:#fff;
	font-weight:bold;
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/m01_at.gif) 0 0 no-repeat;
	height:31px;
	line-height:31px;
}
.pay_tab_01 .not{
	color:#333333;
	margin-top:4px;
	height:27px;
	line-height:27px;
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/m01_not.gif) 0 0 no-repeat;
}
.tab_info{
	width:920px;
	float:left;
}

.menu03 ul li{
	float:left;
	text-align:center;
	width:320px;
}
/*******************************日历控件样式*****************************/
/*
 *日历控件样式
 *author  蔡天旭
 *date 2011-02-23
 *modify
 */
.date_list {
    border: 2px solid #bbdfff;
    clear: both;
    float: left;
    width: 350px;
    position: absolute;	
	background:#ffffff;
	margin-left:-105px; 
	margin-top:20px;
	display:inline;
	*margin-left:-5px; 
	*margin-top:0px;
	z-index:10000;
}

.date_list .top {
    float: left;
    height: 27px;
    line-height: 27px;
    background: #005bb5;
    width: 350px;
}

.date_list .lastMonth {
    float: left;
    background: url(http://img1.40017.cn/cn/comm/images/book/lastMonth.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
	margin-left:5px;
	margin-top:5px;
	display:inline;
}

.date_list .nextMonth {
    float: right;
    background: url(http://img1.40017.cn/cn/comm/images/book/nextMonth.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
	margin-right:5px;
	margin-top:5px;
	display:inline;
}

.date_list .lastText {
    float: left;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    margin-left: 35px;
    display: inline;
}

.date_list .nextText {
    float: right;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    margin-right: 35px;
    display: inline;
}

.date_list .contentTime1 {
    float: left;
    width: 168px;
}

.date_list .contentTime2 {
    float: right;
    width: 168px;
}

.date_list table {
    margin: 0px;
    padding: 0px;
    width: 168px;
    font-size: 12px;
    font-family: Arial;
    text-align: center;
    color: #005bb5;
    border-left: 1px #f1f1f1 solid;
}

.date_list table th {
    font-weight: normal;
    color: #999999;
    background: #f5f5f5;
    width: 23px;
    height: 25px;
}

.date_list table .td01 {
    color: #005bb5;
    border-right: 1px #f1f1f1 solid;
    border-bottom: 1px #f1f1f1 solid;
    cursor: pointer;
    width: 23px;
    height: 25px;
}

.date_list table .td02 {
    color: #cccccc;
    border-right: 1px #f1f1f1 solid;
    border-bottom: 1px #f1f1f1 solid;
    cursor: pointer;
    width: 23px;
    height: 25px;
}

.date_list .spanHover {
    color: #005bb5;
    float: left;
    border: 1px #bcdfff solid;
    background: #eef7ff;
    width: 21px;
    height: 23px;
    line-height: 23px;
}

.date_list .spanOut {
    color: #005bb5;
    float: left;
    border: 1px #ffffff solid;
    width: 21px;
    height: 23px;
    line-height: 23px;
}

.date_list  .spanDay {
    color: #ff6600;
    float: left;
    border: 1px #ffffff solid;
    width: 21px;
    height: 23px;
    line-height: 23px;
    background: #fff4ed;
    font-weight: bolder;
}

.date_list .spanOver {
    color: #cccccc;
    float: left;
    border: 1px #ffffff solid;
    width: 21px;
    height: 23px;
    line-height: 23px;
}
.date_list .clickDate{
	color: #005bb5;
    float: left;
    border: 1px #ffd5bb solid;
    background: #fff4ed;
    width: 21px;
    height: 23px;
    line-height: 23px;
}
.if{
	position:absolute;
	margin-left:-100px;
	margin-top:30px;
	width:350px;
	height:160px;
	opacity:0;
	border:none;
	z-index:9999;
	*margin-left:-5px;
	*margin-top:0px;
}
/*******************************日历控件样式*****************************/

/*
 * 预订门票信息
 */

select {
  height: 23px;
  line-height: 23px;
}
input {
  height: 19px;
  line-height: 19px;
}
.none{
	display:none;
}
.at{
	display:block;
}
.jq_order_view{
	border: 10px solid #EEF7FF;
    font-family: 宋体,sans-serif;
    font-size: 14px;
    width: 940px;
	margin-top:10px;
	line-height:24px;
}

.dingpiao_jq{
	border:1px solid #bbdfff;
	width:898px;
	padding:20px;
}
.book_ticket{
	padding:0 0 10px 0;
	margin:0 0 0 75px;
}
.jq_ticket{
	font-weight:bold;
	color:#333333;
}
.jq_address a{
	font-weight:bold;
}
.ticket_type{
	font-weight:bold;
}
.order_num{
	padding-right:5px;
	font-weight:bold;
}
.ticket_counts{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
	border:0 none;
	width:35px;
	height:23px;
	text-align:right;
}
.product_read,.game_deadline{
	margin: 0 0 0 75px;
	overflow:hidden;
}
.game_deadline dl{

}
.xiazaiyue{
	font-family:"宋体";
}
.read_title{
	float:left;
	width: 72px;
	padding-top:3px;
}
.read_content{
	float:left;
	width:751px;
	overflow:hidden;
	padding-top:3px;
	padding-bottom:10px;
}
.read_content p{
	padding-bottom:5px;
}
.serial_number{
 font-family:Arial;
}
.travel_time{
	float:left;
	font-weight:bold;
	color:#333333;
	margin-right:5px;	
}
.jq_text01{
	float:left;
	border:1px solid #7f9db9;
	height:21px;
	line-height:21px;
	padding-left:2px;
	padding-right:2px;
	width:124px;
}
.jq_text01 input{
	border:0;
	width:106px;
	padding-right:2px;
	height:21px;
	line-height:21px;
	font-size:14px;
	float:left;
	font-family:"宋体";
}
.jq_text01 a{
	float:left;
	margin-top:4px;
}
.jq_text01 a img{
	padding:0;
	border:0;
}
.jq_text01 a:hover img{
	border:0;
}
.game_deadline dd{
	float:left;
	padding-bottom:9px;
	display:inline;
}
.book_prompt{
	float:left;
	font-size:12px;
	color:#666666;
	margin-left:10px;	
}
.jq_text02{
	width:28px;
	height:21px;
	line-height:21px;
	font-size:14px;
	float:left;
	font-family:Arial;
	text-align:center;
}
.book_count{
	float:left;
	color:#333333;
	margin-left: 5px;
}
.book_total{
	float:right;
	margin-right:20px;
	display:inline;
}
.travel_content{
	float:left;
	width:729px;
	padding-bottom:10px;
	text-align:left;
}

.book_total span{
	float:left;
	color:#ff6600;
	font-weight:bold;
}
.jq_times{
	padding:0 6px;
	
}
.travel_total{
	float:left;
	width:667px;
	height:32px;
	border-top:1px solid #cccccc;
	background:#f5f5f5;
	line-height:24px;
	padding-top:5px;
	margin: 10px 70px 30px;
	display:inline;
}
.email_fall{
	float:left;
}
.total_sun{
	float:right;
	margin-right:20px;
	display:inline;
}
.travel_total span{
	color:#ff6600;
	font-weight:bold;
}
.travel_total a{
	float:left;
	margin-left:10px;
}
.travel_total .total_title{
	color:#333333;
}
/*
 * 取款人信息、预订人信息
 */
.septal_line{
	height:10px;
	background:#eef7ff;
}
.take_message{
}
.ydr_message{
	 margin-top: 20px;
}
.address_form {
	margin-left: 13px;
}

.take_ticket{
	font-weight:bold;
	padding:5px 0 5px 15px;
	margin-top:10px;
	display:inline;
}

.address_form .item {
	height:24px;
	overflow: hidden;
	margin-bottom: 9px;
}
.address_form .last_one {
	margin-bottom: 0;
}

.address_form .item label,
.address_form .item input,
.address_form .item select,
.address_form .hyphen {
	float: left;
}

.address_form .item label {
	height: 23px;
	line-height: 23px;
	width: 135px;
	text-align: right;
	font-weight:bold;
}

.address_form .item .must_fill {
	color: #ff0000;
	padding: 0 3px;
}

.address_form .item input {
	height: 19px;
	line-height: 19px;
	font-size: 14px;
}
.address_form .item .set_width {
	width: 136px;
	color: #999999;
}
.address_form .item .set_width01 {
	width: 177px;
	color: #333333;
}
.address_form .item .set_width01 {
	width: 118px;
}
.address_form .item .email_width {
	width: 300px;
}
.address_form .item .set_width_2 {
	width: 335px;
}
.address_form .item .set_width168{
	width:168px;
}
.address_form .item .set_width178{
	width:178px;
}
.lv_hou {
    float: left;
    margin-left: 15px;
    margin-top: 4px;
}
.prompt {
    background-color: #FFF4ED;
    border: 1px solid #FFAC75;
    color: #FF6600;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding-right: 10px;
	margin-left: 10px;
}
.prompt_p{
	*position:absolute;
	*margin-left:10px;
	*margin-top:0;
}
.prompt .tpo {
    background: url("http://img1.40017.cn/cn/new_ui/scenic/images/book/submit_btn.png") no-repeat scroll -80px -14px transparent;
    float: left;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}

.address_form .item .set_width_3 {
	width: 55px;
}
.address_form .item .set_width_4 {
	width: 99px;
}

.address_form .item .set_color {
	color: #999999;
}
.address_form .item select {
	font-size: 14px;
	margin-right: 10px;
}
.address_form .hyphen {
	margin: 0 6px;
}
.take_reader{
	display:inline-block;
	color:#ff6600;
	font-size:12px;
	padding-left:10px;
	*padding-left:5px;


}
.take_reader01{
	float:left;
	color:#ff6600;
	font-size:12px;
	padding-left:10px;
	*padding-left:5px;
}
.copy_name{
	font-size:12px;
	margin-left:10px;
	font-family:"宋体";
	line-height:20px;
	display:inline-block;
}
/*
 * 提交订单
 */
.submit_order{
	height:63px;
	width:940px;
	background:#eef7ff;
	text-align:center;
}
.return_up{
	float:right;
	margin: 19px 20px 0 365px;
	display:inline;
}
.submit_btn{
	float:left;
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/submit_btn.png) 0 -138px no-repeat;
	width:260px;
	height:40px;
	border:none;
	line-height:51px;
	margin-top: 10px;
	margin-left:168px;
	cursor:pointer;
}
.submit_btn_gray{
	float:left;
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/submit_btn_gray.png) 0 0 no-repeat;
	width:260px;
	height:40px;
	border:none;
	line-height:51px;
	margin-top: 10px;
	margin-left:168px;
	cursor:default;
}
/*
 * 预订需知
 */
.book_know{
	border:0 none;
	overflow-x:hidden;
	overflow-y: scroll;
	font-size:14px;
	line-height:24px;
	width:918px;
	height:255px;
	padding:20px 0 20px 20px;
	border:1px solid #bbdfff;
}

/*
 * 预订成功页面的样式表
 */
.cheng_g{
	font-weight:bold;
	
}
.person_msg{
	border-top:1px dashed #cccccc;
	margin-top:10px;
}
 .order_suc {
	border:10px solid #eef7ff;
	width:940px;
}
.order_suc .explain {
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
.order_suc .explain .content {
	width:770px;
	margin:0 auto;
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/pay_suc_01.png) no-repeat center left;
	padding-left:80px;
	height:auto!important;
	height:60px;
	min-height:60px;
}
.order_suc .explain .content p.tips {
	font-weight:bold;
	margin-bottom:5px;
}
.order_suc .explain .content p {
	font-size:14px;
}
.order_suc .explain .content strong.tips {
	font-weight:normal;
}
.order_suc .explain .content strong {
	color:#f60;
	font-weight:bold;
}
.order_suc .list {
}
.order_suc .list h2 {
	font-weight:bold;
	margin-bottom:10px;
}
.order_suc .list h2 span {
	font-size:12px;
}
.order_suc .list h2 strong {
	color:#005bb5;
}
.order_suc .list h2 strong.tips {
	font-weight:bold;
}
.order_suc .list table {
	font-size:14px;
}
.order_suc .list table th {
	background:#deeeff;
	border-right:2px solid #fff;
	height:26px;
	line-height:26px;
	font-weight:bold;
	color:#333;
	padding-left:8px;
}
.order_suc .list table td {
	padding-left:8px;
	line-height:28px;
	padding-top:7px;
}
.order_suc .list table strong {
	color:#f60;
	font-weight:bold;
}
.order_suc .list .unpay {
	background:#f5f5f5;
	height:35px;
	margin-top:10px;
	font-size:14px;
	padding-left:8px;
}

.order_suc .list .unpay span.left {
	display:inline-block;
	height:35px;
	line-height:35px;
	float:left;
}
.order_suc .list span.right{
	float:right;
}
.order_suc .list span.right a {
	display:inline-block;
	line-height:normal;
	padding:3px 10px 3px 10px;
	*padding:4px 10px 3px 10px;
	border:1px solid #bbdfff;
	background:#deeeff;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin:5px 10px 0 0;
	float:left;
}

.giving {
	border:2px solid #bbdfff;
	padding:20px;
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/pay_suc_04.png) no-repeat 20px 21px;
	height:auto!important;
	height:88px;
	min-height:88px;
}
.giving .content {
	margin-left:170px;
}
.giving .content h2 {
	font-weight:bold;
}
.giving .content p {
	line-height:40px;
	font-size:14px;
}
.giving .content h3 {
	text-align:left;
	font-size:12px;
	color:#666;
}
.giving .content h3 a.tips {
	display:inline-block;
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/pay_suc03.png) no-repeat 0 -9px;
	width:149px;
	height:27px;
	text-align:center;
	line-height:27px;
	font-weight:bold;
	margin-right:10px;
}

/*ѡ��л� start*/
.lmtab {
	border:1px solid #bbdfff;
	border-top:none;
}
.lmtab .lm_menu{
	background:#eef7ff url(http://img1.40017.cn/cn/new_ui/scenic/images/book/air_line.png) repeat-x left top;
			
}
.lmtab ul {
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/air_line.png) repeat-x left bottom;
	height:26px;
	width:100%;
	zoom:1; 
	display:table;
}
.lmtab li {
	border-right:1px solid #bbdfff;
	float:left;
	height:26px;
	line-height:26px;
	font-size:14px;
	font-weight:bold;
	width:100px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;
}
.lmtab ul .not {
	color: #005BB5;
	font-weight:normal;
}
.lmtab ul .at {
	height:24px;
	color:#333333;
	border-top:2px solid #76bbff;
	background:#fff;
	font-weight:bold;
	overflow:hidden;
}

.lmtab .tab_content {
	padding:10px;
	border:0px solid red;
}
.lmtab .tab_content table {
	font-size:14px;
}
.lmtab .tab_content th.tips {
	background:#deeeff url(http://img1.40017.cn/cn/new_ui/scenic/images/book/pay_suc_05.png) no-repeat 70px 2px;
}
.lmtab .tab_content th {
	background:#deeeff;
	border-right:2px solid #fff;
	height:26px;
	line-height:26px;
	font-weight:bold;
	color:#333;
	padding-left:8px;
}
.lmtab .tab_content td {
	border-bottom:1px dashed #ccc;
	padding:8px 0 8px 8px;
}
.price_gray{
	color:#666666;
	font-family:Arial;
}
.lmtab .tab_content td em {
	color:#f60;
}
.lmtab .tab_content td strong {
	color:#005bb5;
}
.lmtab .tab_content td a.tips{
	color:#005bb5;
	display:inline;
	background:none;
	font-size:14px; 
	font-weight:normal;
}
.lmtab .tab_content td a.tips:hover{ color:#f60;}
.lmtab .tab_content td a {
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/pay_suc03.png) no-repeat 0 -47px;
	width:58px;
	height:21px;
	display:block;
	text-align:center;
	line-height:21px;
	color:#f60;
	font-weight:bold;
	font-size:12px;
}
.lmtab .tab_content td.del_line {
	border-bottom:none;
}


/*******************************弹出层样式***************************/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:hidden;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/overlay.png) repeat 0 0;}
#colorbox{}
#cboxContent{background:#fff;}
    
/*******************************弹出层样式***************************/


/* 弹出框01 start */
.exl_box{
	width:445px;
	border:1px solid #c3e1ff;
	overflow:hidden;
	position:absolute;
	text-align:left;
	margin-left:110px;
	*margin-left:-130px;
	*margin-top:20px;
}
.exl_box .exl_box_head{
	background:#daecfe;
	height:28px;
	width:100%;
	overflow:hidden;
}
.exl_box .exl_box_head .bt01{
	font-weight:bold;
	padding:2px 0 2px 10px;
	line-height:24px;
}
.exl_box .exl_box_main{
	padding:10px;
	background:#ffffff;
}
.exl_box .exl_box_main .p_du{
	font-size:14px;
	line-height:24px;
}
.rules_head a
{
	background:url(http://img1.40017.cn/cn/comm/images/book/cs_book_common.png) -87px 0 no-repeat;
}
/*******************************每日价格样式*****************************/
/* 
*日历控件样式
*author  蔡天旭
*date 2011-02-23
*modify
*/

.priceDate{
	position:absolute;
	float:left;
	width:560px;
	border:4px solid #BBDFFF;
	font-size:14px;
	background:#ffffff;
	margin-left:-127px;
	margin-top:23px;
	z-index:10000;
	display:inline;
	_margin-left:-112px;
	_margin-top:5px;
}
.priceDate strong{
	font-weight:normal;
}
.if01{
	position:absolute;
	margin-left:-127px;
	margin-top:23px;
	width:568px;
	height:365px;
	opacity:0;
	filter:alpha(opacity=0);
	border:none;
	z-index:9999;
	_margin-top:5px;
	_margin-left:-112px;
	display:inline;
}
.priceDate .top{
	float:left;
	height:28px;
	line-height:28px;
	width:560px;
	background:#eef7ff;
}
.priceDate .top h4{
	float:left;
	font-size:14px;
	padding-left:20px;
	font-weight:bolder;
}
.priceDate .top .close{
	background:url(http://img1.40017.cn/cn/comm/images/book/cs_book_common.png) -87px 0 no-repeat;
	float:right;
	width:13px;
	height:13px;
	overflow:hidden;
	margin-right:5px;
	margin-top:5px;
	display:inline;
}
.priceDate .title{
	float:left;
	width:560px;
	height:30px;
	line-height:30px;
	background:#bbdfff;
}

.priceDate .title .priceLast{
	float:left;
	width:60px;
	margin-top:0px;
	margin-left:10px;
	display:inline;
	cursor:pointer;
	text-decoration:none;
    outline: none;  /* for firefox 1.5 + */		
}
.priceDate .title .priceNest{
	float:right;
	width:60px;
	margin-top:0px;
	margin-right:10px;
	cursor:pointer;
	text-decoration:none;
    outline: none;  /* for firefox 1.5 + */		
}
.priceDate .title .txtPriceLast{
	float:left;
	height:30px;
	padding-left:3px;
	cursor:pointer;
}
.priceDate .title .txtPriceNest{
	float:right;
	height:30px;
	padding-right:3px;
	cursor:pointer;
}
.priceDate .title .txtPriceNowTime{
	float:left;
	height:30px;
	line-height:30px;
	font-weight:bolder;
	padding-left:180px;
}
.priceDate .priceContentTime{
	width:560px;
}
.priceDate .priceContentTime th{
	font-size:14px;
	text-align:center;
	border-bottom:1px #f5f5f5 solid;
	border-right:1px #f5f5f5 solid;
}
.priceDate .priceContentTime td{
	font-size:14px;
	font-family:Arial;
	color:#999999;
	border-bottom:1px #f5f5f5 solid;
	border-right:1px #f5f5f5 solid;
	width:79px;
	height:46px;
}
.priceDate .priceContentTime td div{
	float:left;
	width:77px;
	height:43px;
	border:1px #ffffff solid;
	display:inline;
}
.priceDate .priceContentTime td .divHover{
	float:left;
	width:77px;
	background:#eef7ff;
	border:1px #bbdfff solid;
	height:43px;
	display:inline;
	
	cursor:pointer;
}
.priceDate .priceContentTime td .divHoverout{
	float:left;
	width:77px;
	height:43px;
	display:inline;
	
	cursor:pointer;
}
.priceDate .priceContentTime td .divNowDay{
	float:left;
	width:77px;
	background:#fff4ed;
	height:43px;
	display:inline;
	 border: 1px #ffd5bb solid;
}
.priceDate .priceContentTime td .divNowDay strong{
	color:#ff6600;
	font-weight:bolder;
}
.priceDate .priceContentTime td p{
	float:left;
	height:20px;
	width:74px;
}
.priceDate .priceContentTime td strong{
	float:left;
	width:25px;
	text-align:center;
	color:#333333;
}
.priceDate .priceContentTime td label{
	float:right;
	padding-top:0px;
	color:#ff6600;
}
.priceDate .priceContentTime td span{
	float:right;
	height:20px;
	padding-top:0px;
	color:#005bb5;
}
.priceDate .priceContentTime .nowDate{
	background:#FFF4ED;
}
/*******************************日历控件样式*****************************/
.address_box input, .add_address input {
    cursor: pointer;
    margin: 0 6px;
}

.address_box label,.address_box input, .add_address label,.add_address input, .add_address a {
    float: left;
    height: 21px;
    vertical-align: baseline;
}
 .address_box {
    background: none repeat scroll 0 0 #EEF7FF;
    border:1px solid #BBDFFF;
	margin-bottom: 5px;
    overflow: hidden;
    width: 665px;
}

.add_address {
    border: 1px solid #FFFFFF;
    margin-bottom: 5px;
    overflow: hidden;
    width: 665px;
}
.header_title{
	margin-left:47px;
	font-size:14px;
	line-height:24px;
	margin-bottom:5px;
}
.header_title label{
	font-weight: bolder;
}
.header_title label .must_fill {
	color: #ff0000;
	padding: 0 3px;
}
.header_title .man_add{
	font-size:12px;
	line-height:24px;
}

.address_info{
	margin-left:110px;
}








/**
 *  收件人信息css 
 */

 .address_formmb .item {
	height: 24px;

	margin-bottom: 6px;
	width: 667px;
}
 .address_formmb .last_one {
	margin-bottom: 0;
}

 .address_formmb .item label,
 .address_formmb .item input,
 .address_formmb .item select,
 .address_formmb .hyphen {
	float: left;
}

 .address_formmb .item label {
	height: 24px;
	line-height: 24px;
	width: 105px;
	text-align: right;
}

 .address_formmb .item .must_fill {
	color: #ff0000;
	padding: 0 3px;
}

 .address_formmb .item input {
	height: 19px;
	line-height: 19px;
	font-size: 14px;
	display:inline;
}
 .address_formmb .item .set_width {
	width: 118px;
}
 .address_formmb .item .set_width_2 {
	width: 335px;
}
 .address_formmb .item .set_width_3 {
	width: 55px;
}
 .address_formmb .item .set_width_4 {
	width: 99px;
}

 .address_formmb .item .set_color {
	color: #999999;
}

 .address_formmb .item select {
	height: 23px;
	font-size: 14px;
	margin-right: 12px;
}
 .address_formmb .hyphen {
	margin: 0 6px;
}

.tcemail_adress{
	width:13px;
	height: auto;
}
.add_address .tc_adress,.address_box .tc_adress{
	width:638px;
	height: auto;
}

/*
 * 取票人信息
 */
.get_person_list .get_person_title{
	padding-left: 67px;
	font-weight:bold;
}
.get_person_list .item label{
	font-weight:normal;
}
.address_form .item .set_width12 {
    color: #333333;
    width: 136px;
}
.must_fill
{
	color:#FF0000;
	padding:0 3px;
}
.person_span
{
	font-weight:bold;
	font-size:14px;
}

/**
 * 支付宝
 */
.clear_float{
	clear:both;
	overflow:hidden;
	height:0;
}
.receive_address {
    border: 10px solid #EEF7FF;
    font-family: 宋体,sans-serif;
    font-size: 14px;
    margin-top: 10px;
    width: 940px;
    float:left;
}
.one_bor {
    border: 1px solid #BBDFFF;
    float: left;
    padding: 20px 0;
    width: 938px;
}
.ticket_title {
    float: left;
    font-weight: bolder;
    text-align: right;
    width: 150px;
	color:#FF6600;
}
.add_mtnone{
	margin-top:0;
	border-top:none;
}
.ticket_info {
    float: left;
    width: 780px;
}
.add_sp01{
	float:left;
	font-size:14px;
	line-height:24px;
	width:780px;
}
.add_sp01 .add_zfbinp{
	float:left;
	margin:5px 10px 0 0;
	*margin:0 4px 0 -4px;
	*+margin:1px 7px 0 -4px;
	cursor:pointer;
}
*html .add_sp01 .add_zfbinp{
	margin-right:4px;
}
.add_sp02{
	padding-left:23px;
	width:757px;
	float:left;
}
.add_sp02 strong{
	color:#FF6600;
	font-weight:bolder;
}
.add_sp02 .p_sty{
	font-size:12px;
	line-height:20px;
	color:#999999;
	padding-top:2px;
}
#jfbLit strong{
	font-weight:bold;
	color:#ff6600;}
/*
 * 分享到新浪微博
 */
.order_suc .list span.right .share_sina{
	float:left;
	padding-left:25px;
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/sina.png) 5px 2px  no-repeat #DEEEFF;
	font-weight:normal;

}

/*
*2011-11-7新增错误弹出
*/
.voucher_main {
    border: 4px solid #BBDFFF;
}
.voucher_main .title{ padding:2px 0 0 10px; height:28px; line-height:24px; background:#eef7ff; border-bottom:1px solid #c3e1ff;}
.voucher_main .title .bt01{ font-weight:bold; float:left; width:190px; text-align:left;}
.voucher_main .title a{ background:url(http://img1.40017.cn/cn/new_ui/comprehensive/images/17u_Pay/won01.png) no-repeat -87px 5px; width:13px; height:20px; display:block; float:right; margin-right:5px;}
.voucher_info {
    clear: both;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 368px;
	float:none;
	font-size:14px;
}
.airtips {
    color: #FF6600;
    padding-bottom: 10px;
    text-align: center;
    font-size:12px;
}

#submit_err .voucher_ing02 .p02{
	width:180px;
}
/*
 * 2011-11-11 预订成功新增
 */
.if_thing{
	height:40px;
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/tab_down.png) no-repeat 10px -90px;
	margin-top:10px;
	padding-left:60px;
	line-height:50px;
	font-size:18px;
	font-weight:600;
	color:#333;
	overflow:hidden;
	font-family:"\5FAE\8F6F\96C5\9ED1";
}
.tab_download{
	overflow:hidden;
	padding-bottom:10px;
}
.tab_download div.download_01{
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/tab_down.png) no-repeat;
	height:43px;
	line-height:48px;
	padding-left:117px;
	overflow:hidden;
}
.tab_download div.download_01 span{
	float:left;
	display:block;
}
.tab_download div.download_01 .download_01_01{
	font-size:14px;
	font-weight:bold;
	margin-right:15px;
}
.tab_download div.download_01 .download_01_02{
	color:#666;
	margin-right:10px;
}
.tab_download div.download_01 .download_01_03 {
	width:81px;
	height:25px;
	background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/tab_down.png) no-repeat 0 -57px;;
	margin-right:53px;
	position:relative;
	top:10px;
}
.tab_download div.download_01 .download_01_03 a{
	display:block;
	width:81px;
	height:25px;
	color:#005bb5;
	font-weight:bold;
	text-align:center;
	line-height:25px;
}
.tab_download div.download_01 .download_01_03 a:hover{
	color:#f60;
}
.tab_download div.download_01 .download_01_04{
	color;#333;
	margin-right:10px;
}
.tab_download div.download_01 .download_01_05{
	color:#005bb5;
}
/********************************城市模糊搜索**************************************/
.soso_tbl{
	background:#eef7ff;
	border:1px #bbdfff solid;
	width:150px;
	position:absolute;
	z-index:99999;
	font-size:12px;
	
}
.soso_tbl td{
	white-space:nowrap;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	line-height:1.6;
}
.soso_tbl img{
	float:left;
	width:9px;
	height:11px;
	padding-top:6px;
}
.soso_tbl .aOut{
	color:#005bb5;
	cursor:pointer;	
}
.soso_tbl .aOut1{
	cursor:pointer;	
}
.soso_tbl .aHover{
	color:#fff;	
	cursor:pointer;	
	background:#2288ee;
}
.soso_tbl .aHover1{
	color:#fff;	
	cursor:pointer;	
	background:#2288ee;
}
.soso_tbl .td_lef{
	text-align:left;
}
.soso_tbl .td_rgt{
	text-align:right;
}
.six_iframe {
    width: 380px;
    position: absolute;
    z-index: 9999;
    height: 100px;
	opacity:0;
	border:none! important;
	filter: Alpha(Opacity=0);
}
.dimCity{
	position:absolute;
	z-index:999;
	margin-top:22px;
	margin-left:135px;
	*margin-top:-2px;
}
.dim_list1{
	*margin-left:-373px;
}
/********************************城市模糊搜索**************************************/
.pTip{
	font-size:14px;
	color:#ff6600;
	line-height:24px;
}
.pTip .pbold{
	font-weight:bold;
}



/* 常用联系人start */
.seleList{
	position: absolute;
}

.kuang_lianxi {
    width: 170px;
    border: 1px solid #bbdfff;
    position: absolute;
    z-index: 222;
    background: #eef7ff;
    margin-left: 0px;
    margin-top: -1px;
}

.kuang_iframe {
    margin-top: -1px;
    margin-left: 0px;
    position: absolute;
    border: none;
    width:190px;
    z-index:1;
	filter: Alpha(Opacity=0);
	opacity:0;
}

.kuang_lianxi .kuang_lianxi01 {
    width: 168px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    display: block;
    font-size: 12px;
}
.kuang_lianxi .kuang_lianxi01 .cyl_close img{
    border:0;
}


.kuang_lianxi .kuang_lianxi01 h3 {
    font-size: 14px;
    font-weight: bolder;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    float: left;
}

.kuang_lianxi .kuang_lianxi01 a {
    float: right;
    margin-right: 8px;
    *margin-right: 4px;
    margin-top: 8px;
    width: 13px;
    height: 13px;
    overflow: hidden;
}

.kuang_lianxi .list_cover{
	/*height:125px;*/
	overflow:hidden;
}

.kuang_lianxi .kuang_lianxi02 {
    width: 168px;
    overflow: hidden;
    line-height: 21px;
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 12px;
}

.kuang_lianxi .list_cover .changyong td {
    height: 25px;
	padding:0px;
}

.kuang_lianxi .list_cover .changyong td span.main {
	float:left;
    width:183px;
	*width:168px;
    font-size: 12px;
    padding-left: 5px;
	line-height:25px;
	margin-left:0px;
}

.kuang_lianxi .list_cover .changyong td.h span.main {
    background-color: #2288ee;
	text-decoration: none;
    color: #fff;
}

.kuang_lianxi .changyong tr{
	display:none;
}
.kuang_lianxi .changyong tr.show{
	display:block;
}

.kuang_lianxi .barcomn a {
    width: 46px;
    display: inline;
    font-size: 12px;
    line-height: 20px;
    margin-left: 5px;
}

.kuang_lianxi .kuang_lianxi_a01 {
    color: #999999;
    background: url(http://img.17u.cn/new_ui/scenic/images/book/hotel_left01.png) 0 5px no-repeat;
    text-align: right;
    float: left;
	
}

.kuang_lianxi .kuang_lianxi_a02 {
    float: left;
    background: url(http://img.17u.cn/new_ui/scenic/images/book/hotel_right02.png) right 5px no-repeat;
    text-align: left;
	cursor:pointer;
}

.kuang_lianxi .kuang_lianxi_a03 {
    background: url(http://img.17u.cn/new_ui/scenic/images/book/hotel_left02.png) 0 5px no-repeat;
    text-align: right;
    float: left;
	cursor:pointer;
}

.kuang_lianxi .kuang_lianxi_a04 {
    color: #999999;
    float: left;
    background: url(http://img.17u.cn/new_ui/scenic/images/book/hotel_right01.png) right 5px no-repeat;
    margin-right: 5px;
}

.kuang_lianxi .kuang_span {
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin-left: 8px;
	display: block;
	width:50px;
	text-align: center;
}
.kuang_lianxi .barcomn{
 float:left;
 width:168px;
 height: 20px;
 overflow:hidden;
 margin-bottom:5px;
}
.kuang_lianxi .barcomn a:hover {
    text-decoration: none;
}

.kuang_lianxi a.kuang_lianxi_a01:hover, a.kuang_lianxi_a04:hover {
    color: #999;
}

.kuang_lianxi a.kuang_lianxi_a01:focus, a.kuang_lianxi_a04:focus {
    color: #999;
}
.kuang_lianxi .minor{
	display:none;
}

/* 常用联系人end */

/* 现金券 */
.coupon {
    margin-left: 74px;
    margin-top: 6px;
    overflow: hidden;
    width: 664px;
}
* html .coupon a span {
	cursor: pointer;
}
*:first-child + html .coupon a span {
	cursor: pointer;
}
.coupon span,.coupon a {
	font-size: 14px;
	line-height: 24px;
}
.coupon a 
{
    float:left;
	font-family: \5B8B\4F53, sans-serif;
}
.coupon .use_coupon {
	color: #005bb5;
}

.coupon .price {
	float: right;
	color: #ff6600;
	font-weight: bold;
}
.coupon i {
    font-family: Arial,sans-serif;
    font-style: normal;
}
.coupon span.xjq_reader
{
	font-size:12px;
	 width:664px;
	 float:left;
	 overflow:hidden;
}
.coupon .xjq_clickpp{
    display:block;
    }
/*
 * 同程优惠
 */
.privilege{
	overflow:hidden;
}
.privilege_l{
	float:left;
	font-weight:bold;
	color:#333333;
	margin-right:5px;	
}
.privilege_r{
	float:left;
	width:750px;
	overflow:hidden;
}
.coupon_line{
    overflow: hidden;
	clear:both;
}
/*送券隐藏不显示*/
#div_sendCash .coupon_line{ display:none;}
/* 图标 */
.icon_yellow{color:#fff; font-size:12px; text-decoration:none;padding:3px; background:url(http://img1.40017.cn/cn/new_ui/scenic/images/book/icon_yellow.png) no-repeat left top;*padding-top:3px;_padding-top:3px; margin-right:5px;}
.icon_info{display:block; float:left; padding:8px 8px 10px;  background: url(http://img1.40017.cn/cn/new_ui/scenic/images/book/icon_info.png) no-repeat left top;font-size:0px; cursor:pointer; position:relative; margin-top:5px; _padding:8px 8px 20px;}
.hotel_tab02 .tip_box{position:absolute; width:300px; height:auto; margin:21px 0 0 -13px; *margin:21px 0 0 -28px;}
.tc_youhui {margin-top:5px;}
.tc_youhui td{ padding:0px;}
.tc_youhui td.pt{padding-top:4px;}
.tc_youhui td.pb{padding-bottom:4px;}
.color02{
	color:#ff6600;
	font-weight:bolder;
}
.setfloat_l{
	float:left;
}
.tip_box {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    overflow: hidden;
    text-align: left;
    z-index: 100;
    margin: 21px 0 0 -13px;
	*margin:21px 0 0 -28px;
    position: absolute;
    width: 300px;
}
.tip_box .tip_head {
    background: url(http://js.40017.cn/cn/public/img/hotel_api_2.0.png?v=2011101701) no-repeat scroll 0 -165px transparent;
    display: block;
    font-size: 0;
    height: 6px;
    left: 15px;
    position: relative;
    top: 1px;
    width: 11px;
}
.tip_box .tip_main {
    background: none repeat scroll 0 0 #FFF4ED;
    border: 1px solid #FFAC75;
    overflow: hidden;
    padding: 5px 5px 5px 10px;
}
.tip_box .tip_main_p02 {
    color: #666666;
    line-height: 22px;
}
/********* 弹出层 end *********/
.logdiv{
	color:#999;
	font-size:12px;
}
