.stock_indicator {
	position: relative;
	top: 1px;
	margin: 0 0px 0 3px;
	width: 30px;
	height: 10px;
 	display: inline-block;
	background: url(../images/stock_indicator.gif) repeat-x;
}

.red {background-position: 0 -20px;}
.yellow { background-position: 0 -10px; }
.green {}

.availability .stock_indicator {
	top:1px;
	margin: 0 3px 0 0;
	line-height: 10px;
}
