﻿.TreeViewPanel
{
    background-repeat: no-repeat; /*margin-top: 15px;*/
    margin-left: 5px;
    min-height: 475px;
    width: 330px;
}

.TreeViewPanelContent
{
    border-left: solid 3px #000000;
    border-right: solid 3px #000000;
    clear: none;
    min-height: 10px;
}
.ListViewPanelScroll
{
    overflow: auto;
}

.TreeViewArea
{
    width: 327px; /*margin-left: 36px; 	float: right;*/
}

.TreeViewPanelButtons
{
    /*float:left;	 	padding-top: 15px; 	padding-left: 6px; 	background-color: Red;*/
    position: relative;
    top: 3px;
}

.ProductGroups
{
    background-position: -90px;
    background-image: url("../Images/ProductGroups.png");
    background-repeat: no-repeat;
}

.ProductGroups:hover
{
    background-position: -90px;
    background-image: url("../Images/ProductGroups.png");
    background-repeat: no-repeat;
}

.ProductGroups_Inactive
{
    background-image: url("../Images/ProductGroups.png");
    background-repeat: no-repeat;
}

.ProductGroups_Inactive:hover
{
    background-position: -30px;
    background-image: url("../Images/ProductGroups.png");
    background-repeat: no-repeat;
}


.UsingAreas
{
    margin-top: 2px;
    background-position: -90px;
    background-image: url("../Images/usingAreas.png");
    background-repeat: no-repeat;
}

.UsingAreas:hover
{
    background-position: -90px;
    background-image: url("../Images/usingAreas.png");
    background-repeat: no-repeat;
}

.UsingAreas_Inactive
{
    margin-top: 2px;
    background-image: url("../Images/usingAreas.png");
    background-repeat: no-repeat;
}

.UsingAreas_Inactive:hover
{
    background-position: -30px;
    background-image: url("../Images/usingAreas.png");
    background-repeat: no-repeat;
}

.ProductGroupsOld
{
    background-position: left 10px;
    background-image: url("../Images/ProductGroups.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-top: 15px;
    margin-left: 5px;
    min-height: 300px;
}

.LatelyAded
{
    /*background-image: url("../Images/LatelyAded.png");*/
    background-position: left 10px;
    background-repeat: no-repeat; /*padding-left: 30px;*/
    margin-top: 15px;
    margin-left: 5px;
    min-height: 300px;
    width: 327px;
}

.TreeViewPanelTopLeftCorner, .TreeViewPanelTopRightCorner, .TreeViewPanelBottomLeftCorner, .TreeViewPanelBottomRightCorner
{
    width: 6px;
    height: 6px;
    background-repeat: no-repeat;
}

.TreeViewPanelTopLeftCorner
{
    background-image: url("../Images/CornerTopLeft.png");
    float: left;
}

.TreeViewPanelTop
{
    border-top: solid 3px #000000;
    height: 0px;
    margin-left: 6px;
    margin-right: 6px; /*width: 285px;     width:291px;*/    
}

.TreeViewPanelTopRightCorner
{
    background-image: url("../Images/CornerTopRight.png");
    float: right;
}

.TreeViewPanelBottomLeftCorner
{
    background-image: url("../Images/CornerBottomLeft.png");
    float: left;
}

.TreeViewPanelBottom
{
    border-bottom: solid 3px #000000;
    height: 3px;
    margin-left: 6px;
    margin-right: 6px; /*width: 285px;*/
}

.TreeViewPanelBottomRightCorner
{
    background-image: url("../Images/CornerBottomRight.png");
    float: right;
}

.ListNavigationItem, .ListNavigationItemRoot, .ListNavigationItemUp, .ListNavigationItemRoot, .ListNavigationItemUp
{
    background-color: #ffffff;
    border: solid 1px #ffffff;
    outline: 0px;
    cursor: pointer;
    padding: 0px;
    display: block; /*margin-left: 15px;*/
}

.ListNavigationItem:hover, .ListNavigationItem:focus
{
    color: #DB2325;
}

.ListNavigationItem
{
    /*normalny*/
}

.ListNavigationItemSelected
{
    color: #DB2325;
    font-weight: bold;
    font-size: 15px;
    margin-left: 3px;
    text-decoration: underline;
}

.ListNavigationItemRoot, .ListNavigationItemUp
{
    margin-bottom: 5px;
}

.ListNavigationItemRoot:hover, .ListNavigationItemUp:hover
{
    font-weight: bold;
}

.TreeSearchTextBox
{
	background-color: White !important;
	border: solid 1px #000000 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: none !important;
	height: 30px !important;
	width: 205px !important;
	font-size: 18px !important;
	color: #000000 !important;
}

.SearchLabel
{
	font-size: 18px;
	color: #DB2325;	
	font-weight: bold;
}
