﻿.PriceTable
{
	margin-left:			57px;
	margin-top: 20px;
}

.PriceTableHead
{
	background-color: #000000;
	color: #ffffff;
}

.PriceTableEvenRow
{
	
}

.PriceTableOddRow
{
	background-image: url('~/css/img/backgrounds/Container.png');
	background-repeat: repeat;
}

