::-ms-clear {
	display: none;
}
body {
    font-family: "Akkurat Pro";
    padding: 0;
    margin: 0;
	min-width: 1225px;
}

#displayArea {
    width: 100%;
    height: 100%;
}

#mapPanel, #chartData {
    width: 100%;
    height: 100%;
}
#mapPanel {

	box-sizing: border-box;
	min-width: 1100px;
}

#chartData {
    display: none;
	margin-top: -10px;
}

#chartdiv {
    width	: 100%;
    height	: 100%;
}

#chartInfo {
    color: #ffffff;
    font-family: "Akkurat Pro";
    padding: 10px 0;
    display: none;
    position: absolute;
    width: 100%;
    height: 220px;
    /*opacity: 1;*/
    background-color: rgba(94, 96, 108, 0.7);
    border-top: 3px solid rgba(94, 96, 108, 1);
    left: 0;
    bottom: 0;
	min-width:1225px;
}

#hideInfo {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top:4px;
	display: none;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	padding:5px 30px 5px 0;
	background: url(../img/close_big.png) 100% 50% no-repeat;
}

#ratingTip {
    cursor: pointer;
    position: relative;
    bottom: 0;
    left: 0;
}

#chartInfoTable, #chartInfoTable table.someDataTable{
    width: 100%;
    height: 140px;
}

#chartInfoTable input {
    color: #ffffff;
    font-weight: bold;
    font-family: "Akkurat Pro";
    border: none;
    background: none;
    font-size: 17px;
	display: block;
	margin: 0 0 0 4px;
}
input, textarea, select, button {
	outline: none;
}
#chartInfoTable input#countryName {
	margin: 0 0 5px;
	width:205px;
}
#chartInfoTable input#countryRating {
	width:57px;
	margin: 0 0 0 5px;
	padding: 4px 0 2px;
	text-align: center;
	float: left;
}

#countryName {
    padding-left: 5px;
}

#chartInfoTable label {
    display: block;
    margin-left: 5px;
    font-family: "Akkurat Pro";
    font-size: 11px;
	margin-bottom: 5px;
}

#chartInfoTable button {
    width: 100%;
/*rgb(79, 81, 93);*/
}

.greyButton {
    height: 31px;
    font-size: 13px;
	line-height:13px;
    font-family: "Akkurat Pro";
    color: #fff;
	outline: none;
    cursor: pointer;
    opacity: 1;
    border: 0;
    border-radius: 0;
    background: #686872;
}

button.nonActive {
    color:#afafb5;
}

button#monetaryData {
    margin-bottom: -2px;
}

#chartInfoTable table.someDataTable{
    padding-left: 20px;
	white-space:nowrap;
}

#countryRatingImg {
    padding-top: 2px;
}

.ratingLabel {
    white-space: nowrap;
	padding-top: 5px;
	border-top:2px solid #c7c7cb;
}

.moreInsights {
	text-decoration: none; 
	color: #fff; 
	background-color: #5e606a; 
	padding: 2px 9px;
}


#searchArea {
    position: absolute;
	padding-top: 0px;
	width: 380px;
    display: inline;
    height: 36px;
    background-color: rgba(255, 255, 255, 0);
    right: 0;
    top: 120px;
}

#searchArea label {
    padding-left: 10px;
    float: left;
    color: #5e606c;
    font-size: 25px;
    position: relative;
    top: 3px;
    font-family: "Akkurat Pro";
}
#topArea {
    position: absolute;
    height: 25px;
    background-color: rgba(255, 255, 255, 0);
    left: 18px;
    top: 115px;
}

#topArea label {
    padding-left: 10px;
	padding-top: 0px;
    float: left;
    color: #5E606C;
    font-size: 25px;
    position: relative;
    top: 3px;
    font-family: "Akkurat Pro";
    font-size: 25px;
    font-weight: bold;
    line-height: 30px; 
}
#searchArea input#searchInput {
    margin-left: 20px;
    padding-left: 3px;
    width: 300px;
    height: 25px;
	float:right;
	outline: none;
	font-size: 14px;
    color: #5e606c;
    background-color: #fff;
    border: 2px solid #5e606c;
    font-family: "Akkurat Pro";
}

