.InfoBlockMainTable {
}

td.InfoBlockDelimitingColCell{
	display: none;
}

td.InfoBlockCol
{
	padding:0px
}
td.InfoBlockDelimitingRowCell {
	display: none;
}

table.InfoBlockCell {
	display: block;
	width: 294px;
	height: 66px;

	margin-bottom: 5px;

	background-image: url(../../../../UI/Images/block_background.png);
	background-position: top right;
	background-repeat: no-repeat;

	text-align: left;
}

.InfoBlockOddCell {
}

.InfoBlockEvenCell {
}

td.blockInfoBlockTitle a:visited,
td.blockInfoBlockTitle a {
	display: block;
	width: 157px;
	height: 42px;

	padding-top: 24px;
	padding-left: 35px;

	color: #c01f00;
	text-decoration: none;
	text-align: left;
}

td.blockInfoBlockTitle a:hover {
	color: #c01f00;
	text-decoration: underline;
}

td.blockInfoBlockText {
	display: none;
}
