/* Стили для INFO */

.text_0 {
/* ru: "Мелкий текст";
*/
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #3067A0;
}

.text_1 {
/* ru: "Основной текст";
*/
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3067A0;
line-height: 16px;
}

.text_2 {
/* ru: "Заголовок 1";
*/
color: #3067A0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
margin: 0px 0px 10px;
}

.text_3 {
/* ru: "Заголовок 2";
*/
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
color: #3067A0;
margin: 5px 0px 5px;
}

.text_4 {
/* ru: "Оранжевый текст";
*/
color: #FF9800;
}

.text_6 {
/* ru: "Синий текст";
*/
color: #2b2BFF
}

.text_5 {
/* ru: "Без левого отступа";
*/
text-indent: 0px;
}

.table_info {
/* ua: "Таблиця";
ru: "Таблица с инфой"; */
	border-collapse: collapse;
	border: 2px solid #CCD7DD;
	width: 100%;
	height: auto;
}
.table_info td {
	padding: 2px;
	border-collapse: collapse;
	border: 2px solid #CCD7DD;
	word-wrap: break-word;
	width: auto;
	vertical-align: middle;
}
.table_info td.light {
	BACKGROUND-COLOR: #2b81ff;
	color: #000000;
}
.table_info td.navy {
	BACKGROUND-COLOR: #2b2bff;
	color: #000000;
}
.table_info td p {
	text-indent: 0;
	text-align: center;
	margin: 0px;
}
.table_info tr.blue { background-color: #DDEEFF;}