@charset "utf-8";
/* CSS Document */
/*
** HTML elements
*/
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.ledindicator {
	float:left;
	width:260px;
	text-align:center;
}
.marketwrapperclear-block1#stock_1 {
	width:500px;
	float:left;
}
.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-block {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}
/* End hide from IE-mac */

/* CSS Document */
/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Body
|--------------------------------------------------------------------------
*/
table.market {
	margin:0;
	padding:0;
	background:#FFF;
}
table.market tbody tr.even {
	background:#f5f5f5;
}
table.market tbody tr.odd {
	background:#FFF;
}
table.market td {
	border:none;
	font-size:13px;
	line-height:20px;
}
table#metal tbody td.name {
	color:#e20707;
}
table#metal tbody td.unit {
	text-align:center;
}
table#metal tbody td.time {
}
table#stock thead td {
	text-align:right;
}
table#stock tbody td.name {
}
table#stock tbody td.change {
	text-align:right;
}
table#stock thead td.market_description {
	color:#DF1A1A;
	text-align:left;
}
table#stock tbody td.lasttrade {
	text-align:right;
}
table#stock tbody td.currency {
	text-align:center;
}
div#sidebar-stock div.body {
	height:360px;
}
div#sidebar-stock div.title h2 {
}
div#sidebar-stock div.title div.updatetime {
	text-align:right;
	color:#FFFFFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-right:10px;
}
div#sidebar-stock div.menu {
	line-height:22px;
}
div#sidebar-stock div.menu span {
	padding:3px;
	background:#666666;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 2px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
div#sidebar-stock div.menu span.hover, div#sidebar-stock div.menu span.active {
	background:#981f1f;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/
.upper {
	color:#f20909
}
.lower {
	color:#05cf3e
}
.zero {
	color:#666666
}
