.product-quantity-input
{
	width: 30px;
}

.item-container
{
	position: relative;
	height: auto;
	margin: 0;
	padding: 0;
/* 	background: green; */
}
.item-container-clear
{
	clear: both;
}
.item-box-100x120
{
	text-align: left;
	float: left;
	background: #ddddff;
	margin: 2px;
	width: 100px;
	height: 120px;
}

.item-box-100x120 a
{
	text-align: center;
	overflow: hidden;
}
.item-box-140x140
{
	position: relative;
	text-align: center;
	float: left;
/* 	border: 2px solid #ddddff; */
/* 	background: #ddddff; */
	padding: 0px;
	margin: 1px;
	width: 140px;
	height: auto;
	font-size: 0.9em;
}

.item-box-140x140 h2
{
	text-align: center;
	line-height: 1em;
	height: 3em;
	overflow: hidden;
}

.cartbutton
{
	display: block;
	position: absolute;
	top: 60px;
	left: 120px;
	width: 16px;
	height: 16px;
	background: url('/images/cartplus24.gif');
	border: none;
}

