/* /////////////////////////////////////////////////////////////////////// */
/* REAL DEALS STYLES */
/* /////////////////////////////////////////////////////////////////////// */

/* h1 main heading */
#secfront_header h1
{
	display:inline-block;
	padding-left:5px;
	background-image:url('http://budgettravel.com/bt-srv/images/sprite_general_v1.1.gif');
	background-repeat:no-repeat;
	background-position:left -1370px;
}

	#secfront_header h1 span
	{
		display:inline-block;
		padding-right:5px;
		height:32px;
		background-color:#0db402;
		background-image:url('http://budgettravel.com/bt-srv/images/sprite_general_v1.1.gif');
		background-repeat:no-repeat;
		background-position:right -1430px;
		
		color:#fff;
		line-height:32px;
	}

/* main marquee styles */
div.main_marquee
{
	width:650px;
	margin:0px 0px 10px 0px;
	float:left;
}

	div.main_marquee h3
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding-top: 10px;
		background: url(http://www.budgettravel.com/bt-srv/images/bg_dotted_h_001.gif) repeat-x top left;
		text-transform: uppercase;
		margin: 2px 0 4px 0;
		padding: 8px 0 0 0;
	}
	
	div.main_marquee span.marquee_date
	{
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		text-transform:uppercase;
	}
	
	div.main_marquee .marquee_col1
	{
		float:left;
		margin-left:5px;
		margin-right:20px;
	}
	
		div.main_marquee .marquee_col1 .marquee_image
		{
			overflow:hidden;
		}
		
		div.main_marquee .marquee_col1 .marquee_image img
		{
			width:206px;
			height:131px;
			border:1px solid #8d8d8d;
			overflow:hidden;
		}
	
	div.main_marquee .marquee_col2
	{
		float:left;
		width:410px;
	}
	
		div.main_marquee .marquee_col2 h2
		{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 20px;
			font-weight:bold;
			display: block;
			line-height: 1.2em;
		}
	
		div.main_marquee .marquee_col2 p
		{
			margin:0px;
		}
		
			div.main_marquee .marquee_col2 h2 a
			{
				color: #0eac01;
			}
		
		div.main_marquee .marquee_col2 ul
		{
			list-style: none;
			display:block;
			margin: 0;
			padding: 0;
		}
		
			div.main_marquee .marquee_col2 ul li
			{
				padding: 0 0 0 10px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;		
				font-size: 12px;
				margin: 2px 0;
				display:block;
				line-height: 15px;
				list-style: none;
				background:	url(http://www.budgettravel.com/bt-srv/images/bullet_ftr_mods_001.gif) 0px 3px no-repeat;
			}
			
				div.main_marquee .marquee_col2 ul li a
				{
					color: #0eac01;	
					line-height: 15px;
					padding:0;
					margin: 0;
				}
				
		/* 2009.06.04 JBeam */
		div.main_marquee .marquee_col2 h3,
		div.main_marquee .marquee_col2 ul
		{
			display:none;
		}
		
/* partner deals */
#partner_deals
{
	margin-bottom:10px;
	padding-bottom:7px;
	background-image:url('http://www.budgettravel.com/bt-srv/images/bgbar_double_line02.gif');
	background-repeat:repeat-x;
	background-position:left bottom;
}

#partner_deals p,
#partner_deals ul
{
	padding-left:6px;
}

#partner_deals p  /* targeting the first line in the module, but applies to all p's - cascade over this below */
{
	margin-bottom:8px;
	
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;
}

	#partner_deals p span  /* targeting the span inside the first line - currently there are no spans elsewhere in this module */
	{
		color:#555;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
	}

	#partner_deals li
	{
		margin:0px 10px 12px auto;
		padding:0px auto;
	}

		#partner_deals li p  /* the p's inside the partner links */
		{
			margin:0px auto;
			padding:0px auto;
			padding-left:0px;
			
			color:#000;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-style:normal;
			font-weight:normal;
		}

#partner_deals h3 a:link,
#partner_deals h3 a:visited
{
	color:#2c4892 !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	cursor:pointer;
}
	
	#partner_deals h3 a:hover,
	#partner_deals h3 a:focus,
	#partner_deals h3 a:active
	{
		text-decoration:underline;
	}

#partner_deals strong
{
	color:#7c7c7c;
	font-weight:normal;
}
