

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

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



	border-radius: 4px;
}
	.note_head {
		padding: 15px 20px;
		position: relative;
		background: url('/static/images/note_wave.gif') repeat-x 0 100%;
	}
		.note_head_title {}
			.note_head_title a {
				font-size: 20px;
				font-weight: bold;
				color:#000;
				border-color: #b2b2b2;
			}
			.note_head_title em {
				margin: 0 0 0 5px;
				font-style: italic;
				font-size: 13px;
				color:#666;
			}

		.note_head_fav {
			margin: 0 0 0 45px;
			padding: 0 0 0 20px;
			/*background: url('/static/images/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('/static/images/icon_fav.png') no-repeat 0 0;
				vertical-align: -1px;
			}
			.note_head_fav em {
				margin: 0 0 0 5px;
				font-style: italic;
				font-size: 13px;
				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-style: italic;
				font-size: 13px;

				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('/static/images/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-style: italic;
				font-size: 12px;
				line-height: 30px;
				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-size: 13px;
			line-height: 1.2em;
			color: #808080;
		}
		.note_item_highway {
			padding: 0 0 5px;
			position: relative;
			font-size: 13px;
			line-height: 1.2em;
			color: #808080;
		}
		.note_item_price {
			padding: 0 0 5px;
			font-weight: bold;
			font-size: 18px;
			color: #000;
		}

	.note_auth {
        width: 420px;
        margin: 0 auto;
    }

    .note_auth .sf {
    	border-radius: 4px;
    }

    .note_auth .sf_head {
    	padding: 20px 20px 0;
    }

    .note_auth .sf_body_table th {
        font-weight: normal;
        padding: 4px 10px 15px 0;
        text-align: right;
        white-space: nowrap;
    }

    .note_auth .sf_body_table td {
        padding: 0 0 15px 0;
        white-space: nowrap;
    }

    .note_auth .sf_body_table .sf_submit_row {
        padding: 0;
    }

    .note_auth_user_id,
    .note_auth_user_pass {
        width: 222px;
		padding: 2px 30px 2px 2px;
		vertical-align: middle;
    }

    .note_auth .note_auth_links_table {
        border-top: 1px solid #b2cce3;
        width: 100%;
    }

    .note_auth .note_auth_links_table td {
        padding-top: 10px;
    }

    .note_auth .note_auth_links_table a {
        font-size: 14px;
    }

    .note_auth_input_pass_trigger {
        width: 19px;
        height: 10px;
        margin: 0 -19px 0 0;
        position: relative;
        left: -32px;
        display: inline-block;
        background: url('/static/images/eyes.png') no-repeat 0 0;
        vertical-align: middle;
        cursor: pointer;
    }

    .note_auth_input_pass_trigger.note_auth_input_pass_trigger_visible {
        background-position: 100% 0;
    }

    .note_auth .lostpass_link {
    	font-size: 14px;
    	margin: 0 0 0 20px;
    }

    .note_auth .sf_submit {
    	vertical-align: 1px;
    }





/* Москва */
.metro_icon {
	width: 19px;
	height: 16px;
	box-shadow: -1px -1px #fff inset;
    display: inline-block;
	//display: inline;
	zoom:1;
    background: url("/static/images/moscow_metro_icon.png") no-repeat 0 0;
	vertical-align: -3px;
}

.metro_icon.metro_icon_region_10 {
	background: url("/static/images/spb_metro_icon.png") no-repeat 0 0;
}

.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;
}
.metro_line_monorail {
    background-color: #3778C3;
}

/* Санкт-Петербург */
.metro_line_kirovsko-vyborgskaya,
.metro_line_moskovsko-petrogradskaya,
.metro_line_nevsko-vasileostrovskaya,
.metro_line_pravoberezhnaya,
.metro_line_frunzensko-primorskaya {
	background: url("/static/images/spb_metro_icon.png") no-repeat 0 0;
}

.metro_line_kirovsko-vyborgskaya {
    background-color: #d60f38 !important;
}
.metro_line_moskovsko-petrogradskaya {
    background-color: #0077d0 !important;
}
.metro_line_nevsko-vasileostrovskaya {
    background-color: #0b9a3b !important;
}
.metro_line_pravoberezhnaya {
    background-color: #ea7200 !important;
}
.metro_line_frunzensko-primorskaya {
    background-color: #6f268a !important;
}

/* Новосибирск */
.metro_line_leninskaya {
    background-color: #ed202f;
}
.metro_line_dzerzhinskaya {
    background-color: #47b84c;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.note_head_fav i {
		background: url('/static/images/icon_fav@2x.png') 0 0 no-repeat;
		background-size: 16px 30px;
	}
	.metro_icon {
		background-image: url('/static/images/moscow_metro_icon@2x.png');
		background-size: 19px 32px;
	}

	.metro_icon.metro_icon_region_10,
	.metro_icon.metro_line_kirovsko-vyborgskaya,
	.metro_icon.metro_line_moskovsko-petrogradskaya,
	.metro_icon.metro_line_nevsko-vasileostrovskaya,
	.metro_icon.metro_line_pravoberezhnaya,
	.metro_icon.metro_line_frunzensko-primorskaya {
		background: url("/static/images/spb_metro_icon@2x.png") no-repeat 0 0;
		background-size: 19px 32px;
	}

	.note_head_delete i {
		background: url('/static/images/icon_delete@2x.png') 0 0 no-repeat;
		background-size: 13px 13px;
	}		

	.note_auth_input_pass_trigger {
		background: url('/static/images/eyes@2x.png') 0 0 no-repeat;
		background-size: 39px 10px;
	}
}
