html, body, form, div, img, table, td, th, p, h1, h2, h3, h4, h5, h6, ul, li { 
	padding: 0;
	margin: 0;
	border: 0;
}

ul {
	list-style: none;
}

body {
	font: normal 12px Arial, Tahoma, Verdana;
	color: #000000;
	background: #000099 url('../img/background.jpg') no-repeat 0 0;
	line-height: 1.2;
}

#yellow-bg 
{ 
	background-color:#ffff99;
	background-image:none;
}

img {
	border: 0;
	outline: 0;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

a {
	text-decoration: none;
	color: #003399;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

a.inv {
	text-decoration: underline;
}

a.inv:hover {
	text-decoration: none;
}

span.req {
	color: #FF0000;
}

span.bold {
	font-weight: bold;
}

span.normal {
	font-weight: normal;
}

span.orange {
	color: #FF9900;
}

input.button-red-small {
	height: 20px;
	border: none;
	background: #FF110A;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
}

input.button-red-medium {
	height: 30px;
	border: none;
	background: #FF110A;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 20px;
}

span.tip a.question-text {
	font-weight: bold;
}

span.tip .question {
	background: url('../img/question.gif') no-repeat 0 0;
	padding: 0 7px;
	text-decoration: none;
}

span.tip .description {
	display: none;
	position: absolute;
	background: #6AAAFE;
	border: 1px solid #145EAD;
	padding: 7px 10px;
	width: 170px;
	color: #FFFFFF;
}

span.green {
	color: #00AA3C;
}

ul.green-num {
	margin: 10px 0;
}

ul.green-num li {
	padding: 0 0 0 30px;
	margin: 4px 0;
}

ul.green-num li .link {
	position: relative;
	line-height: 21px;
}

ul.green-num li .link a {
	border-bottom: 1px dotted #003399;
}

ul.green-num li .link a:hover {
	border-bottom: none;
	text-decoration: none;
}

ul.green-num li.open .link a {
	border-bottom: none;
	color: #000000;
	font-weight: bold;
}

ul.green-num li.open .link a:hover {
	border-bottom: 1px dotted #000000;
}

ul.green-num li .link span.num {
	display: block;
	position: absolute;
	left: -30px;
	width: 21px;
	height: 21px;
	overflow: hidden;
	background: url('../img/icon-list-green-num.gif') no-repeat 0 0;
	text-align: center;
	color: #FFFFFF;
	line-height: 21px;
}

ul.green-num li .txt {
	font-size: 12px;
	margin: 5px 0;
	display: none;
}

ul.green-num li.open .txt {
	display: block;
}

ul.green-num li .txt ul li {
	padding: 0 0 0 30px;
	margin: 4px 0;
	background: url('../img/bullit-line.gif') no-repeat 18px 8px;
}

.form-block {
	width: 833px;
	overflow: hidden;
}

.form-block .title {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 18px 0;
}

.form-block .title a.nolink {
	border-bottom: 1px dotted #003399;
}

.form-block .title a.nolink:hover {
	border-bottom: none;
	text-decoration: none;
}

.form-block .title span.status {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding: 0 0 0 22px;
	background: url('../img/form-status.gif') no-repeat 10px 0;
}

.form-block .body {
	display: none;
}

.open .body {
	display: block;
}

.open .title a.nolink {
	border-bottom: none;
	color: #000000;
}

.open .title a.nolink:hover {
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}

.form-save {
	padding: 0 0 10px 0;
}

.form-save button {
	font-size: 12px;
}

.form-block .descr {
	font-size: 14px;
	padding: 0 0 15px 0;
}

.form-block .multi-add {
	height: 19px;
	overflow: hidden;
	padding: 0 0 15px 0;
}

.form-block .multi-add a {
	display: block;
	float: left;
	text-decoration: underline;
	background: url('../img/multi-add.gif') no-repeat 0 0;
	padding: 0 0 0 25px;
	line-height: 19px;
}

.form-block .multi-add a:hover {
	text-decoration: none;
}

.form-block .multi-hide {
	display: none;
}

.form-block .datepick-cont {
	position: relative;
}

.form-block .datepick-cont input {
	background: #FFFFCC;
}

.form-block div.border {
	float: left;
	border: 1px solid #FFFF99;
}

.form-block div.field {
	width: 833px;
	padding-bottom: 20px;
}

.form-block textarea {
	border: 1px solid #CCCCCC;
}

.form-block div.field textarea.field-big {
	width: 829px;
	height: 118px;
}

.form-block div.field input.field-big {
	width: 829px;
	border: 1px solid #CCCCCC;
}

.form-block div.field input.field {
	width: 330px;
	border: 1px solid #CCCCCC;
}

.form-block table.template td.legend-big {
	font-size: 14px;
	padding-bottom: 5px;
}

.form-block table.template td.legend {
	padding-bottom: 5px;
}

.form-block table.template td.field {
	padding-bottom: 20px;
}

.form-block table.template td.small-pad {
	padding-bottom: 10px;
}

.form-block table.template td.field input.field-big {
	width: 829px;
	border: 1px solid #CCCCCC;
	height: 29px;
}

.form-block table.template input.field {
	border: 1px solid #CCCCCC;
	height: 17px;
	padding-top: 2px;
	line-height: 17px;
}

.form-block table.template input.big-height {
	height: 24px;
	padding-top: 5px;
	line-height: 20px;
	font-size: 16px;
}

.form-block table.t-name {
	width: 100%;
}

.form-block table.t-name-3 {
	width: 100%;
}

.form-block table.t-name-3 td.col-1 {
	padding-right: 20px;
	width: 262px;
}

.form-block table.t-name-3 td.col-2 {
	padding-right: 20px;
	width: 262px;
}

.form-block table.t-name-3 td.col-3 {
	width: 262px;
}

.form-block table.t-name-3 td input.field {
	width: 258px;
}

.form-block table.t-passport {
	width: 100%;
}

.form-block table.t-passport td.col-1 {
	padding-right: 10px;
	width: 58px;
}

.form-block table.t-passport td.col-1 input.field {
	width: 54px;
}

.form-block table.t-passport td.col-2 {
	padding-right: 10px;
	width: 168px;
}

.form-block table.t-passport td.col-2 input.field {
	width: 164px;
}

.form-block table.t-passport td.col-3 {
	padding-right: 10px;
	width: 393px;
}

.form-block table.t-passport td.col-3 input.field {
	width: 389px;
}

.form-block table.t-passport td.col-4 input.field {
	width: 140px;
}

.form-block table.t-passport-scan {
	width: 100%;
}

.form-block table.t-passport-scan td.col-1 {
	padding-right: 21px;
	width: 404px;
}

.form-block table.t-passport-scan td.col-1 input.field-file {
	width: 400px;
}

.form-block table.t-passport-scan td.col-1 input.field {
	width: 400px;
}

.form-block table.t-passport-scan td.col-2 {
	width: 223px;
}

.form-block table.t-passport-scan td.col-1-2 {
	padding-right: 21px;
	width: 627px;
}

.form-block table.t-passport-scan td.col-1-2 input.field-file {
	width: 623px;
}

.form-block table.t-passport-scan td.col-3 input.field {
	width: 140px;
}

.form-block table.t-info {
	width: 100%;
}

.form-block table.t-info td.col-1 {
	padding-right: 21px;
	width: 404px;
}

.form-block table.t-info td.col-2 {
	width: 404px;
}

.form-block table.t-info td.field input.field {
	width: 400px;
}

.form-block table.t-info td.field input.field-file {
	width: 240px;
}

.form-block table.multi {
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 15px;
}

.form-block table.t-study {
	width: 100%;
}

.form-block table.t-study td {
	vertical-align: top;
}

.form-block table.t-study td.col-1 {
	width: 334px;
	padding-right: 20px;
}

.form-block table.t-study td.col-1 input.field {
	width: 330px;
}

.form-block table.t-study td.col-1 textarea {
	width: 632px;
	height: 180px;
}

.form-block table.t-study td.col-1 select {
	width: 185px;
}

.form-block table.t-study td.col-2 {
	width: 292px;
	padding-right: 20px;
}

.form-block table.t-study td.col-2 input.field {
	width: 280px;
}

.form-block table.t-study td.col-2 textarea {
	width: 279px;
	height: 180px;
}

.form-block table.t-study td.col-2 select {
	width: 185px;
}

.form-block table.t-study td.col-3 input.field {
	width: 130px;
}

.form-block table.t-study td.col-3 input.no-date {
	width: 170px;
}

.form-block table.t-study table.inner-fields {
	width: 100%;
}

.form-block table.t-study table.inner-fields td.field input.field-inner {
	width: 130px;
}

.form-block table.t-study table.inner-fields td.inner-fields-col-1 {
	padding-right: 15px;
}

.form-block table.t-study td table.study-custom {
	width: 185px;
}

.form-block table.t-study td table.study-custom td.study-custom-col-1 {
	width: 25px;
}

.form-block table.t-study td table.study-custom td.study-custom-col-2 {
	width: 160px;
}

.form-block table.t-study td table.study-custom td.study-custom-col-2 input.field {
	width: 156px;
}

.form-block table.t-perspective {
	width: 100%;
}

.form-block table.t-perspective td.col-1 {
	width: 25px;
	vertical-align: top;
}

.form-block table.t-perspective td.col-2 div.label {
	padding-bottom: 10px;
	padding-top: 2px;
}

.form-block table.t-perspective td.col-2 div.legend {
	padding-bottom: 5px;
}

.form-block table.t-perspective td.col-2 div.input {
	padding-bottom: 10px;
}

.form-block table.t-perspective td.col-2 input.field {
	width: 330px;
}

.form-block table.t-lang {
	width: 100%;
}

.form-block table.t-lang td.col-1 {
	width: 225px;
}

.form-block table.t-lang td.col-1 select {
	width: 185px;
}

.form-block table.t-lang td.col-2,
.form-block table.t-lang td.col-3,
.form-block table.t-lang td.col-4,
.form-block table.t-lang td.col-5, {
	width: 20%;
}

.form-block table.t-lang td table.lang-custom {
	width: 185px;
}

td table.prog-univ-custom {
	width: 185px;
	margin:0 0 10px 350px;
}

td table.fin-univ-custom {
	width: 185px;
	margin:0 0 10px 0px;
}

#r-finance-university {
	width:159px;
}

.form-block table.t-lang td table.lang-custom td.lang-custom-col-1 {
	width: 25px;
}

.form-block table.t-lang td table.lang-custom td.lang-custom-col-2 {
	width: 160px;
}

.form-block table.t-lang td table.lang-custom td.lang-custom-col-2 input.field {
	width: 156px;
}

.form-block table.t-colors td.iePNG {
	width: 160px;
	height: 55px;
	padding: 0 5px 0 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.form-block table.t-colors td.iePNG a {
	color: #FFFFFF;
	font-weight: bold;
}

div.submenu ul li.iePNG span {
	color: #FFFFFF;
	font-weight: bold;
}

.form-block table.t-colors td.green {
	background: url('../img/submenu-green.png') no-repeat 0 0;
}

.form-block table.t-colors td.blue {
	background: url('../img/submenu-blue.png') no-repeat 0 0;
}

.form-block table.t-colors td.red {
	background: url('../img/submenu-red.png') no-repeat 0 0;
}

.form-block table.t-colors td.orange {
	background: url('../img/submenu-orange.png') no-repeat 0 0;
}

.form-block table.t-exam {
	width: 100%;
}

.form-block table.t-exam td.col-1 {
	width: 186px;
	padding-right: 20px;
}

.form-block table.t-exam td.col-1 select {
	width: 183px;
}

.form-block table.t-exam td.col-2 {
	width: 206px;
	padding-right: 20px;
}

.form-block table.t-exam td.col-2 input.field {
	width: 202px;
}

.form-block table.t-exam td.col-3 {
	width: 206px;
	padding-right: 20px;
}

.form-block table.t-exam td.col-3 input.field {
	width: 202px;
}

.form-block table.t-exam td.col-4 input.field {
	width: 130px;
}

.form-block table.t-exam td.col-4 input.no-date {
	width: 170px;
}

.form-block table.t-exam td.col-1 .select {
	height: 35px;
}

.form-block table.t-exam td table.study-custom {
	width: 185px;
}

.form-block table.t-exam td table.study-custom td.study-custom-col-1 {
	width: 25px;
}

.form-block table.t-exam td table.study-custom td.study-custom-col-2 {
	width: 160px;
}

.form-block table.t-exam td table.study-custom td.study-custom-col-2 input.field {
	width: 156px;
}

.form-block table.template input.field-error {
	border: 1px solid #FF110A;
}

.form-block textarea.field-error {
	border: 1px solid #FF110A;
}

.form-block div.field-error {
	border: 1px solid #FF110A;
}

.form-block div.field input.field-error {
	border: 1px solid #FF110A;
}

.form-block .checks-error {
	background: #FF0000;
	color: #FFFFFF;
}

.form-submit {
	width: 833px;
	overflow: hidden;
	padding: 30px 0 20px 0;
}

.form-submit .button {
	width: 274px;
	overflow: hidden;
	float: left;
}

.form-submit .button input.button-red {
	width: 254px;
	height: 40px;
	border: none;
	background: #FF110A;
	color: #FFFFFF;
	font-size: 22px;
	text-transform: uppercase;
	cursor: pointer;
}

.form-submit .accept {
	width: 559px;
	overflow: hidden;
	float: left;
	color: #666666;
}

.form-submit .accept label {
	font-size: 14px;
	color: #FF0000;
}

.form-submit .accept label.checks-error {
	background: #FF0000;
	color: #FFFFFF;
}

.form-block .radio-error {
	background: #FF0000;
	color: #FFFFFF;
}

#container {
	width: 936px;
	overflow: hidden;
	padding: 30px 30px 0 30px;
}

#header {
	width: 936px;
	height: 180px;
	position: relative;
}

