/* used in product list (search_result) and detail (item) */
 
.violator {
	position: absolute;
	top: 0;
	left: 0;
	width: 74px;
	height: 74px;
}
.violator img {
	width: 74px;
	height: 74px;
	cursor: pointer;
}

.dolanOutdoorViolator {	background: url(/static/template_imgs/_framework/Violator_OUT.gif) no-repeat; }

.saleViolator {	background: url(/static/template_imgs/_framework/saleViolator.gif) no-repeat; }

.clearanceViolator { background: url(/static/template_imgs/_framework/clearanceViolator.gif) no-repeat; }

.violatorFanSale { background: url(/static/template_imgs/_framework/Violator_FANsale.gif) no-repeat;}
.violatorFreePortableFan { background: url(/static/template_imgs/_framework/Violator_FREEfan.gif) no-repeat;}

.violatorEntertainment { background: url(/static/images/banners/promos/Entertainment_DL_violator.gif) no-repeat;}
.violatorEntertainmentClearance { background: url(/static/images/banners/promos/Entertainment_DL_violator_clearance.gif) no-repeat; }

.violatorBackToSchool { background: url(/static/template_imgs/_framework/violatorBackToSchool.gif) no-repeat;}
.violatorBackToSchoolClearance { background: url(/static/template_imgs/_framework/violatorBackToSchoolClearance.gif) no-repeat; }

.violatorEnergyStar { position: absolute; top: 0; right: 0; width: 37px; height: 38px; background: url(/static/template_imgs/_framework/energystar.gif) no-repeat; }
.violatorEnergyStar img { width: 37px; height: 38px; cursor: pointer; }
