div.onsale-product-container {
	position: relative;
	zoom: 1;
	background-color: green;
}
table.onsale-product-container {
	position: absolute;
	z-index: 10;
}
div.onsale-product-label-image {
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
	margin: 5px;
}
table.onsale-onsale-product-label-text td {
	font-family: inherit;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}
table.new-onsale-product-label-text td {
	font-family: inherit;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}
table.custom-onsale-product-label-text td {
	font-family: inherit;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}