#Accommodation {
	background:white;
	padding:10px
}

#Province.hasmany {
	float:left;
	background-color:#C9ECFE!important;
	width:440px;
	height:290px;
	padding:10px;
	margin:10px;
	color:#fff
}
	#Province.hasone a {
		float:left;
		background-color:#C9ECFE!important;
		width:440px;
		height:290px;
		padding:10px;
		margin:10px;
		color:#fff
	}
	#Province h3 {
		color:#fff;
		font-weight:bold;
		position:absolute;
		margin-top:240px;
		margin-left:-10px;
		font-size:16px!important;
	}
	#Province span  {
		display:block;
		width:420px;
		background:#000;
		padding:15px 10px;
		opacity:0.75;
		filter:alpha(opacity=75); /* For IE8 and earlier */
	}
	#Province.hasone span:hover {
		opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
		background-color:#fe4c1e
	}
	
	#Province ul {
		margin:0;
		list-style:none;
		padding:0
	}
	#Province ul li a {
		display:block;
		width:410px;
		background:#fff;
		padding:5px;
		opacity:0.75;
		filter:alpha(opacity=75); /* For IE8 and earlier */
		font-size:12px
	}
	
	#Province ul li a:hover{
		background-color:#fe4c1e;
		text-decoration:none;
		color:#fff;
		opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}

p#Area{
	font-size: 11px;
}
	p#Area a {
		text-decoration:none
	}

p#Details {
	margin:10px 0;
	font-size:12px
}

#Accommodation img {
	float:left;
	margin:10px 10px 10px 0
}

#Area .listFrame {
	float:left;
	width:470px;
	margin-right:10px;
}
	#Area .listR {
		width:320px;
		float:left
	}
	

	