﻿/* Product Type (left menu) */

.ProductType_Menu
{
	/*background: url(../../images/01/left_dropdown_innerpart.gif) repeat-y; */
	background: url(../../PersistantImage.ashx?key=IMG01_LeftDropDownInnerPart) repeat-y;
	display: block;
}

.ProductType_Menu .StaMenu
{
	/*background: url(../../images/01/left_dropdown_innerpart.gif) repeat-y; */
	background: url(../../PersistantImage.ashx?key=IMG01_LeftDropDownInnerPart) repeat-y;
}

.ProductType_Menu .StaMenu .Item
{
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	color: #494D50;
	text-align: left;
}
.ProductType_Menu .StaMenu .Item a:link
{
	color: #494D50;
	text-decoration: none;
}
.ProductType_Menu .StaMenu .Item a:visited
{
	color: #494D50;
	text-decoration: none;
}
.ProductType_Menu .StaMenu .Item a:hover
{
	color: #494D50;
	text-decoration: underline;
}
.ProductType_Menu .StaMenu .Item a:active
{
	color: #494D50;
	text-decoration: none;
}

.ProductType_Menu .DynMenu
{
	/*background: url(../../images/01/left_dropdown_innerpart.gif) repeat-y; */
	background: url(../../PersistantImage.ashx?key=IMG01_LeftDropDownInnerPart) repeat-y;
}

.ProductType_Menu .DynMenu .Item
{
	padding: 2px 2px 4px 2px;
	font-size: 11px;
	color: #494D50; /*background-color: #E7F1F7;*/
	text-align: left;
	width: 142px;
}
.ProductType_Menu .DynMenu .Item a:link
{
	color: #494D50;
	text-decoration: none;
}
.ProductType_Menu .DynMenu .Item a:visited
{
	color: #494D50;
	text-decoration: none;
}
.ProductType_Menu .DynMenu .Item a:hover
{
	color: #494D50;
	text-decoration: underline;
}
.ProductType_Menu .DynMenu .Item a:active
{
	color: #494D50;
	text-decoration: none;
}
/* bulletin image shown left to the menu item */
.ProductType_Menu .Item img
{
	margin-right: 5px;
}



/* --- */
.ProductType
{
	padding-left: 10px;
}

.ProductType_DropDownHeader
{
	/* background: url(../../images/01/left_dropdown_header_bg.gif) no-repeat;  	*/
	background: url(../../images/01/left_dropdown_header_producttype.jpg) no-repeat;
	width: 120px;
	height: 21px;
	margin-left: 5px;
	margin-top: 5px;
	color: #008FD4;
	text-align: left ;
	padding-top: 4px;
	padding-left: 5px;
	cursor: pointer;
}
.ProductType_DropDownHeaderLabel
{
	font-size: 9pt;
	font-weight: bold;
	padding-right:25px;
}

.ProductType_DropDownItemWhole
{
	width: 180px;
	padding-left: 15px;
}

.ProductType_DropDownItemNoBg
{
	width: 142px;
	color: #494D50;
	text-align: left;
	display: block;
	
}

.ProductType_DropDownItem
{
	padding-left: 2px;
	width: 142px; /*background: url(../../images/01/left_dropdown_innerpart.gif) repeat-y;    */
	color: #494D50;
	text-align: left;
	display: block;
	float: left;
}

.ProductType_DropDownSubItem
{
	width: 150px;
	margin-left: 2px;
	color: #494D50;
	text-align: left;
	display: block;
	float: left;
}
.ProductType_DropDownItemCell
{
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
}

.ProductType_DropDownItemLink:link,
.ProductType_DropDownItemLink:active,
.ProductType_DropDownItemLink:visited,
.ProductType_DropDownItemLink:hover
{
	font-size: 11px;
	text-decoration: none;
	color: #494D50;
	text-align: left;
}

.ProductType_DropDownItemLabel
{
	font-size: 11px;
	color: #494D50;
	text-align: left;
	cursor: pointer;
}