#blist{ width: 100%; height: auto; }
	#blist td{ vertical-align: top; border-bottom: 1px solid #948672; }

	#blist td.image{ width: 25; }
		#blist td.image img{ width: 25; }

	#blist td.name{ width: auto; }

	#blist td.price{ width: 75; }

	#blist td.count{ width: 75; text-align: center; }
		#blist td.count a{ font-size: 16px; text-decoration: none; }
		#blist td.count a:hover{ text-decoration: underline; }

		#blist td.count input{ width: 22; border: none; border-bottom: 1px dashed #000; background: none; text-align: center; }

	#blist td.sum{ width: 75; text-align: right; }

	#blist td.delete{ width: 25; border: none; text-align: center; }
		#blist td.delete a{ font-size: 16px; text-decoration: none; }
		#blist td.delete a:hover{ text-decoration: underline; }

	#blist td.sum_all{ width: auto; border: none; font-size: 16px; text-align: right; }

	#blist td.order{ width: auto; padding: 15px 0px 0px 0px; border: none; text-align: center; }
		#blist td.order a{ font-size: 16px; }

	#blist_0{ display: none; }