#calendar {
	display: none;
	position:absolute;
	width: 960px;
	min-height:260px;
	background: #ffffff none repeat scroll 0 0;
	border-color: #cccccc #cccccc #bbbbbb;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	box-sizing: border-box;
	color: #333333;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	padding: 2px 8px 10px 0;
	z-index: 9999;
	left: -90px;
}
#calendar table {border: 1px solid #e5e5e5;}
.price-calendar-bounding-box{font:12px/1.5 Arial;}
.price-calendar-bounding-box .disabled{cursor: default;}
.price-calendar-bounding-box .hidden{display:none;}
.price-calendar-bounding-box .blue{background-color:#03F;}
.price-calendar-bounding-box .green{background-color:#093;}
.price-calendar-bounding-box .red{background-color:#F30;}
.price-calendar-bounding-box h4, .price-calendar-bounding-box p{margin:0; padding:0;}
.price-calendar-bounding-box .arrow{position:relative; z-index:2;}
.price-calendar-bounding-box .arrow span{
	position:absolute;
	top: 18px;
	width:14px;
	height:20px;
	cursor:pointer;
	overflow:hidden;
	text-indent:-99999px;
	background:url('../images/right_blue.png') no-repeat 0 0;
}
/*.price-calendar-bounding-box .arrow .next-btn{
	background:url('../images/left_blue.png') no-repeat center;
}
.price-calendar-bounding-box .arrow .next-btn{
	background:url('../images/right_blue.png') no-repeat center;
}*/
.price-calendar-bounding-box .arrow .prev-btn{left:20px; background-position:0 0;}
.price-calendar-bounding-box .arrow .next-btn{right:10px; background-position:right 0;}
.price-calendar-bounding-box .content-box{
	position:relative;
	letter-spacing:-0.31em;
	*letter-spacing:normal;
	word-spacing:-0.43em;
	float: none;
}
.price-calendar-bounding-box .content-box .inner{position:relative; margin: 10px 0 0 12px;border: 1px solid #088de8; background-color:#FFF; display:inline-block; zoom:1;*display:inline; letter-spacing:normal; word-spacing:normal; vertical-align:top;}
.price-calendar-bounding-box .content-box .inner h4{color:#fff; width:100%; height:35px; line-height:35px; font-size:14px; text-align:center;background-color: #088de8;}
.price-calendar-bounding-box table{border-spacing:0; border-collapse:collapse;}
.price-calendar-bounding-box table th{line-height: 1.5; font-weight:400; color: #666; border-bottom:1px solid #E5E5E5;}
.price-calendar-bounding-box table td{width:66px; height: 54px; border:1px solid #E5E5E5;}
.price-calendar-bounding-box table td.bor-r-0{border-width:0 0 1px 0;}
.price-calendar-bounding-box table td.selected-range{background-color:#F0F0F0;}
.price-calendar-bounding-box table td.end-date{background-color:#DBE1E8;}
.price-calendar-bounding-box table td .mark{text-align:center;}
.price-calendar-bounding-box table td.dep-date .mark{color:#F60;}
.price-calendar-bounding-box table td.end-date .mark{color:#0069CA;}
.price-calendar-bounding-box table td .pos{position:absolute; top:1px; left:5px;}
.price-calendar-bounding-box table td p{position:relative; height:100%;padding-bottom: 2px;border: 1px solid #fff;}
.price-calendar-bounding-box table td p a{display:block; height:100%; color: #666; text-align:center; text-decoration:none;}
.price-calendar-bounding-box table td p a.in{border: 1px solid #fff; background: rgb(240, 240, 240);}
.price-calendar-bounding-box table td.dep-date p a.in{
	background-color: #0896FA;
}
/*.price-calendar-bounding-box table .dep-date p a.in b,
.price-calendar-bounding-box table .dep-date p a.in span,
.price-calendar-bounding-box table .dep-date p a.in span strong{
	color:#fff;
}*/
.price-calendar-bounding-box table td.active p a.in:hover{border: 1px solid #088de8;}
.price-calendar-bounding-box table td.disabled p a.in{cursor: default; background: rgba(240, 240, 240, 0.5); border: none;color: #fff; opacity: 0.6;}
.price-calendar-bounding-box table td.disabled p a.in:hover{cursor: default;}
.price-calendar-bounding-box table td p span{display:block;}
.price-calendar-bounding-box .price {
	display: block;
	position: absolute;
	width: 70px;
	line-height: 1em;
	font-size: 14px;
	bottom: 1px;
	right: 1px;
	text-align: center;
	color: #EB9D21;
}
.price-calendar-bounding-box .price .price_unit {
	color: #EB9D21;
	display: inline-block;
	font-size: 12px;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}
/*.price-calendar-bounding-box table td .price{position: absolute; bottom: 0; right: 0; padding-right: 3px;color:#ff6000; text-align: right;}
.price-calendar-bounding-box table td .price .cny {
    font-style: normal;
    font-size:8px;
}
.price-calendar-bounding-box table td .price i {
    font-style: normal;
}
/* 兼容Chrome字体限制为12px *//*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .price-calendar-bounding-box table td .price {padding-left: 0;}
    .price-calendar-bounding-box table td .price .cny {
        position: absolute;
        display:inline-block;
        font-size:8px;
        -webkit-transform: scale(0.66); /*12×0.66= 8,translate调整位置，视具体情况*//*
        font-style: normal;
    }
    .price-calendar-bounding-box table td .price i {
        font-style: normal;
        padding-left: 23px;
    }
}*/
.price-calendar-bounding-box table td.disabled .price{display:none;}
.price-calendar-bounding-box table td.disabled .status{display:none;}
.price-calendar-bounding-box table td .no-room{color:#FC174F; padding-left:12px;}
.price-calendar-bounding-box table td .status{color:#498B05; text-align:center; padding-right:3px;}
.price-calendar-bounding-box table td .date{color:#666; display:block; float: none; font-size:12px; text-align:right; line-height:20px; padding-right:3px;}
.price-calendar-bounding-box table td.disabled .date{color:#ccc;}
.price-calendar-bounding-box .bottom{color:#555; overflow:hidden; zoom:1; background-color:#FFF;}
.price-calendar-bounding-box .bottom p{height:30px; line-height:30px;}
.price-calendar-bounding-box .bottom .tips{float:left;}
.price-calendar-bounding-box .bottom .tips em{float:left; width:10px; height:10px; margin:10px 10px 0; _margin-top:8px; border:1px solid #CCC; overflow:hidden;}
.price-calendar-bounding-box .bottom .tips em s{float:left; width:8px; height:8px; margin:1px; overflow:hidden;}
.price-calendar-bounding-box .bottom .tips span{float:left;}
.price-calendar-bounding-box .bottom .btns{float:right;}
.price-calendar-bounding-box .bottom .btns input{border:0; color:#FFF; width:70px; height:22px; cursor:pointer; overflow:hidden; border-radius:4px; *line-height:25px; margin:5px 0 0 8px; background-color:#0F62F0;}
.price-calendar-bounding-box .bottom .btns input.disabled{cursor:default; background-color:#999; opacity: 0.5;}

/**
 * 球+酒日历样式
 */
.tourism_calendar #calendar {
	display: block;
	position: relative;
	left: -1px;
	width: 1096px;
	margin: 0 1px;
	padding: 0;
	border-width: 0;
	box-shadow: none;
}
.package_summary .tourism_calendar #calendar {
	width: 1092px;
	margin-right: 0;
}
.tourism_calendar .price-calendar-bounding-box .arrow .prev-btn,
.tourism_calendar .price-calendar-bounding-box .arrow .prev-bbtn{
	left: 20px;
	top: 28px;
	background: url("../images/left_blue.png") no-repeat center;
	z-index: 100;
}
.tourism_calendar .price-calendar-bounding-box .arrow .prev-bbtn{
	background: url("../images/left_blue_disable.png") no-repeat center;
	z-index: 99;
}
.tourism_calendar .price-calendar-bounding-box .arrow .next-btn,
.tourism_calendar .price-calendar-bounding-box .arrow .next-bbtn{
	right: 10px;
	top: 28px;
	background:url('../images/right_blue.png') no-repeat 0 0;
	z-index: 100;
}
.tourism_calendar .price-calendar-bounding-box .arrow .next-bbtn{
	background:url('../images/right_blue_disable.png') no-repeat 0 0;
	z-index: 99;
}
.tourism_calendar .price-calendar-bounding-box table td .date{
	padding-right: 0;
}
.tourism_calendar #calendar .date-box {
	padding: 10px;
}
.package_summary .tourism_calendar #calendar .date-box {
	padding: 10px 8px;
}
.tourism_calendar .price-calendar-bounding-box .content-box .inner {
	/*margin: 0 24px;*/
	border: none;
}
.tourism_calendar .price-calendar-bounding-box .content-box .inner h4 {
	color: #088DE8;
	font-size: 16px;
	background-color: transparent;
}
.tourism_calendar #calendar table {
	border: none;
}
.tourism_calendar .price-calendar-bounding-box table th  {
	padding-bottom: 10px;
	border: none;
}
.tourism_calendar .price-calendar-bounding-box table td {
	width: 74px;
	height: 74px;
	border: none;
	font-size: 14px;
}
.tourism_calendar .price-calendar-bounding-box table td .date {
	font-size: 18px;
}
.tourism_calendar .price-calendar-bounding-box table td .date {
	text-align: center;
}
.tourism_calendar .price-calendar-bounding-box table td p{
	padding-bottom: 0;
	border: none;
}
.tourism_calendar .price-calendar-bounding-box table td.newbgcolor .date,
.tourism_calendar .price-calendar-bounding-box table td.newbgcolor .price,
.tourism_calendar .price-calendar-bounding-box table td.newbgcolor .price strong{
	color: #fff;
}
.tourism_calendar .price-calendar-bounding-box table td p a.in,
.tourism_calendar .price-calendar-bounding-box table td.disabled p a.in{
	box-sizing: border-box;
	border: 1px solid #fff;
}
.tourism_calendar .price-calendar-bounding-box table td .date{
	/*line-height: 36px;*/
	margin-top: 12px;
}
.tourism_calendar .price-calendar-bounding-box .price{
	bottom: 10px;
}
