﻿.topVisaBlock /* верхний блок с навигацией */
{
	background-color: Black;
	height: 57px;
	margin-top:2px;
	margin-bottom:35px;
	padding: 0 0 0 25px;
	color: #97917a;
	FONT: 12px Tahoma;
}
.topVisaTable
{
	width:100%;
	height:100%
}
.topVisaTable td
{
	width:25%;
	vertical-align:middle;
	text-align:right;
}
.topVisaTable td .num
{
	FONT-SIZE: 24px;
	float:left;
}
.topVisaTable td .txt
{
	MARGIN-TOP: 8px;
	FLOAT: left;
	MARGIN-LEFT: 4px
}
.topVisaTable td.active
{
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
}
.visaContentContainer
{
	margin-left : 30px;
	margin-right: 30px;
}
.visaContentText
{
	padding: 10px 25px 20px 35px;
}