/* CSS - Inventory Line */

#comp_inventory_line {

	text-align:right;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:11px;
	
}

/* Inventory Line <a> links */
#comp_inventory_line a {

	text-decoration:none;
	color:#666666;
	font-weight:normal;
	
}

/* Inventory Line <a>:hover links */
#comp_inventory_line a:hover {

	text-decoration:underline;
	
}

/* Inventory Line <a>:visited links */
#comp_inventory_line a:visited {

	color:#666666;
	
}

/* Inventory Line Active links */
#comp_inventory_line .inven_item_active {

	font-weight: bold;
	
}