function component_ClsItemBid(auto_id)
{
	this.DOMConstruct('ClsItemBid', auto_id);
	
	var handler = this;
	
	this.references = [];
	
	this.delegates = {
		
	};
}

component_ClsItemBid.prototype =
	new SK_ComponentHandler({
	});