#header .logo-ua {
	width: 302px;
	height: 105px;
	overflow: hidden;
	position: absolute;
}

#header .logo-ua div {
	width: 302px;
	height: 105px;
	overflow: hidden;
	position: static;
	background: url('../img/logo-wws-ua.png') no-repeat 0 0;
}

#header .logo-ua div a {
	display: block;
	width: 302px;
	height: 105px;
	overflow: hidden;
	position: relative;
}

#header .logo-en {
	width: 302px;
	height: 105px;
	overflow: hidden;
	position: absolute;
}

#header .logo-en div {
	width: 302px;
	height: 105px;
	overflow: hidden;
	position: static;
	background: url('../img/logo-wws-en.png') no-repeat 0 0;
}

#header .logo-en div a {
	display: block;
	width: 302px;
	height: 105px;
	overflow: hidden;
	position: relative;
}

#header .logo-fond-ua {
	width: 165px;
	height: 66px;
	overflow: hidden;
	position: absolute;
	right: 37px;
	top: 19px;
}

#header .logo-fond-ua div {
	width: 165px;
	height: 66px;
	overflow: hidden;
	position: static;
	background: url('../img/logo-fond-ua.png') no-repeat 0 0;
}

#header .logo-fond-ua div a {
	display: block;
	width: 165px;
	height: 66px;
	overflow: hidden;
	position: relative;
}

#header .logo-fond-en {
	width: 200px;
	height: 56px;
	overflow: hidden;
	position: absolute;
	right: 2px;
	top: 25px;
}

#header .logo-fond-en div {
	width: 200px;
	height: 56px;
	overflow: hidden;
	position: static;
	background: url('../img/logo-fond-en.png') no-repeat 0 0;
}

#header .logo-fond-en div a {
	display: block;
	width: 200px;
	height: 56px;
	overflow: hidden;
	position: relative;
}

#header .home {
	width: 21px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	top: 42px;
	left: 377px;
}

