@CHARSET "UTF-8";
/***********************************************/
/* start попап я ищу new */
.filter_content_new_wrap {
	display:none;
    width: 950px;
	height: 445px;
    position: absolute;
    top: 171px;
    left: 0px;
    z-index: 10;
	margin:0 auto;
	
	border:1px solid #bbbbbb;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	
	background:#FFFFFF;
	overflow:visible;
}
.filter_content_new {
	position:relative;
	display:block;
    width: 100%;
	height: 445px;
	
	background:#FFFFFF;
	overflow:auto;
}
.filter_col{
	position:relative;
	width:30%;
	margin-top:30px;
	margin-left:3%;
	height:auto;
	float:left;
	
}
.filter_col>ul>li.f_clear{
	clear:both;
	height:0px;

}
.filter_col>ul>li{
	position:relative;
	width:100%;
	height:24px;
	margin-bottom:18px;
}
.filter_col>ul>li>a{
	color:#3d3d3d;
	font-size:17px;
	line-height:1.7;
	text-decoration:none;
}
.filter_col>ul>li>a:hover{
	text-decoration:underline;
}
.filter_col>ul>li>a>span{
	text-transform:uppercase;
	font-size:17px;
	color:#e71930;
}
.filter_col>ul>li.f_c_nomargin{
	margin-bottom:0;
}	
.arrow_seach{
	position:absolute;
	width:12px;
	height:11px;
	background:url(../img/search/arrow_search.png) no-repeat center top;
	display:block;
	
	top:-10px;
	right:180px;
}
/* end попап я ищу new */
/***********************************************/
/***********************************************/
/* start попап кухни new */

.arrow_kitchen{
	position:absolute;
	width:12px;
	height:11px;
	background:url(../img/search/arrow_search.png) no-repeat center top;
	display:block;
	
	top:-10px;
	right:430px;
}
/* end попап кухни new */
/***********************************************/
/* start попап метро new */
span.pref_m{
	color:#e71930; 
	font-size:17px;
	line-height:1.7;
	text-decoration:none;
	padding-left:25px;
	font-weight:bold;
}
.arrow_metro{
	position:absolute;
	width:12px;
	height:11px;
	background:url(../img/search/arrow_search.png) no-repeat center top;
	display:block;
	
	top:-10px;
	right:300px;
}
.metro_f{
	padding-left:25px;
}
a.metro-1 { background: url(/images/nd/icons/metro/metro-1.png) no-repeat;}
a.metro-2 { background: url(/images/nd/icons/metro/metro-2.png) no-repeat;}
a.metro-3 { background: url(/images/nd/icons/metro/metro-3.png) no-repeat;}
a.metro-4 { background: url(/images/nd/icons/metro/metro-4.png) no-repeat;}
a.metro-5 { background: url(/images/nd/icons/metro/metro-5.png) no-repeat;}
a.metro-6 { background: url(/images/nd/icons/metro/metro-6.png) no-repeat;}
a.metro-7 { background: url(/images/nd/icons/metro/metro-7.png) no-repeat;}
a.metro-8 { background: url(/images/nd/icons/metro/metro-8.png) no-repeat;}
a.metro-9 { background: url(/images/nd/icons/metro/metro-9.png) no-repeat;}
a.metro-10 { background: url(/images/nd/icons/metro/metro-10.png) no-repeat;}
a.metro-11 { background: url(/images/nd/icons/metro/metro-11.png) no-repeat;}
a.metro-14 { background: url(/images/nd/icons/metro/metro-14.png) no-repeat;}
a.metro-15 { background: url(/images/nd/icons/metro/metro-15.png) no-repeat;}
a.metro-16 { background: url(/images/nd/icons/metro/metro-16.png) no-repeat;}
a.metro-l { background: url(/images/nd/icons/metro/metro-l.png) no-repeat;}

/* end попап метро new */
/***********************************************/
/*затемнение для попапов*/
.fade_pupups{
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:14;
}
.fade_pupups>div{
	position:relative;
	width:950px;
	height:100%;
	margin:0 auto;
}
.filter_content_new_wrap>a{
	position:absolute;
	display:block;
	width:14px;
	height:14px;
	right:30px;
	top:15px;
	background:url(../img/popups/close_eshe.jpg) no-repeat;
	cursor:pointer;
	padding:0px;
	z-index:100;
}