/*
Holiday Homes portugal
eating.css
*/

.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;
	line-height:120%;
}

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

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

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

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

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

.descriptions {	font-size:86%;
    margin:5px 0 0 0;
	width:855px;
	float:left;
    clear:both;
	color:#777;
	background:#dbdbdb url("../img/whitefade.jpg") repeat-x top;
}

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

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