﻿body{
	background-color:#F6E9D6!important;
	background-image:url("../picture/bodybg.jpg");
	background-repeat:repeat;
}
.divInlineImage{
	background-image:url("../picture/inline2.jpg");
	width:100%;
	height:180px;
	background-position:center center;
	clear:both;
}
.divRoomBookContent{
	float:left;
	width:750px;
	margin-left:30px;
	font-size:12px;
}
.divRoomBookContentTitle{
	text-align:center;
	margin:0px auto;
	padding-top:20px;
}
.divRoomBookContentTitle span{

	width:250px;
	height:1px;	
	display:inline-block;
	border-top:solid 1px #222222;
	margin-bottom:4px;
	
}
.divRoomBookContentTitle strong{
	font-size:18px;
	font-weight:bold;
}

.divRoomBookContentBody{
	margin-top:20px;
}

.divRoomBookContentBodyOrderDetail{
	width:750px;
	/*border:solid 1px #a52e4c;*/
	padding-bottom:10px;
}
.divRoomBookContentBodyOrderDetail strong{
	background-color:#a52e4c;
	color:#ffffff;
	width:715px;
	display:block;
	line-height:26px;
	padding-left:10px;
	margin-left:10px;
}

.divRoomBookContentBodyOrderDetail table{
	/*border:solid 1px #a52e4c;*/
	border-collapse:collapse;
	margin:10px 10px 0px 10px;
	width:723px;
	
}
.divRoomBookContentBodyOrderDetail table tr{
	
}
.divRoomBookContentBodyOrderDetail table tr th{
	/*border:solid 1px #a52e4c;*/
	text-align:right;
	font-weight:normal;
/*	background-color:#e5e5e5;*/
	padding:4px 0px;
	width:115px;
}
.divRoomBookContentBodyOrderDetail table tr td{
	/*border:solid 1px #a52e4c;*/
		padding:4px 0px;
	text-align:left;
	padding-left:5px;
	/*background-color:#E5E5E5;*/
}


.roomPicture{
	
	width:300px;
	padding-left:10px;
	text-align:right;
}
.roomPicture img{
	text-align:right;
	float:right;
	height:135px;
	
}
.divRoomBookContentBodyOrderDetail table tr td input[type="text"]{
	height:24px;
	line-height:24px;
	width:280px;
	font-size:12px;
	
}
.divRoomBookContentBodyOrderDetail table tr td select{
	height:24px;
	width:95%;
	font-size:12px;

}
.now-rooms{
	height:24px;
	width:75%!important;
	font-size:12px;
}

.divRoomBookContentBodyOrderDetail p{
	line-height:1.5em;
	padding-left:10px;
	text-indent:2em;
	color:#666666;
}


.btnRoomBook{
	color:#ffffff;
	font-weight:bold;
	background-color:#a52e4c;
	padding:4px 5px;
	border-radius:3px;

}
.btnRoomBook:hover{
	color:#ffffff!important;
	background-color:#af3d5a;
}


.divRoomBookOrderList{
	width:733px;
	margin-top:10px;
	overflow:hidden;
	padding-bottom:10px;

}
.divRoomBookOrderList strong{
	background-color:#a52e4c;
	color:#ffffff;
	width:730px;
	display:block;
	line-height:26px;
	margin-bottom:10px;
}
.divRoomBookOrderListDl{
	margin-left:10px;
	width:750px;
}
.divRoomBookOrderList dl{
	width:177px;
	height:70px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
/*	border-right:solid 1px #a52e4c;
	border-bottom:solid 1px #a52e4c;*/

}
.divRoomBookOrderList dl dt{
	background-color:#E5E5E5;
	background-color:#ffffff;
	height:30px;
	line-height:30px;
	text-align:center;
}
.divRoomBookOrderList dl dd{
	text-align:center;
	line-height:40px;
	height:40px;
/*background-color:#E5E5E5;*/
background-color:#ffffff;
}

.divRoomBookOrderListTotal{
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding-right:20px;
}
.divRoomBookOrderListTotal span{
	margin-right:5px;
	color:red;
	font-size:14px;
}


.divRoomBookContentBodyCustomer{
	clear:both;
	width:720px;
	/*border-left:solid 1px #a52e4c;
	border-right:solid 1px #a52e4c;
	border-bottom:solid 1px #a52e4c;*/
	padding-bottom:10px;
	margin-left:10px;
	margin-top:10px;
	overflow:hidden;
}
.divRoomBookContentBodyCustomer strong{
	background-color:#a52e4c;
	color:#ffffff;
	width:730px;
	display:block;
	line-height:26px;
	padding-left:10px;
}

.divRoomBookContentBodyCustomer table{
	/*border:solid 1px #a52e4c;*/
	
	margin:10px 0px 5px 0px;
	width:730px;
}
.divRoomBookContentBodyCustomer table tr{
	
}
.divRoomBookContentBodyCustomer table tr th{
	/*border:solid 1px #a52e4c;*/
	text-align:right;
	font-weight:normal;
	/*background-color:#e5e5e5;*/
	padding:4px 0px;
	width:145px;

}
.divRoomBookContentBodyCustomer table tr td{
	/*border:solid 1px #a52e4c;*/
	padding:4px 0px;
	text-align:left;
	padding-left:5px;
/*	background-color:#E5E5E5;*/
		padding-right:20px;
}

.divRoomBookContentBodyCustomer table tr td input[type="text"]{
	height:24px;
	line-height:24px;
	width:100%;
	font-size:12px;

}
.divRoomBookContentBodyCustomer table tr td textarea{
	width:100%;
	height:80px;
	border:0px;
	padding-left:2px;
}
.divRoomBookContentBodyCustomer table tr td select{
	height:24px;
	width:100%;
	font-size:12px;

}

.divRoomBookContentBodySubmit{
	margin:20px 0px;
	text-align:center;
}