﻿#divCntCntr {
	width: 1000px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
/*===TABLE=====================================================*/
.DivPriceHdr {
	margin: 20px auto 0px auto;
	text-align: center;
	font-weight: bold;
}
table.TblPrice {
	color: #404040;
	width: 700px;
	background-color: #fafafa;
	border: 1px #B9BB94 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table.TblPrice td {
	border-bottom: 1px solid #B9BB94;
	border-top: 0px;
	border-left: 1px solid #B9BB94;
	border-right: 0px;
	text-align: left;
	background-color: #fafafa;
	padding: 5px;
}
table.TblPrice td.TdSecHdr {
	background-color: #D2E1F0;
	font-weight: bold;
}
table.TblPrice td.AlgCentr, table.TblPrice td.AlgCentr12{
	text-align: center;
}
table.TblPrice td.AlgCentr {
    font-size: 11px;
}
table.TblPriceX td.CellHdrX {
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	text-align: center;
	text-indent: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}
table.TblPrice td.CellHdr {
	border-bottom: 2px solid #6699CC;
	background-color: #3C3C3C;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #EEEEEE;
}
table.TblPrice td.CellBld {
	font-weight: bold;
}
table.TblPrice td.sup {
	background-color: #FCC;
}
.sup {
	background-color: #FCC;
}
table.TblPrice td p {
	padding: 4px;
}
.TdSecHdr span {
	font-weight: normal;
	padding-left: 5px;
	font-size: 11px;
}
