﻿@charset "utf-8";

.prats1 .sale,
.prats1 .normal{
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 10px;
}

.prats1 .sale{
	background: #f00;
}

.prats1 .normal{
	background: #00822D;
}