.stock_indicator {
	/*position: relative;
	top: 3px;*/
	margin: 0 5px 0 3px;
	width: 14px;
	height: 14px;
 display: inline-block;
	background: url(../../default/images/stockindicator/sprite.gif) repeat-x;
	text-indent: -999em;
	overflow: hidden;
}

.red {}
.yellow { background-position: 0 -14px; }
.green { background-position: 0 -28px; }
