.current-offers
{
	position:relative;
}
	.current-offers h4
	{
		margin-bottom:10px;
		font-weight:normal; font-size:18px;
		color:#000;
	}
	.current-offers .offers-local-search
	{
		position:relative; float:none; clear:both; *zoom:1;
		margin-bottom:10px;
		white-space:nowrap;
	}
	.current-offers .offers-local-search:after
	{
		display:block; clear:both; float:none; content:"."; height:0; visibility:hidden;
	}
		.current-offers .offers-local-search label,
		.current-offers .offers-local-search .txt
		{
			float:left;
			margin-right:5px;
			text-align:left;
		}
		.current-offers .offers-local-search .txt
		{
			width:60px;
		}
		.current-offers .offers-local-search label
		{
			margin-right:4px;
			font-size:11px; line-height:20px;
		}
	
	.current-offers .offers
	{
		position:relative; float:none; clear:both; *zoom:1;
		
	}
	.current-offers .offers:after
	{
		display:block; clear:both; float:none; content:"."; height:0; visibility:hidden;
	}
		.offer-container
		{
			position:relative;
/*			height:143px; overflow:hidden; overflow-y:auto;*/
		}
			.current-offers .lease-offers
			{
				position:relative; float:left;
				width:285px; margin-right:34px;
			}
			.current-offers .finance-offers
			{
				position:relative; float:left;
				width:285px;
			}
				.current-offers .offers h5
				{
					width:100%; height:22px;
					margin-bottom:10px;
					background-color:#4F4F4F; color:#FFF;
					font-weight:bold; font-size:15px; line-height:22px; text-indent:10px; white-space:nowrap;
				}
				.current-offers .offers .offer
				{
					position:relative;
					width:100%; overflow:hidden;
					margin-bottom:20px;
				}
				.current-offers .offers .last
				{
					margin-bottom:0;
				}
					.current-offers .offers .offer h6
					{
						margin-bottom:10px;
						font-weight:bold; font-size:15px;
					}
					.current-offers .offers .offer .offer-deal
					{
						margin:10px 0 15px 0;
					}
						.current-offers .offers .offer .offer-deal .offer-APR
						{
							font-size:18px;
						}
					
					.current-offers .offers .offer .offer-link
					{
						position:relative; display:block;
						margin-bottom:4px;
					}
						.offer-description-terms
						{
							display:none;
							font-size:11px; line-height:10px;
						}
							.current-offers .offers .offer .offer-description,
							.current-offers .offers .offer .offer-terms
							{
								margin:14px 0;
							}
				
				
	.current-offers .disclaimer
	{
		width:auto;
		padding-top:20px; *padding-left:8px;
		color:#000;
		font-size:11px;
	}
		.current-offers .footnote-indicator
		{
			margin-left:-8px;
		}

#modal-current-offers
{
	top:100px;
}
	#modal-current-offers .current-offers
	{
		width:604px;
	}