@import "reset.css";

body { background-color: #FFF; }
p, div, td, input, option, textarea {
	color: #4d4d4d;
	font-size: 12px;
	font-family: Tahoma;
	line-height: 1.2;
}
h1, h2, h3 { font-weight: normal; }
h1, h2 { font-size: 24px; }
h3 { font-size: 18px; }

/* inputs */

input.text {
	border: 0 !important;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

/* hrefs */

a {
	color: #05a4f6;
	text-decoration: none;
	border-bottom: 1px dotted #05a4f6;
}

a.nodotted { border-bottom: 0px solid #05a4f6 ; }
a:hover, a.nodotted:hover { color: #000; }
	
/* global */

#global {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}
.orange { color: #ffa900; }
.blue { color: #05a4f6; }
.noborder { border: none !important; }
.alert, .errors { color: #ff0000; text-align:left; }

/* metro colors */

.metro { border-bottom: none !important; }
.metro.line1 { color: #6ea21c; 	font-family:arial;
	font-size:13px; font-weight:normal
}
.metro.line2 { color: #ff0000;	font-family:arial;
	font-size:13px;font-weight:normal
 }
.metro.line3 { color: #b303cd; 	font-family:arial;
	font-size:13px;font-weight:normal
}
.metro.line4 { color: #206a00; 	font-family:arial;
	font-size:13px;font-weight:normal
}

/* head */

#head  {
	height: 60px; 
	margin-top: 45px;
}
#head div {
	width: 410px;
	margin: 0 85px 0 85px;
}
#head div, #head  img { float: left; }
#head .icon { margin: 20px 20px 0 0; }

/* search */

#search { margin-bottom: 3px; }

#search div.cont { height: 56px; }

#search div.num1, #search div.num2, #search div.num11, #search div.num21 {
	float: left;
	height: 37px;
}

#search div.line {
	width: 570px;
	border-top: 1px dashed #e4dfcc;
	padding: 10px 0 14px 0;
	vertical-align: middle !important;
}
	#search div.line.end { padding: 20px 0 0 0 !important; }
	#search div.line input {
		margin-right: 5px !important;
	}
	#search div.line label#labelchkRoom0 {
		margin-right: 20px !important;
	}

#search div.num1 {
	width: 230px;
	background: url('../imgs/search_1.jpg') no-repeat;
	padding: 20px 0 0 75px;
}
#search div.num2 {
	width: 303px;
	background: url('../imgs/search_2.jpg') no-repeat;
	padding: 20px 0 0 75px;
}

#search div.num11 {
	width: 231px;
	background: url('../imgs/search_1_1.jpg') no-repeat;
	padding: 20px 0 0 75px;
}
#search div.num21 {
	width: 305px;
	background: url('../imgs/search_2_1.jpg') no-repeat;
	padding: 20px 0 0 75px;
}

#search a.about {
	position: absolute;
	margin: -57px 0 0 647px;
	z-index: 99;
	font-size: 18px;
}
	#dopStr {font-size: 18px; display:none;}
	#search div.num1, #search div.num21, #search div.num2 a, #search div.num11 a, #search div.num3 a { font-size: 18px; }
	#search div.num1 { color: #010100; 	}
	#search table { width: 100%; }
		#search table  td { background-color: #f6f5e8; } 
		#search table td.left, #search table td.right { width: 10px;}
		#search table tr.top td, #search table tr.bottom td { height: 10px; }
		#search table tr.top td.right { background-image: url('../imgs/search_b2.png'); }
		#search table tr.bottom td { background-image: url('../imgs/search_b4.png'); }
		#search table tr.bottom td.right { background-image: url('../imgs/search_b3.png'); }
		#search table tr.bottom td.left { background-image: url('../imgs/search_b5.png'); }
		#search table td.in, #search table td.in2 { padding: 10px; }
	
