﻿/*Soobb 酒店地图样式表*/
html, body {
	height: 100%;
	overflow: hidden;
}
#Footer {
	display: none;
}
#Content #Center {
	width: auto;
	float: none;
	padding: 0 230px 0 163px;
	background: url(/Styles/Images/Common/Vert_Line.png) repeat-y 163px 0;
}
#Right div ul {
	margin: 3px 0 0 0;
}
#Right div.RightBox div {
	clear: both;
}
/*酒店列表*/
#Right div ul.LocalList li {
	clear: both;
	margin: 4px 0 4px 1px;
}
#Right div ul.LocalList li img {
	float: left;
	border: 0;
	display: block;
}
#Right div ul.LocalList li span {
	color: #000;
	float: left;
	width: 170px;
	margin: 0 0 0 5px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
#Right div ul.LocalList li span strong {
	color: #0353ce;
	display: block;
	font-size: 13px;
	font-weight: normal;
}
/*酒店详情*/
#MapsContainer div.HotelDetails {
	line-height: 21px;
}
#MapsContainer div.HotelDetails div p {
	clear: both;
}
#MapsContainer div.HotelDetails div h4 {
	margin: 0 0 3px 0;
	font-size: 13px;
}
/*#MapsContainer div.HotelDetails div.InfoContainer {
	float: left;
}*/
/*图像缩放*/
/*#MapsContainer div.HotelDetails span.Image {
	float: left;
	width: 96px;
	height: 72px;
	border: 1px solid #E0E0E0;
	margin: 0 8px 0 0;
	display: block;
}
#MapsContainer div.HotelDetails span.Image img { 
	border: 0;
	width: 96px;
	height: 72px;
}*/
