﻿/* HEADER OF SITE */

.header {

}
/* TOP NAV */
	.header__top-nav {
		height: 25px;
		position: relative;
			background: #626262 url(../images/bg_header__top-nav.png) center repeat-x;
	}
		.header__top-nav  .wrp {
			margin: 0 auto;
			width: 980px;
			height: 100%;
		}
/* Location Change */
		.header__lct-change {
			position: relative;
			top: 2px; left: 20px;
				color: #ffffff;	
				cursor: pointer;
		}
			.header__lct-change {
				font-size: 12px;
				background: url(../images/dots_light-grey.gif) left bottom repeat-x !important;
			}
			.header__lct-change:after{
				content: "▼";
				position: absolute;
				margin: 6px 0 0 4px;
					font-size: 9px;
			}
				.header__lct-change:active {
					top: 3px;
				}
				.header__lct-change:hover {
					background-image: url(../images/dots_blue.gif) !important;
				}
				.header__lct-change:hover,
				.header__lct-change:hover:after {
					color: #6DCFFF;
				}
/* User panel */
		.header__user-panel {
			position: absolute;
			float: right;
			right: 38px;
			top: 0px;
		}
		.header__user-panel li {
			float: left;
			margin-left: 25px;
		}
		.header__user-panel a {
			position: relative;
			top: 2px;
				text-decoration: none;		
				color: #ffffff;
				font-size: 12px;
				background: url(../images/dot_light-grey.gif) left bottom repeat-x !important;
		}
			.header__user-panel a:active {
				top: 3px;
			}
			.header__user-panel a:hover {
				color: #6DCFFF;
				background-image: url(../images/dot_blue.gif) !important;
			}
			.header__u-p-myobjects a span {
				padding: 0 0 1px 5px;
					font-size: 11px;
					color: #F9D272;
					background: url(../images/bg_header__top-nav.png) 0 -5px repeat-x !important; /* underline hide fix */
							text-shadow:0px 0px 10px rgba(255,190,0,1);
			}
				.header__user-panel a:hover span,
				.header__user-panel a:active span{
					color: #6DCFFF;
						text-shadow:0px 0px 10px rgba(109,207,255,1);					
				}
			.header__u-p-username a {
				font-weight: bold;
			}
/* MAIN PANEL */
	.header__mpanel {
		height: 71px;
		background: #575757 url(../images/bg_header__mpanel.png) center repeat-x;
	}
	.header__mpanel .wrp {
		margin: 0 auto;
		width: 980px; height: 100%;
		overflow: hidden;
		position: relative;	
		text-align: left;
	}
/* Logotype */
		.cr-logo {
			display: inline-block;
			width: 175px; height: 28px;
			position: relative;
			top: 16px; left: 20px;
				outline: none;
			/* ALT */ /* ? */
				line-height: 20px;
				color: #f5f5f5;
				font-size: 20px;
				text-decoration: none;
		}
		.cr-logo img {
			display: block;
		}
			.cr-logo img:active {
				margin-top: 1px;
			}
		.header__mpanel p {
			position: absolute;
			top: 42px; left: 19px;
				font-size: 15px;
				color: #CCCCCC;
		}
		.cr-logo-en {
			top: 12px;
		}
/* Add Button Position */		
		.header__addbtn {
			float: right;
			position: absolute;
			top: 21px; right: 20px;
		}
/* BOTTOM NAV */
	.header__bottom-nav {
		height: 41px;
		position: relative;
		z-index: 100;
			border-top: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
			background: #EFEFF1 url(../images/bg_header__bottom-nav.png) center repeat-x;
				-moz-box-shadow:0 -1px 0px #F9F9FB inset;
				-webkit-box-shadow:0 -1px 0px #F9F9FB inset;
				box-shadow:0 -1px 0px #F9F9FB inset;
	}
		.header__bottom-nav.with-shadow:after {
			content: '';
			display: block;					
			width: 100%; height: 8px; 
			position: absolute;
			bottom: -10px;
			z-index: 2;			
				opacity: 0.25;
				border-top: 1px solid #000000;
				background: url(../images/shadow_top-cmp.png) top center no-repeat;
				background-size: 100% 100%;
					-moz-box-shadow:0 1px 0px #999999 inset;
					-webkit-box-shadow::0 1px 0px #999999 inset;
					box-shadow:0 1px 0px #999999 inset;			
		}
		.header__bottom-nav .menu__regular {
			width: 980px;
			margin: 0 auto;
			margin-top: 5px;
		}
			.menu__regular li:first-child { 
				margin-left: 10px;
			}

