

#bodyTopLeftCol, #bodyTopRightCol
{
	position: relative;
}





#floatingStar
{
	position: absolute;
	top: -20px;
	right: -32px;
}






#rightItemSection
{
    float:left;
	top: 0;
	left: 310px;
	width: 320px;
	/*height: 280px;*/
	padding: 0 0 0 10px;
	display:table;
}

#rightItemSection p
{
	margin: 1em 0;
}

#itemPrice
{
	font-weight: bold;
	font-size: 14px;
}

#itemPrice em
{
	color: #89bf3f;
	font-weight: bold;
	font-size: 14px;
}

#itemPrice span
{
	font-weight: normal;
	font-size: 11px;
}




#pointsBar
{
	position: relative;
	width: 202px;
	height: 10px;
	margin: 10px 0;
}

#bartop
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

#barline
{
	height: 10px;
	background: transparent url(/images/store/pointsbar_stripe.png) 0 1px repeat-x;
}

#barline span
{
	display: none;
}

#btnAddToCart
{
	display: block;
	float: right;
}

.RetailPrice
{
    text-decoration:line-through;
    font-size:14px;
    font-weight:bold;
}

.StoreItemImage
{
    float:left;
}

.btnFloatLeft
{
    float:left;
}

.btnRedeem
{
    padding:3px 0 0 20px;
}
