@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.valuta {
	margin: auto;
	width: 500px;
	line-height: 18px;
}
.valuta .clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	font-size: 1px;
	line-height: 1px;
}
.valuta h1 {
	font-size: 26px;
	font-weight: bold;
	color: #595959;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	line-height: 26px;
}
.valuta span {
	font-size: 14px;
	font-weight: bold;
	color: #595959;
}
.valuta .row {
	background-image: url(images/valuta_flag_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bdbcbd;
	position: relative;
	display: block;
}
.valuta .bottomrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdbcbd;
}
.valuta .row .flag {
	display: block;
	margin-left: 14px;
	margin-right: 20px;
	float: left;
}
.valuta .row .symbol {
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 6px;
	left: 85px;
}
.valuta .row .info {
	float: left;
	font-size: 10px;
	width: 165px;
	line-height: 13px;
}
.valuta .row .info h2 {
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 17px;
}
.valuta .row .info h2 a {
	color: #000000;
	text-decoration: underline;
}
.valuta .row .info h2 a:hover {
	text-decoration: none;
}


.valuta .row .info h2 span {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.valuta .row .info h5 {
	font-size: 12px;
	font-weight: bold;
	color: #9aa4ae;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
.valuta .row .links {
	float: right;
	width: 200px;
}
.valuta .row .links a {
	color: #5a6ba8;
	text-decoration: underline;
	background-image: url(images/list_dot.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	height: 21px;
	padding-left: 17px;
	display: block;
	line-height: 21px;
	clear: left;
}
.valuta .row .links a:hover {
	color: #000000;
	text-decoration: none;
}

