#features {
	padding-left : 40px;
	padding-bottom : 10px;
}

#features ul, #features il {
	list-style-type : square;
}

#double {
	float : right;
	margin-left : 4px;
}

#double img {
	border : 2px solid #ccc;
}

#bed2 {
	float : left;
	margin-left : 4px;
	margin-right : 5px;
}

#bed2 img {
	border : 2px solid #ccc;
}

#tariffs {
	clear : both
}

table {
	border-collapse : collapse;
}

tr.odd {
	background-color : #e0e0e0;
}

td {
	border-bottom : 1px solid black;
}

td.price {
	text-align : right;
}

col#rtype {
	width : 250px;
}

col#tariff {
	width : 100px;
}

