* {
	margin: 0;
	padding: 0;
}
body {
    font: 12px/18px Arial,Tahoma,Verdana,sans-serif;
    width: 100%;
    background: url("/img/bg-header.png") repeat-x scroll 0 0 #FAFBFC; 
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
background: url("/img/bg-wrapper-1.png") repeat-x scroll 0 0 transparent;
margin: 0 auto;
width: 100%;
min-width: 1000px;
}

.clf:after {
    content: "";
    clear: both;
    display: block;
}

/*
 * Site search
 *  */

.ya-site-form {
    float: right;
    width:300px;
}
.site_search {
}
.site_search input[type="submit"] {
    padding: .2em .5em;
}

.site_search input[type="search"] {
    padding: .3em;
    margin: .5em;
}

.ya-site-form__submit {
    padding: .2em .5em;
}

.ya-site-form__form .ya-site-form__input-text {
    padding: .3em;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    background: url("/img/bg-header.png") repeat scroll 0 0 transparent;
    height: 41px;
	width:100%;
	min-width:1000px;
}

#submenu_cont_all{
	height:41px;
}

#submenu_cont{
	width: 100%;
	background: #FAFBFC;
}

#virt_man_cont{
	position:relative;
}
#virt_man_cont .main{
	position: absolute;
	right: 0px;
	top: 0px; 
	background: #EEE;
	width: 300px;
	padding: 0;
	border: 1px solid #EDECEC;
	border-radius: 5px 0px 0px5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
}
#virt_man_cont .header{
	border-radius: 5px 0px 0px 0px!important;
	-moz-border-radius: 5px 0px 0px 0px!important;
	-webkit-border-radius: 5px 0px 0px 0px!important;
	background: green;
	padding: 10px;
	float: none;
	background: #0843C2!important;
	background: -moz-linear-gradient(top, #1397E0 0%, #0843C2 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1397E0 ), color-stop(100%,#0843C2))!important;
	background: -webkit-linear-gradient(top, #1397E0 0%,#0843C2 100%)!important;
	background: -o-linear-gradient(top, #1397E0 0%,#0843C2 100%)!important;
	background: -ms-linear-gradient(top, #1397E0 0%,#0843C2 100%)!important;
	background: linear-gradient(to bottom,#1397E0 0%,#0843C2 100%)!important;
	font-weight: bold;
	color: white;
	font-size: 14px;
}
#virt_man_cont .conversation{
	min-height: 90px;
	padding: 10px;
	border-radius: 0px 0px 0px 5px;
	-moz-border-radius: 0px 0px 0px 5px;
	-webkit-border-radius: 0px 0px 0px 5px;
}
#virt_man_cont .question{
	font-style: italic;
	max-height: 150px;
	overflow: auto;
}
#virt_man_cont .answer{
	padding-top: 15px;
}
#virt_man_cont .answer textarea{
	margin: 0px;
	width: 312px;
	height: 113px;
	max-width: 280px;
	max-height: 50px;
}
#virt_man_cont .shortcut{
	float:right;
	color:grey;
	padding-top:8px;
	padding-right:8px;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	margin: 0 auto;
    width: 1000px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background: url("/img/bg-footer.png") repeat-x scroll 0 0 transparent;
    border-top: 1px solid #FFFFFF;
}
#header ul {
	list-style: none;
	float: left;
}
#header ul li {
float: left; /* элементы списка делаем блочными и выстраиваем в ряд */
/*height: 20px;  высоту лучше жестко указать, чтобы выпадающее меню появлялось в предсказуемом месте */
cursor: pointer;
position: relative; /* чтобы выпадающее меню позиционировалось относительно родителя */
z-index: 1;
padding: 0 18px;
}
#header ul li ul {
display: none; /* скрываем выпадающе меню */
position: absolute; /* чтобы положение подменю не влияло на окружение и легко было позиционировать */
left: 0;
top: 40px; /* высоту лучше не делать большей высоты пункта меню первого уровня, иначе попасть на подменю будет проблематично */
margin: 0;
width: 375px;
border: 1px solid #b2bbbb;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
	background: #fff; /* Цвет фона */
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 2px 3px rgba(0,0,0,0.5); /* Параметры тени */
    padding: 10px;
	left: -115px;
}
#header ul li ul li {
float: none;
display: block;
background: none;
padding: 2px 20px;
}
#header ul li:hover ul {
display: block; /* при наведении на пункт меню первого уровня, показывем подменю */
}
.header-menu a {
	text-decoration: none;
	font: bold 12px Arial;
	color: #323232;
} 
.header-menu li:hover a{
	color: #005dae;
	background: #fff;
} 
.drop-down-menu li {
	background: url("/img/li-style.png") no-repeat scroll 0 8px transparent !important;
}
.drop-down-menu a{
	text-decoration: none;
	font: 12px Arial;
	color: #323232!important;
}
.drop-down-menu a:hover{
	color: #ff4100!important;
}
#choose-lang-cont{

z-index: 10000;
background-color: white;
position: absolute;
top: 40px;
padding: 5px;
border: 1px solid #B2BBBB;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;


background: white;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
padding: 10px;

}
#choose-lang-cont a{
	text-decoration: none;
	font: 12px Arial;
	color: #323232!important;
}
#choose-lang-cont a:hover{
	color: #ff4100!important;
} 

li.lang {
    border-right: medium none;	
}
#nav .leaf {
    border-left: 1px solid #DADADA;
    border-right: 1px solid #FFFFFF;
    float: left;
    height: 30px;
    padding-top: 10px;
}
#nav .first{
    border-left: medium none;
}
#nav .leaf:hover {
	background: #ffffff;
}
#header-2 {
height: 156px;
width:1000px;
margin:0px auto;
}
.header-content {
	margin: 0 auto;
    width: 1024px;
	position: relative;
	z-index: 1000;
}

#locked_pic, #unlocked_pic{
	width:20px;
}