button#goSearch {
	float: right;
    border: 2px solid #5e606c;
    cursor: pointer;
    width: 29px;
    height: 31px;
	margin: 0 10px 0 5px;
    font-size: 0;
    color: #ffffff;
    opacity: 1;
    border-radius: 0;
    background: #5e606c url("../img/search.png") no-repeat;
    font-family: "Akkurat Pro";
}

button#addToCompare {
    cursor: pointer;
    width: 100px;
    height: 20px;
    opacity: 1;
    border-radius: 0;
	margin: 0 0 0 6px;
    border: 0;
    background: #5e606a;
	font-family: "Akkurat Pro";
    font-size: 12px;
	color:#fff;
	text-align: center;
	position: relative;
	float: left;
}

.compareListItemSize {
    padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
    width: 140px;
	text-overflow: ellipsis;
    font-size: 16px;
    vertical-align: middle;
    height: 31px;
}

.compareListItem {
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    opacity: 1;
    border: 0;
    border-radius: 0;
    margin-bottom: 2px;
    margin-top: 2px;
    vertical-align: bottom;
    white-space: nowrap;
    font-family: "Akkurat Pro";
}

#leftPanel {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 130px;
}

.compareButton {
    display: none;
	float: right;
	height: auto;
	padding: 3px 0;
	text-align: center;
	margin: 6px 10px 0 0;
	background: #5e606b;
}

.compareButton div {
    top: 6px;
    position: relative;
}

#compareList {
    position: absolute;
	width: 341px;
	top: 186px;
	right: 10px;
	z-index: 99;
	background: rgba(94, 96, 108, 0.7);
}

.compareItemRemoveButton {
    cursor: pointer;
    display: inline-block;
	top: 6px;
    position: relative;
    width: 19px;
    height: 18px;
    background: url("../img/remove.png");
}

.compareItemText {
    font-family: "Akkurat Pro";
    color: #ffffff;
    margin-left: 5px;
    top: 3px;
    position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
}

.compareIcon {
    position: absolute;
    top: 0;
    right: 8px;
}
.chartDataTabs  {
	font-size:12px;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	list-style: none;
	text-transform: uppercase;
	border-bottom:1px solid #a4a5ac;
	background:#fff;
}
.chartDataTabs li {
	float: left;
	margin: 0 25px;
}
.chartDataTabs li.active a {
	color:#e21836;
	font-weight:bold;
}
.chartDataTabs a {
	display: block;
	text-decoration: none;
	padding: 11px 0;
	color: #000;
	text-align: center;
}
.tabDisplayData {
    /*min-height: 600px;*/
    padding: 0;
}

#chartDataHeader {
    width: 100%;
    font-size: 25px;
}

.headerTitleSpan {
    color: #aeafb4;
}