#search #inpPrice {
	background: url('../imgs/input_price.png') no-repeat;
	width: 90px;
	font-size: 18px;
	padding: 1px 5px 1px 0 !important;
	margin-left:40px;
	text-align: right;
}	
#search #inpPodmsk{
	background: url('../imgs/input_zayavka.png') no-repeat;
	width: 150px;
	font-size: 18px;
	padding: 1px 0 1px 5px !important;
	margin-left: 150px;
}	
#search .zayavka {
	background: url('../imgs/input_zayavka.png') no-repeat;
	width: 135px;
}
#search #btnZayavka { position: absolute; }
#search #btnZayavka {
	margin: -2px 0 0 15px;
	cursor: pointer;
}
#search #cool {
	position: absolute;
	background: url('../imgs/cool.png') no-repeat;
	width: 215px;
	height: 239px;
	margin: -77px 0 0 620px;
	padding: 92px 160px 0 27px;
}
	#search #cool * { color: #000 !important; }
#search span { margin-right: 10px; }

/* row */

#row { width: 100%; }

	#row td.arrangement { width: 130px; }
	#row td.floor { width: 40px; }
	#row td.price { width: 90px; }
	#row td.contact { width: 100px; }
	
	#row tr.title td {
		font-weight: bold;
		height: 40px;
		vertical-align: middle;
		border-left: 1px solid #FFF;
		padding: 0 20px !important;
	}
		#row tr.title td p {
			padding: 0;
			text-align: center;
			width: 100%;
		}
	#row tr.title td.arrangement {
		background: url('../imgs/row_title_1.png') no-repeat left;
		border: none !important;
	}
	#row tr.title td.contact { background: url('../imgs/row_title_3.png') no-repeat right !important; }
	#row tr.title td.floor, #row tr.title td.price, #row tr.title td.description { background: url('../imgs/row_title_2.png') repeat-x 0; }
	
	#row tr.item td {
		padding: 10px 20px 10px 20px;
		vertical-align: top;
	}
	#row tr.item td p { margin: 0 0 3px 0Ð¶ }
	#row tr.item td.arrangement a { font-weight: bold; }
	#row tr.item td.arrangement img, #row tr.item td.contact img { margin-right: 5px; }
	#row tr.item td.contact, #row tr.item td.price, #row tr.item td.floor { text-align: center; }
	#row tr.item td div.icons { margin-top: 5px; }
	
	#row tr.active1 td {
		height: 10px;
		background-color: #fafaf3;
		font-size: 0;
	}
	#row tr.active1 td.right { text-align: right; }
	#row tr.active2 td {
		padding: 0 20px 0 20px !important;
		background-color: #fafaf3;
	}
	#row tr.active1 td.contact { text-align: right; }
	
/* pages */	
	
.pages {
	text-align: center;
	padding: 32px 0 30px 0; 
	border-bottom: 1px solid #d4d2c1;
}
	.pages a, .pages span { margin: 0 6px 0 6px; }
	.pages span {
		background: url('/imgs/page_active.png') no-repeat;
		padding: 2px 6px 6px 6px;
		font-weight: bold;
	}
	
/* five */

#five { width: 980px; }
#five td {
	padding: 20px 0 20px 20px;
	vertical-align: top;
}
	#five td.plashka {
		padding-top: 82px;
	}
	#five div.plashka {
		margin-left: 20px;
		width: 215px;
		height: 106px;
		padding: 20px;
		background: url('../imgs/plashka.png') no-repeat;
	}
	#five div.plashka_money {
		background: url('../imgs/plashka_money.png') no-repeat;
		width: 115px;
		height: 115px;
		padding: 30px 20px 0 120px;
		margin-top: 20px;
		margin-left: 20px;
	}
	#five .plashka .area img {
		position: absolute;
		cursor: pointer;
		margin: -2px 0 0 175px;
	}
	#five .plashka .area input {
		position: absolute;
		margin: 0 0 0 0 !important;
		width: 166px;
		background: url('../imgs/input_tel.png') no-repeat;
	} 
	
/* seo */

#seo { width: 1000px; }
	#seo td {
		padding: 20px;
		background-color: #f6f5e8;
		border-top: 1px solid #d4d2c1;
		border-bottom: 1px solid #d4d2c1;
	}
	#seo td.text {
		width: 685px;
		padding-right: 0 !important;
	}
	#seo td h1 { margin-bottom: 20px; }
	
	#seo td.advantage p {
		padding: 10px 0 10px 0;
		border-bottom: 1px solid #d2d0bd;
	}
	#seo td.advantage h1{ margin-bottom: 10px !important; }
	
