.inventory {
	clear: left;
	width: 100%;
	padding: 10px;
	# border-top: 2px solid #222;
}
.inventory .thumbnail {
	width: 90px;
	height: 90px;
	float: left;
}
.inventory .info {
	width: 75%;
	float: left;
}
.inventory .title {
	clear: left;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	white-space: nowrap;
}
.inventory .nsp {
	clear: left;
	# margin-top: 15px;
	color: #5082a3;
	text-transform: uppercase;
	white-space: nowrap;
}
.inventory .links {
	clear: left;
}
.inventory .msrp {
	float: left;
	margin-bottom: 15px;
	color: #5082a3;
	white-space: nowrap;
}
.inventory .bid {
	float: right;
	color: #5082a3;
}

