.multi-row	{
	margin: 15px 0 0 15px;
	border-bottom: solid 1px #cccccc;
	padding: 0 0 5px 0;
	width: 665px;
	font-family: arial;
	font-size: 11px;
}

.multi-qty	{
	float: left;
	width: 65px;
	margin-right: 15px;
	display: inline;
}
.multi-img	{
	float: left;
	width: 90px;
	margin-right: 20px;
	display: inline;
}
.multi-text	{
	float: left;
	width: 310px;
	margin-right: 15px;
	display: inline;
}
.multi-text select	{
	font-size: 10px;
	border: solid 1px #06342b;
	margin-top: 2px;
}
.multi-price	{
	float: left;
	width: 150px;
	text-align: right;
	display: inline;
	font-weight: bold;
}
,multi-price span	{
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}
.multi-add	{
	padding: 15px 0 15px 0;
	text-align: right;
}
.clearboth	{
	clear: both;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
}


