<style>
.mark-down {text-decoration:line-through;}
.sale {color:#FF0000;}
.upsellInfo 
{ 
	display: block; 
	float: left;
	width: 550px; 
	margin: 0;
}

.upsellItem1, .upsellItem2, .upsellItem3  
{ 
	display: block;
	float:right;
	width: 550px;
	margin: 1px 0 0 0;
	padding: 1px 0 1px 0;
}
.upsellName 
{ 
	float: left;
	/*width: 205px; */
	font: 9pt Arial, Verdana, Helvetica;
	color: black;
	padding: 0px 0 0px 2px;

}
.upsellPricePoint 
{ 
	vertical-align:bottom;
	float: left;
	height: 30px;
	width: 110px;
	font: 9pt Arial, Verdana, Helvetica;
	color: black;
	padding: 4px 0 0px 2px;
}

.upsellItem1 
{ 
	background-color: #eee; 
}
.upsellItem2 
{
	background-color: #fff; 
}
.upsellItem3 
{ 
	background-color: #E8E1CC; 
}
</style>