.inv_line
{
	height:20px;
	margin-top:2px;
	margin-bottom:4px;
	font:12px Arial;
	white-space: nowrap;
}

.menu_td,
.menu_td_last
{
	height:20px;
	background:##FCFFFC;
	border-right:1px solid #111111;
	padding:2px 5px 0;
	white-space: nowrap;
	background:black;
}

.menu_td_last
{
	border:none;
	color:#00F;
}

a.menu_inventory_line_item
{
	font:14px Arial;
	color:#3bCCFF;
	text-decoration:none;

}

a.menu_inventory_line_item:hover
{
        text-decoration:underline;
        background:#FFF;
	font-style:bold;
	padding:2px;
	color:#00F;

}

a.menu_inventory_line_item_active
{
	color:#00F;
	text-decoration:none;
	padding:2px;
	background:#DFB;

}
a.menu_inventory_line_item_active:hover
{
	color:#0000FF;
	background:#FFFFFF;
	text-decoration:underline;
}

.bck:hover
{
cursor:pointer;
}