/* footer */

#footer {
	margin-top: 10px;
	padding: 20px;
	height: 45px; 
}
	#footer div {
		width: 196px;
		float: left;
	}
	#footer div.menu { width: 710px; }
	
/* more */

div.more {
	position: absolute;
	margin: 155px 0 0 630px;
	width: 300px;
}
	
/* dop... */

img.selraion { margin: 0 5px 0 5px; }
select.metroselect option, select.raionselect option { font-weight: bold; }
div.metrobtns { margin: 69px 0 0 150px; }
.raionbtns { cursor: pointer; }
	
table.pin2 textarea {
	background: url('../imgs/pin2_textarea.png') no-repeat;
	border: 0;
	padding: 5px;
	width: 305px;
	height: 124px;
}
table.pin2 p { margin-bottom: 7px; }
#search div.line.end span { margin-left: 38px; }

div.requirement {
	width: 349px;
	position: absolute;
	margin: 0px 0 0 610px;
}
	div.requirement p {
		margin-bottom: 5px;
	}
	div.requirement div {
		background-color: #eeedd6;
		padding: 10px 0 7px 17px;
		border-bottom: 1px solid #e4dfcc;
	}
	div.requirement div.title {
		background: url('../imgs/requirement_top.png') #f6f5e8 no-repeat;
		font-weight: bold;
		color: #000;
	}
	div.requirement div.bottom {
		background: url('../imgs/requirement_bottom.png') #eeedd6 no-repeat bottom;
		border: 0 !important;
		padding-bottom: 14px !important;
	}
	div.requirement  input { margin-left: 0px !important; }
	div.requirement  input.inputfloor {
		background: url('../imgs/input_floor.png') #eeedd6 no-repeat;
		border: 0;
		padding: 5px;
		width: 35px;
		height: 14px;
	}
	div.requirement span.spanfloor { margin-left: 4px; }
	
.btnSave {
	position: absolute;
	cursor: pointer;
	margin: 0 0 0 610px;
}

.in2 .line { width: 960px !important; }

#inpBlizGorod {
	background: url('../imgs/inpBlizMetro.png') no-repeat;
	width: 182px;
	padding: 5px 5px !important;
}
#inpBlizMetro {
	background: url('../imgs/inpBlizMetro.png') no-repeat;
	width: 182px;
	padding: 5px 5px !important;
}

#inpMetroMin {
	background: url('../imgs/inpMetroMin.png') no-repeat;
	width: 62px;
	padding: 5px 5px !important;
}
#inpAdress {
	background: url('../imgs/inpAdress.png') no-repeat;
	width: 258px;
	padding: 5px 5px !important;
}
.inpSmall {
	background: url('../imgs/inpSmall.png') no-repeat;
	width: 22px;
	padding: 5px 5px !important;
}
.inpPoChene {
	background: url('../imgs/input_price.png') no-repeat;
	width: 85px;
	padding: 5px 5px !important;
}
.inpSq {
	background: url('../imgs/inpSq.png') no-repeat;
	width: 36px;
	padding: 5px 5px !important;
}

div.superPlashka {
	background-color: #eeedd6 !important;
}
	div.superPlashka  table {
		width: 100%;
	}
		div.superPlashka  table td {
			width: 25%;
			background-color: #eeedd6 !important;
			padding: 0 10px;
		}
			div.superPlashka  table td input { margin: 2px 5px 5px 0 !important; }
			.spanSq {
				width: 50px;
				float: left;
				padding-top: 5px;
			}
			
table#ogran { width: 100%; }
	table#ogran td input { margin-left: 0 !important; }
	
p.svern {
	text-align: right;
	padding-right: 20px;
}