#header .home div {
	width: 21px;
	height: 21px;
	overflow: hidden;
	position: static;
	background: url('../img/icon-home.png') no-repeat 0 0;
}

#header .home div a {
	display: block;
	width: 21px;
	height: 21px;
	overflow: hidden;
	position: relative;
}

#header .lang {
	width: 195px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	right: 7px;
	font-size: 10px;
	color: #FDC410;
}

#header .lang ul {
	float: left;
	margin-left: -8px;
}

#header .lang ul li {
	height: 13px;
	line-height: 13px;
	float: left;
	padding: 0 8px;
	background: url('../img/lang-spacer.gif') no-repeat 0 0;
}

#header .lang ul li a {
	color: #FFFFFF;
}

#header .search {
	width: 248px;
	height: 23px;
	overflow: hidden;
	position: absolute;
	top: 42px;
	left: 407px;
}

#header .search .input {
	width: 198px;
	height: 18px;
	padding: 2px 10px 0 10px;
	float: left;
}

#header .search .input input {
	width: 198px;
	height: 18px;
	background: none;
	border: none;
	outline:none;
}

#header .search .submit {
	width: 20px;
	height: 19px;
	padding: 2px 0 2px 10px;
	overflow: hidden;
	float: left;
}

#header .search .submit input {
	width: 20px;
	height: 19px;
	background: none;
	border: none;
	cursor: pointer;
}

#header .topmenu {
	width: 920px;
	height: 17px;
	overflow: hidden;
	position: absolute;
	top: 149px;
	left: 16px;
}

#header .topmenu ul {
	float: left;
	margin-left: -15px;
}

#header .topmenu ul li {
	float: left;
	padding: 0 13px 0 15px;
	background: url('../img/topmenu-spacer.gif') no-repeat 0 0;
	line-height: 17px;
}

#header .topmenu ul li a {
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 17px;
}

#header .topmenu ul li.selected {
	color: #FCBF06;
}

#header .topmenu ul li.selected a {
	color: #FCBF06;
}

#main {
	width: 936px;
	overflow: hidden;
	padding-top: 30px;
}

#main .index {
	width: 936px;
	overflow: hidden;
}

#main .index .content {
	width: 714px;
	height: 250px;
	overflow: hidden;
	float: left;
}

#main .index .content .text {
	width: 422px;
	height: 226px;
	overflow: hidden;
	float: left;
	padding: 12px 10px 12px 21px;
	background: url('../img/index-text-bg.png') no-repeat 0 0;
}

#main .index .content .text .cont {
	width: 372px;
	height: 206px;
	overflow: hidden;
	padding: 20px 40px 0 0;
	color: #333333;
	line-height: 1.5;
}

#main .index .content .text .cont h1 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

#main .index .content .buttons {
	height: 32px;
	overflow: hidden;
	float: right;
	padding: 205px 15px 0 0;
	margin-left: -40px;
}

#main .index .content .buttons div {
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}

#main .index .content .buttons div .index-button-1 {
	display: block;
	width: 132px;
	height: 32px;
	overflow: hidden;
	background: url('../img/button-index-1.png') no-repeat 0 0;
}

#main .index .content .buttons div .index-button-2 {
	display: block;
	width: 133px;
	height: 32px;
	overflow: hidden;
	background: url('../img/button-index-2.png') no-repeat 0 0;

}
#main .index .content .buttons div .index-button-3 {
	display: block;
	width: 133px;
	height: 32px;
	overflow: hidden;
	background: url('../img/apply.png') no-repeat 0 0;

}
#main .index .content .buttons div .index-button-4 {
	display: block;
	width: 133px;
	height: 32px;
	overflow: hidden;
	background: url('../img/button-index-2.png') no-repeat 0 0;

}

#main .index .submenu {
	width: 200px;
	overflow: hidden;
	float: left;
	padding: 0 0 0 22px;
}

#main .index .submenu ul {
	margin-top: -10px;
}

* html #main .index .submenu ul {margin-top:-35px;}

#main .index .submenu ul li {
	width: 200px;
	height: 35px;
	margin-top: 8px;
}

#main .index .submenu ul li.common {
	background: url('../img/submenu-common.png') no-repeat 0 0;
}

#main .index .submenu ul li.green {
	background: url('../img/submenu-green.png') no-repeat 0 0;
}

#main .index .submenu ul li.blue {
	background: url('../img/submenu-blue.png') no-repeat 0 0;
}

#main .index .submenu ul li.red {
	background: url('../img/submenu-red.png') no-repeat 0 0;
}

#main .index .submenu ul li.orange {
	background: url('../img/submenu-orange.png') no-repeat 0 0;
}

#main .index .submenu ul li div {
	width: 170px;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px 0 20px;
}

#main .index .submenu ul li div a {
	color: #FFFFFF;
	font-weight: bold;
}

#main .main {
	width: 873px;
	overflow: hidden;
	background: #FFFFFF;
	padding: 30px 31px 2px 32px;
}

#main .main .request {
	width: 873px;
	overflow: hidden;
	position: relative;
}

#main .main .print-version {
	position: absolute;
	right: 0px;
	text-align: right;
	color: #666666;
}

#main .main h1.heading-yellow {
	font-family: Arial Narrow;
	font-size: 40px;
	padding: 0 100px 15px 0;
}

#main .main .yellow {
	width: 873px;
	overflow: hidden;
	background: #FFFF99 url('../img/yellow-top.gif') no-repeat 0 0;
	position: relative;
}

#main .main .yellow .in {
	width: 833px;
	overflow: hidden;
	background: url('../img/yellow-bot.gif') no-repeat 0 100%;
	padding: 10px 20px;
}

#main .main .step {
	width: 873px;
	overflow: hidden;
	position: relative;
}

#main .main .step .print-version {
	right: 0px;
}

#main .main .step .left {
	width: 412px;
	overflow: hidden;
	float: left;
	padding: 0 25px 0 0;
}

#main .main .step .left h1.step-heading {
	font: normal 40px Arial Narrow;
	padding: 0 100px 10px 0;
}

#main .main .step .left h1.step-heading span.num-1 {
	color: #FF9900;
}

#main .main .step .left .quote {
	font: italic 19px Georgia;
	color: #666666;
	padding: 0 0 0 43px;
	background: url('../img/quote-bg.gif') no-repeat 26px 100%;
	text-indent: -7px;
}

#main .main .step .left .author {
	color: #666666;
	text-align: right;
}

#main .main .step .left .text {
	margin: 25px 0;
	font-size: 14px;
	line-height: 1.4;
}

#main .main .step .left .text h1,
#main .main .step .left .text h2,
#main .main .step .left .text h3,
#main .main .step .left .text h4,
#main .main .step .left .text p,
#main .main .step .left .text ul,
#main .main .step .left .text table {
	margin: 20px 0;
}

#main .main .step .left .text h2 {
	font-size: 20px;
}

#main .main .step .left .text h2 {
	font-size: 18px;
}

#main .main .step .left .text h3,
#main .main .step .left .text h4 {
	font-size: 16px;
}

#main .main .step .left .text ul li {
	padding: 0 0 0 35px;
	background: url('../img/icon-list-gray-square.gif') no-repeat 17px 5px;
	margin: 20px 0;
}

#main .main .step .left .text p.orange-arrow {
	font-size: 16px;
	background: url('../img/arrow-orange.gif') no-repeat 0 0;
	padding: 0 0 0 25px;
}

#main .main .step .left .text table {
	background: #CCCCCC;
	border-spacing: 1px;
}

#main .main .step .left .text table td {
	background: #FFFFFF;
	padding: 7px 14px;
	text-align: center;
}

#main .main .step .left .text table th {
	background: #FFFFFF;
	padding: 7px 14px;
}

#main .main .step .left .text table td.a-left,
#main .main .step .left .text table th.a-left {
	text-align: left;
}

#main .main .step .right {
	width: 436px;
	overflow: hidden;
	float: left;
	background: #FFFF99 url('../img/yellow-step-top.gif') no-repeat 0 0;
}

