div.instrument_info div#quote div.details {
	float: left;
	width: 64%;
}

div.instrument_info div#quote div.details td {
	padding-right: 10px;
}

div.instrument_info div#quote div.today_change {
	float: right;
	width: 32%;
	text-align: center;
	font-weight: bold;
	padding-top: 1px;
}

div.instrument_info div#quote div.today_change div.label {
	font-size: 90%;
	color: #999999;
	font-weight: normal;
	margin-top: 5px;
}

div.instrument_info table#stats {
	margin: 15px 0px 0px 0px;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	width: 100%;
}

div.instrument_info table#stats td {
	padding: 3px 8px 3px 8px;
}

div.instrument {
	margin: 15px 0px 15px 0px;
}

div.instrument span.type {
	font-size: 90%;
	color: #999;
}