#maincontent H5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
}
.hotellist {
	width: 600px;
	float: right;
	margin-bottom: 30px;
	font-size: 12px;
	border-collapse: collapse;
	text-align: center;
}
.hotellist TH, .hotellist TD {
	border: 1px solid #336699;
	font-weight: normal;
	color: #333333;
	height: 33px;
}
.hotellist TH {
	background: #99CCFF;
}
.hotellist TH.picture, .hotellist TD.picture {
	width: 100px;
}
.hotellist TH.hotelname, .hotellist TD.hotelname {
	width: 240px;
}
.hotellist TH.introduction, .hotellist TD.introduction {
	width: 205px;
}	
.hotellist TH.hotelfacility, .hotellist TD.hotelfacility {
	width: 240px;
}
.hotellist TH.pricerange, .hotellist TD.pricerange {
	width: 205px;
}
.hotellist TH.buttonlist, .hotellist TD.buttonlist {
	width: 50px;
}
.hotellist TH.picture IMG, .hotellist .picture IMG {
	width: 100px;
	height: 70px;
}
.hotellist TD.hotelfacility IMG {
	width: 30px;
	height: 30px;
}
.hotellist TD.pricerange {
	color: #FF0000;
}
.hotellist TD.introduction {
	text-align: left;
}
.buttonlist LI.listdetail01 {
	width: 50px;
	height: 20px;
	text-indent: -9999px;
	list-style-type: none;
}
.buttonlist LI.listdetail02 {
	width: 50px;
	height: 20px;
	text-indent: -9999px;
	list-style-type: none;
}
.buttonlist LI.listdetail03 {
	width: 50px;
	height: 20px;
	text-indent: -9999px;
	list-style-type: none;
}
.buttonlist A {
	display: block;
	height: 20px;
}
LI.listdetail01 A {
	background-image: url(../image/BtnHotelinfoSmall.gif);
}
LI.listdetail01 A:hover {
	background-image: url(../image/BtnHotelinfoSmallOv.gif);
}
LI.listdetail02 A {
	background-image: url(../image/BtnGallerySmall.gif);
}
LI.listdetail02 A:hover {
	background-image: url(../image/BtnGallerySmallOv.gif);
}
LI.listdetail03 A {
	background-image: url(../image/BtnPriceSmall.gif);
}
LI.listdetail03 A:hover {
	background-image: url(../image/BtnPriceSmallOv.gif);
}