.topLinks {
	position: relative;
	top: -5px;
	margin: 0 0 25px 307px;
	padding: 15px 0 0 17px;
	width: 2000px;
	height: 25px;
	background: #e9e9e9;
	-moz-box-shadow: inset 0 0 4px 3px #d2d2d2;
	box-shadow: inset 0 0 4px 3px #d2d2d2;
	-webit-box-shadow: inset 0 0 4px 3px #d2d2d2;
	}
	.topLinks__list {
		position: relative;
		z-index: 3;
		float: left;
		}
		.topLinks__list__item {
			float: left;
			margin-left: 12px;
			padding-left: 11px;
			height: 15px;
			border-left: 1px solid white;
			letter-spacing: .1pt;
			}
		.topLinks__list__item:first-child {
			margin: 0;
			padding: 0;
			border-left: none;
			}
			.topLinks__list__item a {
				text-decoration: none;
				}
			.topLinks__list__item:hover a {
				color: #04458f;
				}
	.topLinks__region {
		position: relative;
		z-index: 2;
		float: left;
		margin: -2px 3px 0 40px;
		width: 200px;
		color: #7d7d7d;
        white-space: nowrap;
        overflow: hidden;
		}
		.topLinks__region a {
			position: relative;
			color: #c61e56;
            text-decoration: none; 
			}		
			.topLinks__region a i {
				font-style: normal;
				border-bottom: 1px dashed #c61e56;
				}		
			.topLinks__region a > .after,
			.topLinks__region a:after {
				position: relative;
				left: -1px;
                text-decoration: underline;
                border-bottom: 0px !important;
				top: 1px;
				display: inline-block;
				width: 15px;
				height: 13px;
				background: url(../../i/header/select-arrow.png) 50% center no-repeat;
				content: '';
				}		
		.topLinks__region .selectBox {
			width: 120px !important;
			}