@charset "utf-8";
/* CSS Document */

.room {
	margin-bottom:25px;
	padding-bottom:25px;
	border:1px #ccc;
	border-bottom-style:dashed;
}
	.roomNum {
		font-weight:bold;
		margin-bottom:10px;
		font-size:14px;
		color:#ff9731;
	}
	.roomImg {
		width:300px;
	}
	.roomDesc {
		width:600px;
		float:right;
	}