/*
Holiday Homes portugal
penthouse.css
*/

#text {
	padding:0;
}


.column {
    margin:5px 0 0 5px;
	width:207px;
	float:left;	padding:0 0 5px 0;
}

.column h3 {
	margin:0px;
	padding:3px;
	font-weight:normal;
	font-size:110%;
}

.column p {
    padding:3px;
	font-size:76%;
	line-height:120%;
}

#livingroom {
	float:left;
	margin:5px 0 0 0;
	color:#000;
	background:#fff url("../img/imgs-penthouse-livingroom.jpg") no-repeat;
	width:210px;
	height:150px;
}

#dbedroom {
	float:left;
	margin:5px 0 0 5px;
	color:#000;
	background:#fff url("../img/imgs-penthouse-dbed.jpg") no-repeat;
	width:210px;
	height:150px;
}

#twinbed1 {
	float:left;
	margin:5px 0 0 5px;
	color:#000;
	background:#fff url("../img/imgs-penthouse-tbed1.jpg") no-repeat;
	width:210px;
	height:150px;
}

#twinbed2 {
	float:left;
	margin:5px 0 0 5px;
	color:#000;
	background:#fff url("../img/imgs-penthouse-tbed2.jpg") no-repeat;
	width:210px;
	height:150px;
}

#kitchen {
	float:left;
	margin:5px 0 0 0;
	color:#000;
	background:#fff url("../img/imgs-penthouse-kitchen.jpg") no-repeat;
	width:210px;
	height:150px;
}

#bathroom {
	float:left;
	margin:5px 0 0 5px;
	color:#000;
	background:#fff url("../img/imgs-penthouse-bathroom.jpg") no-repeat;
	width:210px;
	height:150px;
}

#balcony {
	float:left;
	margin:5px 0 0 5px;
	color:#000;
	background:#fff url("../img/imgs-penthouse-balcony.jpg") no-repeat;
	width:210px;
	height:150px;
}

#view {
	float:left;
	margin:5px 0 0 5px;
	color:#000;
	background:#fff url("../img/imgs-penthouse-view.jpg") no-repeat;
	width:210px;
	height:150px;
}

.rooms {
    margin:5px 0 0 0;
	width:855px;
	float:left;
    clear:both;
	color:#777;
	background-color:#eee;
}

.rooms .column {
    margin:5px 0 5px 5px;
	width:207px;
	float:left;
}

.rooms .column p {
    padding:3px;
	font-size:76%;
	line-height:120%;
}

#gallerylink {
		float:right;
		}