@charset "utf-8";
/* Student Flights 09 Flights Page - CSS Document */

h1 { /* (Define attributes here to customise page specific tags) */
	margin-bottom:0px;
}


/* Flights page **************************************************************************************************/

.holidays-panels-column {
	float:left;
	width:260px;
}

.holidays-pan-col-margin {
	margin-left:10px;
}



/* Adjustment classes for flight deal panels */
.holidays-deals-panel {
	width:256px;
	margin-top:10px;
}

.holidays-deal-title {
	height:22px;
	width:248px;
}

/*
.holidays-deal-bg-panel {
	width:255px;
	height:100%;
	clear: both;
}
*/

.holidays-deal-row {
	width: 248px;
	clear: both;
	/*styles below added for scrolling marquee*/
	overflow:hidden; 
	zoom:1; 
	/*end styles added for scrolling marquee*/
}

.holidays-deal-row-home {
	width: 230px;
	clear: both;
	/*styles below added for scrolling marquee*/
	overflow:hidden; 
	zoom:1; 
	/*end styles added for scrolling marquee*/
}

.holidays-deal-row-flights {
	width: 280px;
	clear: both;
	/*styles below added for scrolling marquee*/
	overflow:hidden; 
	zoom:1; 
	/*end styles added for scrolling marquee*/
}

.holidays-deal-name {
	width:174px;
	/* styles below added for scrolling marquee */
	white-space:nowrap;
	/*end styles added for scrolling marquee*/
}

.holidays-deal-name-home {
	width:160px;
	/* styles below added for scrolling marquee */
	white-space:nowrap;
	/*end styles added for scrolling marquee*/
}

/* These adjust the deal row and name based on a secondary wrapper class*/
.holidays-adjust .deal-row {
	width:248px;
	clear: both;
}

.holidays-adjust .deal-name {
	width:174px;
}

.holidays-adjust .deal-name-home {
	width:158px;
	height:25;
}
/*  */

.holidays-img {
	border-bottom:1px solid #666;
	*margin-bottom:-3px;
}




