.article .exchange {
	margin: 5px 0px;
	/*background-color: #F0F0F0;*/
	padding: 5px;
	/*color: white;*/
}

.article .exchange .title {
	font-size: 0.85em;
	font-weight: bold;
	color: #8F1B00;
	margin-bottom: 3px;
	height: 1%;
	border-bottom: 1px solid #957465;
}

.article .exchange .currencies {
	line-height: 0.8em;
	/*background-color: #F0F0F0;*/
	/*padding: 2px 2px*/
}

.article .exchange .currency {
	font-size: 0.8em;
	/*float: left;*/
	display: inline;
	padding: 0px;
}

.article .exchange .currency .code {
	padding-right: 0.5em;
}

.article .exchange .currency .country {
	padding-right: 0.5em;
	color: #8F1B00;
}

.article .exchange .currency .amount {
	padding-right: 0.5em;
}

.article .exchange .currency .rate {
	/*color: #29363B;*/
}

.article .exchange .currency .divider {
	padding: 0px 0.5em;
	/*color: #8F1B00;
	font-weight: bold;*/
}

#right .exchange {
	/*background: black url('../webimg/pozadi_modul.jpg');*/
	font-size: 0.85em;
	padding: 5px 10px;
	margin-bottom: 4px;
}

#right .exchange .title {
 font-family: arial, "Geneva CE", sans-serif;
 letter-spacing: -0.05em;
 text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

#right .exchange table {
	border-collapse: collapsed;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

#right .exchange table td {
	border: 0px;
	padding: 0px;
	padding-right: 0.5em;
}

#right .exchange table td.code, #right .exchange table td.country {
	padding-right: 1.3em;
}

#right .exchange table td.rate, #right .exchange table td.amount {
	text-align: right;
}

#right .exchange table td.trendDown {
	background: transparent url('../webimg/exchange/exchange_arrow_down.gif') left 4px no-repeat;
}

#right .exchange table td.trendUp {
	background: transparent url('../webimg/exchange/exchange_arrow_up.gif') left 4px no-repeat;
}

#right .exchange .date {
	text-align: right;
	margin-top: 5px;
	font-size: 0.9em;
}
