.visible { display: block; }
.invisible { display: none; }

.map {
	background-color: #ebe9fe;
}

.map .rates {
	vertical-align: top;
}

.map .rates div {
	padding-top: 0px;
	padding-left: 5px;
	border:none;

	vertical-align: top;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
}

.map .title {
	color: #e31053;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

.map .fromto {
	margin-left:1px;
	font-size:10px;
}

.map .zone_fromto {
	color: #000000;
}

.map table.table_rates{
	margin-top: 2px;
}

.map .table_rates td{
	padding-top: 1px;
}

.map .table_rates .country{
	color: #4b5a9c;
	cursor: default;
}

.map .table_rates .country a{
	font-family: tahoma, arial, helvetica, sans-serif; text-decoration: none;
	font-size: 11px;
	color: #4b5a9c;
}

.map .table_rates .country a:hover{
	text-decoration: underline;
	color: #333;
}

.map .table_rates .rate{
	font-size: 10px;
	color: #c7134b;
	cursor : default;
	text-align:right;
	padding-right: 10px;
}

.map .hint1 {
	position: relative;
	top: -20;
	left: 150;
}

.map .hint2 {
	padding-top:4px;
	font-size: 10px;
	font-family: tahoma, arial, helvetica, sans-serif; text-decoration: none; font-weight: normal; color: #333;
	text-align: center;
	cursor : default;
}

