

.note_title {
	margin: 30px 10px 15px;
	padding: 0;
	font: 16px Times New Roman;
	color: #404040;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.note {
	margin: 20px 0;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0px 2px 4px 2px #aeb5be;
	-moz-box-shadow: 0px 2px 4px 2px #aeb5be;
	box-shadow: 0px 2px 4px 2px #aeb5be;

	

	border-radius: 4px;
}
	.note_head {
		padding: 15px 20px;
		position: relative;
		background: url('/f/1/global/note_wave.gif') repeat-x 0 100%;
	}
		.note_head_title {}
			.note_head_title a {
				font: bold 20px Times New Roman;
				color:#000;
				border-color: #b2b2b2;
			}
			.note_head_title em {
				margin: 0 0 0 5px;
				font: italic 13px Times New Roman;
				color:#666;
			}

		.note_head_fav {
			margin: 0 0 0 45px;
			padding: 0 0 0 20px;
			/*background: url('/f/1/global/icon_fav.png') no-repeat 0 50%;/**/
		}
			.note_head_fav a {
				/*font: bold 20px Times New Roman;/**/
			}
			.note_head_fav i {
				width: 16px;
				height: 15px;
				margin: 0 -16px 0 0;
				position: relative;
				left: -20px;
				display: inline-block;
				background: url('/f/1/global/icon_fav.png') no-repeat 0 0;
				vertical-align: -1px;
			}
			.note_head_fav em {
				margin: 0 0 0 5px;
				font: italic 13px Times New Roman;
				color:#666;
			}

		.note_head_new {
			margin: 0 0 0 45px;
		}
			.note_head_new a {
				/*font: bold 20px Times New Roman;/**/
			}
			.note_head_new em {
				margin: 0 0 0 5px;
				padding: 1px 3px 1px 2px;
				background: #f2af21;
				font: italic 13px Times New Roman;
				color:#fff;
				border-radius: 3px;
			}

		.note_head_delete, a.note_head_delete {
			position: absolute;
			right: 20px;
			color: #cc0000;
    		border-color: #f0b2b2;
			opacity: 0.5;
			filter:alpha(opacity=50);
		}
		.note_head_delete:hover, a.note_head_delete:hover {
			opacity: 1;
			filter:alpha(opacity=100);
		}
			.note_head_delete i {
				width: 13px;
				height: 13px;
				margin: 0 -13px 0 0;
				position: relative;
				left: -18px;
				display: inline-block;
				//display: inline;
				zoom:1;
				background: url('/f/1/global/icon_delete.png') no-repeat 0 0;
				vertical-align: -2px;
			}

		.note_items {
			padding: 15px 20px;
		}
			.note_items_table_w {
				width: 100%;
				position: relative;
				overflow: hidden;
			}
			.note_items_table {
				width: 100%;
			}
			.note_item_td {
				width: 25%;
				padding: 0 20px;
				vertical-align: top;
			}
			.note_item_highlight {
				/*padding: 20px 0 0;*/
				/*position: relative;*/
				/*top:-20px;*/
				background:#d8f1f5;
			}


		.note_item_images {
			white-space: nowrap;
		}
			.note_item_images a {
				border: none;
			}
			.note_item_images img {
				margin: 0 5px 0 0;
				height: 30px;
				width:auto;
			}

			.note_item_no_photo {
				width: 90px;
				height: 28px;
				padding: 0;

				border: 1px dashed #d7d7d7;
				font: italic 12px/30px Times New Roman;
				color: #d7d7d7;
				text-align: center;
			}

		.note_item_link {
			padding: 5px 0 5px;
		}
		.note_item_addr {
			padding: 0 0 5px;
		}
		.note_item_metro {
			padding: 0 0 5px;
			position: relative;
			font: 13px/1.2em Times New Roman;
			color: #808080;
		}
		.note_item_highway {
			padding: 0 0 5px;
			position: relative;
			font: 13px/1.2em Times New Roman;
			color: #808080;
		}
		.note_item_price {
			padding: 0 0 5px;
			font:bold 18px Times New Roman;
			color: #000;
		}







.metro_icon {
	width: 19px;
	height: 16px;

    display: inline-block;
	//display: inline;
	zoom:1;
    background: url("/search/global/images/moscow_metro_icon.png") no-repeat 0 0;
	vertical-align: -3px;
}

.metro_line_sokolnicheskaya {
    background-color: #CD0505;
}
.metro_line_zamoskvoretskaya {
    background-color: #0A6F20;
}
.metro_line_arbatsko-pokrovskaya {
    background-color: #072889;
}
.metro_line_filevskaya {
    background-color: #069CD3;
}
.metro_line_koltsevaya {
    background-color: #800302;
}
.metro_line_kaluzhsko-rizhskaya {
    background-color: #FF7F00;
}
.metro_line_tagansko-krasnopresnenskaya {
    background-color: #92007B;
}
.metro_line_kalininskaya {
    background-color: #CEB30D;
}
.metro_line_serpukhovsko-timiryazevskaya {
    background-color: #61626B;
}
.metro_line_lyublinskaya {
    background-color: #70A52E;
}
.metro_line_kakhovskaya {
    background-color: #29B1A6;
}
.metro_line_butovskaya {
    background-color: #7CB6CA;
}