.headerTitleCountrySpan {
    color: #5d5f6c;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

.chartContainerTable {
    /*min-height: 600px;*/
    width: 100%;
    /*height: 600px;*/
	table-layout: fixed;
}

.chartContainerTable td {
    padding: 5px;
	width:33%;
}

.chartContainerTable div {
    height: 200px;
	position: relative;
    width: 100%;
}
.chartContainerTable div strong {
	position: absolute;
	z-index: 100;
	left:15px;
	top:16px;
	color:#5f5e6c;
	max-width:94%;
	font:bold 11px/13px Verdana, Arial, sans-serif;
	
}

.padding {
    padding: 15px;
}

.returnToMap {
    width: 20px;
    height: 20px;
    background: url("../img/back.png");
    position: fixed;
    top: 62px;
    right: 20px;
    cursor: pointer;
}

/* data by*/
.data-by {
	width:946px;
	top:80px;
	position: absolute;
	left:50%;
	margin-left: -473px;
	padding: 10px;
	background: #afb0b5;
}
.data-by .heading {
	width:100%;
	overflow: hidden;
	margin-bottom: 12px;
}
.data-by .heading h1,
.data-by-call,
.compare-data-title {
	float: left;
	padding-left: 44px;
	background: url(../img/ico-data-by.gif) 0 50% no-repeat;
	color:#abacb1;
	font-size: 24px;
	line-height: 29px;
	font-weight: normal;
	margin: 0;
}
.data-by .heading h1 {
	background: none;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color:#fff;
	margin: 9px 0 0;
}
.data-by-call {
	background:#5e606b url(../img/arrow_right_big.png) 7px 50% no-repeat;
	position: absolute;
	font-weight: bold;
	top: 35px;
	right: 10px;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	color:#fff;
	padding: 2px 0 0 33px;
	width: 308px;
}
.data-by .heading .close {
	float: right;
	margin: 5px 0 0;
	padding: 5px 25px 3px 0;
	cursor: pointer;
	color:#fff;
	font-weight: bold;
	font-size: 12px;
	background: url(../img/close_big.png) 100% 50% no-repeat;
}
.data-by .holder {
	width:100%;
	overflow: hidden;
}
.data-by .holder .column {
	display: none;
}
.data-by .holder .column .holder {
	padding-bottom: 2px;
}
.data-by .holder .col{
	width: 452px;
	float: left;
	padding: 10px;
	margin: 0 0 0 2px;
	background: #fff;
}
.data-by .holder .col.big {
	margin: 0 !important;
	float: none;
	width: 926px;
	overflow: hidden;
}
.data-by .holder .col:first-child {
	margin: 0;
	padding-bottom: 10px;
}
.data-by .holder .column .col.big2 {
	min-height: 598px;
}
.data-by .holder .col.big ul.first {
	margin: 0 0 10px;
}
.data-by .holder .col:first-child ul li {
	line-height: 17px;
}
.data-by .holder .col:first-child ul.rating-list {
	float: left;
	width:50%;
	min-height: 192px;
	padding-bottom: 49px;
}
.data-by .holder .col:first-child ul.rating-list a span {
	display: inline-block;
	width:38px;
	font-size: 12px;
	margin: 0 10px 0 0;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	color:#fff;
}
.data-by .holder .column:first-child {
	margin: 0;
	display: block;
}
.data-by h2 {
	color:#5e616a;
	margin: 0 0 10px;
	font-size: 18px;
	padding-top: 10px;
	line-height: 22px;
	font-weight: normal;
}
.fader,
.loader-overlay {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	width:100%;
	min-width: 1100px;
	height: 100%;
	z-index: 9998;
	background: rgba(255,255,255,0.8);
	display: none;
}
.loader-overlay{display:block; position:fixed;}
.data-by ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.data-by .holder .col.big ul {
	margin: 0 0 0 22px;
}
.data-by .holder .col.big ul.getGroups li {
	width:458px;
	margin-right: 10px;
	float: left;
}
.data-by .holder .col.big ul:first-child {
	margin: 0;
}
.data-by ul li {
	padding: 0;
	font-size: 14px;
	line-height: 19px;
}
.data-by ul a {
	display: block;
	padding: 7px 10px;
	color:#5f5f69;
	text-decoration: none;
}
.data-by ul a.active,
.data-by ul a:hover{
	color:#fff;
	background: #a6a7ac;
}
.data-by .compare-data {
	display: block;
	background: #777a83;
	color:#fff;
	line-height: 41px;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
}
.data-by .compare-data span {
	display: inline-block;
	padding-right: 47px;
	background: url(../img/bg-compare.gif) 100% 50% no-repeat;
}
.data-by .compare-data.compare2 span {
	display: inline-block;
	padding-right: 47px;
	background: url(../img/bg-compare2.gif) 100% 50% no-repeat;
}
.data-by .data-search {
	width:100%;
	overflow: hidden;
	padding-bottom: 9px;
}
.data-by .data-search form,
.data-by .data-search fieldset {
	padding: 0;
	margin: 0;
	border:0;
}
.data-by .data-search input[type="text"] {
	float: left;
	padding: 3px 10px;
	margin: 0;
	width: 867px;
	font-size: 16px;
	line-height: 20px;
	background: none;
	border:2px solid #a3a6ab;
	outline: none;
}
.data-by .data-search input[type="submit"] {
	width:30px;
	outline: none;
	height: 30px;
	float: right;
	cursor: pointer;
	border:0;
	margin: 0;
	padding: 0;
	background: url(../img/bg-submit.gif) no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
.data-by .coll-small {
	width:213px;
	float: left;
	margin:0 0 0 22px;
}
.data-by .coll-small.first {
	margin: 0;
}
.data-by .holder .col.big .coll-small ul {
	width:auto;
	float: none;
	margin: 0;
}
.data-by .holder .col.big .coll-small h2 {
	margin: 0 0 0 8px;
}
.data-by .max-length {
	display: block;
	text-align: right;
	font-size: 10px;
	color:#83828a;
	padding:0 10px 15px;
}
.selected-countries {
	width:100%;
	overflow: hidden;
	padding: 0 0 5px;
	height: 74px;
	position: relative;
	background: url("data:image/gif;base64,R0lGODlhngNKAIABANPU1v///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRUYwMzYwQUI5MTQxMUU0QkFDMUIxNjY1RjlFRUI2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRUYwMzYwQkI5MTQxMUU0QkFDMUIxNjY1RjlFRUI2RCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFFRjAzNjA4QjkxNDExRTRCQUMxQjE2NjVGOUVFQjZEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFFRjAzNjA5QjkxNDExRTRCQUMxQjE2NjVGOUVFQjZEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAAJ4DSgAAAv+Ej6nL7Q+jnLTai7PeOPgPhh9HluaJpurKPuIbtvJM1/aN5/rO974JCwZ+xKLx2BPCkMym8wmNSqfUi/JVzWq3tauICw6Lx+SyOeWNnddsbhrUjsvn9Lod+Pbc9/xuftgXKDhIWFj0B2iouNiAyPgIGSkJ6ThpKVh5qbnJ2UmV6RlqBipaanqKSkKaygq12gobKxv6Omu7U3uru8trl9sLjPYXTFxsDPZ7rFyRvOz8DM3SHE19MF2Nna29cL293O0dLq4MPh5cbp6uLou+ftvuHi/PCT/fWm+fr1+Iv1/a7y+gwDgAB24qaDChQi0IF0Zq6DCiRCMQJxqqaDGjRhr/GDf26egxpMgNIEfSKWkypcpGw1Z6QukypkqYMsnQrIlT482cblry/AnUwc6gn3wSPRp0KFJXRpc6lan0KZOoUqtuo2qVCNasXJ9t7YqrKdixC7+SvWH2LFpEbNu6fQs3rty5dOvavYs3r969fPv6/Qs4sODBhAsbPow4seLFjBs7fgw5suTJlCtbvow5s+bNnDt7/gw6tOjRpEubPo06terVrFu7fg07tuzZtGvbvo07t+7dvHv7/g08uPDhxIsbP448ufLlzJs7fw49uvTp1Ktbv449u/bt3Lt7/w4+fG61ddKSlyE+veDzc8yzX6E+vt/3BMXStyk/f977bNzz/MejX4B0/XeGfwRyIGCCch1YhoEMZqBghG49OIaDFFogYYb2XVhUHhwio2GIV3zYk4ckMiRiikucmIWFLLqgYoxwvNjhGzTWKKOKN07h4o4K5Jijj1H0KKQ1QMZY5BNEJnkkkkk2sWSRTer45FQbVpnElCJiiUSUQmq5JZcUXSlmDmCGWOYhZKZpw5kasvmDlz66mSGcPsi5I50S2pmliXzqoGeEf4bl56BrBSqgoWauqagwiAbY6KE2RurHo/pRWumkmKJn6aWbclropyp06qmo8DFqKoSkypfqqaG2WsKqrMKKAp43yhofrbWiqusEuKrXK4CaBkvSr+IVAAA7") no-repeat;
	background-size: 100% 74px;
}
.selected-cntr {
	background: #a5a5ad;
	float: left;
	line-height: 32px;
	padding: 0 7px;
}
.selected-cntr .delete {
	float: left;
	width:19px;
	cursor: pointer;
	height: 19px;
	background: url(../img/bg-delete.gif) no-repeat;
	text-indent: -9999px;
	margin: 6px 9px 0 0;
}
.selected-cntr .cntr {
	color:#fff;
	display: block;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.selected-cntr:nth-child(1),
.selected-cntr:nth-child(2),
.selected-cntr:nth-child(3) {
	width: 281px;
	margin: 0 19px 10px 0;
}
.selected-cntr:nth-child(3) {
	margin-right: 0;
	width: 284px;
}
.selected-cntr:nth-child(4),
.selected-cntr:nth-child(5) {
	width: 281px;
	margin-right: 18px;
}
.selected-cntr:nth-child(5) {
	margin-right: 0;
	width: 282px;
}

/* compare horizont */

.compare-horizont {
	position: absolute;
	min-height: 100%;
	left:0;
	top: 100px;
	min-width: 100%;
	z-index: 100;
	background: rgba(255,255,255,0.8);
	display: none;
	width:100%;
	min-width:1225px;
}
.compare-tabs {
	width:100%;
}
.compare-tabs ul {
	font-size:12px;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	list-style: none;
	text-transform: uppercase;
	border-bottom:1px solid #a4a5ac;
	background:#fff;
}
.compare-tabs ul li {
	float: left;
	position:relative;
	margin: 0 25px;
}
.compare-tabs ul li > span{
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:36px;
	z-index:2;
}
.compare-tabs ul li.active a {
	color:#e21836;
	font-weight:bold;
}
.compare-tabs ul a {
	display: block;
	text-decoration: none;
	padding: 11px 0;
	color: #000;
	text-align: center;
}
.content-tabs{
	min-height:55px;
	background: #fff;
}
.content-tabs ul {
	display: table;
	width:100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	overflow: hidden;
}
.content-tabs ul li {
	display: table-cell;
	vertical-align: top;
	padding: 13px 0 0 30px;
	
	width:100px;
}
.content-tabs ul li a {
	color:#000;
	text-decoration: none;
}
.content-tabs ul li.active a {
	color:#e11836;
}
.compare-horizont .tabcontent,
.horizont-chart .countriesRow{
	display: none;
}
.horizont-chart {
	padding: 11px 30px 0;
}
.horizont-chart .heading {
	padding-right:460px;
	overflow: hidden;
	padding-bottom: 25px;
}
.compare-data-title {
	float: right;
	text-decoration: none;
	background: url(../img/bg-data-by-title.png) 7px 50% no-repeat;
}
.horizont-chart .heading h1 {
	float: left;
	margin: 0;
	font-weight: normal;
	color:#bab9be;
	font-size: 25px;
}
.horizont-chart .heading h1 span {
	color:#5f5f69;
}
.row-country {
	padding: 0 20px 0 0;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 4px;
	position:relative;
}
.ie8 .row-country{cursor:default;}
.row-country:hover {
	background: rgba(125,128,137, 0.4);
}
.row-country:hover .fill {
	color:#fff;
	background: rgba(125,128,137, 0.9);
}
.row-country:after {
	clear: both;
	display: block;
	content:"";
}
.row-country .fill {
	padding: 0 0 0 14px;
	background: rgba(125,128,137, 0.7);
	color:#5f5f69;
	float: left;
}
.row-country .row-value {
	float: left;
	position:absolute;
	color:#7f828b;
	top:0;
	text-align: right;
	margin-left: 5px;
	font-weight:bold;
}
.row-country .fill .circle {
	width:13px;
	height: 13px;
	display: inline-block;
	border-radius:100%;
	vertical-align: middle;
	margin:0 15px 3px 0;
}
.loader-chart {
	width:16px;
	height: 16px;
	position: fixed;
	top: 50%;
	left:50%;
	margin-left: -8px;
	margin-top: -8px;
	background: url(../img/ajax-loader.gif) no-repeat;
}
.countries-holder {
	overflow-y: auto;
	height: 490px;
	margin-bottom: 12px;
}
.countries-holder a {
	float: left;
	padding: 7px 10px;
	color: #5f5f69;
	text-decoration: none;
	width: 268px;
	margin-right: 15px;
}
.countries-holder .ttl {
	padding: 3px 10px 2px;
	display: block;
	clear: both;
}
.countries-holder a.active {
	color: #fff;
	background: #a6a7ac;
}
.regions-wrapper .getGroups {
	height: 264px;
	width:1000px;
}
.header-wrapper {
	/* background:#fafafa url(../img/bg-header.gif) repeat-x; */
	background:#f3f3f3;
	/*border-top:4px solid #fff;*/
	position: relative;
	top:0;
	width:100%;
	left:0;
	padding: 0px 0;
	z-index: 1000;
	/* border-bottom:4px solid #b3b3b3;
	box-shadow:0 2px 10px 0px rgba(0,0,0,0.4); */
	margin-bottom: 0px;
	overflow: hidden;
}
.header-wrapper .page-logo {
	cursor: pointer;
    height: 128px;
    width: 225px;
    margin: -13px 0 0 3px;
    float: left;
}
.header-wrapper .page-logo .logo {
    height: 128px;
    width: 225px;
}
.header-wrapper .btn-question,
.header-wrapper .download-rating-sheet {
	float: right;
	width:25px;
	height: 25px;
	text-indent: -9999px;
	background: url(../img/help_big.png) no-repeat;
	margin: 7px 10px 0 0;
}
.header-wrapper .download-rating-sheet {
	background: url(../img/save_big.png) no-repeat;
	margin-right: 10px;
	text-indent:0;
	padding:3px 0 0 29px;
	text-decoration:none;
	color:#828388;
	width:auto;
	font-size:15px;
    margin-top: 60px;
}
span.currentYear {
	position: absolute;
	padding-top: 0px;
    top: 65px;
    left: 10px;   
    color: #5E606C;
    font-family: "Akkurat Pro";
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}
.ratings-box {
	position: absolute;
	bottom: 195px;
	width:300px;
}
.ratings-box strong {
	color:#000;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 5px;
}
.ratings-box a {
	display: inline-block;
	margin: 0 3px 5px 0;
	font-size: 11px;
	line-height: 16px;
	width:30px;
	text-align: center;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}
.ratings-box a.codeAAA,
#chartInfoTable input#countryRating.aaa,
.data-by .holder .col:first-child ul.rating-list a span.green {background: #1d3baa;}
.ratings-box a.codeAA,
#chartInfoTable input#countryRating.aa,
.data-by .holder .col:first-child ul.rating-list a span.green2 {background: #566cbf;}
.ratings-box a.codeA,
#chartInfoTable input#countryRating.a,
.data-by .holder .col:first-child ul.rating-list a span.green3 {background: #8e9dd4;}
.ratings-box a.codeBBB,
#chartInfoTable input#countryRating.bbb,
.data-by .holder .col:first-child ul.rating-list a span.blue {background: #0c8466;}
.ratings-box a.codeBB,
#chartInfoTable input#countryRating.bb,
.data-by .holder .col:first-child ul.rating-list a span.blue2 {background: #31ac8d;}
.ratings-box a.codeB,
#chartInfoTable input#countryRating.b,
.data-by .holder .col:first-child ul.rating-list a span.blue3 {background: #76c8b3;}
.ratings-box a.codeCCC,
#chartInfoTable input#countryRating.ccc,
.data-by .holder .col:first-child ul.rating-list a span.red1 {background: #c56c00;}
.ratings-box a.codeCC,
#chartInfoTable input#countryRating.cc,
.data-by .holder .col:first-child ul.rating-list a span.red2 {background: #ef9424;}
.ratings-box a.codeC,
#chartInfoTable input#countryRating.c,
.data-by .holder .col:first-child ul.rating-list a span.red3 {background: #F85B09;}
.ratings-box a.codeSD,
#chartInfoTable input#countryRating.sd,
.data-by .holder .col:first-child ul.rating-list a span.red4 {background: #6b0f01;}
.ratings-box a.codeD,
#chartInfoTable input#countryRating.d,
.data-by .holder .col:first-child ul.rating-list a span.red5 {background: #FF0000;}
.have-border {
	padding-right: 50px;
}
.view-data-btn {
	float: left;
	width:71px;
	margin-left: 5px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../img/bg-view-data.gif) no-repeat;
	display: block !important;
	height: 26px;
}
.goBackToMap {
	width:30px;
	height: 30px;
	cursor: pointer;
	background: url(../img/arrow_left_big.png) no-repeat 0 50% !important;
	display: inline-block;
	margin: 0 0 -10px;
	vertical-align: top;
	text-indent: -9999px;
}

.dataBy-tabs {
	width:100%;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
}
.dataBy-tabs a {
	color:#fff;
	padding: 0 11px;
	text-decoration: none;
	float: left;
}
.dataBy-tabs a.active {
	background: #fff;
	color:#5e606a;
}
.data-by .compare-data.compare1,
.data-by .compare-data.compare2 {
	display: none !important;
}
.btn-emulate-compare,
.btn-emulate-compare2 {
	width:106px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	clear: both;
	color:#fff;
	cursor: pointer;
	background:#5e606a;
	display: block;
}
.btn-emulate-compare2 {
	position: absolute;
	right: 0;
	bottom: 5px;
	padding: 4px 0 3px;
	width: 298px;
}
.data-by ul.getRegions {
	padding-bottom: 10px;
}

.row-country .bar{
	float:left;
	width:85%;
}
.row-country .posholder{overflow:hidden;}
.row-country .negholder{
	float:left;
	height:40px;
}
.row-country .positive{
	float:left;
	background:red;
	height:40px;
}
.row-country .negative{
	float:right;
	width:100%;
	background:red;
	height:40px;
}
.row-country .fill{
	width:20%;
	padding:0 0 0 1%;
}

/* new */
.row-country .negholder{
	float:left;
	height:28px;
}
.row-country .positive{
	float:left;
	background:#a4a6ac; 
	/* background: url('../img/bg-positive.png'); */
	height:28px;
}
.row-country .negative{
	float:right;
	width:100%;
	background:#ff9292;
	/* background: url('../img/bg-negative.png'); */ 
	height:28px;
}
.row-country .fill{
	width:20%;
	padding:0 0 0 1%;
	background:#d1d1d3;
}
.row-country .fill .rating{
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin:6px 5px 0 0;
	text-align: center;
	text-decoration: none;
	width: 30px;
	vertical-align:top;
}
.row-country .fill{
	font-size:16px;
	line-height:28px;
	color:#000;
}
.row-country{line-height:28px;}
.row-country .fill .aaa{background: #01229f;}
.row-country .fill .aa{background: #566cbf;}
.row-country .fill .a{background: #aab5df;}
.row-country .fill .bbb{background: #0a6951;}
.row-country .fill .bb{background: #31ac8d;}
.row-country .fill .b{background: #98d5c6;}
.row-country .fill .ccc{background: #9d5700;}
.row-country .fill .cc{background: #ef9424;}
.row-country .fill .c{background: #F85B09;}
.row-country .fill .sd{background: #6b0f01;}
.row-country .row-value {
	font-size: 16px;
}
.row-country:hover {
	background:#e3e5eb;
}
.compare-horizont,
.fader,
.loader-overlay{
	background: url('../img/overlay.png');
}
.ie8 .ammapAlert,
.ie8 #searchArea,
.alert,
.ie8 .data-by .heading .close,
.ie8 a[href="#byIndivCountry"],
.ie8 #leftPanel{display:none;}
.ie8 .alert{
	position: absolute;
	top: 13px;
	left: 250px;
	font-size:14px;
}
.ie8 .alert,
.ie8 .data-by,
.ie8 .fader{display:block}

.horizont-chart .data-by-call {
	top:110px;
}

.loader-compare {
	width:16px;
	height: 16px;
	position: fixed;
	top: 50%;
	left:50%;
	margin-left: -8px;
	margin-top:-8px;
	z-index:9999;
	background: url(../img/ajax-loader.gif) no-repeat;
}
.autocomplete{
	position: absolute;
	line-height: 20px;
    right: 44px;
    top: 151px;
    width: 308px;
    z-index: 100;
	padding:7px 0;
	margin:0;
	background:#5e606b;
	color:#fff;
	list-style:none;
	max-height: 295px;
    overflow: auto;
}
.autocomplete li{
	cursor:pointer;
	padding:0 10px;
}
.autocomplete li:hover{
	background:#757781;
}
.autocomplete .empty{display:none; cursor:default !important; background:#5e606b !important;}
.autocomplete.empty .empty{display:list-item;}
#chartData .amcharts-balloon-div{
	width:auto !important;
	height:15px !important;
}
strong.dest,
strong.dest-parent{font-weight:normal;}
.sorting{
	position: absolute;
	font-weight: bold;
	top:110px;
	right:356px;
	text-decoration: none;
	font-size: 14px;
	color:#fff;
	z-index:111;
	width:119px;
	height:33px;
}
.sorting span {
	padding: 8px 7px 6px;
	background:#5e606b url(../img/arrow_down_big.png) 95px 6px no-repeat;
	color:#fff;
	font-weight: bold;
	margin: 0;
	width:105px;
	display:block;
	cursor:pointer;
}
.sorting ul{
	color:#000;
	padding:0;
	border-top:2px solid #fff;
	margin:0;
	list-style:none;
	text-align:left;
	position:absolute;
	top:30px;
	left:0;
	width:119px;
	display:none;
	background:#fff;
}
.sorting li{
	float:none;
	margin:0;
	background:#5e606b;
	padding:5px 7px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sorting a{
	color:#fff;
	text-transform:none;
	padding:0;
	display:inline;
	text-decoration:none;
}
.sorting a.disabled,
.sorting a.disabled:hover{
	cursor:default;
	color:#8a8a8a;
}
.sorting .active a,
.sorting a:hover{
	color:#bfbfc1;
}
.sorting:hover ul{display:block;}
.sorting em{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0, 0, 0, 0);
	display: none;
}
