.productcode,.productname, .productboxqty, .productprice, .productqtypulldown, .productaddbutton
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	margin-right: 4px;
}

.productcode
{
	width: 50px;
	text-align: center;
	background-color: #E9EEF2;
}

.productname
{
	background-color: #C7D3DF;
	width: 240px;
	text-align: left;
}

.productboxqty
{
	width: 45px;
	text-align: center;
	background-color: #E9EEF2;
}

.productprice
{
	width: 37px;
	text-align: center;
	background-color: #E9EEF2;
}

.productqtypulldown
{
	padding-left: 0px;
	padding-right: 0px;
}

.productqtypulldown select
{
	font-size: 9px;
	height: 18px;
}

.productaddbutton
{
	padding-left: 0px;
	padding-right: 0px;
	height: 16px;
}

.productaddbutton img
{
	border: 0px;
	margin-top: 2px;
}

.productrow
{
	overflow: auto;
	margin-bottom: 1px;
	overflow: hidden;
	width: 545px;
}

#titlecell1
{
	width: 50px;
	text-align: center;
}

#titlecell2
{
	width: 240px;
}

#titlecell3
{
	width: 60px;
	padding-left: 5px;
	padding-right: 0px;
}

#titlecell4
{
	width: 37px;
}

.producttypespacer {
	clear: both;
	height: 15px;	
}

#middlerowcenter
{
	width: auto;
	margin-left: 21px;
	margin-right: 0px;
	float:left;
	text-align: left;
}
