/*
 * MONEY CHANNEL STYLESHEET
 * #004A71 Dark Blue
 * #44B3EB Left Rail Menu Items Background
 * #EBFDFE Light Pastel Blue
 */

/* Structural *****************************************************************/

#col0 {
	background: url(/images/cheap-flights/subchannels/col0-tile.gif) top repeat-y;
}
 
#col1 {
	background: #44B3EB url(/images/cheap-flights/subchannels/col1.jpg) bottom no-repeat;
}

#col1head, #col2head {
	background: #004A71;
}

#col3 {
	border-left: 2px solid #004A71;
}

#modules dl {
	border-bottom: 2px solid #004A71;
}

/* Text ***********************************************************************/

a {
	color: #004A71;
}

a:hover {
	color: #44B3EB;
}

a.select:hover {
	border-bottom: 1px dashed #004A71;	
}

h1, h2, h3, h4, h5, h6 {
	color: #004A71;
}

h2 {
	margin: 10px 0 3px 0;
}

em {
	color: #004A71;
	font-style: none;
}

strong {
	color: #004A71;
}

blockquote.nestright {
	background-color: #EBFDFE;
	color: #004A71;
}

/* Ad Blocks ******************************************************************/

.adblock1 {
	background-color: #EBFDFE
}

.adblock1 dt {
	border-top: 1px dashed #004A71;
}

/* Product Blocks ******************************************************************/

.productdisplay {
	margin: 0 0 0 5px;
	padding: 5px 0 5px 0;
	width: 420px;
	clear: both;
	border-bottom: 1px dashed #fce0f2;
}
.nestleft {
	float: left;
	width:auto;
	margin: 0 5px 0 0;
}
.productlinks {
	padding:5px 0 0 10px;
	float:left;
	width:auto;
}