﻿.ProductList
{}

.ProductList td
{
	border-bottom: dotted thin gray;
	padding-top: 15px;
	padding-bottom: 15px;	
}

.SignPriceSale
{
	padding: 3px;
	background-color: Red;
	color: White;
	font-weight: bold;
	font-size: 10px;	
}

.SignNew
{
	padding: 3px;
	background-color: #EF5822;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;		
}

.SignNotInStore
{
	padding: 3px;
	background-color: #097833;
	color: White;
	font-weight: bold;
	font-size: 10px;		
}

.PriceSale
{
	color: Red;
	font-weight: bold;	
}

