@CHARSET "ISO-8859-1";


.priceBorder {
	height: 0;
}

.priceTag {
	position: relative;
	top: -33px;
	width: 83px;
	height: 28px;
	margin-left: -20px;
	padding-left: 0px;
	padding-top: 5px;
	color: #fff;
}
.priceTag strong {
	margin-left: 8px;
	font-size: 15px;
}
.priceTagSavePercent {
	color: green;
}
.future {
	color: blue;
}
.current {
	color: green;
}
.past {
	color: red;
}


.priceTagFuture {
	background-image: url(../grfx/pricetag/future.png);
}
.priceTagCurrent {
	background-image: url(../grfx/pricetag/current.png);
}
.priceTagPast {
	background-image: url(../grfx/pricetag/past.png);
}
