

#list
{
	border-spacing: 0px;
	padding: 0px;
}

#list th
{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #A4CDE4;
	padding: 2px;
	height: 25px;
	font-size: 10px;
}

#list th a {
	text-decoration: none;
}

#list td {
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #0D7AB5;
	border-right: 1px solid #A4CDE4;
	padding: 6px 2px 6px 2px;
	font-size: 10px;
}

table.sortable {
	width: 100%;
}

table.sortable thead {
    background-color: #7FB6D4;
    font-weight: bold;
    cursor: pointer;
}

table.sortable  thead .sorttable_nosort {
    cursor: default;
}

table.sortable .sorttable_sorted {
	color: #0D7AB5;
}

table.sortable .sorttable_sorted_reverse {
	color: #0D7AB5;
}

#map {
	width: 602px;
	height: 400px;
}


#list table.hidden {
	border-spacing: 0px;
	padding: 0px;n;
}

#list table.hidden td {
	border: none;
	padding: 0px;
	text-align: center;
}

.beds {
	border-right:none !important;
}

.beds .holder {
	position: relative;
}

.beds .double {
	position: absolute;
	top: 6px;
	left: 6px;
}

.beds .single {
	position: absolute;
	top: 6px;
	left: 2px;
}

.bed {
	background-color: #FFFFFF;
}

.sofabed {
	background-color: #C7E8F8;
}


