/* после коммита новой станицы поиска — можно удалить */
/* search.css */
/* SEARCH RESULTS HEADER */
.search-results__header {
	overflow: hidden;
	min-height: 56px;
	background: url(../../images/hr_grey-white.gif) top left repeat-x;
}
	.search-results__header .chk-view {
		float: right;
		position: relative;
		right: 0;
		margin: 17px 20px 0 0;
	}
		.search-results__header a{
			cursor: pointer;
			background: url(../../images/dots_light-grey.gif) left bottom repeat-x;
		}
		.search-results__header a:hover {
			color: #D80000;
			background-image:  url(../../images/dots_pink.gif);
		}
		.search-results__header a.ascending:after,
		.search-results__header a.descending:after {
			content: '↑';
			position: absolute;
			margin-left: 5px;
		}
		.search-results__header a.descending:after {
			content: '↓';
			position: absolute;
		}
/* BY NUMS
 * 1: title
 * 2: price
 * 3: square
 * 4: date
 * 5: view buttons
 * IE7/8 fix > ie8.css
*/
	.search-results__header .title,
	.search-results__header .price,
	.search-results__header .square,
	.search-results__header .date,
	.search-results__header .map-counter {
		float: left;
		font-size: 13px;
		color: #333333;
		padding: 26px 0 12px 0;
		line-height: 16px;
	}
	.search-results__header .title {
		width: 300px;
		margin-left: 20px;
	}
	.search-results__header .price {
		width: 125px;
	}
	.search-results__header .square {
		width: 145px;
	}
	.search-results__header .date {
		width: 99px;
		padding-top: 12px;
	}
	.search-results__header .map-counter {
		width: 450px;
		padding: 12px 0 0px 20px;
	}
.search-panel__total {
	position: absolute;
	float: right;
	right: 0; margin: -14px 20px 0 0;
	font-size: 13px;
	color: #333333;
}
.search-results__list {
	padding-top: 21px;
	margin-bottom: 40px;
	padding-left: 10px;
	min-height: 280px;
}

/* REGULAR OBJECT */
.search-results__list li {
	display: block;
	overflow: hidden;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0 10px 10px;
}
	.search-results__list li:hover {
		padding: 10px 0 10px 9px;
		border-top: 1px solid #f3f3f3;
			cursor: pointer;
			background: #f3f3f3;
			border-left: 1px solid #dddddd;
			border-right: 1px solid #dddddd;
	}
		.search-results__list li:first-child {
			border-top: 0;
		}
			.search-results__list li:first-child:hover {
				border-top: 1px solid #dddddd;
				margin-top: -1px;
			}
		.search-results__list li:last-child {
			border-bottom: 0 !important;
		}
			.search-results__list li:last-child:hover {
				border-top: 1px solid #f3f3f3;
				border-bottom: 1px solid #dddddd !important;
				margin-bottom: -1px;
			}
/* OBJECT+TOP */
		.search-results__list .top {
			margin-top: -1px; margin-bottom: -1px;
			position: relative;
			z-index: 100;
			padding: 9px 0 10px 10px;
			border: 1px solid #E9D68F;
			background: url(../images/bg_top.png);
		}
		.search-results__list li.top:first-child {
			border-top: 1px solid #E9D68F;
		}
			.search-results__list .top:hover {
				border-top: 1px solid #E9D68F;
				padding: 9px 0 10px 10px;
					background: #FBF0C6 !important;
			}
			.search-results__list li.top:last-child {
				border-top: 1px solid #E9D68F !important;
				border-bottom: 1px solid #E9D68F !important;
			}
/* FIELDS */
	.search-results__list li>div{float: left;}
	.search-results__list .title {width: 290px; padding-right: 10px;}
	.search-results__list .price {width: 125px}
	.search-results__list .square {width: 90px}
	.search-results__list .photo {width: 54px}
	.search-results__list .date {width: 80px}
	.search-results__list .favorite {width: 29px}

