/* CSS Document */

#StayDetail {
}

#StayDetail table th {
	background: #fff;
	text-align: left;
}

#StayDetail #TitArea {
	background: url(image/detail/title_bg.gif) 0 100% no-repeat;
	width: 800px;
}

#StayDetail #TitArea h3 {
	background: #fff url(image/detail/hotel_name_ico.gif) 0 50% no-repeat;
	color: #F99B33;
	font-size: 1.7em;
	font-weight: bold;
	margin: 0 0 0px 5px;
	padding: 0 0 0 25px;
}

#StayDetail #TitArea #Category {
	background:url(image/detail/title_sub.gif) 0 100% no-repeat;
	min-height: 20px;
	padding: 0 5px 2px 30px;
	font-weight: bold;
	color:#009966;
}

#StayDetail #Copy {
	margin: 15px;
}

#StayDetail table.PhotoBorder {
	border: 1px solid #ccc;
}

#StayDetail table.PhotoBorder td,
#StayDetail table.PhotoBorder th {
	padding: 8px;
}

#StayDetail h5 {
	margin-bottom: 7px;
}

#StayDetail table.AddTb td,
#StayDetail table.AddTb th {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}

#StayDetail table.AddTb th {
	width: 20%;
}

#StayDetail table.Fee th,
#StayDetail table.Fee td,
#StayDetail table.Facilities th,
#StayDetail table.Facilities td {
	padding: 7px;
	border-bottom: 1px dashed #ccc;
}


#StayDetail table.Fee th {
	color: #52A982;
	width: 30%;
	font-weight: bold;
}

#StayDetail table.Facilities th {
	color: #3EA6D0;
	width: 30%;
	font-weight: bold;
}

#StayDetail table.AddTb table th,
#StayDetail table.AddTb table td,
#StayDetail table.Fee table th,
#StayDetail table.Fee table td,
#StayDetail table.Facilities table th,
#StayDetail table.Facilities table td {
	border-bottom: none;
}

#StayDetail table.Recommend td {
	padding: 10px;
	background: #F8FBE9;
	color: #214E0F;
}