﻿/*Soobb 主站样式表*/
/*正文: 酒店 - 详细页面*/
#Content #Center h4 {
	color: #333;
	margin: 5px 0;
	font-size: 14px;
}
#Content #Center #CategoryTitle {
	margin: 10px 0 0 0;
}
/*酒店菜单*/
#Center #HotelMenu {
	clear: both;
	width: 530px;
	margin: 12px 0 0 0;
}
#Center #HotelMenu li {
	float: left;
	margin: 0 5px 0 0;
	display: block;
}
#Center #HotelMenu li a.Selected {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
/*图像缩放*/
#Center #HotelImage {
	float: right;
	width: 120px;
	height: 90px;
	border: 1px solid #E0E0E0;
	margin: 3px 0 0 3px;
	display: block;
}
#Center #HotelImage img, #Center div.ImageSearch img { 
	border: 0;
	width: 120px;
	height: 90px;
}
/*酒店分割线*/
#Center div.HotelLine-Top, #Center div.HotelLine-Center, #Center div.HotelLine-Bottom {
	clear: both;
	width: 530px;
	height: 1px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	background: url(/Styles/Images/Common/Horz_Line.png) repeat-x;
}
#Center div.HotelLine-Top {
	margin: 5px 0 5px 0;
}
#Center div.HotelLine-Center {
	margin: 15px 0 10px 0;
}
#Center div.HotelLine-Bottom {
	margin: 15px 0 0 0;
}