#main .main .step .right .in {
	width: 376px;
	overflow: hidden;
	background: url('../img/yellow-step-bot.gif') no-repeat 0 100%;
	padding: 0 30px;
}

#main .main .step .right .in .text {
	margin: 26px 0;
	font-size: 14px;
	line-height: 1.4;
}

#main .main .step .right .in .text p {
	margin: 16px 0;
}

#main .main .step .right .in .text ul {
	margin: 23px 0;
}

#main .main .step .right .in .text ul li {
	padding: 0 0 0 25px;
	background: url('../img/icon-list-yellow.gif') no-repeat 13px 4px;
	margin: 1px 0;
}

#main .main .step .right .in .text h3.attention {
	margin: 16px 0;
	background: url('../img/icon-attention-yellow.gif') no-repeat 0 0;
	padding: 0 0 0 30px;
	font: normal 21px Arial Narrow;
	line-height: 23px;
	color: #FF0000;
}

#main .main .step .right .white {
	background: #FFFFFF;
	padding: 20px;
	height: 1%;
}

#main .main .step .right .white .text {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.4;
	height: 1%;
}

#main .main .step .right .white .text h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
}

#main .main .textpage {
	width: 873px;
	overflow: hidden;
	position: relative;
}

#main .main .textpage .print-version {
	right: 0px;
}

#main .main .textpage h1.heading {
	font: bold 40px Arial Narrow;
	padding-right: 100px;
}

#main .main .textpage .sidebar {
	width: 185px;
	overflow: hidden;
	float: left;
	padding-right: 35px;
}

#main .main .textpage .sidebar .in {
	margin: 27px 0 20px 0;
}

#main .main .textpage .sidebar .in ul.leftmenu li {
	padding: 0 0 20px 25px;
	background: url(../img/icon-list-gray.gif) no-repeat 3px 3px;
	font-size: 14px;
	line-height: 1.4;
}

#main .main .textpage .sidebar .in ul.leftmenu2 li {
	padding: 0 0 5px 25px;
	font-size: 14px;
	line-height: 1.4;
	background:none;
}

#main .main .textpage .sidebar .in ul.orange-num {
	width: 185px;
	overflow: hidden;
	margin: 10px 0;
	font-size: 14px;
}

#main .main .textpage .sidebar .in ul.orange-num li {
	width: 185px;
	overflow: hidden;
	margin: 12px 0;
}

#main .main .textpage .sidebar .in ul.orange-num li .num {
	width: 25px;
	height: 25px;
	overflow: hidden;
	float: left;
	text-align: center;
	color: #FFFFFF;
	background: url('../img/icon-list-orange-num.gif') no-repeat 0 0;
	line-height: 25px;
}

#main .main .textpage .sidebar .in ul.orange-num li .link {
	width: 154px;
	overflow: hidden;
	float: left;
	padding: 4px 0 0 6px;
}

#main .main .textpage .sidebar .in ul.orange-num li .link span.rarr {
	padding: 0 7px;
	background: url('../img/icon-rarr-orange.gif') no-repeat 100% 5px;
}

#main .main .textpage .sidebar .in ul.orange-num li.selected .link a {
	color: #FF9900;
}

#main .main .textpage .content {
	width: 496px;
	overflow: hidden;
	float: left;
	padding-right: 157px;
	font-size: 14px;
	line-height: 1.4;
}

#main .main .textpage .content .in {
	margin: 20px 0;
}

#main .main .textpage .content .in a {
	text-decoration: underline;
}

#main .main .textpage .content .in a:hover {
	text-decoration: none;
}

#main .main .textpage .content .in h1,
#main .main .textpage .content .in h2,
#main .main .textpage .content .in h3,
#main .main .textpage .content .in h4,
#main .main .textpage .content .in p,
#main .main .textpage .content .in ul,
#main .main .textpage .content .in table {
	margin: 20px 0;
}

#main .main .textpage .content .in h1 {
	font-weight: normal;
	font-size: 24px;
}

#main .main .textpage .content .in h2 {
	font-weight: normal;
	font-size: 20px;
}

#main .main .textpage .content .in h3,
#main .main .textpage .content .in h4 {
	font-size: 16px;
}

#main .main .textpage .content .in ul li {
	padding: 0 0 0 35px;
	background: url('../img/icon-list-gray-square.gif') no-repeat 17px 5px;
	margin: 20px 0;
}

#main .main .textpage .content .in table {
	background: #CCCCCC;
	border-spacing: 1px;
}

#main .main .textpage .content .in table td {
	background: #FFFFFF;
	padding: 7px 14px;
	text-align: center;
}

#main .main .textpage .content .in table th {
	background: #FFFFFF;
	padding: 7px 14px;
}

#main .main .textpage .content .in table td.a-left,
#main .main .textpage .content .in table th.a-left {
	text-align: left;
}

#main .main .newstep {
	width: 873px;
	overflow: hidden;
	position: relative;
}

#main .main .newstep .print-version {
	right: 0px;
}

#main .main .newstep h1.heading {
	font: bold 40px Arial Narrow;
	padding-right: 100px;
}

#main .main .newstep .sidebar {
	width: 190px;
	overflow: hidden;
	float: left;
	padding-right: 25px;
}

.banners { margin-top: 30px; }
.banners .banner { margin-bottom: 20px; }

#main .main .newstep .sidebar .in {
	margin: 27px 0 20px 0;
	width: 185px;
}

#main .main .newstep .sidebar .in ul.leftmenu li {
	padding: 0 0 20px 25px;
	background: url(../img/icon-list-gray.gif) no-repeat 3px 3px;
	font-size: 14px;
	line-height: 1.4;
}

#main .main .newstep .sidebar .in ul.leftmenu2 li {
	padding: 0 0 5px 25px;
	font-size: 14px;
	line-height: 1.4;
	background:none;
}

ul.leftmenu2 {padding-top: 10px;}

#main .main .newstep .sidebar .in ul.orange-num {
	width: 185px;
	overflow: hidden;
	margin: 10px 0;
	font-size: 14px;
}

#main .main .newstep .sidebar .in ul.orange-num li {
	width: 185px;
	overflow: hidden;
	margin: 12px 0;
}

#main .main .newstep .sidebar .in ul.orange-num li .num {
	width: 25px;
	height: 25px;
	overflow: hidden;
	float: left;
	text-align: center;
	color: #FFFFFF;
	background: url('../img/icon-list-orange-num.gif') no-repeat 0 0;
	line-height: 25px;
}

#main .main .newstep .sidebar .in ul.orange-num li .link {
	width: 154px;
	overflow: hidden;
	float: left;
	padding: 4px 0 0 6px;
}

#main .main .newstep .sidebar .in ul.orange-num li .link span.rarr {
	padding: 0 7px;
	background: url('../img/icon-rarr-orange.gif') no-repeat 100% 5px;
}

#main .main .newstep .sidebar .in ul.orange-num li.selected .link a {
	color: #FF9900;
}

#main .main .newstep .content {
	width: 653px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	line-height: 1.4;
}

#main .main .newstep .content .in {
	margin: 20px 0;
}

#main .main .newstep .content .in a {
	text-decoration: underline;
}

#main .main .newstep .content .in a:hover {
	text-decoration: none;
}

#main .main .newstep .content .in .quote {
	width: 610px;
	font: italic 19px Georgia;
	color: #666666;
	padding: 3px 0 3px 43px;
	background: url('../img/quote-bg.gif') no-repeat 26px 100%;
	text-indent: -7px;
	margin: 37px 0 0 0;
}

#main .main .newstep .content .in .author {
	color: #666666;
	text-align: right;
	font-size: 12px;
}

#main .main .newstep .content .in h1,
#main .main .newstep .content .in h2,
#main .main .newstep .content .in h3,
#main .main .newstep .content .in h4,
#main .main .newstep .content .in p,
#main .main .newstep .content .in ul,
#main .main .newstep .content .in table {
	margin: 20px 0;
}

#main .main .newstep .content .in h1 {
	font-weight: normal;
	font-size: 24px;
}