div.bonus {
	background: url('../imgs/bonus.jpg') no-repeat center 100px;
	width: 960px;
	margin: 40px 0 50px 20px;
}
	div.bonus h2 { margin-bottom: 14px; }
	div.bonus p { margin-top: 87px; }
	div.bonus div.bon {
		height: 66px;
		padding-left: 85px;
		vertical-align: middle !important;
		margin-top: 32px;
		color: #000;
		font-size: 18px;
	}
	div.bonus div.n1, div.bonus div.n5 {
		padding-top: 10px;
		height: 56px !important;
	}
	div.bonus div.n1 {
		background: url('../imgs/bonus1.png') no-repeat;
		margin-left: 121px;
	}
	div.bonus div.n2 {
		background: url('../imgs/bonus2.png') no-repeat;
		margin-left: 221px;
	}
	div.bonus div.n3 {
		background: url('../imgs/bonus3.png') no-repeat;
		margin-left: 321px;
	}
	div.bonus div.n4 {
		background: url('../imgs/bonus4.png') no-repeat;
		margin-left: 421px;
	}
	div.bonus div.n5 {
		background: url('../imgs/bonus5.png') no-repeat;
		margin-left: 521px;
	}
	
#city {
	background-image: url('../imgs/supinp.png');
	border: 0;
	padding: 5px;
	width: 272px;
	margin-bottom: 10px;
}
.toimg2 {
	position: absolute;
	margin: 0 0 0 4px;
	cursor: pointer;
}
.toimg1 {
	margin: 2px 0 0 4px;
	cursor:pointer;
}


/* ÏÐÀÂÊÈ*/


.tar {
	background: white url('../imgs/feed_07.png') no-repeat;
	width:378px;
	height:74px;
	border:0px;
	
}

#divwin {
	position: absolute;
	width: 463px;
	background: url('../imgs/feed_bg_01.png') no-repeat;
	display: none;
    margin-left:-375px;
    margin-top:-275px;
	text-align: center;
	height:276px;
}
#closeButton {
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: bold;
	cursor: pointer;
	padding: 6px 4px 2px 4px;
}


h4 {
	margin-top:10px;
	margin-right:5px;
}

#row2 { width: 100%; }

	#row2 td.arrangement { width: 130px; }
	#row2 td.floor { width: 40px; }
	#row2 td.price { width: 90px; }
	#row2 td.contact { width: 100px; }
	
	#row2 tr.title td {
		font-weight: bold;
		height: 40px;
		vertical-align: middle;
		border-left: 1px solid #FFF;
		padding: 0 20px !important;
	}
		#row2 tr.title td p {
			padding: 0;
			text-align: center;
			width: 100%;
		}
	#row2 tr.title td.arrangement {
		background: url('../imgs/row_title_1.png') no-repeat left;
		border: none !important;
	}
	#row2 tr.title td.contact { background: url('../imgs/row_title_3.png') no-repeat right !important; }
	#row2 tr.title td.floor, #row2 tr.title td.price, #row2 tr.title td.description { background: url('../imgs/row_title_2.png') repeat-x 0; }
	
	#row2 tr.item td {
		padding: 10px 20px 10px 20px;
		vertical-align: top;
	}
	#row2 tr.item td p { margin: 0 0 3px 0px }
	#row2 tr.item td.arrangement a { font-weight: bold; }
	#row2 tr.item td.arrangement img, #row2 tr.item td.contact img { margin-right: 5px; }
	#row2 tr.item td.contact, #row2 tr.item td.price, #row2 tr.item td.floor { text-align: center; }
	#row2 tr.item td div.icons { margin-top: 5px; }
	
	#row2 tr.active1 td {
		height: 10px;
		background-color: #fafaf3;
		font-size: 0;
	}
	#row2 tr.active1 td.right { text-align: right; }
	#row2 tr.active2 td {
		padding: 0 20px 0 20px !important;
		background-color: #fafaf3;
	}
	#row2 tr.active1 td.contact { text-align: right; }



