#title {
	height: 45px;
	background: #346aa7;
	}
	
#main,
#right {
	padding-top: 24px;
	margin-top: 0;
	}
	
div.top-curs {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	}
div.top-currency {
	float: left;
	width: 350px;
	height: 250px;
	background: url(/i/top-currency-bg.gif) repeat-x 0 0 #f5f8fd;
	text-align: center;
	font: 4.17em/240px Arial, Helvetica, sans-serif;
	color: #b2b2b2;
	}
div.top-currency span {
	padding-right: 21px;
	letter-spacing: -3px;
	}
div.top-currency span.up {
	background: url(/i/currency-up.gif) no-repeat 100% center;
	}
div.top-currency span.down {
	background: url(/i/currency-down.gif) no-repeat 100% center;
	}
div.top-currency strong {
	font-weight: bold;
	color: #000;
	}
div.top-currency strong em {
	font-weight: normal;
	}
div.eur {
	float: right;
	}
	
div.chart-container {
	margin-bottom: 10px;
	}
	
div.chart-manager {
	background: #e5e5e5;
	text-align: center;
	padding: 10px;
	}
div.chart-manager input {
	padding: 1px 2px;
	}
div.chart-manager input.type-text {
	width: 73px;
	}
div.chart-manager input.type-submit {
	background: #d4d0c8;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	margin-left: 5px;
	padding: 1px 6px;
	width: auto;
	overflow: visible;
	margin-right: 9px;
	}
div.chart-manager a {
	font-size: 11px;
	}	

table.chart-table {
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0 20px;
	zdisplay:none;
	}
table.chart-table th {
	font-size: 10px;
	color: #626262;
	border-bottom: 1px solid #e5e5e5;
	padding: 3px 3px 3px 2px;
	}
table.chart-table td {
	width: 33.3%;
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 3px 8px 2px;
	}
table.chart-table td.date {
	color: #626262;
	width: 200px;
	}
table.chart-table td.val {
	width: 200px;
	}
table.chart-table td.diff {
	width: 115px;
	}
table.chart-table td.usd-diff {
	width: 150px;
	}
table.chart-table td.up{
	color: #c00;
	}
table.chart-table td.down {
	color: #008000;
	}
	
div.informers {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
	margin-top:10px;
	}
div.informers img {
	float: left;
	display: inline;
	margin-right: 10px;
	}
div.informers ul {
	float: left;
	margin-top: 25px;
	}
div.informers ul li {
	margin-bottom: 5px;
	}