#main .main .newstep .content .in h2 {
	font-size: 20px;
}

#main .main .newstep .content .in h3,
#main .main .newstep .content .in h4 {
	font-size: 16px;
}

#main .main .newstep .content .in ul li {
	padding: 0 0 0 35px;
	background: url('../img/icon-list-gray-square.gif') no-repeat 17px 5px;
	margin: 20px 0;
}

#main .main .newstep .content .in table {
	background: #CCCCCC;
	border-spacing: 1px;
}

#main .main .newstep .content .in table td {
	background: #FFFFFF;
	padding: 7px 14px;
	text-align: center;
}

#main .main .newstep .content .in table th {
	background: #FFFFFF;
	padding: 7px 14px;
}

#main .main .newstep .content .in table td.a-left,
#main .main .newstep .content .in table th.a-left {
	text-align: left;
}

#main .main .newstep .content .in .yellow-block {
	width: 653px;
	overflow: hidden;
	background: #FFFF99 url('../img/newstep-yellow-top.gif') no-repeat 0 0;
	margin: 25px 0;
}

#main .main .newstep .content .in .yellow-block .wrap {
	width: 593px;
	overflow: hidden;
	background: url('../img/newstep-yellow-bot.gif') no-repeat 0 100%;
	padding: 0 30px;
}

#main .main .newstep .content .in .yellow-block .wrap .text {
	margin: 26px 0;
}

#main .main .newstep .content .in .yellow-block .wrap .text p {
	margin: 16px 0;
}

#main .main .newstep .content .in .yellow-block .wrap .text ul {
	margin: 23px 0;
}

#main .main .newstep .content .in .yellow-block .wrap .text ul li {
	padding: 0 0 0 25px;
	background: url('../img/icon-list-yellow.gif') no-repeat 13px 4px;
	margin: 1px 0;
}

#main .main .newstep .content .in .yellow-block .wrap .text h3.attention {
	margin: 16px 0;
	background: url('../img/icon-attention-yellow.gif') no-repeat 0 0;
	padding: 0 0 0 30px;
	font: normal 21px Arial Narrow;
	line-height: 23px;
	color: #FF0000;
}

#main .main .newstep .content .in .recommend-steps {
	margin: 25px 0;
}

#main .main .newstep .content .in .recommend-steps ul.green-num {
	margin: 10px 0;
}

#main .main .newstep .content .in .recommend-steps ul.green-num li {
	padding: 0 0 0 30px;
	margin: 4px 0;
	background: none;
}

#main .main .newstep .content .in .recommend-steps ul.green-num li .link {
	position: relative;
	line-height: 21px;
	font-size: 16px;
}

#main .main .newstep .content .in .recommend-steps ul.green-num li .link a {
	border-bottom: 1px dotted #003399;
	text-decoration: none;
}

#main .main .newstep .content .in .recommend-steps ul.green-num li .link a:hover {
	border-bottom: none;
	text-decoration: none;
}

#main .main .newstep .content .in .recommend-steps ul.green-num li.open .link a {
	border-bottom: none;
	color: #000000;
	font-weight: bold;
}

#main .main .newstep .content .in .recommend-steps ul.green-num li.open .link a:hover {
	border-bottom: 1px dotted #000000;
}

#main .main .newstep .content .in .recommend-steps ul.green-num li .link span.num {
	display: block;
	position: absolute;
	left: -30px;
	width: 21px;
	height: 21px;
	overflow: hidden;
	background: url('../img/icon-list-green-num.gif') no-repeat 0 0;
	text-align: center;
	color: #FFFFFF;
	line-height: 21px;
}

#main .main .newstep .content .in .recommend-steps ul.green-num li .txt {
	margin: 10px 0;
	display: none;
	font-size: 14px;
}

#main .main .newstep .content .in .recommend-steps ul.green-num li.open .txt {
	display: block;
}

#main .main .newstep .content .in .recommend-steps ul.green-num li .txt ul {
	margin: 10px 0;
}

#main .main .newstep .content .in .recommend-steps ul.green-num li .txt ul li {
	padding: 0 0 0 30px;
	margin: 4px 0;
	background: url('../img/bullit-line.gif') no-repeat 18px 8px;
}

#main .main .newstep .content .in .recommend-steps ul.green-num li .txt p {
	margin: 10px 0;
}

#main .main .newstep .content .in .usefull-info {
	margin: 25px 0;
}

#main .main .newstep .content .in .usefull-info ul.green-num {
	margin: 10px 0;
}

#main .main .newstep .content .in .usefull-info ul.green-num li {
	padding: 0 0 0 30px;
	margin: 4px 0;
	background: none;
}

#main .main .newstep .content .in .usefull-info ul.green-num li .link {
	position: relative;
	line-height: 21px;
	font-size: 16px;
}

#main .main .newstep .content .in .usefull-info ul.green-num li .link a {
	border-bottom: 1px dotted #003399;
	text-decoration: none;
}

#main .main .newstep .content .in .usefull-info ul.green-num li .link a:hover {
	border-bottom: none;
	text-decoration: none;
}

#main .main .newstep .content .in .usefull-info ul.green-num li.open .link a {
	border-bottom: none;
	color: #000000;
	font-weight: bold;
}

#main .main .newstep .content .in .usefull-info ul.green-num li.open .link a:hover {
	border-bottom: 1px dotted #000000;
}

#main .main .newstep .content .in .usefull-info ul.green-num li .link span.num {
	display: block;
	position: absolute;
	left: -30px;
	width: 21px;
	height: 21px;
	overflow: hidden;
	background: url('../img/icon-ckeck-gray.gif') no-repeat 100% 8px;
	text-align: center;
	color: #FFFFFF;
	line-height: 21px;
}

#main .main .newstep .content .in .usefull-info ul.green-num li .txt {
	margin: 10px 0;
	display: none;
	font-size: 14px;
}

#main .main .newstep .content .in .usefull-info ul.green-num li.open .txt {
	display: block;
}

#main .main .newstep .content .in .usefull-info ul.green-num li .txt ul {
	margin: 10px 0;
}

#main .main .newstep .content .in .usefull-info ul.green-num li .txt ul li {
	padding: 0 0 0 30px;
	margin: 4px 0;
	background: url('../img/bullit-line.gif') no-repeat 18px 8px;
}

#main .main .newstep .content .in .usefull-info ul.green-num li .txt p {
	margin: 10px 0;
}

#main .main .newstep .content .in .navigation {
	width: 653px;
	overflow: hidden;
	margin: 30px 0 20px 0;
	color: #999999;
}

#main .main .newstep .content .in .navigation .back {
	float: left;
}

#main .main .newstep .content .in .navigation .back span {
	padding-left: 20px;
	background: url('../img/icon-larr-gray.gif') no-repeat 0 5px;
}

#main .main .newstep .content .in .navigation .back a span {
	padding-left: 20px;
	background: url('../img/icon-larr-blue.gif') no-repeat 0 5px;
}

#main .main .newstep .content .in .navigation .next {
	float: right;
}

#main .main .newstep .content .in .navigation .next span {
	padding-right: 20px;
	background: url('../img/icon-rarr-gray.gif') no-repeat 100% 5px;
}

#main .main .newstep .content .in .navigation .next a span {
	padding-right: 20px;
	background: url('../img/icon-rarr-blue.gif') no-repeat 100% 5px;
}

#main .main .news {
	width: 873px;
	overflow: hidden;
	position: relative;
}

#main .main .news .print-version {
	right: 0px;
}

#main .main .news h1.heading {
	font: bold 40px Arial Narrow;
	padding: 0 100px 25px 0;
}

#main .main .news .content {
	width: 597px;
	overflow: hidden;
	float: left;
	padding-right: 30px;
}

#main .main .news .content .newslist .item {
	width: 597px;
	overflow: hidden;
	padding: 0 0 23px 0;
	position: relative;
}

#main .main .news .content .newslist .item .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	padding-right: 8px;
	font-size: 11px;
	color: #666666;
	text-align: right;
}