/* CHANGE CITY */
.global-changecity {
	height: auto;
	overflow: hidden;
	background: #3D3D3D url(../images/bg_g-cc.png);
}		
	.global-changecity .g-cc__header {
		margin: 0 auto;
		width: 980px;
		position: relative;
		height: 75px;
	}	
		.global-changecity .g-cc__header p {
			position: absolute;
			top: 42px; left: 19px;
				font-size: 15px;
				color: #CCCCCC;
		}
	.g-cc__close{
		cursor:pointer;
		position: absolute;
		float: right;
		top: 20px; right: 20px;
	}
		.g-cc__close:active {
			margin-top: 1px;
		}
			.g-cc__close:hover:before {
				color: #77CADC;
			}
		.g-cc__close:before {
			content: 'X';
			font-size: 16px;
			font-family: 'CR-regular';
			color: #999999;
		}
		.g-cc__close:hover:after {
			color: #77CADC;
			background-image: url(../images/dots_blue.gif);
		}
		.g-cc__close:after {
			content: 'закрыть';
			font-size: 15px;
			color: #ffffff;
			position: relative;
			top: -3px;
			margin-left: 10px;
			background: url(../images/dots_grey.gif) bottom left repeat-x;
		}
.g-cc__mid {
	margin: 0 auto;
	width: 980px;
	position: relative;
	overflow: hidden;
}
	.g-cc__mid input[type=text] {
		width: 373px;
		margin-left: 10px;
	}
	.g-cc__mid button {
		height: 25px;
		margin-left: 10px;
	}	
	.g-cc__mid p {
		float: right;
		color: #EBEBEB;
		line-height: 27px;
		font-size: 15px;
		margin-right: 20px;
	}	
		.g-cc__mid p a{
			cursor: pointer;
			color: #F9D26A;
			background: url(../images/dots_orange.gif) bottom left repeat-x;
		}
			.g-cc__mid p a:hover {
				color: #77CADC;
				background-image: url(../images/dots_blue.gif);
			}
.g-cc__mi {
	display: block;
	margin: 0 auto;
	width: 960px;
	position: relative;
	height: 30px;
	margin-top: 20px;
	background: url(../images/hr_dgrey_grey.gif) bottom repeat-x;
}	
.g-cc__mi li {
	float: left;
	margin-right: 20px;
	font-size: 13px;	
}
.g-cc__mi li:first-child {
	margin-left: 10px;
}	
.g-cc__mi li a {
	cursor: pointer;
	color: #EBEBEB;
	background: url(../images/dots_grey.gif) bottom left repeat-x;	
}
	.g-cc__mi li a:hover {
		color: #77CADC;
		background-image: url(../images/dots_blue.gif);
	}
		.g-cc__mi li i {
			color: #AAAAAA;
		}	
.g-cc__type {
	margin: 0 auto;
	width: 980px;
	position: relative;
	overflow: hidden;
	height: 40px;
	margin-top: 15px;
}		
	.g-cc__type a{
		font-size: 13px !important;
	}
	
.g-cc__clst {
	margin: 0 auto;
	width: 980px;
	position: relative;
	overflow: hidden;
	padding-left: 40px;
}
.g-cc__clst .col1,
.g-cc__clst .col2,
.g-cc__clst .col3,
.g-cc__clst .col4 {
	float: left;
	width: 25%;
}
.g-cc__clst b {
	position: absolute;
	font-size: 18px;
	color: #FAD36A;
	margin: -1px 0 0 -30px;
	display: block;
	width: 20px;
	text-align: right;
}
.g-cc__clst .col1 ul,
.g-cc__clst .col2 ul,
.g-cc__clst .col3 ul,
.g-cc__clst .col4 ul {
	margin-bottom: 20px;
}
.g-cc__clst a {
	cursor: pointer;
	color: #EBEBEB;
	font-size: 13px;
	background: url(../images/dots_grey.gif) bottom left repeat-x;	
}
	.g-cc__clst a:hover {
		color: #77CADC;
		background-image: url(../images/dots_blue.gif);
	}
	.g-cc__clst i {
		color: #AAAAAA;
		font-size: 13px;
	}

.global-notify {
	text-align: center;
	background: url(../images/g-notify-bg.jpg) repeat-x;
	background-size: 100% 100%;
}
	.global-notify p {
		display: block;
		padding: 22px 0;
		line-height: 18px;
		font-size: 15px;
		color: #333333;
	}
		.global-notify a {
			color: #4A92B2;
			background: url(../images/dots_blue.gif) bottom repeat-x;				
		}
			.global-notify a:hover {
				color: #D80000;
				background: url(../images/dots_pink.gif) bottom repeat-x;				
			}		
	.global-notify div {
		width: 980px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
.global-notify .hideit {
	position: absolute;
	float: right;
	right: 20px;
	top: 25px;
	font-size: 15px;
	cursor: pointer;
	background: url(../images/grey-dots.gif) left bottom repeat-x;
	display: block;
	height: 15px;
}
.global-notify .hideit:hover {
	color: #B32E26;
	background: url(../images/red-dots.gif) left bottom repeat-x;
}

.loader-overlay {
	position: absolute;
	display: block;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: 1000;
}
.loader-overlay div {
	height: 100%;
	background: url(../images/body-background.jpg);
	opacity: 0.8;
}
.loader-overlay .spinner {
	position: absolute;
	top: 50%; left: 50%;
	margin: -20px 0 0 -17px;
	width: 34px;
	height: 34px;
	background: url(../images/loading2.gif) no-repeat;
}