/*---------------------------------------------------------
						PRICE BALLS
---------------------------------------------------------*/


/* Prices */
a.price {
	font-weight:		bold;
	text-align:			center;
	position:			absolute;
	font-family:		Tahoma, Arial, Geneva, sans-serif;
	color:				#FFF !important;
	letter-spacing:		-1px;
}

a.priceOffer {
	width:				103px;
	height:				93px;
	font-size:			32px;
	line-height:		44px;
	padding-top:		10px;
	background:			url(../image/prices/bg-orangeball.png) no-repeat top left;
}

a.priceOffer div {
	text-align:			center;
	font-size:			14px;
	font-weight:		bold;
	text-transform:		uppercase;
	letter-spacing:		0;
	line-height:		16px;
}

a.priceOffer div span {
	display:			block;
	font-size:			11px;
	margin-top:			6px;
	margin-bottom:		-9px;
}	

a.priceOffer sup {
	position:			relative;
	font-size:			19px;
	vertical-align:		text-top;
	line-height:		30px;
	display:			inline-block;
}
a.priceOffer sup span {
	position:			absolute;
	right:				-2px;
	top:				14px;
	font-size:			12px;
	font-weight:		normal;
	letter-spacing:		0;
}

a.priceTwoNumbers {
	font-size:			32px;
}

a.priceThreeNumbers {
	font-size:			29px;
}

a.priceThreeNumbersSup {
	font-size:			20px;
}

a.priceThreeNumbersSup sup {
	font-size:			13px;
}

a.priceFourNumbers {
	font-size:			20px;
}

a.priceFourNumbersSup {
	font-size:			17px;
}

a.priceFourNumbersSup sup {
	font-size:			13px;
}

a.priceDiscount {
	padding-top:		3px;
	font-size:			10px;
}

a.priceDiscount span {
	display:			block;
	font-size:			16px;
}

a.priceDiscount span.realPrice {
	font-size:			10px;
}


/* Prices / Small */

a.priceOfferSmall {
	width:				79px;
	height:				72px;
	font-size:			24px;
	line-height:		44px;
	padding-top:		7px;
	background:			url(../image/prices/bg-orangeballsmall.png) no-repeat top left;
}

a.priceOfferSmall div {
	text-align:			center;
	font-size:			11px;
	font-weight:		bold;
	text-transform:		uppercase;
	letter-spacing:		0;
	line-height:		12px;
}

a.priceOfferSmall div span {
	display:			block;
	font-size:			10px;
	margin-top:			6px;
	margin-bottom:		-12px;
}	

a.priceOfferSmall sup {
	position:			relative;
	font-size:			16px;
	vertical-align:		text-top;
	line-height:		25px;
	display:			inline-block;
}
a.priceOfferSmall sup span {
	position:			absolute;
	right:				2px;
	top:				14px;
	font-size:			9px;
	font-weight:		normal;
	letter-spacing:		0;
}

a.priceOfferSmall.priceThreeNumbers {
	font-size:			21px;
}