/* FIELD: TITLE */
		.search-results__list .type {
			font-size: 11px;
			color: #B2B2B2;
		}
		.search-results__list h2 {
			margin-top: 2px;
		}
			.search-results__list h2 a {
				font-size: 15px;
				color: #4A92B2;
				text-decoration: none;
				background: url(../images/dot_light-blue.gif) left bottom repeat-x;
			}
				.search-results__list h2 a:hover {
					color: #D80000;
					background-image: url(../images/dot_pink.gif);
				}
		.search-results__list .address {
			margin-top: 5px;
			font-size: 13px;
			color: #333333;
		}
/* FIELD: PRICE */
		.search-results__list .price {
			padding: 15px 0 0 0;
			font-size: 15px;
			color: #333333;
		}
			.search-results__list .price i {
				display: block;
				margin-top: 5px;
				font-size: 13px;
				color: #AAAAAA;
			}
/* FIELD: SQUARE */
		.search-results__list .square {
			padding-top: 15px;
			font-size: 15px;
			color: #333333;
		}
/* FIELD: PHOTO NUMS */
		.search-results__list .photo {
			padding-top: 14px;
			font-size: 13px;
			color: #AAAAAA;
		}
			.search-results__list .photo:before {
				content: 'O';
				font-family: 'CR-Regular';
				margin-right: 4px;
			}
			.search-results__list .photo.empty:before {
				 display: none;
			}
/* FIELD: DATE */
		.search-results__list .date {
			padding-top: 15px;
			font-size: 13px;
			color: #AAAAAA;
		}
/* FIELD: ADD FAVORITE */
		.search-results__list .favorite a {
			display: none;
			width: 16px; height: 16px;
			margin-top: 12px;
				cursor: pointer;
				color: #cccccc;
				text-shadow: 0 1px 0 #ffffff;
				font-size: 20px;
		}
		.search-results__list .favorite a:after {
			content: 'S';
			font-family: 'CR-Regular';
		}
			.search-results__list .favorite a:hover {
				opacity: .7 !important;
				filter: Alpha(Opacity=70) !important;
			}
			.search-results__list li:hover .favorite a {
				display: block;
			}
			.search-results__list .favorited .favorite a {
				display: block;
				color: #F9D272;
			}
/* PHOTO PREVIEW OLD. Удалить > Новая страница поиска */
/* FREE ARROW TYPE 1 */
.free-arrow__t1.pleft {
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent; 
	border-right:12px solid #57A7C8; 
}
	.free-arrow__t1.pleft:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent; 
		border-right: 10px solid #F9FAFD; 
		margin: -10px 0 0 3px;		
	}
.free-arrow__t1.pright {
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent; 
	border-left:12px solid #57A7C8; 
}
	.free-arrow__t1.pright:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent; 
		border-left: 10px solid #F9FAFD; 
			top: 0px;
			margin: -10px 0 0 -13px;			
	}
.free-arrow__t1.ptop {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent; 
	border-bottom:12px solid #57A7C8; 	
}
	.free-arrow__t1.ptop:after {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent; 
		border-bottom: 10px solid #EEEEEE; 
			margin: 3px 0 0 -10px;
	}
.free-arrow__t1.pbottom {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent; 
	border-top:12px solid #57A7C8; 
}
	.free-arrow__t1.pbottom:after {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent; 
		border-top: 10px solid #F9FAFD; 
			margin: -13px 0 0 -10px;			
	}	
/* PHOTO PREVIEW BLOCK */
.cr-photo-preview__type1 {
	width: 310px;
	position: absolute;
	top: 706px; left: 829px;
	background: #F9FAFD;
	z-index: 100;
	padding: 10px 0 10px 10px;
		border: 2px solid #57A7C8;
		border-radius: 5px;
		background: #F9FAFD url(../images/bg_dark2lite.png) top left repeat-x;
}
.cr-photo-preview__type1 h3 {
	font-size: 15px;
	padding: 0 0 10px 0;
}
.cr-photo-preview__type1 i {
	position: absolute;
	display: block;
	width: 0; height: 0;
}
	.cr-photo-preview__type1 i:after {
		content:'';
		display: block;
		width: 0; height: 0;
		position: relative; 
	}