#row3 { width: 100%; }

	#row3 td.arrangement { width: 130px; }
	#row3 td.floor { width: 40px; }
	#row3 td.price { width: 90px; }
	#row3 td.contact { width: 100px; }
	
	#row3 tr.title td {
		font-weight: bold;
		height: 40px;
		vertical-align: middle;
		border-left: 1px solid #FFF;
		padding: 0 20px !important;
	}
		#row3 tr.title td p {
			padding: 0;
			text-align: center;
			width: 100%;
		}
	#row3 tr.title td.arrangement {
		background: url('../imgs/row_title_1.png') no-repeat left;
		border: none !important;
	}
	#row3 tr.title td.contact { background: url('../imgs/row_title_3.png') no-repeat right !important; }
	#row3 tr.title td.floor, #row3 tr.title td.price, #row3 tr.title td.description { background: url('../imgs/row_title_2.png') repeat-x 0; }
	
	#row3 tr.item td {
		padding: 10px 20px 10px 20px;
		vertical-align: top;
	}
	#row3 tr.item td p { margin: 0 0 3px 0px }
	#row3 tr.item td.arrangement a { font-weight: bold; }
	#row3 tr.item td.arrangement img, #row3 tr.item td.contact img { margin-right: 5px; }
	#row3 tr.item td.contact, #row3 tr.item td.price, #row3 tr.item td.floor { text-align: center; }
	#row3 tr.item td div.icons { margin-top: 5px; }
	
	#row3 tr.active1 td {
		height: 10px;
		background-color: #fafaf3;
		font-size: 0;
	}
	#row3 tr.active1 td.right { text-align: right; }
	#row3 tr.active2 td {
		padding: 0 20px 0 20px !important;
		background-color: #fafaf3;
	}
	#row3 tr.active1 td.contact { text-align: right; }



#row4 { width: 100%; }

	#row4 td.arrangement { width: 130px; }
	#row4 td.floor { width: 40px; }
	#row4 td.price { width: 90px; }
	#row4 td.contact { width: 100px; }
	
	#row4 tr.title td {
		font-weight: bold;
		height: 40px;
		vertical-align: middle;
		border-left: 1px solid #FFF;
		padding: 0 20px !important;
	}
		#row4 tr.title td p {
			padding: 0;
			text-align: center;
			width: 100%;
		}
	#row4 tr.title td.arrangement {
		background: url('../imgs/row_title_1.png') no-repeat left;
		border: none !important;
	}
	#row4 tr.title td.contact { background: url('../imgs/row_title_3.png') no-repeat right !important; }
	#row4 tr.title td.floor, #row4 tr.title td.price, #row4 tr.title td.description { background: url('../imgs/row_title_2.png') repeat-x 0; }
	
	#row4 tr.item td {
		padding: 10px 20px 10px 20px;
		vertical-align: top;
	}
	#row4 tr.item td p { margin: 0 0 3px 0Ð¶ }
	#row4 tr.item td.arrangement a { font-weight: bold; }
	#row4 tr.item td.arrangement img, #row4 tr.item td.contact img { margin-right: 5px; }
	#row4 tr.item td.contact, #row4 tr.item td.price, #row4 tr.item td.floor { text-align: center; }
	#row4 tr.item td div.icons { margin-top: 5px; }
	
	#row4 tr.active1 td {
		height: 10px;
		background-color: #fafaf3;
		font-size: 0;
	}
	#row4 tr.active1 td.right { text-align: right; }
	#row4 tr.active2 td {
		padding: 0 20px 0 20px !important;
		background-color: #fafaf3;
	}
	#row4 tr.active1 td.contact { text-align: right; }
	.block1 { 
width: 200px; 
background: #ccc;
padding: 5px;
padding-right: 20px; 
border: solid 1px black; 
float: left;
visibility:hidden;
position: absolute;
}

.block2 { 
width: 100px; 
height:58px;
background:url('../imgs/ggg.png') no-repeat ; 
padding: 16px;
padding-left:10px; 
float: left; 
position: absolute;
margin-left:-158px; 
top: 40px; 
left: -70px; 
z-index:4;
visibility:hidden;
vertical-align:middle;
margin-top:-2px
}

