#room-list-1
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
	float: left;
	overflow: hidden;
    font-size: 10px;
    font-weight: bold;
}
#room-list-2
{
	position: relative;
	top: 0px;
	width: 150px;
	float: left;
	margin-left: 45px;
	overflow: hidden;
    font-size: 10px;
    font-weight: bold;
}
#room-list-3
{
	position: relative;
	top: 0px;
	width: 150px;
	float: left;
	margin-left: 45px;
	overflow: hidden;
    font-size: 10px;
    font-weight: bold;
}

.room-list-name
{
	width: 86px;
	height: 15px;
	float: left;
    height: 15px;
    line-height: 15px;
    white-space: nowrap;
	overflow: hidden;
}
.room-list-posts
{
    height: 15px;
    line-height: 15px;
	text-align: right;
}

#room-list-end
{
	clear: both;
	position: relative;
	top: 18px;
	font-size: 10px;
}