﻿/* Customer Defined Product Type (Left Menu) */
.CustProductType_Menu
{
	margin-left: 1px;
}

.CustProductType_Menu .StaMenu .Item
{
	padding: 2px 2px 2px 2px;
	font-weight:bold;
	font-size: 11px;
	color: #419CCC;
	text-align: left;
}
.CustProductType_Menu .StaMenu .Item a:link
{
	color: #419CCC;
	text-decoration: none;
}
.CustProductType_Menu .StaMenu .Item a:visited
{
	color: #419CCC;
	text-decoration: none;
}
.CustProductType_Menu .StaMenu .Item a:hover
{
	color: #419CCC;
	text-decoration: underline;
}
.CustProductType_Menu .StaMenu .Item a:active
{
	color: #419CCC;
	text-decoration: none;
}

.CustProductType_Menu .DynMenu .Item
{
	padding: 2px 5px 2px 2px;
	font-size: 11px;
	color: #419CCC;
	background-color: #E6E6E6;
	text-align: left;
	font-weight: bold;
}
.CustProductType_Menu .DynMenu .Item a:link
{
	color: #419CCC;
	text-decoration: none;
}
.CustProductType_Menu .DynMenu .Item a:visited
{
	color: #419CCC;
	text-decoration: none;
}
.CustProductType_Menu .DynMenu .Item a:hover
{
	color: #419CCC;
	text-decoration: underline;
}
.CustProductType_Menu .DynMenu .Item a:active
{
	color: #419CCC;
	text-decoration: none;
}
/* bulletin image shown left to the menu item */
.CustProductType_Menu .Item img
{
	margin-right: 5px;
}

/* ------------------------- */

.CustProductType_TableStyle
{
	margin-left:15px;
}

.CustProductType_DropDownSubItem
{
	margin-left:2px;
}

.CustProductType_DropDownItemLink:link,
.CustProductType_DropDownItemLink:active,
.CustProductType_DropDownItemLink:visited,
.CustProductType_DropDownItemLink:hover
{
	font-size: 11px;
	text-decoration: none;
	color: #419CCC;
	text-align: left;
	font-weight:bold;	
}

.CustProductType_DropDownItemLabel
{
	font-size: 11px;
	color: #419CCC;
	text-align: left;
	font-weight:bold;
	cursor : pointer;
}
.CustProductType_TreeViewRootLabel
{
	width: 130px;
	color: #008FD4;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
}

