/*
 * CATEGORY PAGE
 */
div.onsale-category-container-grid {
	position: relative;
}

div.onsale-category-container-list {
	position: relative;
}

/* Fix standart Enterprise Theme for List mode */
div.onsale-category-container-list a {
	margin: 0 !important;
}
/* End fix */
/* Fix standart Enterprise Theme for Grid mode */
div.onsale-category-container-grid + h2.product-name {
	clear: both;
}
div.onsale-category-container-list+ h2.product-name {
	clear: both;
}
/* End fix */
.onsale-category-container {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

div.onsale-category-label {
	position: absolute;
	top: 3px;
	left: 4px;
	margin-left: -2px;
	text-align: center;
}

div.onsale-onsale-category-label-text {
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

div.new-onsale-category-label-text {
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

div.custom-onsale-category-label-text {
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

/*
 * PRODUCT PAGE
 */
.onsale-product-container {
    cursor: pointer;
    position: relative;
}
.onsale-product-container-inside {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

.onsale-product-container a {
	z-index: 2 !important;
}

div.onsale-product-label {
	position: absolute;
	top: 3px;
	left: 4px;
	margin-left: -2px;
	text-align: center;
}

div.onsale-onsale-product-label-text {
	font-family: inherit;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

div.new-onsale-product-label-text {
	font-family: inherit;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

div.custom-onsale-product-label-text {
	font-family: inherit;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}