.badge,.chart {
	float: right;
	padding: .2em .5em;
}
.badge {
	background-color: #DEECFD;
	border: 1px solid #8DB2E3;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	margin-left: .5em;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.quote {
	color: #333;
	font-family: "Geogtq-Rg", Arial, Helvetica;
	font-size: 12px;
	padding: .8em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8DB2E3;
	line-height: 1.3;
	overflow: hidden;
}
	.widget .x-view-selected,
	.x-view-selected,
	.quote:hover,
	.quote:active {
		background-color: #F2EEE8;
	}
	.haschart:hover {
		cursor: pointer;
	}
	span.nochart {
		display: none;
	}
	.quote > div.name {
		color: #336699;
		font-size: 1.1em;
		overflow: hidden;
	}
	.quote > div > span.down {
		background: transparent url('/global-img/icons/intraday/arrow-down.png') no-repeat 0 1px;
		padding-left: 1.7em;
		color: #CC0000;
	}
	.quote > div > span.up {
		background: transparent url('/global-img/icons/intraday/arrow-up.png') no-repeat left center;
		padding-left: 1.7em;
		color: #44AA00;
	}