#main .main .news .content .newslist .item .title {
	width: 527px;
	overflow: hidden;
	font-size: 18px;
	padding: 2px 0 2px 70px;
	background: url('../img/quote-bg.gif') no-repeat 45px 100%;
}

#main .main .news .content .newslist .item .text {
	width: 527px;
	overflow: hidden;
	font-size: 12px;
	padding: 5px 0 0 70px;
	color: #666666;
}

#main .main .news .content .newslist .item .text a {
	text-decoration: underline;
}

#main .main .news .content .newslist .item .text a:hover {
	text-decoration: none;
}

#main .main .news .content .newslist .navigation {
	padding: 5px 0 50px 70px;
}

#main .main .news .content .newslist .navigation ul {
	float: left;
}

#main .main .news .content .newslist .navigation ul li {
	float: left;
	font-size: 14px;
	color: #CCCCCC;
	padding-right: 20px;
	line-height: 18px;
}
#main .main .prognav .navigation ul li {
	display:inline;
}
#main .main .prognav .navigation ul li.selected {
	display:inline;
	font-weight:bold;
	color: #003399;
	
}
#main .main .news .content .newslist .navigation ul li.selected {
	font-weight: bold;
}

#main .main .news .content .newslist .navigation ul li a.num {
	font-size: 18px;
}

#main .main .news .content .faqlist .item {
	width: 597px;
	overflow: hidden;
	padding: 0 0 23px 0;
}

#main .main .news .content .faqlist .item .question {
	width: 547px;
	overflow: hidden;
	font: italic 19px Georgia;
	padding: 2px 0 2px 50px;
	background: url('../img/quote-bg.gif') no-repeat 27px 100%;
}

#main .main .news .content .faqlist .item .answer {
	width: 527px;
	overflow: hidden;
	font-size: 14px;
	padding: 5px 0 0 70px;
	line-height: 1.3;
	display: none;
}

#main .main .news .content .faqlist .item .answer a {
	text-decoration: underline;
}

#main .main .news .content .faqlist .item .answer a:hover {
	text-decoration: none;
}

#main .main .news .content .faqlist .open .answer {
	display: block;
}

#main .main .news .content .newsdetail h2 {
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 5px 0;
}

#main .main .news .content .newsdetail .date {
	font-size: 11px;
	color: #999999;
}

#main .main .news .content .newsdetail .text {
	margin: 20px 0;
	font-size: 14px;
	line-height: 1.5;
}

#main .main .news .content .newsdetail .text a {
	text-decoration: underline;
}

#main .main .news .content .newsdetail .text a:hover {
	text-decoration: none;
}

#main .main .news .content .newsdetail .text h3,
#main .main .news .content .newsdetail .text h4,
#main .main .news .content .newsdetail .text p,
#main .main .news .content .newsdetail .text ul,
#main .main .news .content .newsdetail .text table {
	margin: 20px 0;
}

#main .main .news .content .newsdetail .navigation {
	width: 597px;
	overflow: hidden;
	padding: 5px 0 30px 0;
	text-align: center;
	position: relative;
}

#main .main .news .content .newsdetail .navigation .in {
	float: left;
	position: relative;
	left: 50%;
}

#main .main .news .content .newsdetail .navigation .in ul {
	float: left;
	position: relative;
	left: -50%;
}

#main .main .news .content .newsdetail .navigation .in ul li {
	float: left;
	padding: 0 35px;
	font-size: 14px;
	color: #CCCCCC;
}

#main .main .news .sidebar {
	width: 246px;
	overflow: hidden;
	float: left;
}

#main .main .news .sidebar .yellow {
	width: 246px;
	overflow: hidden;
	background: #FFFF99 url('../img/sidebar-yellow-top.gif') no-repeat 0 0;
	margin: 0 0 20px 0;
}

#main .main .news .sidebar .yellow .in {
	width: 206px;
	overflow: hidden;
	background: url('../img/sidebar-yellow-bot.gif') no-repeat 0 100%;
	padding: 20px;
}

#main .main .news .sidebar .yellow .in .subscribe .title {
	font-size: 21px;
	color: #FF0000;
	padding: 0 0 10px 0;
}

#main .main .news .sidebar .yellow .in .subscribe .legend {
	font-size: 14px;
	padding: 0 0 5px 10px;
	background: url(../img/icon-list-yellow.gif) no-repeat 0 4px;
}

#main .main .news .sidebar .yellow .in .subscribe .field {
	padding: 0 0 5px 0;
}

#main .main .news .sidebar .yellow .in .subscribe .field input {
	width: 202px;
	height: 19px;
	border: 1px solid #CCCCCC;
}

#main .main .news .sidebar .yellow .in .subscribe .submit {
	text-align: right;
}

#main .main .news .sidebar .yellow .in .faq .title {
	font-size: 21px;
	color: #FF0000;
	padding: 0 0 10px 0;
}

#main .main .news .sidebar .yellow .in .faq .legend {
	font-size: 14px;
	padding: 0 0 5px 10px;
	background: url(../img/icon-list-yellow.gif) no-repeat 0 4px;
}

#main .main .news .sidebar .yellow .in .faq .field {
	padding: 0 0 5px 0;
}

#main .main .news .sidebar .yellow .in .faq .pad-bot {
	padding: 0 0 12px 0;
}

#main .main .news .sidebar .yellow .in .faq .field input {
	width: 202px;
	height: 19px;
	border: 1px solid #CCCCCC;
}

#main .main .news .sidebar .yellow .in .faq .field textarea {
	width: 202px;
	height: 110px;
	border: 1px solid #CCCCCC;
}

#main .main .news .sidebar .yellow .in .faq .submit {
	text-align: right;
}

#main .main .news .sidebar .gray {
	width: 246px;
	overflow: hidden;
	background: url('../img/sidebar-gray-bg.gif') repeat-y 0 0;
	margin: 0 0 20px 0;
}

#main .main .news .sidebar .gray .top {
	width: 246px;
	overflow: hidden;
	background: url('../img/sidebar-gray-top.gif') no-repeat 0 0;
}

#main .main .news .sidebar .gray .top .bot {
	width: 206px;
	overflow: hidden;
	background: url('../img/sidebar-gray-bot.gif') no-repeat 0 100%;
	padding: 20px;
}

#main .main .news .sidebar .gray .top .bot .archive .title {
	font: normal 21px Arial Narrow;
	padding: 0 0 10px 0;
}

#main .main .news .sidebar .gray .top .bot .archive ul li {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 4px 15px;
	line-height: 18px;
}

#main .main .news .sidebar .gray .top .bot .archive ul li.selected {
	background: url(../img/icon-list-orange.gif) no-repeat 3px 9px;
}

#main .main .feedback {
	width: 873px;
	overflow: hidden;
	position: relative;
}

#main .main .feedback .print-version {
	right: 0px;
}

#main .main .feedback h1.heading {
	font: bold 40px Arial Narrow;
	padding: 0 100px 25px 0;
}

#main .main .feedback .left {
	width: 436px;
	overflow: hidden;
	float: left;
	background: #FFFF99 url('../img/yellow-step-top.gif') no-repeat 0 0;
}

#main .main .feedback .left .in {
	width: 376px;
	overflow: hidden;
	background: url('../img/yellow-step-bot.gif') no-repeat 0 100%;
	padding: 0 30px;
}

#main .main .feedback .left .in .text {
	margin: 26px 0;
	font-size: 14px;
	line-height: 1.4;
}

#main .main .feedback .left .in .text p {
	margin: 16px 0;
}

#main .main .feedback .left .in .text ul {
	margin: 23px 0;
}

#main .main .feedback .left .in .text ul li {
	padding: 0 0 0 25px;
	background: url('../img/icon-list-yellow.gif') no-repeat 13px 4px;
	margin: 1px 0;
}

#main .main .feedback .left .in .text h3.attention {
	margin: 16px 0;
	background: url('../img/icon-attention-yellow.gif') no-repeat 0 0;
	padding: 0 0 0 30px;
	font: normal 21px Arial Narrow;
	line-height: 23px;
	color: #FF0000;
}

