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

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

.onsale-category-container {
	cursor: pointer;
	position: absolute;
	z-index: 100;
	right:0 !important;
	bottom: 0;
	left:inherit !important;
	top: inherit;
}

div.onsale-category-label {
    /*position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;*/
    text-align: center;
    padding: 16px 0 0 0;
    line-height: 15px;
}

div.onsale-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:12px;
    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;
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {


.onsale-category-container {
top: inherit!important;
right: -5px!important;

}



}
