body {
	background: #FFF;
	margin: 0;
	padding: 0;
}
.nortek_stock_info_widget {
	width: 340px;
	height: 100px;
	overflow: hidden;
	position: relative;
	background: #FFF;
}
.nortek_stock_info_chart {
	position: absolute;
	display: block;
	width: 166px;
	height: 95px;
	left: 0px;
	bottom: 0px;
}
.nortek_stock_info_price_data {
	position: absolute;
	display: block;
	width: 164px;
	height: 95px;
	overflow: hidden;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #717475;
	font-size: 12px;
}
/*
.nortek_stock_info_price_data br {
	display: none;
	clear: none;
}
*/
.nortek_stock_info_price_data_top {
	height: 43px;
	overflow: hidden;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 9px;
	background: url(http://media.corporate-ir.net/media_files/IROL/97/97805/nortek_stock_info_price_data_top_bg.png) bottom left no-repeat;
}
.nortek_stock_info_price_data_top .stock_price {
	font-size: 24px;
	line-height: 24px;
	white-space: nowrap;
	margin-right: 8px;
	margin-bottom: 5px;
	display: inline-block;
}
.nortek_stock_info_price_data_top .stock_price_change {
	font-size: 12px;
	white-space: nowrap;
/*
	padding-left: 16px;
*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.stock_price_change_down {
	background-image: url(images/nortek_stock_info_icon_volume_down.png);
}
.stock_volume {
	white-space: nowrap;
}
.stock_volume_label {
	margin-right: 24px;
}
.nortek_stock_info_disclaimer {
	font-size: 10px;
}