/* ARROW */
	.cr-photo-preview__type1 .pleft { 
			margin: 0 0 0 -13px;
			top: 30px; left: 0;
	}
	.cr-photo-preview__type1 .pright {
			margin: 0 0 0 0px;
			top: 30px; left: 100%;
	}
	.cr-photo-preview__type1 .ptop {
		top: 0px; margin: -13px 0 0 0 !important;
	}
	.cr-photo-preview__type1 .pbottom {
		top: 100%; 
		margin: 0 0 0 0;
	}
.cr-photo-preview__type1 img {
	cursor: pointer;
	float: left;
	width: 96px;
}
.cr-photo-preview__type1 .crppreview__type1-big {
	margin: 0 10px 0 0 !important;
	opacity: 1 !important;	
}
	.cr-photo-preview__type1 .crppreview__type1-big img {
		width: 300px !important;
		cursor: default !important;		
	}

	.cr-photo-preview__type1 b,
	.cr-photo-preview__type1 img {
		border: none; overflow: hidden; float: left;
	}
	.cr-photo-preview__type1 b:hover {
		opacity: 1;
	}
	.cr-photo-preview__type1 b {
		margin: 10px 6px 0 0;
		border: 1px solid #858585;
		opacity: .5;
	}
		.cr-photo-preview__type1 img {
			margin: -1px;
		}
		
		
/* MODAL CITY CHANGE */
.citychange1 {
	width: 800px;
	position: fixed;	
	float: left;
	left: 50%;
	margin: 200px 0 0 -400px;	
	padding: 0 0 20px 0;
}

.citychange1__input {
	width: 240px !important;
	margin-right: 10px !important;
}
.citychange1__top-nav {
	padding: 20px 0 10px 0;	
	margin: 0 20px 0 20px;
	background: url(../images/hr_grey-white.gif) bottom left repeat-x;	
}
.citychange1__top-nav  ul:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.citychange1__top-nav  ul {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0 10px;
}
	.citychange1__top-nav  ul  li {
		float: left;
		height: 17px;
	}
		.citychange1__top-nav  li a {
			cursor: pointer;
			color: #4A92B2;
			font-size: 13px;
			margin-right: 20px;
			background: url(../images/dot_light-blue.gif) bottom repeat-x;	
		}
			.citychange1__top-nav li a:hover {
				color: #D80000;
				background-image: url(../images/dot_pink.gif);	
			}
	.citychange1__top-nav  li.active a {
		cursor: text;
		font-weight: bold;
		background: 0 !important;
		color: #333333;
	}	
.citychange1__clst {
	margin: 0 20px 0 45px;
	padding-top: 30px;
}	
.citychange1__clst .col1,	
.citychange1__clst .col2,
.citychange1__clst .col3,
.citychange1__clst .col4 {
	width: 25%;
	float: left;
}
.citychange1__clst .col1 ul,	
.citychange1__clst .col2 ul,
.citychange1__clst .col3 ul,
.citychange1__clst .col4 ul{
	margin-bottom: 20px;
}
.citychange1__clst li {
	font-size: 13px;
	line-height: 18px;
}
	.citychange1__clst b {
		position: absolute;
		margin: 0 0 0 -15px;
		color: #AAAAAA;
		font-size: 15px;
		font-weight: bold;
	}
	.citychange1__clst a {
		cursor: pointer;
		color: #333333;
		background: url(../images/dots_light-grey.gif) bottom left repeat-x;		
	}
		.citychange1__clst a:hover {
			color: #d80000;
			background-image: url(../images/dots_pink.gif);
		}	
	.citychange1__clst .active a {
		color: #AAAAAA;	
		background: 0;
		cursor: text;
	}
	.citychange1__clst i {
		color: #AAAAAA;
	}