/*
  FRONTEND: specific to certain pages
*/

/* Used in listing multiple chalets in one page
------------------------------------------------
*/

#chaletBox {
	width: 155px;
	height: 320px; /* This helps ensure each space is property filled */
	float:left;
	/* background: url("/fimages/vert_border.png") right repeat-y; */
	padding: 10px 10px 10px 10px;
	text-align:center;
}


#chaletBox p {
	text-align: center;
}

/* Used in single chalet page
------------------------------------------------
*/
#specialOfferBox {
	padding: 10px 0px 10px 0px;
	background: url("/fimages/horiz_border.gif") left bottom repeat-x;
}

/* Used in special offer search result page
--------------------------------------------
*/
.specialImage {
	width: 150px;
	float: left;
}

.specialContent {
	width: 450px;
	float: left;
}



