#page_details {
	margin-top: 25px;
	}
	
/* DAY BOX -------------------------------------------------- */
#page_details .day {
	height: 259px;
	width: 269px;
	background-image: url('../images/details_daybox.jpg');
	float: left;
	position: relative;
	margin-right: 15px;
	line-height: 16px;
	}
#page_details .day li {
	list-style: none;
	list-style-position: inside;
	}
#page_details .star {
	position: absolute;
	bottom: -5px;
	left: -5px;
	}

/* BOTH DAY BOXES ------------------------------------------------ */
#page_details .dayDetails {
	position: absolute;
	left: 20px;
	top: 52px;
	}
#page_details .title {
	color: white;
	font-size: 28px;
	position: relative;
	top: 20px;
	left: 16px;
	}
#page_details .price {
	position: absolute;
	bottom: 11px;
	right: 15px;
	}
	
/* HALF DAY BOX -------------------------------------------------- */
#page_details .halfDay {
	height: 259px;
	width: 146px;
	background-image: url('../images/details_daybox_half.jpg');
	float: left;
	position: relative;
	line-height: 16px;
	}
#page_details .halfDay .dayDetails {
	width: 110px;
	}