html, body, #wrapper {
	border: none;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	text-align: left;
	vertical-align: top;
	width: 100%;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Trebuchet MS, serif;
	font-size: 15px;
	margin: 0px;
	padding: 0;
	text-align: left;
}

div {
	margin: 0;
	padding: 0;
}

table, td {
	border-collapse: collapse;
	border-spacing: 0px; border-style: none;
	border-width: 0;
	float: none;
	margin: 0; padding: 0;
	vertical-align: top;
}

p {
	margin: 0;
	padding: 0;
	text-align: left;
}

a {
	color: #0153a1;
	text-decoration: underline;
}
a:hover {
	color: #0153a1;
	text-decoration: none;
}
span.link {
	color: #00c;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}
span.hlink {
	color: #c00;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

.tooltip_header {
	background: rgb(213, 235, 249) none repeat scroll 0%;
	border: 1px solid rgb(165, 207, 233);
	color: rgb(75, 122, 152);
	padding: 3px;
	font-weight: bold;
	width: 180px;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.tooltip_body {
	background: rgb(255, 255, 255) none repeat scroll 0%;
	border: 1px solid rgb(165, 207, 233);
	color: #c00;
	padding: 3px;
	opacity: 0.90;
	filter: alpha(opacity=90);
	text-align: center;
}
.tooltip_body2 {
	background: rgb(255, 255, 255) none repeat scroll 0%;
	border: 1px solid rgb(165, 207, 233);
	color: #000;
	padding: 5px;
	opacity: 0.90;
	filter: alpha(opacity=90);
	text-align: left;
	width: 450px
}
.tooltip_body ul, .tooltip_body2 ul {
	margin: 0 0 0 15px;
	padding: 0;
}
.tooltip_body ul li, .tooltip_body2 ul li {
	background: url(/img/li.gif) no-repeat 0 7px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#loadingMessageContainer {
	background-color: #000;
	display: none;
	left: 0;
	position: absolute; 
	top: 0;
	z-index: 1000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#loadingMessage {
	background: url(/img/loading.gif) no-repeat 15px 20px;
	background-color: #fff;
	border: 2px solid #45ad37;
	display: none;
	left: 50%;
	font-weight: bold;
	font-size: 21px;
	margin-left: -100px;
	padding: 20px 0 20px 60px;
	position: absolute;
	top: 25%;
	width: 160px;
	z-index: 1001;
}

h1 {
	color: #284968;
	font-size: 20px;
	margin: 0 0 14px 0;
	padding: 0;
}
h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	color:#f97806;
}
h3 {
	background: url(/img/h_bgr.gif) no-repeat left top;
	font-size: 14px;
	font-weight: normal;
	height: 28px;
	padding: 8px 0 0 10px;
	margin: 0 0 16px 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

form input {
	color: #000;
	font-family: Trebuchet MS, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
form input.txt {
	background: url(/img/input_bgr.gif) no-repeat left top;
//	background: url(/img/input_bgr.gif) fixed no-repeat left top;
	border: 0px solid #fff;
	color: #767676;
	font-size: 13px;
	height: 19px;
	margin: 0;
	padding: 2px 4px 0 4px;
	width: 246px;
}
form select {
	color: #000;
	font-family: Trebuchet MS, serif;
	font-size: 14px;
	margin: 0;
	padding: 2px;
}
form textarea {
	color: #000;
	font-family: Trebuchet MS, serif;
	font-size: 14px;
	margin: 0;
	padding: 2px;
}
form textarea.txt {
	background: url(/img/textarea_bgr.gif) no-repeat left top;
//	background: url(/img/textarea_bgr.gif) fixed no-repeat left top;
	border: 0px solid #fff;
	color: #767676;
	font-size: 13px;
	height: 97px;
	margin: 0;
//	overflow: hidden;
	padding: 2px 4px 2px 4px;
	width: 246px;
}

form table td.name {
	padding: 0 14px 11px 0;
	text-align: right;
}
form table td.name span {
	border-bottom: 1px dashed #000;
	cursor: default;
}

form table td.submit_group {
	padding: 20px 0 0 0;
	text-align: right;
}

span#check_res {
	color: #f00;
}

.tooltip_header {
	background: rgb(213, 235, 249) none repeat scroll 0%;
	border: 1px solid rgb(165, 207, 233);
	color: rgb(75, 122, 152);
	padding: 3px;
	font-weight: bold;
	width: 180px;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.tooltip_body {
	background: rgb(255, 255, 255) none repeat scroll 0%;
	border: 1px solid rgb(165, 207, 233);
	color: #c00;
	padding: 3px;
	opacity: 0.90;
	filter: alpha(opacity=90);
	text-align: center;
}

.leasing {
	background: url(/img/leasing_bgr.gif) repeat-x 0 0;
	background-color: #0d365d;
	color: #64accb;
	font-size: 11px;
	height: 272px;
	margin: 0;
}
.leasing .container {
	width: 999px;
}
.leasing a {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	text-decoration: underline;
}
.leasing a:hover {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.leasing .container div {
	float: left;
	height: 244px;
	padding: 28px 0 0 0;
	position: relative;
	text-align: center;
	width: 200px;
}
.leasing .container div p {
	font-size: 11px;
	left: 0;
	line-height: 13px;
	margin-top: 164px;
	position: absolute;
	text-align: center;
	width: 200px;
}

#content ul.error {
	color: #c00;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#content ul.error li {
	background: url(/img/li_error.gif) no-repeat 10px 4px;
	font-size: 14px;
	padding: 0 0 0 18px;
}

#footer {
	border-top: 4px solid #c0d3d5;
	color: #8a8a8a;
	font-size: 11px;
	height: 75px;
	margin: 25px 17px 0 17px;
	padding: 9px 0 0 11px;
	text-align: left;
}

#header {
	height: 128px;
	margin: 15px 0 0 0;
	width: 999px;
}
#header p.phone {
	background: url(/img/phone.gif) no-repeat 0 4px;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height: 14px;
	padding: 0 0 0 37px;
}
#header p.phone span {
	font-size: 18px;
}
#header .searchBlock {
	margin-left: 518px;
	position: absolute;
	width: 200px;
}
#header .searchBlock input {
	background: url(/img/search_input_bgr.gif) no-repeat left top;
