@charset "UTF-8";
/* Price Boxes */
#price_box {
	height:42px;
	color:#FFF;
	font-size:22px;
	float:right;
	z-index:1;
	position:relative;
	margin-top:-50px;
	font-weight:bold;	
}
.price_box_left {
	background-image:url(../images/background/price_boxes/red_rounded/red_rounded_left.gif);
	background-repeat: no-repeat;
	width:14px;
	height:42px;
	
}
.price_box_middle {
	background-image:url(../images/background/price_boxes/red_rounded/red_rounded.gif);
	background-repeat: repeat-x;
	height:42px;
	padding:6px 0 0 0px;
}
.price_box_right {
	background-image:url(../images/background/price_boxes/red_rounded/red_rounded_right.gif);
	background-repeat: no-repeat;
	width:21px;
	height:42px;
}
.superscript {
	font-size:16px;
	vertical-align:top;
}

#price_box a:link { color:#FFF;}
#price_box a:visited { color:#FFF;}
#price_box a:hover { color:#FFF;}



