/*
# ------------------------------------------------------------------------
# Extensions for Joomla 2.5.x - Joomla 3.x
# ------------------------------------------------------------------------
# Copyright (C) 2011-2013 Ext-Joom.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Ext-Joom.com
# Websites:  http://www.ext-joom.com 
# Date modified: 26/09/2013 - 13:00
# ------------------------------------------------------------------------
*/

.mod_ext_currency_rates {}
.ext_currency_rates {
	margin: 0;
	padding: 0;
}
.currency_info {
	clear: both;
	margin: 0;
	float: left;
	position: relative;
	width: 250px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}
.currency_data {
	clear: both;
	margin: 0;
	padding: 0;
    float: left;
    padding: 5px 0 0 0;
    position: relative;
    width: 250px;
}
.currency_info_rate, .currency_data_rate {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}
.currency_info_date , .currency_data_val {
	float: right;
	width: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
}