.in_stock {
	padding: 2px 0px 2px 22px;
	height: 18px;
	margin:0;
	background: url("../images/in-stock.gif") no-repeat;
	color: #00FF00;
}

.out_stock {
	padding: 2px 0px 2px 19px;
	height: 19px;
	margin: 0;
	background: url("../images/out-stock.gif") no-repeat;
	color: #FF0000;
}

.loading {
	height: 32px;
	width: 32px;
	//padding: 32px 32px 0px 0px;
	background: url("../images/ajax-loader.gif") no-repeat;
	display: block;
}

.price {
	font-weight: bold;
}