#main .main .feedback .left .in .text .feedback-form .title {
	font-size: 21px;
	color: #FF0000;
	padding: 0 0 10px 0;
}

#main .main .feedback .left .in .text .feedback-form .legend {
	font-size: 14px;
	padding: 0 0 5px 10px;
	background: url(../img/icon-list-yellow.gif) no-repeat 0 4px;
}

#main .main .feedback .left .in .text .feedback-form .field {
	padding: 0 0 5px 0;
}

#main .main .feedback .left .in .text .feedback-form .pad-bot {
	padding: 0 0 12px 0;
}

#main .main .feedback .left .in .text .feedback-form .field input {
	width: 372px;
	height: 19px;
	border: 1px solid #CCCCCC;
}

#main .main .feedback .left .in .text .feedback-form .field textarea {
	width: 372px;
	height: 150px;
	border: 1px solid #CCCCCC;
}

#main .main .feedback .right {
	width: 407px;
	overflow: hidden;
	float: left;
	padding-left: 30px;
}

#main .main .feedback .right .text {
	margin: 15px 0;
	font-size: 14px;
	line-height: 1.4;
}

#main .main .feedback .right .text p,
#main .main .feedback .right .text h1,
#main .main .feedback .right .text h2,
#main .main .feedback .right .text h3,
#main .main .feedback .right .text h4,
#main .main .feedback .right .text ul,
#main .main .feedback .right .text table {
	margin: 15px 0;
}

#main .main .feedback .right .text h2 {
	font-size: 20px;
	font-weight: normal;
}

#main .main .feedback .right .text h3,
#main .main .feedback .right .text h4 {
	font-size: 16px;
}

#main .main-bot {
	width: 936px;
	height: 28px;
	overflow: hidden;
	background: url(../img/main-bot-bg.png) no-repeat 0 0;
}

#footer {
	width: 936px;
	overflow: hidden;
	padding-top: 30px;
}

#footer .steps {
	width: 937px;
	height: 92px;
	overflow: hidden;
	padding-bottom: 30px;
}

#footer .steps ul {
	float: left;
	height: 92px;
	overflow: hidden;
}

#footer .steps ul li {
	float: left;
	height: 92px;
	overflow: hidden;
	padding: 0 1px 0 0;
}

#footer .steps ul li div {
	float: left;
	height: 47px;
	overflow: hidden;
	padding: 45px 5px 0 10px;
}

#footer .steps ul li.step-1 div {
	width: 53px;
	background: url('../img/step-1.png') no-repeat 0 0;
}

#footer .steps ul li.step-2 div {
	width: 71px;
	background: url('../img/step-2.png') no-repeat 0 0;
}

#footer .steps ul li.step-3 div {
	width: 85px;
	background: url('../img/step-3.png') no-repeat 0 0;
}

#footer .steps ul li.step-4 div {
	width: 77px;
	background: url('../img/step-4.png') no-repeat 0 0;
}

#footer .steps ul li.step-5 div {
	width: 85px;
	background: url('../img/step-5.png') no-repeat 0 0;
}

#footer .steps ul li.step-6 div {
	width: 78px;
	background: url('../img/step-6.png') no-repeat 0 0;
}

#footer .steps ul li.step-7 div {
	width: 69px;
	background: url('../img/step-7.png') no-repeat 0 0;
}

#footer .steps ul li.step-8 div {
	width: 68px;
	background: url('../img/step-8.png') no-repeat 0 0;
}

#footer .steps ul li.step-9 div {
	width: 77px;
	background: url('../img/step-9.png') no-repeat 0 0;
}

#footer .steps ul li.step-10 div {
	width: 70px;
	background: url('../img/step-10.png') no-repeat 0 0;
}

#footer .steps ul li.engineers-ukr div {
	width: 185px;
	margin-left: 22px;
	background: url('../img/engineers_ukr.png') no-repeat 0 0
}


#footer .steps ul li.engineers-eng div {
        width: 185px;
        margin-left: 22px;
        background: url('../img/engineers_eng.png') no-repeat 0 0
}


#footer div.fb-like-box {
	background-color: #fff;
	margin-bottom:25px;
}

#footer .steps ul li.fb-like div {
	padding-top: 0;
}

#footer .steps ul li div a {
	font-size: 10px;
}

#footer .steps ul li div a span {
	font-size: 12px;
	font-weight: bold;
}

#footer .partners {
	width: 936px;
	height: 56px;
	overflow: hidden;
	padding-bottom: 30px;
	text-align: center;
	position: relative;
}

#footer .partners .center {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

#footer .partners .center .in {
	height: 56px;
	position: relative;
	left: -50%;
	float: left;
}

#footer .partners .center .in .left {
	width: 30px;
	height: 56px;
	overflow: hidden;
	float: left;
	background: url('../img/partners-left.png') no-repeat 0 0;
}

#footer .partners .center .in .right {
	width: 30px;
	height: 56px;
	overflow: hidden;
	float: left;
	background: url('../img/partners-right.png') no-repeat 0 0;
}

#footer .partners .center .in ul {
	height: 56px;
	overflow: hidden;
	float: left;
	background: url('../img/partners-bg.png') repeat-x 0 0;
}

#footer .partners .center .in ul li {
	height: 56px;
	overflow: hidden;
	float: left;
	padding: 13px 10px 0 10px;
	text-align: center;
}

#footer .partners .center .in ul li td.flag {
	height: 20px;
	vertical-align: top;
}

#footer .partners .center .in ul li a.name {
	font-size: 9px;
}

#footer .copyright {
	width: 936px;
	overflow: hidden;
	padding-bottom: 30px;
	text-align: center;
	color: #FFFFFF;
}

#footer .copyright a {
	color: #FFFFFF;
}


/* new */


.label-font { display: block; }
.label-font br { display: none; }



#yes-h2 
{
 	font-size: 24px;
	font-weight: normal;
	padding: 0 0 5px 0;
}

#yes-span 
{  
 	margin-top:20px;
	font-size:14px;
	margin-bottom:20px; 

}

#yes-repeat-test: a

{
  margin-top:31px;
  float:left; overflow:hidden; display:inline;
  text-decoration:underline; 
} 

#yes-arrow 
{
	background:url(../img/arrow-to-left.gif) no-repeat; width:17px; height:8px;
    float:left; overflow:hidden; display:inline;
	margin-top:4px;
}

#yes-nbsb 
{
	margin-top:33px;
}

#yes-repeat 
{
	margin-left:5px;
	float:left; overflow:hidden; display:inline; 
}


.yellow-circle 
{
	background:url(../img/circle.jpg) no-repeat; width:25px; height:25px;
	float:left; overflow:hidden; display:inline;
}

.num-circle
{
	color:#FFFFFF; 
	font-size:14px;
	float:left; overflow:hidden; display:inline;
	margin: 3px 0 0 5px;
}

@-moz-document url-prefix()
{
   .num-circle { 
    color:#FFFFFF; 
	font-size:14px;
	float:left; overflow:hidden; display:inline;
	margin: 2px 0 0 5px;
   }
}


@-moz-document url-prefix()
{
   .select-width { 
    width:205px;
	margin-top:3px;
   }
}

.left-dist
{
	margin: 0px 0 0 40px;
	float:left; overflow:hidden; display:inline;
}


.left-dist2
{
	margin: 0px 0 0 70px;
	float:left; overflow:hidden; display:inline;
}

.left-dist3
{
	margin: 0px 0 0 120px;
	float:left; overflow:hidden; display:inline;
}

.left-dist4
{
	margin: -42px 0 0 120px;
	float:left; overflow:hidden; display:inline;
}

.select-width
{
	width:205px;
	
}

.left-sidebar 
{
	float:left; 
	overflow:hidden; 
	display:inline;
	margin-left:100px;
}

.left-sidebar2 
{
	float:left; 
	overflow:hidden; 
	display:inline;
	margin-left:33px;
}

