﻿body{
	background-color:#F6E9D6!important;
	background-image:url("../picture/bodybg.jpg");
	background-repeat:repeat;
}

/*客房预订*/
.divRoomBookDialogBox{
	position:fixed;
	margin-top:-300px;
	margin-top:-340px;
	right:48px;
	right:0px;
	z-index:9999;
}
.divRoomBookDialogNavigate{
	width:30px;
	height:155px;
	text-align:center;
	background-color:#a42e4c;
	color:#ffffff;
	
	vertical-align:middle;
	float:right;
	padding-top:80px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	cursor:pointer;

}
.divRoomBookDialogNavigate span{
	font-size:18px;
	display:block;
}

.rotate{
/* Safari */
-webkit-transform: rotate(90deg);
/* Firefox */
-moz-transform: rotate(90deg);
/* IE */
-ms-transform: rotate(90deg);
/* Opera */
-o-transform: rotate(90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


.divRoomBookDialog{
	width:255px;
	width:190px;
	background-color:#fafafa;
	display:none;
	border-bottom:solid 1px #a42e4c;
	border-left:solid 1px #a42e4c;

}
.divRoomBookDialogTitle{
	background-color:#a42e4c;
	height:40px;
	text-align:center;
	
	line-height:40px;
	
	
}
.divRoomBookDialogTitle span{
	font-size:18px;
	color:#ffffff;
	display:block;
	float:left;
	padding-left:10px;
}
.divRoomBookDialogTitle a{
	background-image:url("../picture/ArrowRight.jpg");
	background-position:right center;
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:40px;
	width:39px;
	cursor:pointer;
	margin-right:5px;
}

.divRoomBookDialogContent{
	
}
.divRoomBookDialogContent strong{
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:solid 1px #CCC;
	width:230px;
	height:26px;
	width:165px;
	margin:10px 7px;
	/*background-image:url("../picture/RoomBookArrow.jpg");*/
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#ffffff;
	padding-left:10px;
	display:block;
}
.divRoomBookDialogContent strong  input[type="text"]{
	height:26px;
	width:200px;
	width:125px;
	border:0px;
	margin-left:1px;
	font-size:12px;
}
.divRoomBookDialogContent p{
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:solid 1px #CCC;
	width:230px;
	width:175px;
	height:26px;
	margin:10px 7px;
/*	background-image:url("../picture/calendar.png");*/
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#ffffff;
	/*padding-left:10px;*/
}
.divRoomBookDialogContent p span{
	width:70px;
	width:40px;
	display:inline;
	color:#000000;
	font-size:12px;
}
.divRoomBookDialogContent strong  #selectRoomType{
	height:26px;
	width:229px;
	width:164px;
	border:0px;
	margin-left:1px;
	font-size:12px;
	border:0;
}
.divRoomBookDialogContent p span{
	width:60px;
	width:30px;
	display:inline-block;
}
.divRoomBookDialogContent p  input[type="text"]{
	height:26px;
	width:170px;
	
	border:0px;
	margin-left:1px;
	font-size:12px;

	
}
.divRoomBookDialogFooter{
	
}
.divRoomBookDialogSelect{
	margin-left:10px;
}	
.divRoomBookDialogSelect p{
	float:left;
	width:74px;
	font-size:12px;
}	
.divRoomBookDialogSelect p label{
	display:block;
}	
.divRoomBookDialogSelect p select{
	width:70px;
}	

#btnRoomBookSubmit{
	clear:both;
	background-image:url("../picture/RoomBookSubmit.jpg");
	width:126px;
	height:34px;
	line-height:34px;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	background-repeat:no-repeat;
	margin:0px auto;
	margin-top:20px;
	display:block;
	cursor:pointer;
}
.divRoomBookWeiXin{
	padding-bottom:20px;
}
.divRoomBookWeiXin span{
	text-align:center;
	font-size:12px;
	display:block;
	margin:10px 0px;
}
.divRoomBookWeiXin p{
	background-image:url("../picture/weixin.jpg");
	background-repeat:no-repeat;
	width:90px;
	height:90px;
	margin:0px auto;
}
.divRoomBookWeiXin div{
	margin:0px auto;
	width:135px;
	margin-top:10px;
}

.divContentSectionOne{
	 width:980px;
	margin:0px auto;
}
.divContentSectionOne h3{
	margin-top:10px;
	height:80px;
	font-size:30px;
	text-align:center;
	line-height:80px;
	text-align:center;
}
.divContentSectionOne dl{
	width:294px;
	float:left;
	margin:4px 10px;
	cursor:pointer;
}
.divContentSectionOne dl dt{
}
.divContentSectionOne dl dt img{
	position:relative;
}
.divContentSectionOne dl dt span{
	background-image:url("../picture/divContentSectionOnebg.png");
	background-repeat:no-repeat;
	width:180px;
	height:30px;
	display:block;
	position:absolute;
	margin-top:-30px;

	line-height:30px;
	padding-left:20px;
}
.divContentSectionOne dl dd{
	color:#8B8B8C;
	font-size:12px;
	margin-top:10px;
	line-height:1.5em;
}
.divContentSectionOne dl dd p{
	margin-bottom:10px;
	text-indent:2em;
}

.divContentSectionTwo{
	clear:both;
	background-color:#fafafa;
	height:400px;
	display:none;
}
.divContentSectionTwoBody{
	width:980px;
	margin:0px auto;
}
.divContentSectionTwo h3{
	margin-top:10px;
	height:80px;
	font-size:30px;
	text-align:center;
	line-height:80px;
	text-align:center;
}


.divContentSectionTwoBottom{
	width:980px;
	margin:0px auto;
}
.divContentSectionTwoBottom a{
	background-image:url("../picture/buttommore.jpg");
	width:164px;
	height:32px;
	margin:10px auto;
	display:block;
	text-align:center;
	line-height:32px;
	font-size:14px;
}
