em{
	font-style:normal;
}
.hotel-meeting-room{
	margin-top:16px;
	background-color: #fff;
	border-top:1px solid #c9c9c9;
}
.meeting-room-list li{
	padding:10px 0 10px 10px;
	border-bottom:1px solid #c9c9c9;
	position: relative;
}
.meeting-show-image{
	width:65px;
	height:44px;
	margin-right:4px;
}
/*.meeting-list-description{
	width:69%;
}*/
.meeting-desc-title h3{
	float:left;
	font-size:16px;
	font-weight:normal;
	margin-right:13px;
	padding:4px 0 8px 0;
}
.meeting-room-tags{
	float:left;
	margin-top:6px;
}
.meeting-room-tags span{
	padding:1px 4px;
	border:1px solid #9f9f9f;
	font-size:12px;
	margin-right:7px;

}
.reference-price-text{
	padding:2px 3px;
	background-color: #bfbfbf;
	color:#fff;
}
.reference-price-num{
	/*width:79%;*/
	margin-top: 2px;
	color:#ff6b22;	
}
.reference-price-num>span{
	font-size:12px;
	margin-right:5px;

}

.reference-price-num em{
	font-size:14px;
}
.reference-price-style{
	padding:1px 1px 1px 0;
	/*padding:1px 3px 1px 1px;*/
	color:#fff;
	background-color: #89abc2;
	position: relative;
	margin-left:2px;
}
.meeting-room-triangle{
	width:0;
	height:0;
	border-style:dashed solid dashed dashed;
	border-color: transparent #89abc2 transparent transparent;
	border-width:9px 5px;
	position:absolute;
	left:-10px;
	top:0;
}
.links-position-top{
	top:20px;
}