.left-sidebar .sidebar, .left-sidebar2 .sidebar { width: 320px !important; }
.left-sidebar .sidebar .yellow, .left-sidebar2 .sidebar .yellow { width: 320px !important; background: #FFFF99 url(../img/shoose-yellow-top.gif) no-repeat !important; }
.left-sidebar .sidebar .in, .left-sidebar2 .sidebar .in { width: 280px !important; background: url(../img/shoose-yellow-bot.gif) no-repeat left bottom !important; }

#field-question
{
	margin-bottom:7px;
}

.s-width
{
	width:200px;
}

.e-width
{
	width:193px;
}

.check-ques
{  
	font: italic 19px Georgia;
	padding-left:40px; padding-bottom:10px;
}	

.result-test
{  
	font: normal 24px Arial;
	background:#ff110a; 
	border:none;
	padding: 8px 12px 8px 12px;
	color:#FFFFFF;
	float:left; 
	overflow:hidden; 
	display:inline;
	width:270px;
	height:40px;
	margin-top:20px;
}	

.compare
{  
	font: normal 24px Arial;
	background:#ff110a; 
	border:none;
	padding: 8px 12px 8px 12px;
	color:#FFFFFF;
	float:right; 
	overflow:hidden; 
	display:inline;
	width:180px;
	height:40px;
	
}	


.select-program
{  
	font: normal 24px Arial;
	background:#ff110a; 
	border:none;
	padding: 8px 12px 8px 12px;
	color:#FFFFFF;
	float:left; 
	overflow:hidden; 
	display:inline;
	width:290px;
	height:40px;
	margin-top:20px;
	margin-left:305px;
}	

.green-bg 
{ 
	background:url(../img/submenu-green.png) no-repeat; 
	width:165px; 
	height:55px;
	padding: 0 0 0 35px;
	color:#FFFFFF;
	margin-bottom:20px;
	display: table-cell;
	vertical-align: middle;
}
.red-bg 
{ 
	background:url(../img/submenu-red.png) no-repeat; 
	width:165px; 
	height:55px;
	padding: 0 0 0 35px;
	color:#FFFFFF;
	margin-bottom:20px;
	display: table-cell;
	vertical-align: middle;
}
.blue-bg 
{ 
	background:url(../img/submenu-blue.png) no-repeat;
	width:165px; 
	height:55px;
	padding: 0 0 0 35px;
	color:#FFFFFF;
	margin-bottom:20px;
	display: table-cell;
	vertical-align: middle;
}
.orange-bg 
{ 
	background:url(../img/submenu-orange.png) no-repeat; 
	width:165px; 
	height:55px;
	padding: 0 0 0 35px;
	color:#FFFFFF;
	margin-bottom:20px;
	display: table-cell;
	vertical-align: middle;
}
.na
{
	color:#666666;
}

.link-line
{
	text-decoration:underline;
}

.link-line:hover
{
	text-decoration:none;
}

.select-text
{
	font: 19px Arial Narrow;
	color:#ff0000;
	float:left; overflow:hidden; display:inline;
	margin-top:-2px;
}

.select-res
{   
	width:230px;
	float:left; overflow:hidden; display:inline;
	margin-left:15px;
	padding-right:15px;
}

.selectform
{   
	width:230px;
	
}


#table-result
{ 
    margin-top:20px;
	border:1px solid #cccccc;
	width:874px;
	height:auto;
	border-collapse: collapse;
} 

#table-result .tbtext 
{
	padding-left:10px; 
}



#table-result .tr-first
{
	font-weight:bold;
	background-color:#f0f0f0; 
	padding-top:16px;
	padding-bottom:13px;
	padding-left:10px;
	border:1px solid #ccc;
	vertical-align: top;

}
#table-result .tr-firstcomp
{
	font-weight:bold;
	background-color:#f0f0f0; 
	padding-top:16px;
	padding-bottom:13px;
	padding-left:20px;
	padding-right:20px;
	border:1px solid #ccc;
	vertical-align: top;

}

#table-result .tr-rose-first
{
	font-weight:bold;
	background-color:#f2d9d9; 
	padding-top:16px;
	padding-bottom:13px;
	padding-left:10px;
	border:1px solid #ccc;
	vertical-align: top;
}

#table-result .tr-rose-another
{
	font-weight:bold;
	background-color:#ffe7e6; 
	padding-top:16px;
	padding-bottom:13px;
	padding-left:10px;
	border:1px solid #ccc;
}

#table-result .tr-rose-last
{
	font-weight:bold;
	background-color:#ffe7e6; 
	padding-top:16px;
	padding-bottom:13px;
	padding-left:10px;
	border:1px solid #ccc;
}



#table-result .tr-another
{
	padding-top:16px;
	padding-bottom:13px;
	padding-left:10px;
	border:1px solid #ccc;
	background-color:#fff;
}

#table-result .tr-an-last
{
	padding-top:16px;
	padding-bottom:13px;
	text-align:center;
	border-bottom:1px solid #cccccc;
	
}

#table-result .tr-first-last
{
	font-weight:bold;
	background-color:#f0f0f0; 
	padding-top:16px;
	padding-bottom:13px;
	border:1px solid #ccc;
	text-align:center;
}


#table-result .tr-last
{
	padding-top:16px;
	padding-bottom:13px;
	padding-left:10px;
	border:1px solid #ccc;
	background-color:#fff;
}

#table-result .tr-last-last
{
	padding-top:16px;
	padding-bottom:13px;
	text-align:center;
}

#table-result a 
{
	text-decoration:underline;
}

#table-result a:hover 
{
	text-decoration:none;
}


.roof 
{
	background:url(../img/roof.gif) no-repeat; width:13px; height:7px;
	float:right;
	margin-right:34px;
	margin-top:20px;
}


#yellow-block 
{
	padding:20px;
}

.heading2
{    
    margin-top:22px;
	margin-bottom:20px;
    font:40px Arial Narrow;
}	
#label-block { width: 950px; }
.label-block 
{
	float:left; overflow:hidden;
	width: 40%;
	padding-right: 4%;
}
.label-block input { padding: 0; margin: 0; }

.label-font
{
	font-weight:bold;
	margin: -16px 0 0 25px;
}

.label-font2
{
	font-weight:normal;
	margin: -16px 0 0 25px;
}

.label-font3
{
	font-weight:normal;
	margin: -16px 0 0 25px;
}

@-moz-document url-prefix()
{
   
   .label-font2 { 
    font-weight:normal;
	margin: -19px 0 0 25px;
   }
   
   .label-font3 { 
    font-weight:normal;
	margin: -17px 0 0 25px;
   }
   
input.button-red-small2 {
	height: 20px;
	border: none;
	background: #FF110A;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	padding-bottom:2px;
	
}
   
}


.h 
{
	height:8px;
	overflow:hidden;
}

input.button-red-small2 {
	height: 20px;
	border: none;
	background: #FF110A;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	
}
.results td {vertical-align:bottom !important; }
.calc_form thead td {vertical-align:bottom !important; border-bottom:1px solid white;}
.calc_form td {padding:7px 0;}
.calc_form td input {width:60px;}
.calc_form tbody td strong {font-size:14px; }
.calc_form tbody td strong.red {font-size:18px; color:#ff110a;}
.calc_form tbody td span {font-size:12px; color:#999999;}
.b_b_w {border-bottom:1px solid white;}
.uploads .pt_10 td {padding:10px 0 0 0; vertical-align:bottom !important;}
.uploads .pb_10 td {padding:0 0 10px 0;}
.results .field-error, .uploads .field-error, .finace .field-error {border: 1px solid #FF110A !important;}
.finace .field-error {padding:2px;}
.news_main {padding:9px 30px 7px 30px; background:url(../img/news_pl.gif) 0 0 no-repeat; height:15px; overflow:hidden; margin-top:15px;}
.news_main li {position:absolute;}

.custom_univ {width:458px;}
#r-finance-custom-univ-val {width:518px;}