.logo {
	width: 200px;
	position: relative;
	float: left;
	margin-top: 10px;
}
.contacts {
	float: left;
	width: 380px;
	margin-top: 10px;
	margin-left: 290px;
}
.main-phone .h3 {
	background: url("/img/bg-phone.png") no-repeat scroll 0 0 transparent;
	padding-left: 30px;
	float: left;
	margin-right: 10px;
	font: 18px Arial;
}
.contacts .h4 {
	float: left;
	margin-right: 10px;
	font: 13px Arial;
	color: #888d90;
}
.main-phone  {
	width: 450px;
	float: left;
}
.main-phone .h4 {
	margin-top: 2px;
}
.contacts-2 {
	width: 100%;
	float: left;
	margin-top: 7px;
}
.contacts a{
	color: #0041a3;
	font: 13px Arial;
	border-bottom: 1px dotted #0041a3;
	text-decoration: none;
	margin-right: 20px;
}
.bg-icq .h4{
	background: url("/img/bg-icq.png") no-repeat scroll 0 0 transparent;
}
.bg-skype .h4 {
	background: url("/img/bg-skype.png") no-repeat scroll 0 0 transparent;
}
.bg-skype .h4, .bg-icq .h4 {
	padding-left: 20px;
	text-decoration: underline;
}
.button-enter {
	float: left;
	border: 1px solid #375817;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	margin-top: 20px;
	 width: 95px;
	cursor: pointer;
	background: #96c73f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzczZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTkzMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #96c73f 0%, #4e9303 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c73f), color-stop(100%,#4e9303)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #96c73f 0%,#4e9303 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #96c73f 0%,#4e9303 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #96c73f 0%,#4e9303 100%); /* IE10+ */
background: linear-gradient(to bottom, #96c73f 0%,#4e9303 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c73f', endColorstr='#4e9303',GradientType=0 ); /* IE6-8 */
}
.button-enter a{
	background: url("/img/bg-button-enter.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin: 0 15px;
    padding-left: 18px;
}
.main-content {
	float: left;
	padding-bottom: 30px;
}
h1{
	font: bold 20px Arial;
	color: #359239;
}
h2{
	font: bold italic 12px Arial;
	color: #000000;
	margin-top: 10px;
}
p{
	font: 12px Arial;
	color: #000000;
	margin: 5px 0 0 0;
}

.main-content-body{
	padding: 0px 30px 30px 30px;
	clear: both;
}

.main-content-body p {
    margin: 1em 0;
}

.main-content-body ul, .main-content-body ol {
    margin: 1em;
    padding-left: 1em;
}

.main-content-body h3, .main-content-body h4, .main-content-body h5 {
    font-weight: bold;
    margin: 1em 0;
}

.main-content-body h3{
    font-size: 1.5em;
}

.main-content-body h4{
    font-size: 1.3em;
}

.main-content-body h5{
    font-size: 1.2em;
}


.application {
margin: 15px 0px;
border: 1px solid #ff5e0d;
padding: 5px 0;
text-align: center; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #FFA400;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFA400), to(#FF3E00));
background: -webkit-linear-gradient(#FFA400, #FF3E00);
background: -moz-linear-gradient(#FFA400, #FF3E00);
background: -ms-linear-gradient(#FFA400, #FF3E00);
background: -o-linear-gradient(#FFA400, #FF3E00);
background: linear-gradient(#FFA400, #FF3E00);
-pie-background: linear-gradient(#FFA400, #FF3E00);


margin-left: 30px;
float: left;
}

.application, .to-request{
	height: 28px;
	padding: 0 15px;
}
.application a, .button-enter a, .button-next a, .button-reg a, .to-request a {
	font: bold 14px Arial;
	text-decoration: none;
	color: #FFFFFF!important;
}

.application-bckp{
	float: left;
	margin-right: 20px;
	padding:10px 0px;
}

.main-content-buttons{
	padding-left: 30px;
	/*padding-top: 10px;
	padding-bottom: 15px;*/
}

.link_orange_button{
	display:block;
	float:left;
	color: white;
	font: bold 14px Arial;
	text-decoration: none;
	border: 1px solid #ff5e0d;
	padding: 6px 10px!important;
	text-align: center!important; 
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border-radius: 5px!important;
	-webkit-box-shadow: #666 0px 2px 3px!important;
	-moz-box-shadow: #666 0px 2px 3px!important;
	box-shadow: #666 0px 2px 3px!important;
	background: #FFA400!important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFA400), to(#FF3E00))!important;
	background: -webkit-linear-gradient(#FFA400, #FF3E00)!important;
	background: -moz-linear-gradient(#FFA400, #FF3E00)!important;
	background: -ms-linear-gradient(#FFA400, #FF3E00)!important;
	background: -o-linear-gradient(#FFA400, #FF3E00)!important;
	background: linear-gradient(#FFA400, #FF3E00)!important;
	-pie-background: linear-gradient(#FFA400, #FF3E00)!important;
	
	cursor:hand;
	cursor:pointer;
}

.link_green_button{
	cursor: hand;
	cursor: pointer;
	display: block;
	float: left;
	color: white!important;
	font: bold 14px Arial;
	text-decoration: none;
	text-align: center!important;
	padding: 6px 10px!important;
	border: 1px solid #498900!important;
	border-radius: 5px 5px 5px 5px!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-webkit-box-shadow: #666 0px 2px 3px!important;
	-moz-box-shadow: #666 0px 2px 3px!important;
	box-shadow: #666 0px 2px 3px!important;
	background: #96C73F!important;
	background: -moz-linear-gradient(top, #96C73F 0%, #4E9303 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96C73F), color-stop(100%,#4E9303))!important;
	background: -webkit-linear-gradient(top, #96C73F 0%,#4E9303 100%)!important;
	background: -o-linear-gradient(top, #96C73F 0%,#4E9303 100%)!important;
	background: -ms-linear-gradient(top, #96C73F 0%,#4E9303 100%)!important;
	background: linear-gradient(to bottom, #96C73F 0%,#4E9303 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c73f', endColorstr='#4e9303',GradientType=0 )!important;
	
}

.link_green_button_cont{
	padding-top:15px;
}
.link_green_button_cont input{
	cursor: hand;
	cursor: pointer;
	display: block;
	float: left;
	color: white!important;
	font: bold 14px Arial;
	text-decoration: none;
	text-align: center!important;
	padding: 6px 10px!important;
	border: 1px solid #498900!important;
	border-radius: 5px 5px 5px 5px!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-webkit-box-shadow: #666 0px 2px 3px!important;
	-moz-box-shadow: #666 0px 2px 3px!important;
	box-shadow: #666 0px 2px 3px!important;
	background: #96C73F!important;
	background: -moz-linear-gradient(top, #96C73F 0%, #4E9303 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96C73F), color-stop(100%,#4E9303))!important;
	background: -webkit-linear-gradient(top, #96C73F 0%,#4E9303 100%)!important;
	background: -o-linear-gradient(top, #96C73F 0%,#4E9303 100%)!important;
	background: -ms-linear-gradient(top, #96C73F 0%,#4E9303 100%)!important;
	background: linear-gradient(to bottom, #96C73F 0%,#4E9303 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c73f', endColorstr='#4e9303',GradientType=0 )!important;
	
}

.link_green_button_enter{
	cursor:hand;
	cursor:pointer;
	cursor:pointer;
	display: block;
	float: left;
	color: white;
	font: bold 14px Arial;
	text-decoration: none;
	text-align: center!important;
	padding: 6px 14px;
	border: 1px solid #498900!important;
	border-radius: 5px 5px 5px 5px!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-webkit-box-shadow: #666 0px 2px 3px!important;
	-moz-box-shadow: #666 0px 2px 3px!important;
	box-shadow: #666 0px 2px 3px!important;
	background: #96C73F!important;
	background: -moz-linear-gradient(top, #96C73F 0%, #4E9303 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96C73F), color-stop(100%,#4E9303))!important;
	background: -webkit-linear-gradient(top, #96C73F 0%,#4E9303 100%)!important;
	background: -o-linear-gradient(top, #96C73F 0%,#4E9303 100%)!important;
	background: -ms-linear-gradient(top, #96C73F 0%,#4E9303 100%)!important;
	background: linear-gradient(to bottom, #96C73F 0%,#4E9303 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c73f', endColorstr='#4e9303',GradientType=0 )!important;
	
}
	
.link_green_button_enter img, .link_green_button_logoff img{
	margin: 0px 6px -1px 0px;
}
	
.link_green_button_logoff{
	cursor:hand;
	cursor:pointer;
	display: block;
	float: left;
	color: white;
	font: bold 14px Arial;
	text-decoration: none;
	text-align: center!important;
	padding: 6px 14px;
	border: 1px solid #890000!important;
	border-radius: 5px 5px 5px 5px!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-webkit-box-shadow: #666 0px 2px 3px!important;
	-moz-box-shadow: #666 0px 2px 3px!important;
	box-shadow: #666 0px 2px 3px!important;
	background: #C73F3F!important;
	background: -moz-linear-gradient(top, #C73F3F 0%, #930303 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C73F3F), color-stop(100%,#930303))!important;
	background: -webkit-linear-gradient(top, #C73F3F 0%,#930303 100%)!important;
	background: -o-linear-gradient(top, #C73F3F 0%,#930303 100%)!important;
	background: -ms-linear-gradient(top, #C73F3F 0%,#930303 100%)!important;
	background: linear-gradient(to bottom, #C73F3F 0%,#930303 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C73F3F', endColorstr='#930303',GradientType=0 )!important;
	
}


.link_blue_button{
	cursor:hand;	
	cursor:pointer;
	display:block;
	float:left;
	color: white;
	font: bold 14px Arial;
	text-decoration: none;
	text-align: center!important; 
	padding: 6px 10px!important;
	border: 1px solid #498900!important;
	border-radius: 5px 5px 5px 5px!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-webkit-box-shadow: #666 0px 2px 3px!important;
	-moz-box-shadow: #666 0px 2px 3px!important;
	box-shadow: #666 0px 2px 3px!important;
	background: #96C73F!important;
	background: -moz-linear-gradient(top, #96C73F 0%, #4E9303 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96C73F), color-stop(100%,#4E9303))!important;
	background: -webkit-linear-gradient(top, #96C73F 0%,#4E9303 100%)!important;
	background: -o-linear-gradient(top, #96C73F 0%,#4E9303 100%)!important;
	background: -ms-linear-gradient(top, #96C73F 0%,#4E9303 100%)!important;
	background: linear-gradient(to bottom, #96C73F 0%,#4E9303 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c73f', endColorstr='#4e9303',GradientType=0 )!important;
	
}

#submenu_anchor_space{
	clear: both;
}

.content-links {
	position:relative;
	width: 100%;
	float: left;
	/*background: #F4F4F4;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f4f4f4)";    
	background-color: #F4F4F4;
	
	background-image: linear-gradient(bottom, rgb(244,244,244) 42%, rgb(255,255,255) 80%);
	background-image: -o-linear-gradient(bottom, rgb(244,244,244) 42%, rgb(255,255,255) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(244,244,244) 42%, rgb(255,255,255) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(244,244,244) 42%, rgb(255,255,255) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(244,244,244) 42%, rgb(255,255,255) 80%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.42, rgb(244,244,244)),
		color-stop(0.8, rgb(255,255,255))
	);
	

	
	
}
.content-links p {
	margin: 0;
}

.content-links  a {
	font: 12px Arial;
	color: #045de6;
	display: block;
	margin-top: 5px;
}

a {
	font: 12px Arial;
	color: #045de6;
}

.stick {
  position: fixed;
  top: 0px;
  z-index: 1000;
}

.content-links-col {
	width: 300px;
	float: left;
}
.main-content-text {
	border: 1px solid #edecec;
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	padding-left: 30px;
	padding-top: 15px;
	margin: 0!important;
	width: 966px;
	border-bottom: none;
}

.to-request {
	margin-left: 30px;
	float: left;
	margin-top: 15px;
}
.content-links  {
	border: 1px solid #e7e6e7;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 30px;
	width: 939px;
	margin-left: -1px;
}
.bg-main-content {
	background: url("/img/box_bottom_shadow.png") no-repeat scroll 0 0 transparent;
	height: 38px;
	width: 1000px;
	position: absolute;
	bottom: -38px;
	left: -1px;
}

.i-want  {
	width: 1000px;
	margin-left: -30px;
	/*margin-top: -30px;*/
}
.i-want-1 {
	border: 1px solid #b9b9b9;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	width: 650px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5); /* Параметры тени */
	/*height: 172px;
	padding-bottom:20px;*/
	float: left;
}
.i-want-1-head {
	height: 50px;
border: 1px solid #0160f3;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #1397e0;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1397e0), to(#0843c2));
background: -webkit-linear-gradient(#1397e0, #0843c2);
background: -moz-linear-gradient(#1397e0, #0843c2);
background: -ms-linear-gradient(#1397e0, #0843c2);
background: -o-linear-gradient(#1397e0, #0843c2);
background: linear-gradient(#1397e0, #0843c2);
-pie-background: linear-gradient(#1397e0, #0843c2);

}




.i-want-1 .h4 {
	font: italic 30px Georgia;
	color: #ffffff;
	float: left;
	margin: 5px 20px 0 40px;
}
.i-want-1 a {
    border-bottom: 2px dotted #FFFFFF;
    color: #FFFFFF;
    float: left;
    font: bold 14px Arial;
    margin: 2px 15px;
    text-decoration: none;
}
.i-want-1 li {
	list-style: none outside none;
}
.i-want-links-head {
	margin-top: 15px;
	position: relative;
}
.i-want-1-body, .i-want-up, .i-want-down {
	margin: 10px 40px;
	position:relative;
}
.i-want-1-body a {
	color: #2f4d64;
	border-bottom: 2px dotted #2f4d64;
}
.i-want-1-body a:hover {
	color: #FF4100;
	border-bottom: 2px dotted #FF4100;
}

.i-want-links-head li:hover{
	border: 1px solid #ffffff;
	float: left;
	height: 24px;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	
margin:-1px;
}
.act-selected{
	border: 1px solid #ffffff;
	float: left;
	height: 24px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		
	margin:-1px
}
.real-select-act, .real-select-act2, .real-select-type{
	display:none;
}


.i-want-links-head li:hover a{
    /*margin: 1px 14px;*/
}
.i-want-menu li:hover{
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	border: 1px solid #FF4100;
	float: left;
	height: 24px;
	margin:-1px;
}
.type-selected{
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	border: 1px solid #FF4100;
	float: left;
	height: 24px;
	margin:-1px;
}
.type-selected-a{
	color: #FF4100!important;
	border-bottom: 2px dotted #FF4100!important;
}
.act2-selected{
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	border: 1px solid #FF4100;
	float: left;
	height: 24px;
	margin:-1px;
}
.act2-selected-a{
	color: #FF4100!important;
	border-bottom: 2px dotted #FF4100!important;
}
.i-want-menu li:hover a{
   /*margin: 1px 14px;*/
}
.li-active-2:hover{
	background: #6489a6;
	border: none!important;
}
.i-want-menu {
	width: 100%;
	float: left;
	height: 25px;
}

.i-want-2 {
	border: 1px solid #EDECEC;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	margin-left: 20px;
	width: 305px;
	min-height: 152px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	
	padding: 10px;
}

.i-want-2 h4 {
	color: #000000;
	font: italic bold 16px Arial;
}

.iWant-normal-link{
	font: normal 12px Arial!important;
	float: none!important;

}

.photo-desk {
	margin: 10px 0 0 20px;
	width: 285px;
}
.photo-desk img {
	float: left;
	max-width:90px;
    border: 1px solid #B8B7B7;
    padding: 1px;
	margin:5px;
}
.photo-desk-1, .photo-desk-2  {
	margin-bottom: 10px;
}
.photo-desk-1 p {
	margin: 0;
	font: 12px Arial;
	color: #393c42;
	margin-left: 5px;
}
.photo-desk-2 a {
	color: #808589;
	border-bottom: 1px dotted #808589;
	text-decoration: none;
}
.ask-question {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 1000;
}
.ask-question a{
    background: url("/img/ask-me.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 145px;
    width: 32px;
}
.content-info {
    background: url("/img/bg-gray.png") repeat-x scroll 0 0 #E9EFEA;
    margin: 0 auto;
    position: relative;
    width: 1000px;
	padding: 30px 0px;
}
.col-1, .col-2, .col-3 {
	float: left;
	width: 330px;
}
.col-1 .h4 {
	font: bold 16px Arial;
	background: url(/img/bg-col-1.png) no-repeat;
	height: 32px;
	padding-left: 40px;
	padding-top: 5px;
}
.content-info a {
	font: 12px Arial;
	padding-left: 40px;
	padding-top: 5px;
	color: #005dae;
	display: block;
}
.col-2 .h4 {
	font: bold 16px Arial;
	background: url(/img/bg-col-2.png) no-repeat;
	height: 32px;
	padding-left: 40px;
	padding-top: 5px;
}
.col-3 .h4 {
	font: bold 16px Arial;
	background: url(/img/bg-col-3.png) no-repeat;
	height: 32px;
	padding-left: 40px;
	padding-top: 5px;
}
.content-info-text {
    background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	width: 957px;
	padding: 20px 0 20px 40px;
	margin-top: 20px;
	border: 1px solid #edecec;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5); /* Параметры тени */
		
}
.content-info-text .h4 {
	color: #000000;
	margin-bottom: 10px;
    font: italic bold 13px Georgia;
}
.content-info-text li {
	color: #575757;
    font: 11px verdana;
    list-style: none outside none;
	margin-top: 5px;
	background: url("/img/list-style.png") no-repeat scroll 0 3px transparent;
	padding-left: 20px;
}

.whay-cze{
	padding-right:20px;
}

.whay-cze a {
	color: #575757;
font: 11px verdana;
margin: 15px 0 0 20px;
padding: 0;
text-decoration: none;
border-bottom: 1px dotted #0041A3;
float: left;
}
.content-info-block {
    background: url("/img/bg-gray.png") repeat-x scroll 0 0 #E9EFEA;
    width: 100%;
}
.footer-content {
	margin: 0 auto;
    width: 1000px;
}
.footer-content-info {
float: left;
margin: 26px 0 0;
}
.footer-content-info p {
	font: bold 12px Verdana;
	color: #2f4d64;
	margin: 0 0 5px 0;
}
.footer-content-info span {
	font: 12px Verdana;
	color: #3c3e40;
}
.social-links {
	float: left;
	margin: 20px 10px 0px 10px;
}
.social-links a {
	margin: 0 2px;
}
.reg-button span {
	float: left;
	margin: 30px 0 0 5px;
	font: italic 12px Verdana;
	color: #5682a3;
}
.button-reg {
	padding: 20px 0px 0px 5px;
	float: left;
}
.footer-content-info-social {
    background: url("/img/bg-footer.png") repeat-x scroll 0 0 transparent;
	width: 870px;
	height: 67px;
	margin: 0px auto;
}
.footer-content-info-links {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.footer-links-1 {
	float: left;
	width: 215px;
	margin: 10px 0 0 0;
	padding: 0px 10px;
}
.footer-links-1 a {
	font: 11px Verdana;
	color: #666666;
	text-decoration: none;
	display: block;
	margin-top: 5px;
}
.footer-link-main {
	color: #005dae!important;
}
.footer-links-block-1 {
	margin-top: 20px;
}
.footer-content-news {
	float: left;
	width: 270px;
	margin: 30px 0 0 0px;
}

.footer-content-news ul li{
	padding-top:2px;
}

.to-news p {
	font: 12px Verdana;
	color: #393939;
	margin: 0 0 10px 0;
	 width: 100%;
}
.to-news {
	width: 100%;
}
.o-news-input-text, .o-news-input-bt {
	border: 1px solid #c2c2c2;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
    height: 20px;
	padding: 4px;
	font: 12px Verdana;
	color: #a0a0a0;
}
.o-news-input-bt {
	height: 30px;
	color: #4f6e84;
	width: 100px;
}
.footer-copy-info {
	border-top: 1px solid #d8d8d8;
	float: left;
    width: 100%;
	margin: 10px 0;
	padding-top: 20px;
}
.footer-copy-info-1 {
	float: left;
	width: 450px;
}
.footer-copy-info-2 {
	float: right;
	width: 250px;
}
.footer-copy-info-1 p {
	font: bold 12px Arial;
	color: #005dae;
}
.footer-copy-info-2 p {
	font: 12px Arial;
	color: #999999;
}
/* -----scrollbar----- */

#scrollbar{
	width: 1000px;
	margin-left: -30px;
	margin-bottom: -30px;
}

#products .viewport { width: 100%; height: 160px; position: relative; }
#products .overview {height: 180px; position:absolute}
#products .thumb .end {background: transparent url(/img/bg-scrollbar-thumb-x.png) no-repeat 0 50%;overflow: hidden;height: 25px;width: 5px;}
#products .thumb {background: transparent url(/img/bg-scrollbar-thumb-x.png) no-repeat 100% 50%;height: 25px;cursor: pointer;overflow: hidden;position: absolute;left: 0;top: -5px;}
#products .scrollbar { background: transparent url('/img/bg-scrollbar-track-x-repeat.png') repeat-x; position: relative; height:20px }
#products .track_start { background: transparent url('/img/bg-scrollbar-track-x.png') no-repeat 0 0; position: relative; height:20px }
#products .track { background: transparent url('/img/bg-scrollbar-trackend-x.png') no-repeat 100% 0;width: 100%;height: 15px;position: relative;}
#products .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }


#products {
    clear: both;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1000px;
}

#products ul {
	width: 3000px;
	height: 180px;
}
#products ul img {
    border: 1px solid #B8B7B7;
    cursor: pointer;
    height: 100px;
	max-width:100px;
    padding: 1px;
}
#products li {
   color: #787878;
	display: block;
	float: left;
	font: 12px arial;
	list-style-type: none;
	padding: 0px 10px;
	position: relative;
	text-align: center;
	width: 160px;
	z-index: 998;
	height: 140px;
	background: white;
	overflow: hidden;
	margin: 1px 0px;
}
#products li a{
	color: #787878;
	display: block;
	float: left;
	font: 12px arial;
	list-style-type: none;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 998;
	background: white;
	overflow: hidden;
	margin-top: 8px;
}
#products li:hover {
	border: 1px solid #FF4507;
	float: left;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	list-style-type: none;
	position: relative;
	text-align: center;
	width: 158px;
	height: 198px;
	margin: 0px;
	padding: 0px 10px;
	text-align: center;
}
#products li:hover a{
	color: #005DAE;
	font: 13px arial;
	text-decoration: underline;
	text-align: center;
	margin-top: 8px;
}

#products .sale, #products .hot, #products .sold, #products .no_com{
	right: 0px;
    top: 0px;
}

#products li:hover .sale, #products li:hover .hot, #products li:hover .sold, #products li:hover .no_com{
	right: -1px;
    top: 0px;
}

.label-squer, .label-price, {
	display: none;
	float: left;
}

.label-checkbox{
	clear: both;
	padding-top: 8px;
}

.select-button{
	float: left;
	margin-top: 6px;
	margin-right: 6px;
}

#products li:hover .label-squer {
	display: block;
	position: relative;
	z-index: 999;
}
#products li:hover .label-price {
	display: block;
	position: relative;
	z-index: 999;
}
.label-squer a{
	color: #393939!IMPORTANT;
}
.label-price a{
	color: #ff4507!IMPORTANT;
	font: bold 18px Arial!IMPORTANT;
	text-decoration: none!important;
}
#products li:hover .label-squer a {
    color: #787878;
    font: 12px arial;
	text-decoration: none;
}
#bar {
    background-color: #F2F4F6;
    border: 1px solid #CBD5E0;
    position: relative;
    top: 0;
    width: 100%;
	
    border-radius: 6px 6px 6px 6px;	
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
    position: relative !important;
    z-index: 997 !important;	
	position: absolute;
	top: -35px;
	z-index: 997 !important;
zoom: 1;
	
}
#knob {
    background-color: #0572ED;
    border: 1px solid #015FEE;
    height: 6px;
    width: 100px;
    cursor: pointer;	
    border-radius: 6px 6px 6px 6px;	
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	
}
#theSixth {
	top: 2px;
	left: 235px;
	position: absolute;
}
.sale{
    background: url("/img/sold.png") no-repeat scroll 0 top transparent;
    height: 44px;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 44px;
	z-index:999;
}
.hot{
    background: url("/img/hot.png") no-repeat scroll 0 top transparent;
    height: 44px;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 44px;
	z-index:999;
}
.sold{
    background: url("/img/sold.png") no-repeat scroll 0 top transparent;
    height: 44px;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 44px;
	z-index:999;
}
.no_com{
    background: url("/img/no_commission.png") no-repeat scroll 0 top transparent;
    height: 44px;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 44px;
	z-index:999;
}
.hot-suggestion {
    clear: both;
    height: 25px;
    margin: 0 auto;
    width: 1000px;
	padding-top:15px;
}
.hot-heading {
	float: left;
}
.hot-heading p, .filters p, .view-criteria p{
	font: bold 14px Arial;
	color: #000000;
}
.hot-heading-info {
    float: left;
    margin-left: 7px;
    width: 410px;
}
.hot-heading-info p{
	font: bold 12px Arial;
	color: #6a717c;
	display: block;
	float: left;
}
.hot-heading-info a, .filters a, .view-criteria a{
	font: 12px Arial;
	color: #005dae;
	display: block;
	float: left;
	margin-left: 4px;
	text-decoration: none;
	border-bottom: 1px dotted #005DAE;
}

.hot-heading-info a:hover{
	color: #ff4100;
	border: none;
}

.real_photo li img{
cursor:pointer;cursor:hand;
margin-top:5px;
}


/* -----end scrollbar----- */


.products2 {
    width: 450px !important;
}
.products2 li{
    height: 114px !important;
}
.products2 .viewport {
    height: 142px !important;
}
/* -----end scrollbar----- */
.filters p, .filters a, .view-criteria p, .view-criteria a {
	float: left;
}
.filters p, .view-criteria p {
	margin: 0;
}
.filters a:hover, .view-criteria a:hover {
	color: #ff4100;
	border: none;
}
.view-criteria a {
	margin-left: 10px;
}
.seach-param p{
	font: italic 16px Georgia;
	color: #393c42;
}
.seach-param span {
	font-weight: bold;
	color: #000000;
}
.seach-param a {
	color: #005dae;
	text-decoration: none;
}
.filters {
	float: left;
}
.view-criteria {
	float: right;
}
.view-table {
	float: left;
	width:100%;
}
.view-table td {
	height: 200px;
	width: 160px;
	float: left;
	margin: 10px 10px;
	border: 1px solid #EDECEC;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0.75px 0.5px rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 26px;
}
.view-table td:hover {
	border: 1px solid #ff4507;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	box-shadow: none;
	cursor: pointer;
}
.label-view, .label-squer-view, .label-price-view {
	display: block;
	text-align: left;
}
.view-table img {
    border: 1px solid #B8B7B7;
    cursor: pointer;
    height: 100px;
    padding: 1px;
    width: 150px;
}
.label-view a, .label-squer-view a, .label-price-view  a{
	float: left;
	margin-top: 7px;
	margin-left: 3px;
}
.view-body-ap {
	position: relative;
}
.label-squer-view  a {
	text-decoration: none;
}
.filters-pager-1, .filters-pager-2 {
	clear: both;
}

.filters-pager-2{
	width: 100%;
	text-align: center;
}
.filters-pager-2 a {
	font: 18px Arial;
	color: #005DAE;
	border: none;
	text-decoration: underline;
	margin-left: 20px;
	margin-top: 5px;
	display: inline;
	float: none;
}
.filters-pager-2-active {
	font: 18px Arial;
	margin-left: 20px;
	color: #7c7c7d!important;
	text-decoration: none!important;
}
.pager {
	float:right;
}
.filters-pager-1 span, .filters-pager-1 a  {
	margin: 0 4px;
	color: #7c7c7d;
	border: none;
}
.filters-pager-1 a:hover {
	color: #7c7c7d;
}
.pager-1-active {
	color: #005dae!important;
}
.i-want-full {
	width: 970px;
}
.i-want-edit {
	margin-top: 10px;
}
.i-want-edit a {
	margin: 0;
	border: none;
	border: 1px solid #0160f3;
	padding: 7px 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	background: #1393df; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzOTNkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTQ2YzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #1393df 0%, #0946c3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1393df), color-stop(100%,#0946c3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1393df 0%,#0946c3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1393df 0%,#0946c3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1393df 0%,#0946c3 100%); /* IE10+ */
background: linear-gradient(to bottom, #1393df 0%,#0946c3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1393df', endColorstr='#0946c3',GradientType=0 ); /* IE6-8 */
}
.i-want-1-body p {
	color: #000000;
    float: left;
    font: 12px Arial;
    margin: 2px 0 0;
    width: 150px;
}

.realty-properties-field , .realty-properties-field-slider  {
	/*float: left;
	width: 900px;
	margin: 15px 0 0 40px;*/
	margin: 15px 0;
}
.realty-properties-field-slider  {
	height:30px;
}
.additionally  a{
	border-bottom: 1px dotted #005DAE;
	color: #005DAE;
	margin-bottom: 10px;
	font: 12px Arial;
	width: auto;
	cursor: pointer;
	/*margin-top: 16px;*/
	margin-left:0px;
}
.additionally  a:hover{
	border-bottom: 1px dotted #FF4100;
}

.realty-search-additionally tr td{
	padding:1px 15px 1px 0px;
}

.form-button-next {
	margin: 0 0 16px 30px;
	width: 100px;
}
.form-button-next input{
    color: #FFFFFF;
    font: bold 14px Arial;
    padding: 5px 15px;
	cursor: pointer;
	border: 1px solid #498900;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #96c73f;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#96c73f), to(#4e9303));
background: -webkit-linear-gradient(#96c73f, #4e9303);
background: -moz-linear-gradient(#96c73f, #4e9303);
background: -ms-linear-gradient(#96c73f, #4e9303);
background: -o-linear-gradient(#96c73f, #4e9303);
background: linear-gradient(#96c73f, #4e9303);
-pie-background: linear-gradient(#96c73f, #4e9303);

}
.i-want-1-body-adv {
	margin: 15px 0 0 40px;
	float: left;
	width: 900px;
}
.i-want-1-body-active a {
	border: none;
	background: #6489a6;
	padding: 5px 15px;
	color: #ffffff;
	border: 1px solid #4d6e91;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	margin: 0;
}
.i-want-1-body-active a:hover {
	color: #ffffff;
	border: 1px solid #4d6e91;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.block-point, .i-want-1-body-active {
	margin: 0 10px 0 0;
	float: left;
}
.block-point:hover {
    border: 1px solid #FF4100;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 24px;
	margin: 0 8px 0 0;
}
.i-want-1-body-block {
	margin: 10px 0 0 40px;
}
.i-want-up {
	border-bottom: 1px solid #c7c7c7;
	min-height: 135px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.34);
}
.button-edit {
	position: relative;
	top: 0;
	left: 0;
	margin: 10px 0 0 40px;
}
.i-want-down-border {
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.10);
	clear:both;
    height: 3px;
    width: 100%;
}
.i-want-down {
	margin-bottom: 30px;
}
.i-want-down input {
    margin-right: 5px;
}
/*JS-TrackBar*/
/* Reset */
table.trackbar div, table.trackbar td {margin:0; padding:0;}
table.trackbar {border-collapse:collapse;border-spacing:0;}
table.trackbar img{border:0;}

/* Styles */
table.trackbar {
	width:250px; 
	background:repeat-x url(/img/b_bg_on.gif) top left;
	float: left;
	display: block;
	margin: 4px 10px
}
table.trackbar .l {
	width:1%; 
	text-align: right; 
	font-size: 1px; 
	background:repeat-x url(/img/b_bg_off-left.gif) top left;
	height: 5px;
	width: 11px;
	background-repeat: no-repeat;
}
table.trackbar .l div {
	position:relative; 
	width:0; 
	text-align: right; 
	z-index:500; 
	white-space:nowrap;
	background: url(/img/bg-ruler.gif);
	height: 11px;
	left: 5px;
}
table.trackbar .l div img {
	cursor:pointer;
	background: url(/img/b_l.gif) no-repeat;
	height: 24px;
	width: 24px;
	position: relative;
    top: -7px;
}
table.trackbar .l div span {
	position:absolute;
	top:20px; 
	right:6px; 
	z-index:1000; 
	font:11px tahoma; 
	color:#000;
	font: 13px Arial;
}
table.trackbar .l div span.limit {
	text-align:left; 
	position:absolute;
	top:-12px; 
	right:100%; 
	z-index:100; 
	font:11px tahoma; 
	color:#D0D0D0;
	display: none;
}
table.trackbar .r {
	position:relative; 
	width:1%; 
	text-align: left; 
	font-size: 1px; 
	background:repeat-x url(/img/b_bg_off-right.gif) top right;
	height: 5px;
	width: 11px;
	background-repeat: no-repeat; 
	cursor:default;
}
table.trackbar .r div {
	position:relative; 
	width:0; 
	text-align: left; 
	z-index:500; 
	white-space:nowrap;
	background: url(/img/bg-ruler.gif);
	height: 11px;
	right: 5px;
}
table.trackbar .r div img {
	cursor:pointer;
	background: url(/img/b_l.gif) no-repeat;
	height: 24px;
	width: 24px;
	position: relative;
    top: -7px;
}
table.trackbar .r div span {
	position:absolute;
	top:20px; 
	left:6px; 
	z-index:1000; 
	font:11px tahoma; 
	color:#000;
	font: 13px Arial;
}
table.trackbar .r div span.limit {
	position:absolute;
	top:-12px; 
	left:100%; 
	z-index:100; 
	font:11px tahoma; 
	color:#D0D0D0;
	display: none;
}
table.trackbar .c {
	font-size:1px; 
	width:100%;
	background: url(/img/bg-center.gif);
	height: 11px;
}
/*JS-TrackBar*/
.heading-price {
	color: #FF4507 !important;
    font: bold italic 24px Georgia !important;
	margin: 0 5px;
}
.heading-price-2 {
	font: bold italic 18px Georgia;
}
.heading-sale, .heading-hot, .heading-sold,  .heading-no_com   {
	position: relative;
	float: left;
	margin-left: 10px;
	right:0px;
	top:0px;
}

.heading-info {
	float: left;
}
.main-content-text-2 {
	float: left;
	width: 100%;
}
.id-announcement {
	padding-right:30px;
	float: right;
}
.id-announcement p {
	font: 14px Arial;
	color: #7c7c7d;
}
.id-announcement span {
	color: #ff4100;
	margin-left: 5px;
	font-weight: normal;
}
.to-request  {
	border: 1px solid #498900;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #96c73f;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#96c73f), to(#4e9303));
background: -webkit-linear-gradient(#96c73f, #4e9303);
background: -moz-linear-gradient(#96c73f, #4e9303);
background: -ms-linear-gradient(#96c73f, #4e9303);
background: -o-linear-gradient(#96c73f, #4e9303);
background: linear-gradient(#96c73f, #4e9303);
-pie-background: linear-gradient(#96c73f, #4e9303);

}
.photo-apartment {
	float: left;
	width: 450px;
	height: 100%;
}
.description-apartment, .qr-code, .about-apartment-links {
	float: left;
	width: 464px;
	margin: 15px 0 0 20px;
}
.full-info {
	float: left;
	width: 200px;
}
.full-info p {
	background: url("/img/pointer.png") no-repeat scroll 105px 5px transparent;
    border-bottom: 1px dotted #005DAE;
    color: #005DAE;
    cursor: pointer;
    display: block;
    float: left;
    font: 12px Arial;
    margin-bottom: 20px;
    width: 112px;
}
.description-apartment p {
	margin: 10px 0 0 0;
	float: left;
}
.description-apartment-left {
	color: #7c7c7d;
	width: 150px;
}
.description-apartment-right {
	width: 250px;
}
.description-apartment-text {
	float: left;
}
.qr-code p {
	color: #7C7C7D;
	font: italic 12px Georgia;
	margin-top: 5px;
}

.qr-code a {
	margin-bottom:5px;
	display:block;
	float:left;
}

.about-apartment-links a {
	display: block;
	margin: 5px 0;
}

.photo-scroll, .map-device  {
	float: left;
	width: 100%;
} 

.map-text p{
	font: 14px Arial;
	margin: 10px 0 15px 0;
}
.map-text-font {
	font: bold 12px Arial!important;
	margin: 5px 0 0 0!important;
}
.map-text-font span {
	margin: 0 5px;
	color: #393c42;
	font-weight: normal;
}
.map-body {
	float: left;
	width: 452px;
	height: 458px;
	/*margin: 20px 0;*/
}

/* jQuery elements */



.openWindow {background: url(/img/bg_white_08.png) repeat; position: fixed; width: 100%; height: 100%; z-index: 9999;}


#openCloseHtml {position: fixed; width: 100%; height: 100%;}

#white_bg_qr {
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: url(/img/bg_white_08.png) repeat;
}


/* new window */

#open {
    margin: 0 !important;
    position: fixed !important;
    right: 150px;
	top: 50px;
    width: 512px !important;
}

#open {position: relative;}
#openPanel-out {}

.openTitle {
	color: #fff;
	height: 42px;
	background: #96c73f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzczZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTkzMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #96c73f 0%, #4e9303 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c73f), color-stop(100%,#4e9303)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #96c73f 0%,#4e9303 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #96c73f 0%,#4e9303 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #96c73f 0%,#4e9303 100%); /* IE10+ */
background: linear-gradient(to bottom, #96c73f 0%,#4e9303 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c73f', endColorstr='#4e9303',GradientType=0 ); /* IE6-8 */
	
	border: 1px solid #2a5100;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 0 0;
}

.openTitle a{color: #fff;}

.openTitle-old {
	border: none;
	background: url(/img/page.gif) repeat-x top #4d78b3;
	border-bottom: 1px solid #1d4c8d;
}

.openText {
	background: #fff;
	height: 192px!important;
	border: 1px solid #818181;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 0 0 10px 10px;
	position: relative;
    top: -1px;
}
#open2 {
	border: none;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
	box-shadow: 0 3px 5px #8C8C8C;
}
.openPanel {
	background: url(/img/open-gr5.gif) repeat-x top #f3f3f3;
	border-top: 1px solid #d7d7d7;
	min-height: 14px;
	padding: 14px 0 14px 13px;
}
span#openClose {
	background: url(/img/close.png);
	width: 10px;
	height: 10px;
	float: right;
	margin: 12px 25px 0 0;
	cursor: pointer;
}
#openTitle {
	padding: 12px 0 0 20px;
	font: bold 22px Arial;
}
#openTitle a {
	font: 12px Arial;
	text-decoration: none;
}

.one-button {
	float: right;
	padding-right: 20px;
	padding-top:7px;
}
.title1-links{
	margin-left: 20px;
}
#title {
	height: 100%;
}
#openTexts form {
	margin: 20px;
}
#edit-enter-login {
	background: #b2b3b4;
	padding: 8px;
	margin-bottom: 20px;
	font: bold 14px Arial;
	color: #dddfe0;
	width: 440px;
	border: 1px solid #aaabac;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#edit-enter-login-2 {
	width: 200px;
	background: #b2b3b4;
	padding: 8px;
	margin-bottom: 20px;
	font: bold 14px Arial;
	color: #dddfe0;
	border: 1px solid #aaabac;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.enter-login-login{
	width: 260px;
	background: white;
	padding: 8px;
	font: bold 14px Arial;
	color: #8F8F8F;
	border: 1px solid #aaabac;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.enter-login-table{
	width:100%;
	border-collapse:collapse;
}
.enter-login-table tr td{
	font: bold 14px Arial;
	color: #8F8F8F;
	vertical-align:middle;
	height: 50px;
}


.enter-login-login-2 {
	margin-right: 18px;
}
.enter-login-1, .enter-login-2 {
	float: left; 
	width: 100%;
}
.btn-enter-login {
	float: right;
	margin-top: -6px;
}
.enter-login-2 {
	margin-top: 20px;
	font: 12px Arial;
	color: #6a7073;
}
.enter-login-2 input{
	margin-right: 8px;
}
.btn-enter-login a {
	font: 12px Arial;
	color: #305b00;
	margin-right: 10px;
}
.btn-enter-login input {
	font: 18px Arial;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #ff5e0d;
padding: 3px 10px;
text-align: center; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #FFA400;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFA400), to(#FF3E00));
background: -webkit-linear-gradient(#FFA400, #FF3E00);
background: -moz-linear-gradient(#FFA400, #FF3E00);
background: -ms-linear-gradient(#FFA400, #FF3E00);
background: -o-linear-gradient(#FFA400, #FF3E00);
background: linear-gradient(#FFA400, #FF3E00);
-pie-background: linear-gradient(#FFA400, #FF3E00);

}
.settlement select, .street select {
	width: 222px;
}
.up-index {
	position: relative;
	top: -3px;
}
.no_active {
	display:none!important;
}
#products-2 {
	clear: both;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#products-2 .viewport {
    height: 106px;
    position: relative;
    width: 100%;
}

#products-2 .overview {
    height: 104px;
    position: absolute;
}
#products-2 ul {
    height: 100px;
}
#products-2 li {
    background: none repeat scroll 0 0 white;
    color: #787878;
    display: block;
    float: left;
    font: 12px arial;
    height: 95px;
    list-style-type: none;
    overflow: hidden;
    padding: 10px 0 0;
    position: relative;
    text-align: center;
    width: 152px;
    z-index: 998;
}
.photo-from-scrollbar {
	float: left;
    width: 100%;
	position: relative;
}

#products-2 .scrollbar {
    background: url("/img/bg-scrollbar-track-x-repeat.png") repeat-x scroll 0 0 transparent;
    height: 20px;
    position: relative;
	margin-top: 10px;
}

#products-2 .track_start {
    background: url("/img/bg-scrollbar-track-x.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    position: relative;
}

#products-2 .track {
    background: url("/img/bg-scrollbar-trackend-x.png") no-repeat scroll 100% 0 transparent;
    height: 15px;
    position: relative;
    width: 100%;
}

#products-2 .thumb {
    background: url("/img/bg-scrollbar-thumb-x.png") no-repeat scroll 100% 50% transparent;
    cursor: pointer;
    height: 25px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -5px;
    width: 100px;
}

#products-2 .thumb .end {
    background: url("/img/bg-scrollbar-thumb-x.png") no-repeat scroll 0 50% transparent;
    height: 25px;
    overflow: hidden;
    width: 5px;
}
.photo-from-scrollbar  li{
	left: 0;
    list-style-type: none;
    position: absolute;
    top: 0;
}
#products-2 .viewport img, .photo-from-scrollbar img {
	padding: 2px;
	border: 2px solid #b8b7b7;
	max-width: 440px;
}
.footer-links {
	float: left;
	width: 710px;
	margin-left:20px;
}
.to-news-input-block {
	width: 100%;
}
.o-news-input-text  {
	width: 135px;
}
.sd {
	background: none;
}
.fields-prompt {
	padding-bottom: 20px;
	font: 14px Arial;
	text-align:center;
	position:relative;
}
.fields-prompt b{
	margin: 0 5px 0 0;
}

.fields-prompt-close-cont{
position: absolute;
right: 5px;
top: 5px;
}

.prompt-info, .prompt-warning, .prompt-success, .prompt-error {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/* margin-top: 10px; */
	padding: 10px 10px 10px 20px;
}
.prompt-info {	
	border: 1px solid #9bbbd8;
	color: #5c8cb2;
	background: #d0e4f4;
}
.prompt-warning {	
	border: 1px solid #efba6c;
	color: #97791f;
	background: #ffe9a7;
}
.prompt-success {	
	border: 1px solid #49c050;
	color: #518211;
	background: #c5eb93;
}
.prompt-error {	
	border: 1px solid #fa6f58;
	color: #c22a01;
	background: #ffcdc3;
}
.active1{
display: block !important;
}
.no_active1{
display: none !important;
}
.admin_general_menu {
	display: none;
	background-color: #BBB;
	padding: 0px;
	margin: 0px;
	z-index: 100000;
	width:100%;
	min-width:1000px;
}
#admin_general_menu_close{
	text-align:center;
	background-color: #888; 
	padding: 3px 0px;
	width:100%;
	min-width:1000px;
}
*html .admin_general_menu { position:absolute;top:expression((-0 - move.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight/2:document.body.clientHeight/2)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px'); }
.admin_general_menu a
{
	display: block;
	float: left;
	color: #ffffff;
	background: #777;
	border: 1px solid #ffffff;
	font: bold 11px  Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	margin: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.admin_general_menu a:hover
{
	color: #777;
	background: #ffffff;
	border: 1px solid #777;
}

.admin_general_menu .left
{
float: left;
display: block;
width: 600px;
margin: 0;
}

.admin_general_menu .right
{
float: right;
display: block;
}
.admin_general_menu .right select
{
display: block;
margin-top: 0px;
}
#open_close_admin_menu{
	color:white;
}
.loading-icon{
	width: 100%;
	height: 60px;
	background: url(/img/loading.gif) no-repeat 380px 10px;
}

#real_moderation_cont{
	color:red;
	padding-top:20px;
}


.user_menu_pic{
background: url(/img/user_menu_pic.png) no-repeat;
height: 24px;
width: 24px;
border-left: medium none;
margin-top: -2px;
}

#other_informers{
	padding-top:10px;
}

.table_w_pics {
	border-collapse:separate;
	width:100%;
}
.table_w_pics tr td{
	height:60px;
	vertical-align:center;
	padding:0px 4px;
}
.no_underline{
	text-decoration:none;
}

.odd{
background-color:#e8eaeb;
}
.even{
background-color:transparent;
}
.red{ color:red; }
.green{ color:green; }

.table_lc{
	border-collapse:separate;
	width:100%;
}
.table_lc tr td{
	vertical-align:center;
	padding:6px;
}

.table_lc_border{
	border-collapse:separate;
	width:100%;
}
.table_lc_border tr td{
	vertical-align:center;
	padding:6px;
	border:1px solid lightgrey;
}

.header_info_link {
margin-top: 10px;
display: block;
width:250px;
}


.user_mail_my{
	float: left;
	width: 800px;
	padding: 5px;
	margin: 5px 5px 0px 0px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: lightGrey 0px 2px 3px;
	-moz-box-shadow: lightgrey 0px 2px 3px;
	box-shadow: lightGrey 0px 2px 3px;
	border: 1px solid lightGrey;
}
.user_mail_answer{
	float: right;
	width: 800px;
	padding: 5px;
	margin: 5px 5px 0px 00px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: lightGrey 0px 2px 3px;
	-moz-box-shadow: lightgrey 0px 2px 3px;
	box-shadow: lightGrey 0px 2px 3px;
	border: 1px solid lightGrey;
}
.user_mail_details{
	background-color: #008FFF;
	padding: 5px;
	border: 1px solid lightGrey;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	background: -webkit-linear-gradient(#06F, #00A3FF);
}
.user_mail_answer .user_mail_details{
	color: black;
	background: whiteSmoke;
}
.user_mail_details_from{
	float: left;
	font-style: italic;
}
.user_mail_details_time{
	float: right;
	font-style: italic;	
}
.user_mail_header{
	padding: 5px;
	font-weight: bold;
}
.user_mail_body{
	padding: 5px;
}



#user_mail_new_cont{
	width:100%;
}
#user_mail_new_cont textarea{
	width:500px;
	height:120px;
}


.menu_lang_ul{
	width:43px!important;
	left:0px!important;
}

.menu_lang_ul li{
	padding:6px 0px!important;
	margin:0px!important;
	background:none!important;
}
.menu_lang_ul li a img{
	margin-left:8px;
}

.bar {
    height: 18px;
    background: green;
}

#qrbig{
	display: none;
	position: absolute;
	bottom: -250px;
	right: -250px;
	z-index: 1001;
}

/*Список 2 точки*/
.sp-2t{
	list-style: none;
	margin-left: -15px;
}

.sp-2t li{
	background: url("/img/li-style.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
	padding: 1px 0px 0px 15px;
}

/*Список оранжевые галочки*/
.sp-og{
	list-style: none;
	margin-left: -18px;
	padding-top: 5px;
}

.sp-og li{
	background: url("/img/list-style-orange.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
	padding: 1px 0px 0px 18px;
}

.real_owner_str {
	position: absolute;
	top: -20px;
	left: 3px;
	color: grey;
}
#whay_cze_add{
	display:none;
}

.client_filter_header{
	font-weight: bold;
}
.client_filter_header a{
	float: right;
	padding: 6px 15px 0px 0px;
}
.client_filter_block{
	margin: 5px 10px 0px 10px;
	border: 1px solid lightgrey;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.client_filter_block label{
	font-weight: bold;
}
.client_filter_block label .checkboxy{
	margin-right:5px;
}
.client_filter_matches{
	padding-left: 30px;
}
.client_filter_matches_yes{
	color: green;
	padding-left: 20px;
}
.client_filter_matches_no{
	color: red;
	padding-left: 20px;
}
.help_title {
	border: 1px solid green;
	padding: 1px 4px;
	color: green;
}
#search_clients_console{
	padding-top:10px;
}
.auto_color tr:nth-child(odd) td{
	background-color:#d2e8ff;
	border: 1px solid #ADD8E6;
	padding: 2px;
}
.auto_color{
	border-collapse:separate;
}
