.buyNowContainer{
	float:left;		
	width:375px;
}

.spotlightBuyPricingAd{
	float:left;	
	width:200px;
}


/* --- Makes links in the Support tab black instead of orange for better legibility -- */
.productSupportDownloads a:link {
	color: #121212;
	text-decoration: underline;
}

.productSupportDownloads a:visited {
	color: #121212;
	text-decoration: none;
}

.productSupportDownloads a:hover {
	color: #121212;
	text-decoration: none;
}

.productSupportDownloads a:active {
	color: #121212;
	text-decoration: underline;
}