//	background: url(/img/search_input_bgr.gif) fixed no-repeat left top;
	border: 0px solid #fff;
	color: #767676;
	font-size: 13px;
	height: 19px;
	margin: 29px 0 19px 0;
	padding: 2px 4px 0 4px;
	width: 187px;
}
.menu {
	margin: 0 0 0 95px;
	width: 768px;
}

#loginBlock {
	background: url(/img/login_bgr.gif) no-repeat left bottom;
	clip: rect(89px auto 118px auto);
	color: #172630;
	margin: -89px 0 0 766px;
	position: absolute;
	width: 220px;
}
#loginBlock.simple {
	background: url(/img/login_bgr.gif) no-repeat left bottom;
	clip: rect(auto auto auto auto);
	color: #172630;
	margin: 0 0 0 766px;
	position: absolute;
	width: 220px;
}
#loginBlock div#loginContainer {
	background-color: #a9c4c6;
	font-size: 11px;
	height: 89px;
}
#loginBlock a {
	color: #172630;
}
#loginBlock p.no_btn {
	color: #2b3d3f;
	font-size: 11px;
	height: 25px;
	padding: 4px 5px 0 5px;
	text-align: left;
}
#loginBlock p.btn {
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	height: 25px;
	padding: 4px 0 0 0;
	text-align: center;
}
#loginBlock p.no_btn span.link {
	color: #172630;
}
#loginBlock p.no_btn span.hlink {
	color: #172630;
	text-decoration: none;
}
#loginBlock input {
	padding: 0 4px;
//	padding: 0;
}
#loginBlock input.edit {
	background: url(/img/login_input_bgr.gif) no-repeat left top;
//	background: url(/img/login_input_bgr.gif) fixed no-repeat left top;
	border: 0px solid #fff;
	color: #767676;
	height: 19px;
	padding: 2px 4px 0 4px;
	width: 87px;
}
#loginBlock div.email {
	margin: 4px 0 0 10px;
	position: absolute;
}
#loginBlock div.email input {
//	margin: 0 0 0 -10px;
}
#loginBlock div.pass {
	margin: 4px 0 0 115px;
	position: absolute;
}
#loginBlock div.pass input {
//	margin: 0 0 0 -115px;
}
#loginBlock div.submit {
	margin: 51px 0 0 150px;
	position: absolute;
}
#loginBlock div#loginContainer p {
	padding: 48px 0 0 10px;
}

#left_col {
	padding: 27px 15px 0 17px;
}
#right_col {
	padding: 27px 17px 0 15px;
}

