/*********
 * ns: freight-item
 * path: controls/user/listingcontrols/custom/multiitem/freightitem.ascx
 *		 controls/user/listingcontrols/custom/multiitem/freightitem_individual.ascx
 *
 * freight item control
 */

.freight-item-table-cell-units {
	width: 70px;
}
.freight-item-table-cell-packaging {
	width: 245px;
}
.freight-item-table-cell-weight {
	width: 145px;
}
.freight-item-table-cell-or {
	width: 30px;
}
.freight-item-table-cell-freight-class {
	width: 110px;
}
.freight-item-table-cell-actions {
	width: 20px;
}
.freight-item-items-add {
	font-weight: bold;
}
td.freight-item-table-cell-or {
	font-weight: bold;
	color: #5B8FB5;
}