.h_b_h {
	background:#fff url('../imgs/big_help_04.png');
	width:182px;
}
.metroselect {
	width:143px;
}
.raionselect {
	width:282px;
}
#big_help {
	position:absolute;
	z-index:9999;
	margin-top:-100px;
}
.fufta{
	background:#fff url('../imgs/help_03.png')
	}
	
.text_help {
	padding-left: 5px;
	padding-right:5px;
	width:160px;
}
#scroller1 {
	margin-top:273px;
	margin-left:80px;
}
.optionup {
	position:relative;
	left:8px;
	width:190px;
	height:4px;
	background: url(/imgs/optionup.gif);
	background-repeat:no-repeat;
}

.optiondown{
	position:relative;
	left:8px;
	width:190px;
	height:4px;
	background: url(/imgs/optiondown.gif);
	background-repeat:no-repeat;
}
#town{
	padding-left:15px;
	float:left;
	display:none;
}
#town span {
	position:relative;
	top:3px;
}

#choiceCity, #cityArr, #dopparametrs {
	display:none;
}
/* Slider dometro */
#slider_dometro_wrap {
	background-image:url(/imgs/sliders/dometro.png);
	background-repeat:no-repeat;
	background-color: transparent;
	float:left;
	margin-left:50px;
	border:none;
	width:148px;
	height:23px;
	padding-top:5px;
	padding-right:-30px;
	display:none;
}
#slider_dometro {
	position:relative;
	background-color: transparent;
	background:url();
	border:none;
	width:92px;
}
#slider_dometro_wrap .ui-slider-handle {
	background: url(/imgs/sliders/handle.png);
	background-repeat:no-repeat;
	display:block;
	position:relative;
	width:62px;
	height:27px;
	margin-top:-20px;
	margin-left:-21px;	
	text-decoration:none;
	border:none;
}
#slider_dometro_wrap .ui-slider-range {
	background: url(/imgs/sliders/range.png);
	background-repeat:repeat-x;
	height:4px;
	margin-top:16px;
	margin-left:5px;
	padding-right:-10px;
	border:none;
	
	
}


#slider_dometro_wrap .ui-slider-handle span {
	position:relative;
	color:#999999;
	font-size:10px;
	display:block;
	top:-15px;
	margin-left:10px;
	width:100px;
	

}

#slider_price_wrap {
	background-image:url(/imgs/sliders/price.png);
	background-repeat:no-repeat;
	margin-left:20px;
	padding-left:2px;
	width:134px;
	height:13px;
	float:left;
}
#slider_price {
	position:relative;
	background-color: transparent;
	background:url();
	border:none;
	width:125px;
}

#slider_price_wrap .ui-slider-handle {
	background: url(/imgs/sliders/handle1.png);
	background-repeat:no-repeat;
	position:relative;
	display:block;
	width:7px;
	height:11px;
	margin-left:-4px;
	margin-top:-3px;
	text-decoration:none;
	border:none;
}

#slider_price_wrap .ui-slider-range {
	background: url(/imgs/sliders/range.png);
	background-repeat:repeat-x;
	height:4px;
	margin-top:12px;
	margin-left:-1px;
	border:none;
}
.float-left {
	float:left;
}
.clear-both {
	clear:both;
}

/*Âûïàäàþùèé ñïèñîê */
.ui-corner-all {
	border-bottom:none;
	font-size:90%;
}
div.opacity {position: absolute; width:100%; height:100%; opacity:0.6; filter: alpha(opacity=60); background-color:#ffffff;}
#divSettings{
	position:absolute;
    z-index:998;
	display:none;
	top:0px;
	left:0px;
	overflow:hidden;
	width:100%
}
.continue {
	display:none;
}
ul.errors {
	position:absolute;

}

#uploadForm {
	cursor:pointer;
}
.dalee {
	white-space: nowrap;
}

#banner_save_tel{
	background-image: url(/imgs/div_save_tel.png);
	height:85px;
	margin:2px 0 2px 0;
	display:none;
}
#save_tel {
	background-color: transparent;
	background-image: url(/imgs/save_tel.png);
	width: 206px;
}
#tel_1 {
	padding:30px 0 0 600px;
	position:relative;
}
#tel_1_yes {
	cursor:pointer;
}