#left_col a {
	font-size: 15px;
	line-height: 20px;
}
#left_col p {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 0 11px;
}
#right_col a {
	font-size: 15px;
	line-height: 20px;
}
#right_col p {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 0 11px;
}
#left_col p.more {
	text-align: right;
}
#left_col p.more a {
	font-size: 11px;
}
#right_col p.more {
	text-align: left;
}
#right_col p.more a {
	font-size: 11px;
}
#left_col p.ads {
	border: 2px solid #dad9cb;
	margin: 0 0 20px 0;
}
#left_col p.ads img {
	border: 1px solid #c4c3b5;
}
#left_col p.ads.no img {
	border: 0px;
	margin: 0;
}



.techTable {
	border: 2px solid #dad9cb;
	border-collapse: separate;
	border-spacing: 1px;
	border-width: 1px;
}
.techTable td p {
	padding: 0;
}
.techTable td {
	border-top: 1px dotted #999;
	padding: 2px 7px;
}
.techTable .top td {
	border: none;
}
.techTable .head {
	background-color: #dad9cb;
	font-weight: bold;
}
.techTable .head td {
	border: none;
}

.techTable2 {
	border: 2px solid #dad9cb;
	border-collapse: separate;
	border-spacing: 1px;
	border-width: 1px;
}
.techTable2 td p {
	padding: 0;
	text-align: center;
}
.techTable2 td {
	border: 1px dotted #999;
	padding: 2px 7px;
	text-align: center;
}

div.pretty_links a {
	display:block;
	width:100px;
	padding-bottom:5px;
	padding-top:5px;
	background-repeat:repeat-y;
	padding-left:17px;
	padding-right:5px;
	text-decoration:none;
	border-left: 3px solid #979899;
	margin-top:3px;
}
div.pretty_links a:hover {
	background-color:#FFF;
	color:#F97806;
}
div.counter {
	float: right;
}

table.tb {
	border-collapse:separate;
	border-style: none;
	border-spacing: 2px;
}

table.tb td{
	padding: 2px 2px 2px 3px;
}

table.noline a{
	color: #0f53ff;
	text-decoration: none;
}


/*ÄËß ÐÅÉÒÈÍÃÀ  - start */

.tbl_simple tr.subTitle td {
	background-color:#DADEB9;
	padding: 5px;
	font-family: tahoma;
	font-size: 75%;
	border-bottom:1px solid #888888;
	border-right: 1px solid #888888;
}

.tbl_simple tr.subTitle td.main {
	background-color:#DADE90;
}

td.main {
	background-color:#FFFFC7;
}

.tbl_simple tr.title {
	background-color:#B4CBCD;
}

.tbl_simple tr.title th {
	font-family: tahoma;
	font-size: 95%;
	padding: 5px;
	margin: 0px;
	font-weight : bolder;
}

table.tbl_simple tr.rowEven td {
	background-color: #f6f6f6;
}

table.tbl_simple tr.rowEven td.main {
        background-color: #FFFFC7;
}

table.tbl_simple tr.rowEven td, table.tbl_simple tr.rowOdd td {
	border-bottom: 1px solid #cccccc;
	padding: 1px 3px;
	font-family: tahoma;
	font-size:75%;
}

table.tbl_simple {
	width: 100%;
}

/*ÄËß ÐÅÉÒÈÍÃÀ  - end */

table.green {
	border-collapse:separate;
	border-spacing:2px;
	border-style:none;
	color:#000000;
	font-family:Trebuchet MS,serif;
	font-size:15px;
}

table.green td {
	padding:2px 2px 2px 3px;
	
}

#left_col ul.left_menu {
	cursor: default;
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
	width: 220px;
}
#left_col ul.left_menu li {
	background: url(/img/left_menu_bgr.gif) no-repeat 11px bottom;
	padding-bottom: 1px;
}
#left_col ul.left_menu li.header {
	background: url(/img/h_bgr.gif) no-repeat left top;
	color: #252525;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	height: 28px;
	margin: 0;
	padding: 8px 0 0 10px;
}
#left_col ul.left_menu li.selected a {
	color: #f97806;
}
#left_col ul.left_menu a {
	display: block;
	padding: 6px 11px 7px 11px;
	text-decoration: none;
}
#left_col ul.left_menu a:hover {
	background-color: #fff;
}

table.reklama {
	border-collapse:separate;
	border-spacing:2px;
	border-style:none;
}


div.links_d {
	font-size:9px;
}


div.links_l {
	color:#0153A1;
	font-size:9px;
	padding:10px 15px 0 17px;
	width:220px;
}

div.links_r {
	color:#0153A1;
	font-size:9px;
	padding:10px 15px 0 17px;
	width:220px;
}