/*
Используется на страницах редактирования
*/

*[contenteditable="true"] { min-height: 20px; border: 1px solid #ccc; cursor: text !important; box-shadow: inset 0 5px 7px -1px rgba(0,0,0,0.1); background-color: #fff; }
*[contenteditable="true"]:hover { border-color: #FBC5AE; }
*[contenteditable="true"]:focus { border-color: #007B9D; box-shadow: 0 0 3px #007B9D; }
a[contenteditable="true"]:hover { border-bottom-width: 1px; }
input[type="file"]:hover { cursor: pointer !important; }

select[data-edit="true"] { height: 24px; font-size: 13px; border: 1px solid #ccc; }
select[data-edit="true"]:hover { border-color: #FBC5AE; }
select[data-edit="true"]:focus { border: 1px solid #007B9D; box-shadow: 0 1px 15px rgba(0,0,0,0.5); }

select[data-edit="true"][multiple="true"] { width: 360px; }

select.sub_cat, select.main_cat { width: 103px; box-sizing: border-box; }
select.main_cat { margin-bottom: 3px; }


[contenteditable="true"].error, select.error { border-color: #D73A2A; background-color: #FCD1D5; }


.IC_expand_time span[contenteditable="true"] { margin-bottom: 2px; }

	option[disabled="disabled"] { color: #ccc; }
	
	
[contenteditable="true"][name="description"] { width: 456px !important; }

[contenteditable="true"][name="address"],
[contenteditable="true"][name="email"],
[contenteditable="true"][name="site"],
[contenteditable="true"][name="icq"],
[contenteditable="true"][name="skype"] { min-width: 172px !important; }

[contenteditable="true"][name="phone1"],
[contenteditable="true"][name="phone2"] { min-width: 80px !important; }
	

.inline { display: inline-block; vertical-align: middle; margin: 0 0 0 5px; font-size: 14px; color: #94DAED; text-shadow: 0 -1px 0 rgba(0,0,0,0.3); }
.item .inline { text-shadow: none; }

.btn { position: relative; display: inline-block; *display:inline;zoom:1; vertical-align: middle; height: 24px; padding: 4px 15px 4px 15px; border: 1px solid #ccc; border-top-color: #eee; border-left-color: #ddd; border-right-color: #ddd; border-radius: 3px; font-size: 16px; color: #333; background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */ }
.btn:hover { cursor: pointer; background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(242,242,242,1) 52%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(52%,rgba(242,242,242,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(242,242,242,1) 52%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(242,242,242,1) 52%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(242,242,242,1) 52%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(242,242,242,1) 52%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */ }
/*.btn.focus { color: #fff; background: #ffa84c;
	background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d));
	background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%);
	background: -o-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%);
	background: -ms-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%);
	background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); }*/
/*.btn.focus:hover { background: #ffb368;
	background: -moz-linear-gradient(top,  #ffb368 0%, #ff7b0d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb368), color-stop(100%,#ff7b0d));
	background: -webkit-linear-gradient(top,  #ffb368 0%,#ff7b0d 100%);
	background: -o-linear-gradient(top,  #ffb368 0%,#ff7b0d 100%);
	background: -ms-linear-gradient(top,  #ffb368 0%,#ff7b0d 100%);
	background: linear-gradient(to bottom,  #ffb368 0%,#ff7b0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb368', endColorstr='#ff7b0d',GradientType=0 ); }*/
.btn.mini { height: 10px; padding: 2px 10px 8px 10px; margin: 7px 5px 0 0; font-size: 12px; font-style: normal; color: #333 !important; }
.btn.mini.green { border-color: #0a0; }
.btn.mini#cancel { border-color: #aaa; }
	.btn .on_enter_message { display: none; left: auto; right: 0; background-color: #7AC943; color: #000; z-index: 255; }
	.on_enter_message.red { background-color: #FFBCBE; }
	.on_enter_message.yellow { background-color: #ffa; }
		.btn .on_enter_message .non_italic { font-style: normal; }
		.btn .on_enter_message .refresh_page { display: inline-block; *display:inline;zoom:1; margin: 0 0 5px 0; padding: 0; color: #fff; font-style: normal; border-bottom-color: #fff; }
		.btn .on_enter_message .refresh_page:hover { color: #ffb; border-bottom-color: #ffb; }
		
.btn#cancel { margin-left: 0; background: none; filter: none; border-color: #80D3E8; color: #fff; }
.btn#cancel:hover { background-color: rgba(255,255,255,0.3); }
	.btn#cancel > .text { display: inline-block; border-bottom: 1px solid #80D3E8; line-height: 21px; }
	
	
/* Новая кнопка сохранения */
.btn.custom { display: inline-block; vertical-align: middle; height: 28px; padding: 8px 15px 0 15px; filter: none; background: #007B9D; border: none; border-radius: 0; color: #fff; font-size: 16px; }
.btn.custom:hover { background-color: #1384A4; cursor: pointer; }
.btn.custom:active { box-shadow: inset 0 1px 5px rgba(0,0,0,0.5); }

/*.btn.custom.focus { background: #FF871E; }*/

.btn.custom_cancel#cancel { display: inline-block; vertical-align: middle; margin: 0 15px; text-decoration: none; border: none; border-radius: none; }
	.btn.custom_cancel#cancel > .text { color: #007B9D; border-bottom: 1px dashed #B3D8E2; }
.btn.custom_cancel#cancel:hover { cursor: pointer; }
	.btn.custom_cancel#cancel:hover > .text { color: #F15A24; border-bottom-color: #FBCEBE; }
	

.IC_expand_time table span[contenteditable="true"] { display: inline-block; *display:inline;zoom:1; min-height: 18px; min-width: 60px; }

.base { margin-top: 60px; }
.base.main { margin-top: 60px;}

.contacts_min_width { display: inline-block; *display:inline;zoom:1; vertical-align: top; min-width: 50px !important; height: 16px !important; }

.item_logo iframe { position: relative; overflow: hidden !important; }

#sub_cat { display: inline-block; *display:inline;zoom:1; }

/* маленький чекбокс для выбора всех */
.ICLR_checkbox { margin: 3px 0 7px 0; }
	.ICLR_checkbox * { vertical-align: middle; margin-right: 5px; }
	
	
	
.control_panel { position: fixed; top: 0; left: 0; right: 0; height: 59px; border-bottom: 3px solid #1385A4; box-shadow: 0 0 10px rgba(0,0,0,0.4); z-index: 255; background: rgb(0,183,234); overflow: visible !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjdlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDllYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,183,234,1)), color-stop(100%,rgba(0,158,195,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-8 */ }
	.control_panel * { font-family: 'PT Sans Narrow', sans-serif; }
	.CP_inner { position: relative; width: 1260px; min-width: 1024px; height: 62px; margin: 0 auto; }
		.CPI_left, .CPI_right { position: absolute; }
		.CPI_left { left: 0; font-size: 0; }
			.CPI_left > a { display: inline-block; *display:inline;zoom:1; width: 30px; height: 30px; border: 1px solid #ccc; }
			.CPI_left > a:hover { border-color: #FF871E; }
			.CPI_left > img, .CPI_left > a > img { display: inline-block; *display:inline;zoom:1; width: 30px; height: 30px; vertical-align: middle; }
			.CPI_left > img { border: 1px solid #ccc; }
			.CPI_left > span { vertical-align: middle; }
				.CPI_left > span .info, .ICL_left .info { position: relative; display: inline-block; *display:inline;zoom:1; width: 16px; height: 16px; background-color: #dfdfdf; border-radius: 8px; font-family: Times New Roman, sans-serif; font-weight: bold; font-style: italic; text-align: center; font-size: 14px; line-height: 15px; color: #333; cursor: default; }
				.CPI_left > span .info.hover, .ICL_left .info:hover { background-color: #FFDABA; }
					.on_enter_message, .hover_message { position: absolute; width: 200px; padding: 10px; left: 0; background-color: #FFF9EC; box-shadow: 0 1px 20px 0 rgba(0,0,0,0.3); z-index: 251; font-family: Arial, sans-serif; text-align: left; font-weight: normal; font-style: italic; color: #333; font-size: 12px; }
					.on_enter_message { bottom: 40px; }
					.control_panel .on_enter_message { bottom: auto; }
					.control_panel .on_enter_message { top: 40px; }
					.on_enter_message:hover { opacity: 1; cursor: default; }
					.hover_message { display: none; top: -11px; left: 20px; box-sizing: border-box; -moz-box-sizing: border-box; }
					.ICL_left .info:hover .hover_message { display: block; }
					
			.CPI_left > * { display: inline-block; vertical-align: middle; font-size: 0; }
			.CPI_left > .user_mail { width: auto; height: 40px; padding: 21px 20px 0 20px; border: none; }
			a.user_mail:hover { background-color: #28BFE8; background-color: rgba(255,255,255,0.16); }
				.user_mail > * { display: inline-block; vertical-align: middle; }
				.user_mail > div { font-size: 16px; color: #000; text-shadow: 0 1px 0 rgba(255,255,255,0.5); }
				.user_mail > span { width: 16px; height: 16px; margin-right: 5px; background: url(../img/icons/user.png) 0 0 no-repeat; }
				a.user_mail > span { background-position: 0 -16px; }
				a.user_mail > div { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.5); border-bottom: 1px solid #B3D8E2; }
			.CPI_left .menu { display: inline-block; vertical-align: middle; position: relative; overflow: visible; }
				.my_companies { display: inline-block; vertical-align: middle; position: relative; height: 44px; padding: 17px 20px 0 20px; font-size: 0; }
				.my_companies:hover { background: #28BFE8; background-color: rgba(255,255,255,0.16); cursor: pointer; }
				.my_companies.active { background: #4CC6E7; background: rgba(255,255,255,0.3); color: #333; box-shadow: inset 0 3px 15px -2px rgba(0,0,0,0.5); }
					.my_companies > * { display: inline-block; vertical-align: middle; }
					.my_companies > .text { color: #fff; border-bottom: 1px dashed #80D3E8; font-size: 18px; line-height: 22px; text-shadow: 0 -1px 0 rgba(0,0,0,0.5); }
					.my_companies > span { width: 0; height: 0; margin-left: 5px; border: 5px solid transparent; border-bottom-width: 0; border-top-color: #80D3E8; }
					
				.MC_hint { display: none; position: absolute; top: 70px; left: -73px; width: 300px; padding: 7px 0; box-sizing: border-box; -moz-box-sizing: border-box; background: #fff; box-shadow: 0 2px 25px rgba(0,0,0,0.5); z-index: 255; }
				.MC_hint.on_viewport { left: 0 !important; }
					.MC_hint:before { display: block; position: absolute; content: ' '; top: -10px; left: 50%; margin-left: -10px; width: 0; height: 0; border: 10px solid transparent; border-top-width: 0; border-bottom-color: #fff; }
					.MC_hint.on_viewport:before { margin-left: -80px; }
					
					.MCH_inner { overflow-y: auto; }
						.MCH_item { display: block; padding: 13px 15px 13px 10px; border-bottom: none !important; font-size: 0; border-left: 5px solid transparent; }
						.MCH_item.big {  }
						.MCH_item:hover { border-left-color: #1385A4; background-color: #E2F0F4; }
							.MCH_item > * { display: inline-block; vertical-align: middle; }
							.MCH_item > img { position: relative; top: 1px; width: 32px; height: 32px; margin-right: 7px; border: none; border-radius: 16px; }
							.MCH_item > img[src="img/icons/plus.png"] { width: 16px; height: 16px; border-radius: 0; }
							.MCH_item > span { font-size: 14px; color: #1385A4; border-bottom: 1px solid #B3D8E2; }
						
					.MCH_item.active { border-left-color: #1385A4; background-color: #E2F0F4; }
						
						.MCH_item.big > img { width: 32px; height: 32px; }
						.MCHI_text {  }
							.MCH_item.big > .MCHI_text > span { font-size: 14px; font-weight: bold; color: #1385A4; border-bottom: 1px solid #B3D8E2; }
								.MCH_item.big > .MCHI_text > .pro { display: inline-block; vertical-align: top; padding: 1px 3px; margin-top: -1px; margin-left: 3px; background-color: #FCA600; color: #fff; font-size: 8px; text-transform: uppercase; border-radius: 2px; border: none; }
							.MCHI_address { margin-top: 2px; font-size: 10px; color: #1385A4; }
							
				.CP_separator { display: inline-block; vertical-align: middle; width: 2px; height: 50px; background: url(../img/admin_menu_separator.png); }
				
			.CP_site { margin-left: 20px; }
					
		.CPI_right { right: 0; font-size: 0; }
			.CPIR_buttons { display: inline-block; vertical-align: middle; margin-right: 20px; }
				.CPIR_buttons > .btn { margin-left: 5px !important; }
			.CPI_right > a { display: inline-block; vertical-align: middle; height: 45px; padding: 16px 20px 0 20px; font-size: 18px; border: none; }
			.CPI_right > a:hover { background-color: #28BFE8; background-color: rgba(255,255,255,0.16); }
				.CPI_right > a > span { color: #fff; border-bottom: 1px solid #80D3E8; text-shadow: 0 -1px 0 rgba(0,0,0,0.5); }
				.CPI_right > a:hover > span {  }
				
				
	.admin_tabs { display: inline-block; vertical-align: middle; }
		.admin_tabs > a { display: inline-block; vertical-align: middle; height: 45px; padding: 16px 15px 0 15px; font-size: 18px; border: none; }
		.admin_tabs > a:hover { background-color: #28BFE8; background-color: rgba(255,255,255,0.16); }
			.admin_tabs > a > span { color: #fff; border-bottom: 1px solid #80D3E8; text-shadow: 0 -1px 0 rgba(0,0,0,0.5); }
			.admin_tabs > a > span.dashed { border-bottom-style: dashed; }
			.admin_tabs > a:hover > span { color: #fff; border-bottom-color: #80D3E8; }
			.admin_tabs > a.new { position: relative; }
				.admin_tabs > a.new:after { display: block; position: absolute; content: ' '; right: 0; bottom: -1px; left: 0; border-bottom: 3px solid #FDD493; }
				.admin_tabs > a > sup { display: inline-block; padding: 1px 5px; margin-top: -4px; margin-left: 4px; background-color: #FEEAB2; border-radius: 8px; color: #000; font-size: 12px; font-weight: bold; font-family: 'robotolight', sans-serif; font-weight: bold; }
				.admin_tabs > a > sup.new { background-color: #ff0; color: #000; }
		.admin_tabs > a.active { background: #4CC6E7; background: rgba(255,255,255,0.3); color: #333; cursor: default !important; box-shadow: inset 0 3px 15px -2px rgba(0,0,0,0.5); }
			.admin_tabs > a.active > span { border-bottom-color: transparent; }
				.admin_tabs > a.active > sup { color: #4CC4E4; }
		
		
	.breadcrumbs { margin-bottom: 30px !important; }
	
	
	.record_container select { width: 280px; }
			
			
			
/* Хинты */
.tip-twitter {
	opacity:0.8;
	z-index:1000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:8px 8px;
	max-width:200px;
	color:#fff;
	background-color:#000;
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-twitter .tip-inner {
	font:bold 11px/14px 'Lucida Grande',sans-serif;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-twitter .tip-arrow-top {
	margin-top:-5px;
	margin-left:-5px; /* approx. half the width to center it */
	top:0;
	left:50%;
	width:9px;
	height:5px;
	background:url(../img/tip-twitter_arrows.png) no-repeat;
}
.tip-twitter .tip-arrow-right {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:0;
	top:50%;
	left:100%;
	width:5px;
	height:9px;
	background:url(../img/tip-twitter_arrows.png) no-repeat -9px 0;
}
.tip-twitter .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:9px;
	height:5px;
	background:url(../img/tip-twitter_arrows.png) no-repeat -18px 0;
}
.tip-twitter .tip-arrow-left {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:-5px;
	top:50%;
	left:0;
	width:5px;
	height:9px;
	background:url(../img/tip-twitter_arrows.png) no-repeat -27px 0;
}